.custom-logo[b-zw5v1p2e1a] {
    height: 43px;
    max-width: 200px;
    padding-top: 20px;
}

.navbar-toggler[b-zw5v1p2e1a] { background-color: rgba(255, 255, 255, 0.1); }

.top-row[b-zw5v1p2e1a] {
    height: 3.5rem;
    background-color: #020A47;
}

.navbar-brand[b-zw5v1p2e1a] { font-size: 1.1rem; }

.oi[b-zw5v1p2e1a] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zw5v1p2e1a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-zw5v1p2e1a] { padding-top: 1rem; }

.nav-item:last-of-type[b-zw5v1p2e1a] { padding-bottom: 1rem; }

.nav-item[b-zw5v1p2e1a]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-zw5v1p2e1a]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-zw5v1p2e1a]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zw5v1p2e1a] { display: none; }

    .collapse[b-zw5v1p2e1a] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}