/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-tjjd3ires7] {
    height: 100%;
    overflow: hidden;
}

[b-tjjd3ires7] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-tjjd3ires7] .page-layout > .dx-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-tjjd3ires7] .fit-width {
    max-width: 100%;
}

[b-tjjd3ires7] .mw-1100 {
    max-width: 1100px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-maxg5qj2nt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-maxg5qj2nt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-maxg5qj2nt] {
    font-size: 1.1rem;
}

.oi[b-maxg5qj2nt] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-maxg5qj2nt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-maxg5qj2nt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-maxg5qj2nt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-maxg5qj2nt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-maxg5qj2nt]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-maxg5qj2nt]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-maxg5qj2nt] {
        display: none;
    }

    .collapse[b-maxg5qj2nt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-maxg5qj2nt] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
