/* _content/portablepints.www/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5gte3uziaf] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5gte3uziaf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5gte3uziaf] {
    font-size: 1.1rem;
}

.oi[b-5gte3uziaf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-icon[b-5gte3uziaf] {
    /*    padding-bottom: 0.5rem;*/
}

.nav-item[b-5gte3uziaf] {
    vertical-align: text-top;
    top: -2px;
}

    .nav-item:first-of-type[b-5gte3uziaf] {
        /*        padding-top: 1rem;*/
    }

    .nav-item:last-of-type[b-5gte3uziaf] {
        /*        padding-bottom: 1rem;*/
    }

    .nav-item[b-5gte3uziaf]  a {
        color: #EBD88F;
        /*        border-radius: 4px;
    height: 3rem;*/
        /*        display: flex;
    align-items: center;*/
        /*        line-height: 3rem;*/
    }

        .nav-item[b-5gte3uziaf]  a.active {
            /*    background-color: rgba(255,255,255,0.25);*/
            color: white;
        }

        .nav-item[b-5gte3uziaf]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-5gte3uziaf] {
        display: none;
    }

    .collapse[b-5gte3uziaf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
