/* _content/HerescopeBackoffice/Components/Layout/DownloadComponent.razor.rz.scp.css */
.custom-button[b-8hfx3dfwgm] {
    background-color: transparent;
    border: 2px solid transparent;
    color: #fff; /* Colore del testo/icone del bottone */
    transition: all 0.3s ease-in-out;
    padding: 0.5rem 1rem; /* Aggiungi padding per dimensionare il bottone */
}

    .custom-button:hover[b-8hfx3dfwgm] {
        background-color: #ff033a; /* Colore custom quando ci passi sopra */
        color: #fff; /* Colore del testo/icone quando ci passi sopra */
        border-color: #ff033a; /* Cambia il colore del bordo al passaggio del mouse */
    }
/* _content/HerescopeBackoffice/Components/Layout/LogoutComponent.razor.rz.scp.css */
.logout-link[b-6ngc30im2i] {
    display: inline-block;
    padding: 0.5rem 1rem; /* Aggiungi padding per dimensionare l'area cliccabile */
    background-color: transparent;
    color: white; /* Colore del testo */
    border: 2px solid transparent;
    text-decoration: none; /* Rimuovi la sottolineatura del link */
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
}

    .logout-link:hover[b-6ngc30im2i] {
        background-color: #ff033a; /* Colore custom quando ci passi sopra */
        color: #fff; /* Colore del testo quando ci passi sopra */
        border-color: #ff033a; /* Cambia il colore del bordo al passaggio del mouse */
        text-decoration: none; /* Assicurati che non compaia la sottolineatura */
    }
/* _content/HerescopeBackoffice/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-j9tk0dzjyv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-j9tk0dzjyv] {
    flex: 1;
}

.sidebar[b-j9tk0dzjyv] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 100%, #3a0647 0%);
}


.top-row[b-j9tk0dzjyv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-j9tk0dzjyv]  a, .top-row[b-j9tk0dzjyv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-j9tk0dzjyv]  a:hover, .top-row[b-j9tk0dzjyv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-j9tk0dzjyv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-j9tk0dzjyv] {
        justify-content: space-between;
    }

    .top-row[b-j9tk0dzjyv]  a, .top-row[b-j9tk0dzjyv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-j9tk0dzjyv] {
        flex-direction: row;
    }

    .sidebar[b-j9tk0dzjyv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-j9tk0dzjyv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-j9tk0dzjyv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-j9tk0dzjyv], article[b-j9tk0dzjyv] {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

#blazor-error-ui[b-j9tk0dzjyv] {
    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-j9tk0dzjyv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/* _content/HerescopeBackoffice/Components/Layout/NavMenu.razor.rz.scp.css */
:root[b-kx5zuvk5l6] {
    /*Non funziona come var usare ctrl + f per cambiare*/
    --colore-custom: #f42b55;
}

.navbar-toggler[b-kx5zuvk5l6] {
    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);
}

.navbar-toggler:checked[b-kx5zuvk5l6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-kx5zuvk5l6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kx5zuvk5l6] {
    font-size: 1.1rem;
}

.bi[b-kx5zuvk5l6] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-kx5zuvk5l6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-kx5zuvk5l6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-kx5zuvk5l6] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-kx5zuvk5l6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kx5zuvk5l6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kx5zuvk5l6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kx5zuvk5l6]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-kx5zuvk5l6]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: #f42b55;
    }

    .nav-item[b-kx5zuvk5l6]  .nav-link:hover {
        background-color: rgba(255,255,255,0.025);
        color: #f42b55;
        border-color: #f42b55;
        border-width: 1px;
        stroke-width: 2px;
    }
/*
.nav-scrollable {
    display: none;
}
*/
.navbar-toggler:checked ~ .nav-scrollable[b-kx5zuvk5l6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kx5zuvk5l6] {
        display: none;
    }

    .nav-scrollable[b-kx5zuvk5l6] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/HerescopeBackoffice/Components/Layout/PaginaUtenteComponent.razor.rz.scp.css */
.custom-button[b-4a0bg20pc4] {
    background-color: transparent;
    border: 2px solid transparent;
    color: #fff; /* Colore del testo/icone del bottone */
    transition: all 0.3s ease-in-out;
    padding: 0.5rem 1rem; /* Aggiungi padding per dimensionare il bottone */
}

    .custom-button:hover[b-4a0bg20pc4] {
        background-color: #ff033a; /* Colore custom quando ci passi sopra */
        color: #fff; /* Colore del testo/icone quando ci passi sopra */
        border-color: #ff033a; /* Cambia il colore del bordo al passaggio del mouse */
    }
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/Abitazioni/AbitazioniForm.razor.rz.scp.css */

