/* /Shared/MainLayout.razor.rz.scp.css */
main[b-gr2cnwevse] {
    flex: 1;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b8b9y5lo2r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b8b9y5lo2r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b8b9y5lo2r] {
    font-size: 1.1rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b8b9y5lo2r] {
        display: none;
    }

    .collapse[b-b8b9y5lo2r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-b8b9y5lo2r] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
