/* /Layout/EmptyLayout.razor.rz.scp.css */
.page[b-kquokm3yd0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kquokm3yd0] {
    flex: 1;
}

.sidebar[b-kquokm3yd0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kquokm3yd0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kquokm3yd0]  a, .top-row[b-kquokm3yd0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kquokm3yd0]  a:hover, .top-row[b-kquokm3yd0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kquokm3yd0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kquokm3yd0] {
        justify-content: space-between;
    }

    .top-row[b-kquokm3yd0]  a, .top-row[b-kquokm3yd0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kquokm3yd0] {
        flex-direction: row;
    }

    .sidebar[b-kquokm3yd0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kquokm3yd0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kquokm3yd0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kquokm3yd0], article[b-kquokm3yd0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-p9gfhyob1s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-p9gfhyob1s] {
    flex: 1;
}

.sidebar[b-p9gfhyob1s] {
    background: var(--rz-sidebar-background-color);
    border-right: 1px solid var(--rz-divider);
}

.top-row[b-p9gfhyob1s] {
    background-color: var(--rz-header-background-color);
    border-bottom: 1px solid var(--rz-divider);
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    box-shadow: var(--rz-shadow-1);
}

    .top-row[b-p9gfhyob1s]  a, .top-row[b-p9gfhyob1s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-p9gfhyob1s]  a:hover, .top-row[b-p9gfhyob1s]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-p9gfhyob1s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

[b-p9gfhyob1s] .app-sidebar {
    transition: width 150ms ease-in-out;
}

[b-p9gfhyob1s] .app-sidebar.expanded {
    width: 250px;
}

[b-p9gfhyob1s] .app-sidebar.collapsed {
    width: 64px;
}

[b-p9gfhyob1s] .app-sidebar.collapsed .rz-navigation-item-wrapper > .rz-navigation-item-link {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

[b-p9gfhyob1s] .app-sidebar.collapsed .rz-navigation-item-icon {
    margin-right: 0;
}

[b-p9gfhyob1s] .app-sidebar .rz-navigation-item-link {
    border-radius: 16px;
    margin: 6px 10px;
    min-height: 44px;
    transition: all 0.2s ease;
}

[b-p9gfhyob1s] .app-sidebar .rz-navigation-item-link:hover {
    background-color: rgba(32, 38, 80, 0.08);
    color: var(--rz-primary);
}

[b-p9gfhyob1s] .app-sidebar .menu-item-active .rz-navigation-item-link {
    background: #202650;
    color: #ffffff !important;
    font-weight: 600;
    border-left: 0;
    box-shadow: 0 6px 14px rgba(20, 25, 54, 0.25);
}

[b-p9gfhyob1s] .app-sidebar .menu-item-active .rz-navigation-item-icon {
    color: #ffffff !important;
}

.material-dark[b-p9gfhyob1s]  .app-sidebar .rz-navigation-item-link:hover {
    background-color: rgba(161, 150, 238, 0.18);
    color: #e7e2ff;
}

.material-dark[b-p9gfhyob1s]  .app-sidebar .menu-item-active .rz-navigation-item-link {
    background: #26283a;
    color: #ececf2 !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(161, 150, 238, 0.35);
}

.material-dark[b-p9gfhyob1s]  .app-sidebar .menu-item-active .rz-navigation-item-icon {
    color: #c5bcff !important;
}

@media (max-width: 640.98px) {
    .top-row[b-p9gfhyob1s] {
        justify-content: space-between;
    }

    .top-row[b-p9gfhyob1s]  a, .top-row[b-p9gfhyob1s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-p9gfhyob1s] {
        flex-direction: row;
    }

    .sidebar[b-p9gfhyob1s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-p9gfhyob1s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-p9gfhyob1s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-p9gfhyob1s], article[b-p9gfhyob1s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