.btn-selezionato[b-jxtu7lv54i]{
    background-color: black;
    color: red;
}
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/Abitazioni/AbitazioniPreferiteComponent.razor.rz.scp.css */
.abitazioni-container[b-7sbtuu3bw7] {
    max-width: 1200px;
    /*margin: 0 auto;*/
    /*padding: 1rem;*/
}

.table-container[b-7sbtuu3bw7] {
    background-color: white;
    border-radius: 8px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
}
@media (max-width: 768px) {
    .table-container[b-7sbtuu3bw7] {
        overflow: scroll;
    }
}


.table-header[b-7sbtuu3bw7] {
    background-color: #f3f4f6;
    color: #1f2937;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1rem;
    margin: 0;
    border-bottom: 1px solid #e5e7eb;
}

.abitazioni-table[b-7sbtuu3bw7] {
    width: 100%;
    border-collapse: collapse;
}

    .abitazioni-table th[b-7sbtuu3bw7],
    .abitazioni-table td[b-7sbtuu3bw7] {
        padding: 0.75rem 1rem;
        text-align: left;
    }

    .abitazioni-table th[b-7sbtuu3bw7] {
        background-color: #f3f4f6;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #6b7280;
    }

    .abitazioni-table tr:hover[b-7sbtuu3bw7] {
        background-color: #f9fafb;
    }

    .abitazioni-table tr:not(:last-child)[b-7sbtuu3bw7] {
        border-bottom: 1px solid #e5e7eb;
    }

.stato-badge[b-7sbtuu3bw7] {
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.stato-disponibile[b-7sbtuu3bw7] {
    background-color: #10b981;
    color: white;
}

.stato-venduta[b-7sbtuu3bw7] {
    background-color: #ef4444;
    color: white;
}

.stato-prenotata[b-7sbtuu3bw7] {
    background-color: #f59e0b;
    color: white;
}

.stato-default[b-7sbtuu3bw7] {
    background-color: #6b7280;
    color: white;
}

.no-abitazioni[b-7sbtuu3bw7] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.no-abitazioni p[b-7sbtuu3bw7] {
    text-align: center;
    padding: 2rem;
    color: #6b7280;
    font-size: 1.125rem;
    margin: 0;
}
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/Abitazioni/Planimetrie/PlanimetrieManager.razor.rz.scp.css */
.prev[b-ii1hwrrkjp],
.next[b-ii1hwrrkjp] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    z-index: 1;
    background: none;
    border: none;
}


