@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bundle.scp.css';

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-o798b64icd] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-o798b64icd] {
    display: flex;
    flex-direction: column;
    height: 100%;
}





.top-row[b-o798b64icd] {
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row a[b-o798b64icd], .top-row .btn-link[b-o798b64icd] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row a:hover[b-o798b64icd], .top-row .btn-link:hover[b-o798b64icd] {
            text-decoration: underline;
        }

        .top-row a:first-child[b-o798b64icd] {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-o798b64icd] {
        justify-content: space-between;
    }

        .top-row a[b-o798b64icd], .top-row .btn-link[b-o798b64icd] {
            margin-left: 0;
        }
}

@media (min-width: 641px) {

    .top-row[b-o798b64icd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth a:first-child[b-o798b64icd] {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-o798b64icd], article[b-o798b64icd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}




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

.top-row[b-2zubg9iiy7] {
    height: 3.5rem;
}

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

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

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

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

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

    .nav-item[b-2zubg9iiy7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-2zubg9iiy7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
