.navbar-toggler { background-color: rgba(255, 255, 255, 0.1); padding: 0px; } .top-row { height: 3.5rem; } .navbar-brand { font-size: 1.1rem; } .oi { width: 2rem; font-size: 1.1rem; vertical-align: text-top; top: -2px; } .oi-2 { width: 2rem; font-size: 1.1rem; vertical-align: text-top; top: -2px; } .nav-item { font-size: large; padding-bottom: 1.3rem; margin: auto; display: flex; align-content: center; } .nav-item:first-of-type { padding-top: 1rem; } .nav-item:last-of-type { padding-bottom: 1rem; } .nav-item ::deep a { color: #58457b; border-radius: 15px; height: 3rem; display: flex; align-items: center; line-height: 3rem; margin: auto; padding-left: 30px; padding-right: 30px; } .nav-item ::deep a.active { background-color: #475bd6; color: white; } .nav-item ::deep a:hover { background-color: #f7279f; color: white; } @media (min-width: 641px) { .navbar-toggler { display: none; } .collapse { /* Never collapse the sidebar for wide screens */ display: block; } .nav-scrollable { /* Allow sidebar to scroll for tall menus */ height: calc(100vh - 3.5rem); overflow-y: auto; } }