/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-c0qgyjnr40] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-c0qgyjnr40] {
    flex: 1;
    min-width: 0;
}

.content[b-c0qgyjnr40] {
    min-height: 100%;
}

.top-row[b-c0qgyjnr40] {
    background-color: var(--brand-support-3);
    border-bottom: 1px solid var(--brand-support-2);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c0qgyjnr40]  a, .top-row .btn-link[b-c0qgyjnr40] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-c0qgyjnr40] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-c0qgyjnr40] {
        display: none;
    }

    .top-row.auth[b-c0qgyjnr40] {
        justify-content: space-between;
    }

    .top-row a[b-c0qgyjnr40], .top-row .btn-link[b-c0qgyjnr40] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-c0qgyjnr40] {
        height: 100vh;
        flex-direction: row;
        overflow: hidden;
    }

    .sidebar[b-c0qgyjnr40] {
        width: 250px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    main[b-c0qgyjnr40] {
        height: 100vh;
        overflow-y: auto;
    }

    .top-row[b-c0qgyjnr40] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-c0qgyjnr40], article[b-c0qgyjnr40] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mb5cmb4hnn] {
    background-color: rgba(248, 231, 183, 0.2);
}

.top-row[b-mb5cmb4hnn] {
    height: 3.5rem;
    background-color: var(--brand-primary);
}

.navbar-brand[b-mb5cmb4hnn] {
    font-size: 1.1rem;
    color: var(--brand-support-3);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    max-width: calc(100% - 3.5rem);
    overflow: hidden;
}

.top-row .navbar-brand .navbar-brand-logo[b-mb5cmb4hnn] {
    display: block;
    height: 30px !important;
    max-height: 30px !important;
    width: auto !important;
    max-width: 170px;
    object-fit: contain;
    flex-shrink: 1;
}

.navbar-brand-text[b-mb5cmb4hnn] {
    color: var(--brand-support-3);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oi[b-mb5cmb4hnn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-mb5cmb4hnn] {
    font-size: 0.95rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mb5cmb4hnn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mb5cmb4hnn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mb5cmb4hnn]  a {
        color: var(--brand-support-3);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-mb5cmb4hnn]  a.active {
    background-color: var(--brand-support-1);
    color: #fff;
}

.nav-item[b-mb5cmb4hnn]  a:hover {
    background-color: rgba(237, 193, 94, 0.2);
    color: #fff;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mb5cmb4hnn] {
        display: none;
    }

    .collapse[b-mb5cmb4hnn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-mb5cmb4hnn] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