.prev-icon[b-ii1hwrrkjp],
.next-icon[b-ii1hwrrkjp] {
    filter: invert(1);
    width: 2rem;
    height: 2rem;
}
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/Appuntamenti/AppuntamentiPage.razor.rz.scp.css */
.pallina[b-tgnsuqmofl]::before
{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.dialog-container[b-tgnsuqmofl] {
    display: flex;
    justify-content: center; /* Centro orizzontalmente */
    align-items: center; /* Centro verticalmente */
    height: 100vh; /* Altezza della viewport per centrare verticalmente */
    width: 100vw; /* Larghezza della viewport */
    position: absolute; /* Assicurati che il contenitore occupi l'intera pagina */
    top: 0; /* Posiziona il contenitore in alto */
    left: 0; /* Posiziona il contenitore a sinistra */
}

/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/Capitolato/ModificaEAssegnaCapitolato.razor.rz.scp.css */
.cliente-row[b-swoexswmv9] {
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
}

    .cliente-row:hover[b-swoexswmv9] {
        background-color: rgba(13, 110, 253, 0.05);
    }

    .cliente-row.selected[b-swoexswmv9] {
        background-color: rgba(13, 110, 253, 0.1);
    }


.email-cell[b-swoexswmv9] {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.empty-state[b-swoexswmv9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    color: #6c757d;
}

.search-container[b-swoexswmv9] {
    width: 300px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .email-cell[b-swoexswmv9] {
        max-width: 120px;
    }

    .search-container[b-swoexswmv9] {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .table td[b-swoexswmv9], .table th[b-swoexswmv9] {
        padding: 0.5rem;
    }

    .avatar-circle[b-swoexswmv9] {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
}
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/Cliente/ClineteRiassuntoDownload.razor.rz.scp.css */
.body[b-fagticn5xa] {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #ffffff;
    color: #000000;
    max-width: 1000px;
    margin: 0 auto;
}

.header[b-fagticn5xa] {
    text-align: center;
    margin-bottom: 30px;
}

h1[b-fagticn5xa] {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    display: inline-block;
}

h2[b-fagticn5xa] {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
}

.client-info[b-fagticn5xa] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.info-row[b-fagticn5xa] {
    display: flex;
    /*justify-content: space-between;*/
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.info-row-note[b-fagticn5xa] {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

.label[b-fagticn5xa] {
    font-weight: 600;
    color: #333;
}

.value[b-fagticn5xa] {
    font-weight: 400;
    color: #000;
}

.section-divider[b-fagticn5xa] {
    border-top: 2px solid #000;
    margin: 30px 0;
}

.table-container[b-fagticn5xa] {
    overflow-x: auto;
    margin-top: 20px;
}

table[b-fagticn5xa] {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    margin-bottom: 30px;
}

th[b-fagticn5xa], td[b-fagticn5xa] {
    padding: 12px;
    text-align: left;
    border: 1px solid #000;
}

th[b-fagticn5xa] {
    background-color: #333;
    color: #ffffff;
    font-weight: 700;
}

tr:nth-child(even)[b-fagticn5xa] {
    background-color: #f5f5f5;
}

/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/ClientiListSelect.razor.rz.scp.css */
.cliente-row[b-ux7s8gdyiy] {
    cursor: pointer;
    transition: all 0.2s ease;
    vertical-align: middle;
}

    .cliente-row:hover[b-ux7s8gdyiy] {
        background-color: rgba(13, 110, 253, 0.05);
    }

    .cliente-row.selected[b-ux7s8gdyiy] {
        background-color: rgba(13, 110, 253, 0.1);
    }

.avatar-circle[b-ux7s8gdyiy] {
    width: 32px;
    height: 32px;
    background-color: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #495057;
    text-transform: uppercase;
}

.email-cell[b-ux7s8gdyiy] {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.empty-state[b-ux7s8gdyiy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    color: #6c757d;
}

.search-container[b-ux7s8gdyiy] {
    width: 300px;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .email-cell[b-ux7s8gdyiy] {
        max-width: 120px;
    }

    .search-container[b-ux7s8gdyiy] {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .table td[b-ux7s8gdyiy], .table th[b-ux7s8gdyiy] {
        padding: 0.5rem;
    }

    .avatar-circle[b-ux7s8gdyiy] {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
}
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/DipendenteCard.razor.rz.scp.css */
.dipendente-card[b-hh2lw3vofj] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .dipendente-card:hover[b-hh2lw3vofj] {
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        transform: translateY(-5px);
    }

.card-header[b-hh2lw3vofj] {
    background-color: black;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-body[b-hh2lw3vofj] {
    padding: 2rem;
}

.card-title[b-hh2lw3vofj] {
    color: #333;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.card-text[b-hh2lw3vofj] {
    margin-bottom: 15px;
}

    .card-text strong[b-hh2lw3vofj] {
        color: #555;
        min-width: 120px;
        display: inline-block;
    }

.card-footer[b-hh2lw3vofj] {
    background-color: #f8f9fa;
    border-top: none;
    padding: 1rem 2rem;
}

.btn[b-hh2lw3vofj] {
    margin-right: 10px;
    transition: all 0.3s ease;
}

    .btn:hover[b-hh2lw3vofj] {
        transform: translateY(-2px);
    }
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/DipendenteForm.razor.rz.scp.css */
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/Modal.razor.rz.scp.css */
body[b-45cz1bfs4v] {
}
.modal[b-45cz1bfs4v] {
    display: none;
}

    .modal.show[b-45cz1bfs4v] {
        display: block;
    }

.blur-background[b-45cz1bfs4v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Opacità sfondo */
    backdrop-filter: blur(5px); /* Effetto di sfocatura */
    z-index: 1000; /* Assicura che lo sfondo sia sopra tutto il resto */
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body[b-45cz1bfs4v] {
    overflow-y: auto;
    max-height: calc(75vh - 120px);
}

.close-btn[b-45cz1bfs4v] {
    background: transparent;
    border: none;
    padding: 5px;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

    .close-btn svg[b-45cz1bfs4v] {
        width: 24px;
        height: 24px;
        transition: transform 0.2s ease-in-out, filter 0.2s;
    }

    .close-btn:hover svg[b-45cz1bfs4v] {
        transform: scale(1.1);
        filter: brightness(1.2);
    }

/* Mobile */
@media (max-width: 576px) {
    .modal-dialog[b-45cz1bfs4v] {
        max-width: 95%;
        margin: auto;
    }

    .close-btn[b-45cz1bfs4v] {
        top: 10px;
        right: 12px;
    }

        .close-btn svg[b-45cz1bfs4v] {
            width: 28px;
            height: 28px;
        }
}
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/ModificaSlotAbitazione.razor.rz.scp.css */
.loading-overlay[b-lskuodlod0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Sfondo bianco semitrasparente */
    z-index: 1000; /* Assicura che l'overlay sia sopra gli altri contenuti */
    display: none; /* Inizialmente nascosto */
    justify-content: center;
    /*align-items: center;*/
    padding-top: 45%
}

.loading-spinner[b-lskuodlod0] {
    border: 8px solid rgba(0, 0, 0, 0.3); /* Colore del bordo del loader */
    border-radius: 50%;
    border-top: 8px solid #3498db; /* Colore del bordo del loader quando ruota */
    width: 50px;
    height: 50px;
    animation: spin-b-lskuodlod0 1s linear infinite; /* Animazione di rotazione */
}

@keyframes spin-b-lskuodlod0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/StatCardGenerica.razor.rz.scp.css */
/* Contenitore principale, mantiene la disposizione in colonna */
/*.data-display {
    border: 0px solid #ccc;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}*/

/* Stile per le icone, mantieni la larghezza e l'altezza fisse */
/*.icon {
    margin-right: 15px;
    width: 50px;
    height: 50px;
}*/

/* Stile per i titoli principali */
/*.title {
    font-weight: bold;
    font-size: 25px;
}*/

/* Stile per i titoli secondari */
/*.title-left {
    font-weight: normal;
    font-size: 20px;
    color: black;
    vertical-align: bottom;
}*/

/* Stile per il sottotitolo */
/*.subtitle {
    font-weight: bold;
    color: gray;
    margin-top: 5px;*/ /* Spazio tra il titolo e il sottotitolo */
/*}*/

/* Allineamento orizzontale dei set di icone e titoli */
/*.d-flex {
    display: flex;
    align-items: flex-start;*/ /* Allinea tutti gli elementi a sinistra */
    /*flex-direction: row;*/ /* Disposizione orizzontale */
    /*gap: 10px;*/ /* Distanza tra gli elementi */
    /*width: 100%;*/ /* Assicurati che occupi tutto lo spazio disponibile */
/*}*/

/* Altri margini */
/*.ml-2 {
    margin-left: 0.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}*/


.data-display[b-qc68ueerq8] {
    border: 0px solid #ccc;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.icon[b-qc68ueerq8] {
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

.title[b-qc68ueerq8] {
    font-weight: bold;
    font-size: 25px;
}

.title-left[b-qc68ueerq8] {
    font-weight: normal;
    font-size: 20px;
    color: black;
    vertical-align: bottom;
}

.sub-title[b-qc68ueerq8] {
    color: gray;
}

.subtitle[b-qc68ueerq8] {
    font-weight: bold;
    color: gray;
}

.ml-2[b-qc68ueerq8] {
    margin-left: 0.5rem;
}

.mr-2[b-qc68ueerq8] {
    margin-right: 0.5rem;
}


/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/StatGraficoAbitazioni.razor.rz.scp.css */
.chart-container[b-oslgesv24b] {
    padding-top: 20px; /* Aggiunge spazio sopra il grafico */
}
/* _content/HerescopeBackoffice/Components/Layout/Shared/Component/TimelineModificheStato.razor.rz.scp.css */
/* Container scrollabile con effetto fade e scrollbar personalizzata */
.timeline-scroll-container[b-5ijc8ec128] {
    max-height: 600px;
    overflow-y: auto;
    padding: 20px;
    position: relative;
}

    /* Stile moderno per la scrollbar */
    .timeline-scroll-container[b-5ijc8ec128]::-webkit-scrollbar {
        width: 6px;
    }

    .timeline-scroll-container[b-5ijc8ec128]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .timeline-scroll-container[b-5ijc8ec128]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .timeline-scroll-container[b-5ijc8ec128]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* Contenitore principale della timeline */
.timeline-container[b-5ijc8ec128] {
    position: relative;
    margin: 20px 0;
    padding: 20px 0;
}

    /* Linea di collegamento - Moderna con gradiente */
    .timeline-container[b-5ijc8ec128]::before {
        content: "";
        position: absolute;
        background: linear-gradient(180deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
        z-index: 0;
    }

/* Mobile (verticale) */
@media (max-width: 767px) {
    .timeline-container[b-5ijc8ec128]::before {
        left: 28px;
        top: 0;
        bottom: 0;
        width: 2px;
    }
}

/* Desktop (orizzontale) */
@media (min-width: 768px) {
    .timeline-container[b-5ijc8ec128]::before {
        top: 40px;
        left: 0;
        right: 0;
        height: 2px;
    }
}

/* Elementi della timeline con effetto hover */
.timeline-item[b-5ijc8ec128] {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

    .timeline-item:hover[b-5ijc8ec128] {
        transform: translateY(-3px);
    }

/* Icona con effetto neon e animazione */
.timeline-icon[b-5ijc8ec128] {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 15px;
    z-index: 2;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

    .timeline-icon[b-5ijc8ec128]::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        opacity: 0.2;
        background: currentColor;
        filter: blur(8px);
        z-index: -1;
    }

.timeline-item:hover .timeline-icon[b-5ijc8ec128] {
    transform: scale(1.05) rotate(10deg);
}

/* Contenuto moderno con bordo sottile */
.timeline-content[b-5ijc8ec128] {
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.timeline-item:hover .timeline-content[b-5ijc8ec128] {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Header con separatore elegante */
.timeline-header[b-5ijc8ec128] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Tipografia migliorata */
.timeline-label[b-5ijc8ec128] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1f2937;
    letter-spacing: -0.25px;
    margin: 0;
}

.timeline-date[b-5ijc8ec128] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #6b7280;
    letter-spacing: 0.25px;
}

.timeline-text[b-5ijc8ec128] {
    font-size: 0.85rem;
    color: #374151;
    line-height: 1.5;
    margin: 4px 0;
}

/* Layout Responsive migliorato */
@media (max-width: 767px) {
    /* Riduci il padding generale del contenitore scrollabile */
    .timeline-scroll-container[b-5ijc8ec128] {
        padding: 10px;
    }

    /* Posiziona meglio la linea verticale in base alle nuove dimensioni */
    .timeline-container[b-5ijc8ec128]::before {
        left: 20px;
        width: 2px;
    }

    /* Riduci il margine sinistro degli elementi della timeline */
    .timeline-item[b-5ijc8ec128] {
        margin-left: 30px;
    }

    /* Riduci la dimensione dell'icona */
    .timeline-icon[b-5ijc8ec128] {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    /* Adatta il contenuto della timeline */
    .timeline-content[b-5ijc8ec128] {
        padding: 12px;
        border-radius: 10px;
        width: auto; /* Occupa lo spazio disponibile senza forzare una larghezza fissa */
    }

    /* Riduci leggermente le dimensioni dei testi */
    .timeline-label[b-5ijc8ec128] {
        font-size: 0.85rem;
    }

    .timeline-date[b-5ijc8ec128] {
        font-size: 0.7rem;
    }

    .timeline-text[b-5ijc8ec128] {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .timeline-item[b-5ijc8ec128] {
        flex-direction: column;
        align-items: center;
        text-align: left;
        flex: 1;
        padding: 0 15px;
    }

    .timeline-content[b-5ijc8ec128] {
        /*width: 220px;*/
        margin-top: 15px;
    }

    .timeline-icon[b-5ijc8ec128] {
        margin-bottom: 10px;
    }

    .timeline-container[b-5ijc8ec128] {
        display: flex;
        justify-content: space-between; /* distribuisce gli elementi lungo l'asse orizzontale */
        align-items: flex-start;
    }
}

/* Animazione all'apparizione */
@keyframes timelineItemAppear-b-5ijc8ec128 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-item[b-5ijc8ec128] {
    animation: timelineItemAppear-b-5ijc8ec128 0.6s ease forwards;
}
/* _content/HerescopeBackoffice/Components/Pages/AbitazionisPage.razor.rz.scp.css */
.my-sticky-grid .rz-datagrid-header[b-aqlq8piajw] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}

.rz-dropdown-panel .rz-popup[b-aqlq8piajw]{
    width:fit-content !important;
}

.rz-dropdown-items .rz-dropdown-list[b-aqlq8piajw] {
    width: fit-content !important;
}


.dot[b-aqlq8piajw] {
    height: 10px;
    width: 10px;
    background-color: #bbb; /* Colore di default */
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Ombra leggera */
}

    /* Colori per i vari stati */
    .dot.Venduto[b-aqlq8piajw] {
        background-color: red;
    }

    .dot.Disponibile[b-aqlq8piajw] {
        background-color: green;
    }

    .dot.Opzionato[b-aqlq8piajw] {
        background-color: yellow;
    }
.stato-container[b-aqlq8piajw] {
    display: flex;
    align-items: center; /* Allinea verticalmente */
    gap: 8px; /* Distanza tra il pallino e il testo */
}
@media (max-width: 768px) { /* Regola solo per mobile */
    .stato-container[b-aqlq8piajw] {
        display: flex;
        justify-content: center; /* Centra orizzontalmente */
        align-items: center; /* Centra verticalmente */
        height: 100%; /* Occupa tutta l'altezza della cella */
    }
}

.rz-dropdown-panel[b-aqlq8piajw] {
    width: fit-content !important;
    min-width: unset !important; /* Rimuove il min-width imposto inline */
}
/* _content/HerescopeBackoffice/Components/Pages/AddOnPage.razor.rz.scp.css */
.table-custom[b-8ys8z3gxrh] {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

    .table-custom thead[b-8ys8z3gxrh] {
        background-color: #4a4a4a;
        color: white;
    }

    .table-custom th[b-8ys8z3gxrh], .table-custom td[b-8ys8z3gxrh] {
        padding: 15px;
        vertical-align: middle;
    }

    .table-custom tbody tr:hover[b-8ys8z3gxrh] {
        background-color: #f5f5f5;
        /*background-color: red;*/
        transition: background-color 0.3s ease;
    }

.badge-custom[b-8ys8z3gxrh] {
    font-size: 0.8em;
    padding: 5px 10px;
    border-radius: 20px;
}
/* _content/HerescopeBackoffice/Components/Pages/CapitolatiPage.razor.rz.scp.css */
.capitolati-component[b-xhohdf7cy0] {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --accent-color: #0056b3;
    --danger-color: #dc3545;
    --danger-hover-color: #c82333;
    --page-bg: #f4f7f9;
    --card-bg: #ffffff;
    --card-border-color: #dee2e6;
    --card-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    --card-hover-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    --light-gray: #f8f9fa;
    --medium-gray: #e9ecef;
    --dark-gray: #6c757d;
    --text-color: #212529;
    --text-muted: #6c757d;
    --border-radius: 0.375rem;
    --spacing-unit: 1rem;
}

.page-container[b-xhohdf7cy0] {
    padding: calc(var(--spacing-unit) * 1.5);
    border-radius: var(--border-radius);
}

.page-title[b-xhohdf7cy0] {
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 0;
}

.loading-indicator[b-xhohdf7cy0],
.empty-state[b-xhohdf7cy0] {
    text-align: center;
    padding: calc(var(--spacing-unit) * 2);
    color: var(--text-muted);
    background-color: var(--card-bg);
    border: 1px solid var(--card-border-color);
    border-radius: var(--border-radius);
    margin-top: var(--spacing-unit);
}

    .empty-state .empty-icon[b-xhohdf7cy0] {
        font-size: 3rem;
        margin-bottom: var(--spacing-unit);
        display: block;
        color: var(--medium-gray);
    }

.page-header-actions[b-xhohdf7cy0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-unit);
    margin-bottom: calc(var(--spacing-unit) * 1.5);
}

.btn-add-item[b-xhohdf7cy0] {
    background-color: var(--text-color);
    color: var(--card-bg);
    border: 1px solid var(--text-color);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius);
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

    .btn-add-item:hover[b-xhohdf7cy0],
    .btn-add-item:focus[b-xhohdf7cy0] {
        background-color: #333;
        border-color: #333;
        color: var(--card-bg);
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(66, 70, 73, 0.3);
    }

    .btn-add-item .icon-add[b-xhohdf7cy0] {
        font-size: 1.1rem;
    }

.item-list-container[b-xhohdf7cy0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    gap: var(--spacing-unit);
}

.item-card[b-xhohdf7cy0] {
    background-color: var(--card-bg);
    border: 1px solid var(--card-border-color);
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .item-card:hover[b-xhohdf7cy0] {
        transform: translateY(-3px);
        box-shadow: var(--card-hover-shadow);
    }

.card-content[b-xhohdf7cy0] {
    padding: var(--spacing-unit);
    flex-grow: 1;
}

.detail-item[b-xhohdf7cy0] {
    display: flex;
    align-items: flex-start;
    margin-bottom: calc(var(--spacing-unit) * 0.6);
    color: var(--text-color);
    font-size: 0.9rem;
    gap: 0.6rem;
}

    .detail-item:last-child[b-xhohdf7cy0] {
        margin-bottom: 0;
    }

.detail-icon[b-xhohdf7cy0] {
    color: var(--secondary-color);
    font-size: 1.1rem;
    margin-top: 0.1em;
    flex-shrink: 0;
}

.detail-label[b-xhohdf7cy0] {
    font-weight: 500;
    color: var(--text-color);
    flex-shrink: 0;
}

.detail-value[b-xhohdf7cy0] {
    color: var(--text-muted);
    flex-grow: 1;
    word-break: break-word;
}

    .detail-value.description[b-xhohdf7cy0] {
        color: var(--text-color);
        line-height: 1.4;
    }

.card-actions[b-xhohdf7cy0] {
    display: flex;
    justify-content: flex-end;
    gap: calc(var(--spacing-unit) * 0.5);
    padding: calc(var(--spacing-unit) * 0.75);
    background-color: var(--light-gray);
    border-top: 1px solid var(--card-border-color);
}

.btn-action[b-xhohdf7cy0] {
    background-color: transparent;
    border: none;
    color: var(--secondary-color);
    padding: 0.3rem 0.6rem;
    border-radius: var(--border-radius);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
}

    .btn-action i[b-xhohdf7cy0] {
        font-size: 1rem;
    }

    .btn-action:hover[b-xhohdf7cy0] {
        background-color: var(--medium-gray);
        color: var(--text-color);
    }

.btn-edit:hover[b-xhohdf7cy0] {
    color: var(--primary-color);
}

.btn-delete:hover[b-xhohdf7cy0] {
    color: var(--danger-color);
}

.action-text[b-xhohdf7cy0] {
    display: none;
}

[b-xhohdf7cy0] .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}

[b-xhohdf7cy0] .modal-content {
    border-radius: var(--border-radius);
    border: none;
    box-shadow: 0
/* _content/HerescopeBackoffice/Components/Pages/ClienteDetailsPage.razor.rz.scp.css */
.card[b-esq8l0yb2b] {
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}

h5[b-esq8l0yb2b] {
    font-weight: 600;
}

@media (max-width: 576px) {
    .material-icons[b-esq8l0yb2b]

{
    font-size: 20px;
}

h5[b-esq8l0yb2b] {
    font-size: 1.1rem;
}
}


.btnprova[b-esq8l0yb2b] {
    background-color: red !important;
}



/* _content/HerescopeBackoffice/Components/Pages/ClientiList.razor.rz.scp.css */
/* Layout container */

.btnprova[b-bis0j24x94] {
    background-color: red !important;
}

.modern-datalist[b-bis0j24x94] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
}

.card-container[b-bis0j24x94] {
    margin-bottom: 0;
    padding: 0;
    max-width: 100%;
    border:none!important;

}

@media (min-width: 768px) {
    .card-container[b-bis0j24x94] {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        border: none !important;
    }
}

@media(max-width: 767px)
{
    .card-container[b-bis0j24x94] {
        max-width: 100%;
        border: none !important;
    }
}

@media (min-width: 1200px) {
    .card-container[b-bis0j24x94] {
        flex: 0 0 calc(33.33% - 1rem);
        max-width: calc(33.33% - 1rem);
        border: none !important;
    }
}

/* Card e layout interno */
.modern-card[b-bis0j24x94] {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

    .modern-card:hover[b-bis0j24x94] {
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(63, 81, 181, 0.1);
    }

.mobile-card-layout[b-bis0j24x94] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Header con avatar e info principali */
.card-header[b-bis0j24x94] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar[b-bis0j24x94] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #212121; /*linear-gradient(135deg, #4a5ccc, #3f51b5);*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 2px 6px rgba(63, 81, 181, 0.2);
    flex-shrink: 0;
}
.rz-badge .rz-badge-primary .rz-variant-filled .rz-shade-default .badge-modern[b-bis0j24x94] {
    background-color: #212121 !important;
    color: var(--rz-on-primary);
}

.user-info[b-bis0j24x94] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.user-name[b-bis0j24x94] {
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.user-email[b-bis0j24x94] {
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    margin-bottom: 4px;
}

.badge-modern[b-bis0j24x94] {
    background-color: #212121 !important;
    color: #3f51b5 !important;
    border-radius: 6px;
    padding: 3px 8px;
    font-weight: 500;
    font-size: 0.75rem;
    display: inline-block;
    align-self: flex-start;
}

/* Dettagli compatti */
.compact-details[b-bis0j24x94] {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 8px;
    background-color: #f8f9fc;
    border-radius: 8px;
    padding: 8px;
}

.detail-item[b-bis0j24x94] {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.detail-icon[b-bis0j24x94] {
    color: #3f51b5;
    font-size: 16px;
    opacity: 0.8;
}

.detail-value[b-bis0j24x94] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.85rem;
    color: #444;
}

/* Bottoni circolari orizzontali */
.horizontal-button-bar[b-bis0j24x94] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 6px 0;
}

.circle-button[b-bis0j24x94] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}
    .circle-button.documented[b-bis0j24x94] {
        background-color: #f7f7f7 !important;
        color: #43a047 !important;
    }
    .circle-button[b-bis0j24x94] {
        background-color: #f7f7f7 !important;
        color: #212121 !important;
    }

    .circle-button:hover[b-bis0j24x94] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.12);
    }

    .circle-button:active[b-bis0j24x94] {
        transform: translateY(0);
    }

.button-icon[b-bis0j24x94] {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Varianti di colore per bottoni */
.circle-button.primary-action[b-bis0j24x94] {
    background-color: #eef2ff;
    color: #3f51b5;
}

    .circle-button.primary-action:hover[b-bis0j24x94] {
        background-color: #dce4ff;
    }

.circle-button.secondary-action[b-bis0j24x94] {
    background-color: #f5f8fa;
    color: #546e7a;
}

    .circle-button.secondary-action:hover[b-bis0j24x94] {
        background-color: #e8eef1;
    }

.circle-button.accent-action[b-bis0j24x94] {
    background-color: #fef5f8;
    color: #e91e63;
}

    .circle-button.accent-action:hover[b-bis0j24x94] {
        background-color: #fde6ee;
    }

.circle-button.documented[b-bis0j24x94] {
    background-color: #f4f9f4;
    color: #43a047;
}

    .circle-button.documented:hover[b-bis0j24x94] {
        background-color: #e7f3e7;
    }

/* Stile filtri */
.filter-card[b-bis0j24x94] {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    background-color: white;
}

/* Responsive design migliorato */
@media (max-width: 576px) {
    .modern-card[b-bis0j24x94] {
        padding: 12px !important;
    }

    .compact-details[b-bis0j24x94] {
        grid-template-columns: 1fr;
    }

    .horizontal-button-bar[b-bis0j24x94] {
        justify-content: space-around;
    }
}
/* _content/HerescopeBackoffice/Components/Pages/ImpostazioniGenerali.razor.rz.scp.css */
.row[b-w9spm9eac6] {
    align-items: stretch; /* Garantisce che tutte le colonne si allungano in altezza */
}

.interest-panel[b-w9spm9eac6] {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1rem;
}

.panel-title[b-w9spm9eac6] {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.panel-content[b-w9spm9eac6] {
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Fa in modo che il contenuto occupi tutto lo spazio disponibile */
}

.rate-display[b-w9spm9eac6] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
}

.form-label[b-w9spm9eac6] {
    font-weight: 500;
    color: #495057;
    font-size: 0.9rem;
}

.form-text[b-w9spm9eac6] {
    font-size: 0.8rem;
}

.input-group .form-control[b-w9spm9eac6] {
    border-right: none;
}

.input-group-text[b-w9spm9eac6] {
    background-color: white;
    border-left: none;
}

.btn-primary[b-w9spm9eac6] {
    font-size: 0.9rem;
    padding: 0.375rem 1rem;
    background-color: black;
    color: white;
}

.alert[b-w9spm9eac6] {
    font-size: 0.85rem;
}
/* _content/HerescopeBackoffice/Components/Pages/index.razor.rz.scp.css */
#pieChart + div ul[b-95qdreatw7] {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.custom-legend[b-95qdreatw7] {
    display: flex;
    flex-direction: column;
    align-items: start;
}

    .custom-legend div[b-95qdreatw7] {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .custom-legend span[b-95qdreatw7] {
        font-size: 14px;
    }


.stats[b-95qdreatw7] {
    height: 93vh;
    overflow: hidden;
}

.stats-mobile[b-95qdreatw7] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.sfondo-base[b-95qdreatw7] {
    background-color: #ededed;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .stats[b-95qdreatw7] {
        display: none;
    }

    .stats-mobile[b-95qdreatw7] {
        display: flex;
    }
}
/* _content/HerescopeBackoffice/Components/Pages/Login/Login.razor.rz.scp.css */
body[b-wu43utk9mu] {
}
button[b-wu43utk9mu] {
    background-color: red;
}

.modal-content[b-wu43utk9mu] {
    background-color: transparent;
    border: none;
}
/* Personalizzazione per lo sfondo sfocato */
.blur-background[b-wu43utk9mu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Opacità sfondo */
    backdrop-filter: blur(5px); /* Effetto di sfocatura */
    z-index: 1000; /* Assicura che lo sfondo sia sopra tutto il resto */
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Personalizzazione per il popup */
.popup[b-wu43utk9mu] {
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
}


.card[b-wu43utk9mu] {
    overflow: hidden;
    border-radius: 10px;
    min-height: 500px;
    border: none; /* Rimuove completamente il bordo */
}



.card-body[b-wu43utk9mu] {
    padding: 2rem;
}

input[type = 'email'][b-wu43utk9mu], input[type = 'password'][b-wu43utk9mu] {
    border-radius: 100px;
    border: none;
    background: #E3F2FD;
}

input[type = 'button'][b-wu43utk9mu] {
    border-radius: 100px;
}
/* _content/HerescopeBackoffice/Components/Pages/Login/LoginPage.razor.rz.scp.css */
button[b-al4ecl1vri] {
background-color: red; 
}

.modal-content[b-al4ecl1vri] {
    background-color: transparent;
    border: none;
}
/* Personalizzazione per lo sfondo sfocato */
.blur-background[b-al4ecl1vri] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Opacità sfondo */
    backdrop-filter: blur(5px); /* Effetto di sfocatura */
    z-index: 1000; /* Assicura che lo sfondo sia sopra tutto il resto */
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Personalizzazione per il popup */
.popup[b-al4ecl1vri] {
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
}


.card[b-al4ecl1vri] {
    overflow: hidden;
    border-radius: 10px;
    min-height: 500px;
    border: none; /* Rimuove completamente il bordo */
}



.card-body[b-al4ecl1vri] {
    padding: 2rem;
}

input[type = 'email'][b-al4ecl1vri], input[type = 'password'][b-al4ecl1vri] {
    border-radius: 100px;
    border: none;
    background: #E3F2FD;
}

input[type = 'button'][b-al4ecl1vri] {
    border-radius: 100px;
}
