@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] {
    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;
        z-index: 1050;
    }
}
/* /Components/Shared/AccountSwitcher.razor.rz.scp.css */
.profile-trigger[b-cr5mim99rc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
    cursor: pointer;
}

.floating-account-card[b-cr5mim99rc] {
    position: fixed;
    left: 170px;
    top: 20px;
    width: 400px;
    background-color: white;
    z-index: 9999;
}
/* /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 barra 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;
    height: 100%;
    border-radius: 0 8px 8px 0; /* arrotondamento a destra */
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    color: white;
    position: relative;
}

.nav-menu[b-kdv33ex9sg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-item[b-kdv33ex9sg]  .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 5px 0;
    text-align: center;
}

.nav-item span[b-kdv33ex9sg], .sidebar-footer span[b-kdv33ex9sg] {
    font-weight: bold;
}
