@import '_content/Elysium.Components/Elysium.Components.v7k3f71mi0.bundle.scp.css';
@import '_content/LiveChartsCore.SkiaSharpView.Blazor/LiveChartsCore.SkiaSharpView.Blazor.i4zkn35tfz.bundle.scp.css';

/* /Layout/AuthenticationLayout.razor.rz.scp.css */
.page[b-kwe1pp97n8] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-oedrvzob5m] {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

[b-oedrvzob5m] .sidebar {
    padding: var(--elysium-spacing-md);

    div.logo {
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1 / 1;
        padding-bottom: var(--elysium-spacing-md);
    }

    div.navigation-items[b-oedrvzob5m] {
        display: flex;
        flex-direction: column;
        gap: var(--elysium-spacing-sm);
    }

    div.profile[b-oedrvzob5m] {
        margin-top: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

main[b-oedrvzob5m] {
    flex: 1;
}

.top-row[b-oedrvzob5m] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-oedrvzob5m] {
        flex-direction: row;
    }

    .sidebar[b-oedrvzob5m] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

    .top-row[b-oedrvzob5m], article[b-oedrvzob5m] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Login.razor.rz.scp.css */
div.login-card[b-soq7io3oxx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
