@import '_content/ETT.Ancona.Utilities.Regione.Marche.Components/ETT.Ancona.Utilities.Regione.Marche.Components.f04quhyx7o.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ijsib1akt8] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ijsib1akt8] {
    flex: 1;
}

@media (min-width: 641px) {
    .page[b-ijsib1akt8] {
        flex-direction: row;
    }

    .sidebar[b-ijsib1akt8] {
        width: 160px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* /Components/Shared/Chat/DashboardProgetto.razor.rz.scp.css */
.riepilogo-enti-partecipanti-card[b-99nb8jc4hm] {
    height: 150px;
    background: linear-gradient(to right, #008055, #004D33);
}

.progress-container[b-99nb8jc4hm] {
    height: 4px;
    background-color: white;
}

.progress-bar[b-99nb8jc4hm] {
    height: 100%;
    transition: width 0.5s ease-in-out;
}
/* /Components/Shared/Chat/ElencoSondaggiEScadenze.razor.rz.scp.css */
.messaggio-card[b-7kr9ephcsh] {
    background: linear-gradient(to right, #106f56, #074a3b);
    border-radius: 15px;
}

/* Stili per la barra di progresso */
.progress-container[b-7kr9ephcsh] {
    height: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    position: relative;
}

.progress-bar[b-7kr9ephcsh] {
    height: 100%;
    background-color: #79f8c6;
    border-radius: 3px;
    transition: width 0.5s ease-in-out;
}
/* /Components/Shared/Sidebar.razor.rz.scp.css */
.sidebar-container[b-kdv33ex9sg] {
    background-color: #004D33;
    width: 160px;
    height: 100vh;
    border-radius: 0 8px 8px 0; /* arrotondamento a destra */
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    color: white;
}

.nav-menu[b-kdv33ex9sg] {
    flex-grow: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-item[b-kdv33ex9sg] {
    width: 100%;
}

    .nav-item span[b-kdv33ex9sg] {
        font-weight: bold;
    }

    .nav-item[b-kdv33ex9sg]  .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
        padding: 5px 0;
    }

        .nav-item[b-kdv33ex9sg]  .nav-link img {
            width: 32px;
            height: 32px;
            margin-bottom: 5px;
        }

.sidebar-footer[b-kdv33ex9sg] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .sidebar-footer img[b-kdv33ex9sg] {
        margin-bottom: 5px;
    }

    .sidebar-footer span[b-kdv33ex9sg] {
        font-weight: bold;
    }
