/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-eh624qzgl7] {
    width: 100vw !important;
    height: 100vh !important;
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-eh624qzgl7] {
    flex: 1;
}

.sidebar[b-eh624qzgl7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
    .page[b-eh624qzgl7] {
        flex-direction: row;
    }

    .sidebar[b-eh624qzgl7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-eh624qzgl7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-eh624qzgl7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}
