@import 'WebPortal.Client.8o3kh0h2vj.bundle.scp.css';

/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
.page[b-adi5il53cf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-adi5il53cf] {
    flex: 1;
}

.sidebar[b-adi5il53cf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (min-width: 641px) {
    .page[b-adi5il53cf] {
        flex-direction: row;
    }

    .sidebar[b-adi5il53cf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-adi5il53cf] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-adi5il53cf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bmse3mvk0j] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Assicura che l'altezza minima del contenitore sia pari all'altezza del viewport */
}

main[b-bmse3mvk0j] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content[b-bmse3mvk0j] {
    flex: 1; /* Assicura che il contenuto si espanda se necessario */
}

.sidebar[b-bmse3mvk0j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, rgb(30 58 138 / var(--tw-bg-opacity, 1)) 70%);
}

@media (min-width: 641px) {
    .page[b-bmse3mvk0j] {
        flex-direction: row;
    }

    .sidebar[b-bmse3mvk0j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-bmse3mvk0j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bmse3mvk0j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
