/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mmz55yc9ht] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mmz55yc9ht] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mmz55yc9ht] {
    font-size: 1.1rem;
}

.oi[b-mmz55yc9ht] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-mmz55yc9ht] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mmz55yc9ht] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mmz55yc9ht] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mmz55yc9ht]  a, 
    .nav-item[b-mmz55yc9ht]  button {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        text-decoration: none;
        border: none;
        text-align: left;
        padding: 0;
    }

    .nav-item[b-mmz55yc9ht]  a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .nav-item[b-mmz55yc9ht]  a:hover,
    .nav-item[b-mmz55yc9ht]  button:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

@media (min-width: 641px) {
    .navbar-toggler[b-mmz55yc9ht] {
        display: none;
    }

    .collapse[b-mmz55yc9ht] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-mmz55yc9ht] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
} 
