/* /Components/Layout/DueColonneLayout.razor.rz.scp.css */
.scrollable-column[b-xtipbna06f] {
    max-height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-top: 4px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ijsib1akt8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ijsib1akt8] {
    flex: 1;
}

.sidebar[b-ijsib1akt8] {
    background-image: linear-gradient(to right, #106f56, #074a3b);
}

.top-row[b-ijsib1akt8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

@media (min-width: 641px) {
    .page[b-ijsib1akt8] {
        flex-direction: row;
    }

    .sidebar[b-ijsib1akt8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-ijsib1akt8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-ijsib1akt8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/TreColonneLayout.razor.rz.scp.css */
.scrollable-column[b-7r85pc25er] {
    max-height: 100vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-top: 4px;
}
/* /Components/Pages/Rubrica/Rubrica.razor.rz.scp.css */
.riepilogo-progetti-card[b-caxx6efa1r] {
    height: 150px;
    background: linear-gradient(to right, #106f56, #074a3b);
    border-radius: 15px;
}
/* /Components/Shared/Chat/DashboardProgetto.razor.rz.scp.css */
.riepilogo-enti-partecipanti-card[b-99nb8jc4hm] {
    height: 150px;
    background: linear-gradient(to right, #106f56, #074a3b);
    border-radius: 15px;
}

/* Stili per la barra di progresso */
.progress-container[b-99nb8jc4hm] {
    height: 6px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    position: relative;
}

.progress-bar[b-99nb8jc4hm] {
    height: 100%;
    background-color: #79f8c6;
    border-radius: 3px;
    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/Loader.razor.rz.scp.css */
.spinner-lg[b-zcs0b32o45] {
    width: 8rem;
    height: 8rem;
    border-width: 0.6rem;
}
/* /Components/Shared/Sidebar.razor.rz.scp.css */
.top-row[b-kdv33ex9sg] {
    align-items: center;
}

.navbar-brand img[b-kdv33ex9sg] {
    height: 3.5rem;
}

.navbar-toggler[b-kdv33ex9sg] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.nav-scrollable[b-kdv33ex9sg] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-kdv33ex9sg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kdv33ex9sg] {
        display: none;
    }

    .nav-scrollable[b-kdv33ex9sg] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Shared/SidebarItem.razor.rz.scp.css */
.nav-link .position-relative > span:first-child[b-2qj01iwdsj] {
    font-size: 1.5rem;
}

.notification-badge-custom[b-2qj01iwdsj] {
    background-color: #1AE59C;
    color: #074a3b;
}
