/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4hph94rwte] {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
    overflow: hidden;
}

main[b-4hph94rwte] {
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
}

article[b-4hph94rwte] {
    width: 100%;
    padding: 1rem 1.5rem;
}

.sidebar[b-4hph94rwte] {
    background-color: #0d6ebb;
    /*background-image: url("https://xposvcloud.b2clogin.com/static/tenant/templates/backgrounds/11-1.png");*/
}

.topbar[b-4hph94rwte] {
    background-color: #1E468C;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.5rem 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.5rem;
}

    .topbar > span:first-child[b-4hph94rwte] {
        margin-right: 50%;
    }

.navbar-toggler[b-4hph94rwte] {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 641px) {
    .page[b-4hph94rwte] {
        flex-direction: column;
    }

    .navbar-toggler[b-4hph94rwte] {
        display: none;
    }

    .sidebar[b-4hph94rwte] {
        min-width: 250px !important;
    }

    .topbar[b-4hph94rwte] {
        flex-wrap: nowrap;
        justify-content: initial;
        row-gap: 0;
    }

        .topbar > span:first-child[b-4hph94rwte] {
            margin-right: auto;
        }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.top-row[b-i0sbpleufk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-i0sbpleufk] {
    font-size: 1.1rem;
}

.oi[b-i0sbpleufk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-i0sbpleufk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i0sbpleufk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i0sbpleufk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i0sbpleufk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-i0sbpleufk]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-i0sbpleufk]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .collapse[b-i0sbpleufk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
