/* _content/WamSix.CloudApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vwlu0obyaj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vwlu0obyaj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.nav-wam-header[b-vwlu0obyaj] {
    height: 1.7rem;
}

.navbar-brand[b-vwlu0obyaj] {
    font-size: 1.1rem;
}

.oi[b-vwlu0obyaj] {
    width: 2rem;
    font-size: 1.1rem;
    font-weight: 100;
}

.nav-item[b-vwlu0obyaj] {
    font-size: 0.9rem;
}

/*    .nav-item:first-of-type {
        padding-top: 1rem;
    }*/

/*    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }*/

    .nav-item[b-vwlu0obyaj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 2.2rem;
        display: flex;
        align-items: center;
        line-height: 2.2rem;
    }

.nav-item[b-vwlu0obyaj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-vwlu0obyaj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vwlu0obyaj] {
        display: none;
    }

    .collapse[b-vwlu0obyaj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
