/* /Components/Account/Pages/Login.razor.rz.scp.css */
.bg-soft[b-mlhvkj5bu4] {
    /* immagine + velo scuro */
    background: url("/images/colfert/colfert-logo-1.png") center/cover no-repeat;
    padding: 1.5rem;
    border-radius: 8px;
}

.bg-soft-1[b-mlhvkj5bu4] {
    /* immagine + velo scuro */
    background: linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)), url("/images/colfert/colfert-logo-1.png") center/cover no-repeat;
    color: #fff; /* opzionale per contrasto */
    padding: 1.5rem;
    border-radius: 8px;
}
/* /Components/Account/Pages/LoginPassword.razor.rz.scp.css */
.password-wrapper[b-gpld9ii6ys] {
    margin-bottom: 1rem;
}

.password-container[b-gpld9ii6ys] {
    position: relative;
}

.password-input[b-gpld9ii6ys] {
    padding-right: 2.5rem !important; /* spazio per l’icona */
}

.password-toggle[b-gpld9ii6ys] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    font-size: 1.2rem;
    z-index: 5;
}

    .password-toggle:hover[b-gpld9ii6ys] {
        color: #000;
    }
/* /Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-aexvy5x3sf] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* /Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-nqyz2nc26d] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-nqyz2nc26d] {
    display: flex;
    gap: 0.625rem;
}
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-a9praagq1b] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-a9praagq1b] {
        flex-direction: column;
    }
}
/* /Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-y4gdrd3bbm] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-y4gdrd3bbm] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-y4gdrd3bbm] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-y4gdrd3bbm] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-y4gdrd3bbm] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-y4gdrd3bbm] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-y4gdrd3bbm] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* /Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-wdwvm4kt5d] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* /Components/Administration/Pages/AssistantManagement.razor.rz.scp.css */
.memo[b-98hqc9pvi9] {
    width: 400px;
}

.memo textarea[b-98hqc9pvi9] {
    white-space: pre;
}
/* /Components/Administration/Pages/Dashboard.razor.rz.scp.css */
.hover-effect[b-dmyao9e5yc] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .hover-effect:hover[b-dmyao9e5yc] {
        transform: translateY(-5px); /* Solleva leggermente la card */
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; /* Aumenta l'ombra */
    }

/* Gestione immagine all'interno del link */
.welcome-card img.logo[b-dmyao9e5yc] {
    display: block; /* Evita spazi indesiderati sotto l'immagine inline */
    margin: 0 auto; /* Centratura extra di sicurezza */
}

/*::deep .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    ::deep .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

::deep .title {
    text-align: center;
}

::deep .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

::deep .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    ::deep .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    ::deep .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    ::deep .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

::deep .icon-fill {
    fill: var(--bs-primary);
}

::deep .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}
*/
/* /Components/Administration/Pages/LongTermMemory.razor.rz.scp.css */
/* =========================================
   1. LAYOUT PRINCIPALE (DESKTOP GRID)
   ========================================= */

.holy-grail-layout[b-59x1q9c56p] {
    display: grid;
    width: 100%;
    height: 100vh; /* Forza l'altezza alla viewport esatta */
    overflow: hidden; /* Nessuna scrollbar sul body principale */
    /* DEFINIZIONE GRIGLIA:
       - Header: altezza automatica
       - Centro: occupa tutto lo spazio rimanente (1fr)
       - Footer: altezza automatica
    */
    grid-template-rows: auto 1fr auto;
    /* COLONNE:
       - Sinistra e Destra: Larghezza definita dalle variabili C# (--left-w, --right-w)
       - Main: Tutto il resto
    */
    grid-template-columns: var(--left-w) minmax(0, 1fr) var(--right-w);
    grid-template-areas:
        "header header header"
        "left   main   right"
        "footer footer footer";
    /* Transizione fluida per l'apertura/chiusura delle barre */
    transition: all 0.3s ease-in-out;
}

/* =========================================
   2. AREE STRUTTURALI
   ========================================= */

/* --- HEADER & FOOTER (Fissi per posizione, non scrollano) --- */
.area-header[b-59x1q9c56p] {
    grid-area: header;
    background-color: #3a0647; /* Viola scuro */
    color: white;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.area-footer[b-59x1q9c56p] {
    grid-area: footer;
    background-color: #333;
    color: white;
    padding: 0.5rem;
    text-align: center;
    font-size: 0.8rem;
    z-index: 10;
}

/* --- AREE SCROLLABILI (Il cuore del layout) --- */
/* Queste tre aree devono gestire il proprio scroll interno */
.area-left[b-59x1q9c56p], .area-main[b-59x1q9c56p], .area-right[b-59x1q9c56p] {
    height: 100%; /* Occupa tutta l'altezza della riga centrale */
    overflow-y: auto; /* Abilita scroll verticale se serve */
    overflow-x: hidden; /* Evita scroll orizzontale */
}

/* --- Stili specifici aree --- */
.area-main[b-59x1q9c56p] {
    grid-area: main;
    padding: 1.5rem;
    background-color: #fff;
    position: relative;
}

.area-left[b-59x1q9c56p] {
    grid-area: left;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
}

.area-right[b-59x1q9c56p] {
    grid-area: right;
    background-color: #f8f9fa;
    border-left: 1px solid #dee2e6;
    padding: 0; /* Reset padding per gestire lo sticky header interno */
}

/* Container generico per sidebar sinistra */
.sidebar-content[b-59x1q9c56p] {
    width: 250px;
    padding: 1rem;
}

/* =========================================
   3. BARRA DESTRA (UTENTI & RICERCA)
   ========================================= */

/* Header "Sticky": Rimane in alto mentre scorri la lista utenti */
.sidebar-sticky-header[b-59x1q9c56p] {
    position: sticky;
    top: 0;
    background-color: #f8f9fa; /* Deve essere opaco per coprire la lista che scorre sotto */
    padding: 1rem;
    z-index: 5;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Contenitore della lista */
.user-list[b-59x1q9c56p] {
    /*padding: 1rem;*/
}

/* --- CARD UTENTE --- */
.user-card[b-59x1q9c56p] {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-left: 4px solid transparent; /* Predisposizione per la selezione */
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
    cursor: pointer;
}

    /* Hover effect */
    .user-card:hover[b-59x1q9c56p] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        background-color: #fafafa;
        border-color: #ccc;
    }

    /* --- STATO SELEZIONATO (Active) --- */
    .user-card.selected[b-59x1q9c56p] {
        background-color: #e3f2fd; /* Azzurro chiaro sfondo */
        border-color: #90caf9; /* Azzurro bordo */
        border-left-color: #1976d2; /* Blu scuro a sinistra */
        box-shadow: 0 2px 8px rgba(25, 118, 210, 0.15);
    }

        /* Colora il nome quando selezionato */
        .user-card.selected .user-row-primary strong[b-59x1q9c56p] {
            color: #0d47a1;
        }

/* --- GESTIONE TESTO LUNGO (Ellipsis ...) --- */

/* Riga 1: Nome e Badge */
.user-row-primary[b-59x1q9c56p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
    overflow: hidden; /* Sicurezza */
}

    /* Il Nome (Strong): Se lungo, mette i puntini */
    .user-row-primary strong[b-59x1q9c56p] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1 1 auto; /* Prende spazio ma si restringe se serve */
        margin-right: 0.5rem; /* Spazio tra nome e badge */
    }

    /* Il Badge: Non deve mai essere schiacciato */
    .user-row-primary .badge[b-59x1q9c56p] {
        flex: 0 0 auto; /* Non restringerti mai */
    }

/* Riga 2: Dettagli (anche questi coi puntini) */
.user-row-secondary[b-59x1q9c56p] {
    font-size: 0.8rem;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================================
   4. MOBILE RESPONSIVE (< 768px)
   ========================================= */

@media (max-width: 768px) {
    .holy-grail-layout[b-59x1q9c56p] {
        display: flex; /* Cambia da Grid a Flex verticale */
        flex-direction: column;
    }

    /* Header e Footer fissi in altezza (non si schiacciano) */
    .area-header[b-59x1q9c56p], .area-footer[b-59x1q9c56p] {
        flex: 0 0 auto;
    }

    /* Main occupa tutto lo spazio verticale disponibile */
    .area-main[b-59x1q9c56p] {
        flex: 1 1 auto;
        width: 100%;
        /* Reset overflow per mobile se necessario, ma auto va bene */
    }

    /* --- SIDEBAR COME DRAWER (CASSETTI) --- */
    .area-left[b-59x1q9c56p], .area-right[b-59x1q9c56p] {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 280px; /* Larghezza fissa mobile */
        height: 100vh;
        z-index: 2000; /* Sopra header/footer */
        background-color: #fff;
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
        transition: transform 0.3s ease-in-out;
        /* Reset bordi grid desktop */
        border: none;
    }

    /* Logica animazione apertura */
    .area-left[b-59x1q9c56p] {
        left: 0;
        transform: translateX(-100%);
    }

        .area-left.open[b-59x1q9c56p] {
            transform: translateX(0);
        }

    .area-right[b-59x1q9c56p] {
        right: 0;
        transform: translateX(100%);
    }

        .area-right.open[b-59x1q9c56p] {
            transform: translateX(0);
        }

    /* --- BACKDROP (Sfondo scuro) --- */
    .backdrop[b-59x1q9c56p] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 1500; /* Sotto le sidebar ma sopra il contenuto */
    }
}

/* Stile per l'elemento della lista prompt */
.prompt-item[b-59x1q9c56p] {
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: background-color 0.2s;
}

/* Prompt attivo (selezionato) */
.active-prompt[b-59x1q9c56p] {
    background-color: #e9ecef; /* Grigio chiaro */
    border-left-color: #3a0647; /* Viola (colore del tuo header) */
    font-weight: 500;
}

/* --- STILI AREA CENTRALE (CHAT) --- */

.empty-state[b-59x1q9c56p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #888;
    text-align: center;
}

.chat-container[b-59x1q9c56p] {
    max-width: 800px; /* Evita che la chat diventi larghissima su schermi 4k */
    margin: 0 auto; /* Centra la chat */
}

.messages-list[b-59x1q9c56p] {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* Spazio tra i messaggi */
    padding-bottom: 2rem;
}

/* Wrapper del messaggio (per allineamento DX/SX) */
.message-wrapper[b-59x1q9c56p] {
    display: flex;
    width: 100%;
}

/* Messaggi dell'Utente (Destra, Blu/Verde) */
.msg-user[b-59x1q9c56p] {
    justify-content: flex-end;
}

    .msg-user .message-bubble[b-59x1q9c56p] {
        background-color: #d1e7dd; /* Verdino chiaro stile WhatsApp/Bootstrap success */
        border-bottom-right-radius: 0; /* Angolo acuto */
    }

/* Messaggi dell'AI (Sinistra, Grigio/Bianco) */
.msg-ai[b-59x1q9c56p] {
    justify-content: flex-start;
}

    .msg-ai .message-bubble[b-59x1q9c56p] {
        background-color: #f1f0f0; /* Grigio chiaro */
        border-bottom-left-radius: 0; /* Angolo acuto */
    }

/* La bolla vera e propria */
.message-bubble[b-59x1q9c56p] {
    max-width: 70%;
    padding: 1rem;
    border-radius: 1rem;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.message-info[b-59x1q9c56p] {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 0.25rem;
}

.message-text[b-59x1q9c56p] {
    line-height: 1.5;
    font-size: 0.95rem;
}
/* /Components/Administration/Pages/ProductManagement.razor.rz.scp.css */
#dropzone-external[b-98y9o6ew9i] {
    width: 350px;
    height: 350px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    #dropzone-external > *[b-98y9o6ew9i] {
        pointer-events: none;
    }

    #dropzone-external.dropzone-hover[b-98y9o6ew9i] {
        border-style: solid;
    }

.upload-container > span[b-98y9o6ew9i] {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image[b-98y9o6ew9i] {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span[b-98y9o6ew9i] {
    opacity: 0.5;
}

.upload-progress[b-98y9o6ew9i] {
    display: flex;
    margin-top: 10px;
}

.flex-box[b-98y9o6ew9i] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

upload-container[b-98y9o6ew9i],
.upload-container > div:first-child[b-98y9o6ew9i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.drop-file-icon[b-98y9o6ew9i] {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/icons/drop-file.svg");
    mask-image: url("../images/icons/drop-file.svg");
}

.drop-file-label[b-98y9o6ew9i] {
    font-weight: 500;
    font-size: 1rem;
}


.area-right[b-98y9o6ew9i] {
    /* Assicuriamo che lo sticky funzioni */
    position: relative;
    padding: 0; /* Rimuoviamo padding dal contenitore padre per gestione interna */
}

/* Header della Sidebar (Titolo + Filtri) */
.sidebar-sticky-header[b-98y9o6ew9i] {
    position: sticky;
    top: 0;
    background-color: #f8f9fa; /* Stesso colore dello sfondo sidebar */
    padding: 1rem;
    z-index: 5; /* Sta sopra la lista che scorre */
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Lista Utenti */
.user-list[b-98y9o6ew9i] {
    padding: 1rem;
}

/* Card Utente Singola */
.user-card[b-98y9o6ew9i] {
    background-color: white;
    border: 1px solid #e0e0e0; /* Bordo grigio chiaro default */
    border-left: 4px solid transparent; /* Predisposizione per l'effetto selezione */
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    transition: all 0.2s;
    cursor: pointer;
}
    .user-card:hover[b-98y9o6ew9i] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        background-color: #fafafa;
    }

    /* --- STILE PER L'ELEMENTO SELEZIONATO --- */
    .user-card.selected[b-98y9o6ew9i] {
        background-color: #e3f2fd; /* Azzurro chiaro */
        border-color: #90caf9; /* Bordo azzurro più scuro */
        border-left-color: #1976d2; /* Striscia sinistra blu scuro evidente */
        box-shadow: 0 2px 8px rgba(25, 118, 210, 0.2);
    }

        /* Opzionale: Cambia il colore del testo quando selezionato se vuoi più contrasto */
        .user-card.selected .user-row-primary strong[b-98y9o6ew9i] {
            color: #0d47a1;
        }

/* Prima riga: Nome e Badge */
.user-row-primary[b-98y9o6ew9i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

/* Seconda riga: Dettagli */
.user-row-secondary[b-98y9o6ew9i] {
    font-size: 0.8rem;
    color: #666;
    white-space: nowrap; /* Non andare a capo se troppo lungo */
    overflow: hidden; /* Nascondi eccesso */
    text-overflow: ellipsis; /* Metti i tre puntini ... */
}
/* /Components/Assistants/v6/Pages/NikiWorkspace.razor.rz.scp.css */
html[b-41q6it6d9u], body[b-41q6it6d9u] {
    height: 100%;
    margin: 0;
}

/*.niki-welcome-parent-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex: 1 0 100%;
    align-self: stretch !important;*/ /* <<< chiave */
    /*box-sizing: border-box;
    outline: 3px solid magenta;
}*/
.niki-welcome-parent-wrapper[b-41q6it6d9u] {
    display: block !important; /* se per caso qualche classe lo rende inline/inline-block */
    width: 100% !important;
    box-sizing: border-box;
    /* solo per debug, poi li togli */
 /*   outline: 3px solid magenta;*/
}
.layout-wrapper[b-41q6it6d9u] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.layout-main[b-41q6it6d9u] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.main-content[b-41q6it6d9u] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
/* Desktop: elementi si espandono */
@media (min-width: 768px) {
    .main-content[b-41q6it6d9u] {
        align-items: stretch;
    }
}

/*.main-content {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;*/ /* ⬅ CAMBIA flex-start in stretch */
    /*justify-content: flex-start;
}*/
.layout-footer[b-41q6it6d9u] {
    flex-shrink: 0;
    /*border-top: 1px solid #ccc;*/
    /*background-color: #f8f9fa;*/
}

.chat-input[b-41q6it6d9u] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
}

    .chat-input textarea[b-41q6it6d9u] {
        flex: 1;
        resize: none;
    }

.layout-body[b-41q6it6d9u] {
    display: flex;
    flex-direction: row;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.layout-sidebar[b-41q6it6d9u] {
    flex: 0 0 480px;
    width: 480px;
    border-left: 1px solid #ccc;
    background-color: #f8f9fa;
    z-index: 1040;
    transition: transform 0.3s ease-in-out;
}

    .layout-sidebar.hidden-mobile[b-41q6it6d9u] {
        display: none;
    }

.left-layout-sidebar[b-41q6it6d9u] {
    flex: 0 0 200px;
    width:200px;
    border-left: 1px solid #ccc;
    background-color: #f8f9fa;
    z-index: 1040;
    transition: transform 0.3s ease-in-out;
}

    .left-layout-sidebar.hidden-mobile[b-41q6it6d9u] {
        display: none;
    }
.my-tabs[b-41q6it6d9u] {
    overflow-y: auto;
    height: calc(100vh - 160px);
}

@media (max-width: 991.98px) {
    .layout-body[b-41q6it6d9u] {
        flex-direction: column;
    }

    .my-tabs[b-41q6it6d9u] {
        overflow-y: auto;
        height: calc(100vh - 160px);
    }

    .layout-sidebar[b-41q6it6d9u] {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        transform: translateX(100%);
    }

        .layout-sidebar.visible[b-41q6it6d9u] {
            transform: translateX(0);
            box-shadow: -4px 0 10px rgba(0,0,0,0.3);
        }

        .layout-sidebar.hidden-mobile[b-41q6it6d9u] {
            display: none;
        }

    .hide-on-mobile-when-sidebar-visible.sidebar-open[b-41q6it6d9u] {
        display: none !important;
    }

    .left-layout-sidebar[b-41q6it6d9u] {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        transform: translateX(100%);
    }

        .left-layout-sidebar.visible[b-41q6it6d9u] {
            transform: translateX(0);
            box-shadow: -4px 0 10px rgba(0,0,0,0.3);
        }

        .left-layout-sidebar.hidden-mobile[b-41q6it6d9u] {
            display: none;
        }
}

.toggle-button-fixed[b-41q6it6d9u] {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background-color: #343a40;
    color: #fff;
    border: none;
}

    .toggle-button-fixed:hover[b-41q6it6d9u] {
        background-color: #495057;
    }

.nav-buttons-container[b-41q6it6d9u] {
    display: flex;
    gap: 10px;
    padding: 1rem 0rem;
    /*padding: 2rem 0rem;*/
}

    .nav-buttons-container[b-41q6it6d9u]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-41q6it6d9u]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

.rounded-input[b-41q6it6d9u] {
    border-radius: 20px;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}

.chat-container[b-41q6it6d9u] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border-radius: 20px;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}

.rounded-container[b-41q6it6d9u] {
    border-radius: 20px;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
}

.chat-input[b-41q6it6d9u] {
    width: 100%;
    min-height: 40px;
    max-height: 150px;
    padding: 0.5rem;
    resize: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow-y: hidden;
}

.button-container[b-41q6it6d9u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.1rem;
}

.left-buttons[b-41q6it6d9u] {
    display: flex;
    gap: 0.5rem;
}

.right-buttons[b-41q6it6d9u] {
    display: flex;
    gap: 0.5rem;
}

.btn[b-41q6it6d9u] {
    padding: 0.5rem 1rem;
}

.divider[b-41q6it6d9u]:after,
.divider[b-41q6it6d9u]:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.arrowup[b-41q6it6d9u] {
    border-top-right-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
    background-color: #fff;
}

.talk[b-41q6it6d9u] {
    background-color: #fff;
}

.kitai[b-41q6it6d9u] {
    border-top-left-radius: 32px !important;
    border-bottom-left-radius: 32px !important;
    background-color: #fff;
}

.input-group-prepend[b-41q6it6d9u] {
    margin-right: -4px !important;
}

.input-group-append[b-41q6it6d9u] {
    margin-left: -4px !important;
}

.assistant[b-41q6it6d9u], .system[b-41q6it6d9u] {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 0px;
    margin-bottom: 5px;
}

.assistant-box[b-41q6it6d9u] {
    clear: both;
}

.user-box[b-41q6it6d9u] {
    float: right;
    height: auto;
    clear: both;
}

.user[b-41q6it6d9u] {
    position: relative;
    font-family: arial;
    font-size: 1.1em;
    border-radius: 10px;
    padding: 0px;
    margin-bottom: 5px;
}

/*    .assistant:after, .user:after, system:after {
        content: '';
        border: 20px solid transparent;
        position: absolute;
        margin-top: -30px;
    }*/
.niki-welcome-parent-wrapper[b-41q6it6d9u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch; /* <-- QUI LA DIFFERENZA */
}

    .niki-welcome-parent-wrapper > *[b-41q6it6d9u] {
        flex: 0 0 auto;
    }

.user[b-41q6it6d9u] {
    background: #FFFFFF;
    /*background: #c5e6b0;*/
    color: #000000;
    /*    margin-left: 0%;
    margin-right: 100px;
    top: 30%;*/
    text-align: left;
}

.user-name[b-41q6it6d9u] {
    color: #0AA3C1
}

.assistant-name[b-41q6it6d9u] {
    color: #000000;
}

.assistant[b-41q6it6d9u] {
    background: #FFFFFF;
    color: #000000;
    /*margin-left: 100px;*/
    /*margin-right: 0%;*/
}

.system[b-41q6it6d9u] {
    background: #FFFFFF;
    color: #000000;
    /*    margin-left: 100px;
    margin-right: 0%;*/
}

.user[b-41q6it6d9u]:after {
    border-left-color: #03A9f4;
    border-right: 0;
    /*    right: -20px;*/
}

.assistant[b-41q6it6d9u]:after {
    border-right-color: #4CAF50;
    border-left: 0;
    /*left: -20px;*/
}

.system[b-41q6it6d9u]:after {
    border-right-color: #ECAF50;
    border-left: 0;
    /*    left: -20px;*/
}

.msg[b-41q6it6d9u] {
    font-size: medium;
}

#chat2 .form-control[b-41q6it6d9u] {
    border-color: transparent;
}

    #chat2 .form-control:focus[b-41q6it6d9u] {
        border-color: transparent;
        box-shadow: inset 0px 0px 0px 1px transparent;
    }

.form-control:focus[b-41q6it6d9u] {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.popUp > .modal-content[b-41q6it6d9u] {
    min-width: 1100px;
    position: absolute;
    float: left;
    left: 50%;
    transform: translate(-50%);
}

/* Container generico per sidebar sinistra */
/*.sidebar-content {
    height: 100%;
    overflow-y: auto;*/ /* Abilita scroll verticale se serve */
    /*overflow-x: hidden;*/ /* Evita scroll orizzontale */
    /*display: block;
}*/

/* Stile per l'elemento della lista prompt */
/*.prompt-item {
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: background-color 0.2s;
}*/

/* Prompt attivo (selezionato) */
/*.active-prompt {
    background-color: #e9ecef;*/ /* Grigio chiaro */
    /*border-left-color: #3a0647;*/ /* Viola (colore del tuo header) */
    /*font-weight: 500;
}*/

/* --- CONTAINER PRINCIPALE --- */
.histo-container[b-41q6it6d9u] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* Nasconde scroll sul container padre */
    background-color: white; /* O il colore che preferisci */
}

/* --- LISTA SCROLLABILE --- */
/* Sostituisce la logica del container lista */
.histo-list-wrapper[b-41q6it6d9u] {
    flex-grow: 1; /* Occupa tutto lo spazio disponibile */
    overflow-y: auto; /* Abilita scroll verticale */
    padding: 10px; /* Spaziatura interna */
    display: flex;
    flex-direction: column;
    gap: 4px; /* Spazio tra gli elementi */
}

    /* Scrollbar personalizzata (Webkit) */
    .histo-list-wrapper[b-41q6it6d9u]::-webkit-scrollbar {
        width: 6px;
    }

    .histo-list-wrapper[b-41q6it6d9u]::-webkit-scrollbar-track {
        background: transparent;
    }

    .histo-list-wrapper[b-41q6it6d9u]::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,0.2);
        border-radius: 10px;
    }

/* --- SINGOLO ELEMENTO (ITEM) --- */
.histo-item[b-41q6it6d9u] {
    cursor: pointer;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    position: relative;
    color: #495057;
    /* Reset bordi bootstrap se presente list-group-item */
    border-left: 3px solid transparent;
}

    /* Hover sull'elemento */
    .histo-item:hover[b-41q6it6d9u] {
        background-color: rgba(0, 0, 0, 0.04);
    }

/* --- STATO ATTIVO --- */
.histo-item-active[b-41q6it6d9u] {
    background-color: #f3eff5;
    color: #3a0647;
    font-weight: 600;
}

    /* Barra laterale decorativa (Prefixata) */
    .histo-item-active[b-41q6it6d9u]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10%;
        height: 80%;
        width: 4px;
        background-color: #3a0647;
        border-radius: 0 4px 4px 0;
    }

/* --- TESTI --- */
.histo-title[b-41q6it6d9u] {
    font-size: 0.95rem;
    line-height: 1.2;
    margin-bottom: 2px;
    display: block;
}

.histo-date[b-41q6it6d9u] {
    font-size: 0.75rem;
    color: #868e96;
    display: block;
}

/* --- BOTTONE OPZIONI (Ellissi) --- */
.histo-btn-options[b-41q6it6d9u] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #adb5bd;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    opacity: 0; /* Invisibile di default */
}

/* Logica di comparsa: Mostra bottone quando hover su histo-item */
.histo-item:hover .histo-btn-options[b-41q6it6d9u] {
    opacity: 1;
}

/* Hover sul bottone stesso */
.histo-btn-options:hover[b-41q6it6d9u],
.histo-btn-options:focus[b-41q6it6d9u],
.show > .histo-btn-options[b-41q6it6d9u] {
    background-color: rgba(0,0,0,0.1);
    color: #495057;
    opacity: 1;
}

.histo-btn-action[b-41q6it6d9u] {
    background: transparent;
    border: 1px solid #dee2e6;
    color: #3a0647; /* Tuo colore */
    border-radius: 6px;
    padding: 4px 8px;
    transition: all 0.2s;
}

    .histo-btn-action:hover[b-41q6it6d9u] {
        background-color: #f3eff5;
        border-color: #3a0647;
    }

/* --- MODALE CUSTOM (Popup) --- */
.histo-modal-overlay[b-41q6it6d9u] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Sfondo scuro semitrasparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000; /* Altissimo per stare sopra a tutto */
    animation: fadeIn-b-41q6it6d9u 0.2s;
}

.histo-modal-box[b-41q6it6d9u] {
    background: white;
    width: 90%;
    max-width: 500px; /* Larghezza massima popup */
    max-height: 85vh; /* Non supera l'altezza dello schermo */
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.histo-modal-body[b-41q6it6d9u] {
    padding: 15px;
    overflow-y: auto; /* Scrolla solo la lista interna */
}

/* Checkbox personalizzata */
.histo-checkbox-item[b-41q6it6d9u] {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid transparent;
}

    .histo-checkbox-item:hover[b-41q6it6d9u] {
        background-color: #f8f9fa;
    }

    .histo-checkbox-item.selected[b-41q6it6d9u] {
        background-color: #f3eff5;
        border-color: #3a0647;
    }

@keyframes fadeIn-b-41q6it6d9u {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* --- SEGMENTED CONTROL (Filtri) --- */
.histo-filter-bar[b-41q6it6d9u] {
    padding: 10px 15px;
    background-color: white; /* O grigio chiaro se preferisci stacco */
    border-bottom: 1px solid #f0f0f0;
}

.histo-segment-container[b-41q6it6d9u] {
    display: flex;
    background-color: #f1f3f5; /* Grigio sfondo binario */
    padding: 4px;
    border-radius: 8px;
}

.histo-segment-btn[b-41q6it6d9u] {
    flex: 1; /* I bottoni si dividono lo spazio equamente */
    border: none;
    background: transparent;
    color: #868e96;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 6px 0;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    /* Stato Attivo (Bottone bianco rialzato) */
    .histo-segment-btn.active[b-41q6it6d9u] {
        background-color: white;
        color: #3a0647; /* Tuo colore brand */
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

/* --- BADGE SINTESI (Etichetta nella lista) --- */
.badge-sintesi[b-41q6it6d9u] {
    font-size: 0.65rem;
    background-color: #f3eff5;
    color: #3a0647;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: auto; /* Spinge a destra */
}

/* --- HEADER COMPATTO --- */
.histo-header-wrapper[b-41q6it6d9u] {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: white;
    border-bottom: 1px solid #dee2e6;
    /* Ombreggiatura leggera per staccarlo dalla lista che scorre sotto */
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

/* --- BOTTONE AZIONE (Icona Gemini) --- */
.histo-btn-icon-only[b-41q6it6d9u] {
    background: transparent;
    border: 1px solid transparent;
    color: #3a0647;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

    .histo-btn-icon-only:hover[b-41q6it6d9u] {
        background-color: #f3eff5;
        border-color: #e9ecef;
    }

/* --- FILTRI (Segmented Control Full Width) --- */
.histo-filter-bar[b-41q6it6d9u] {
    padding: 0 12px 12px 12px; /* Padding solo laterale e sotto */
}

.histo-segment-container[b-41q6it6d9u] {
    display: flex;
    background-color: #f1f3f5;
    padding: 3px;
    border-radius: 8px;
}

.histo-segment-btn[b-41q6it6d9u] {
    flex: 1; /* Divide lo spazio in 3 parti uguali */
    border: none;
    background: transparent;
    color: #868e96;
    font-size: 0.75rem; /* Testo leggermente più piccolo per stare comodi */
    font-weight: 600;
    padding: 5px 0;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .histo-segment-btn.active[b-41q6it6d9u] {
        background-color: white;
        color: #3a0647;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

/* --- INDICATORI CONDIVISIONE --- */

/* Wrapper per la riga data + icone */
.histo-meta-row[b-41q6it6d9u] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2px;
}

/* Badge: Condiviso DA me (Icona) */
.histo-share-badge[b-41q6it6d9u] {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 0.7rem;
    color: #0ca678; /* Verde acqua (Teal) per indicare 'aperto' */
    background-color: #e6fcf5;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 600;
}

/* Badge: Condiviso CON me (Avatar) */
.histo-avatar-badge[b-41q6it6d9u] {
    width: 20px;
    height: 20px;
    background-color: #fcc419; /* Giallo/Arancio per distinguere 'altri' */
    color: #fff;
    border-radius: 50%; /* Cerchio perfetto */
    font-size: 0.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid white; /* Bordo bianco per stacco */
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.histo-shared-with-text[b-41q6it6d9u] {
    font-size: 0.7rem;
    color: #e67700;
    margin-left: 4px;
}

/* RIGA METADATI (Data a Sx, Icone a Dx) */
.histo-meta-row[b-41q6it6d9u] {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Spinge gli elementi agli estremi */
    margin-top: 4px; /* Un po' di aria dal titolo */
    min-height: 20px; /* Altezza minima per allineamento */
}

/* GRUPPO ICONE (Contenitore a destra) */
.histo-status-icons[b-41q6it6d9u] {
    display: flex;
    align-items: center;
    gap: 6px; /* Spazio tra Pin e Icona Condivisione */
}

/* Stile per l'icona Pinned (Puntina) quando è in basso */
.histo-icon-pinned[b-41q6it6d9u] {
    color: #3a0647;
    /*transform: rotate(45deg);*/
}

/* Badge Condiviso DA me (Semplificato per la riga in basso) */
.histo-icon-shared-out[b-41q6it6d9u] {
    color: #0ca678; /* Verde */
    display: flex;
    align-items: center;
}

/* Avatar Condiviso CON me (Piccolo) */
.histo-avatar-small[b-41q6it6d9u] {
    width: 18px;
    height: 18px;
    background-color: #fcc419;
    color: #fff;
    border-radius: 50%;
    font-size: 0.55rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
}
/* /Components/CustomComponents/OrderListComponent.razor.rz.scp.css */
.listbox-item-template[b-8e060tikla] {
    display: flex;
    align-items: center;
}

    .listbox-item-template > img[b-8e060tikla] {
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
    }

img + .listbox-item-template-text[b-8e060tikla] {
    margin-left: 0.5rem;
}

.dxbl-sm img + .listbox-item-template-text[b-8e060tikla] {
    margin-left: 0.375rem;
}

.dxbl-lg img + .listbox-item-template-text[b-8e060tikla] {
    margin-left: 0.625rem;
}

.listbox-item-template-text[b-8e060tikla] {
    display: flex;
    flex-flow: column;
}

.listbox-item-template-text-data[b-8e060tikla] {
    opacity: 0.65;
}

.myListboxClass[b-8e060tikla] {
    height: fit-content;
}

.listbox-container[b-8e060tikla] {
    display: flex;
    flex-direction: column;
    height: 100%;  oppure 100vh se vuoi occupare tutta la finestra 
}

.full-height-listbox[b-8e060tikla] {
    flex: 1;  prende tutto lo spazio disponibile 
    min-height: 0;  importante per evitare overflow 
}

.card-parent[b-8e060tikla] {
    border: 1px solid #ddd;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .card-parent:hover[b-8e060tikla] {
        border-color: #0d6efd; /* blu bootstrap */
        box-shadow: 0 0 10px rgba(13,110,253,0.4);
        cursor: pointer;
    }

.card-body:hover[b-8e060tikla] {
    cursor: pointer;
}

.two-lines-ellipsis[b-8e060tikla] {
    line-height: 1.25;
    min-height: 2lh; /* riserva sempre 2 righe */
    display: -webkit-box; /* multi-line clamp */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* mostra max 2 righe */
    overflow: hidden;
}
.three-lines-ellipsis[b-8e060tikla] {
    line-height: 1.25;
    min-height: 3lh; /* riserva sempre 2 righe */
    display: -webkit-box; /* multi-line clamp */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* mostra max 2 righe */
    overflow: hidden;
}
.btn-common-style[b-8e060tikla] {
    width:30px
}
[b-8e060tikla] .customEditeBox .dx-texteditor-input {
    text-align: end;
    color: red
} 

[b-8e060tikla] .custom .dxbl-list-box-item-selected {
    border: solid !important;
    color: #0d6efd !important;
    border-color: #0d6efd !important;
    background-color: white !important;
    border-width: 2px !important;
}
/* /Components/CustomComponents/WelcomeComponent.razor.rz.scp.css */
/*html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
*/
:host[b-heehb5fa9d] {
    display: block;
    width: 100%;
}

.niki-welcome-wrapper[b-heehb5fa9d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /*justify-content: space-evenly;*/
    /*min-height: 100vh;*/
    height: auto;
    color: #333;
    text-align: center;
    /*padding: 2vh 20px 100px 20px;*/
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    position: relative;
}


/*.niki-welcome-wrapper {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-height: 100vh;
    height: auto;
    color: #333;
    text-align: center;
    padding: 2vh 20px 100px 20px;
    position: relative;
}*/

.niki-header[b-heehb5fa9d] {
    margin-bottom: 0;
    max-width: 800px;
    flex-shrink: 0;
}

.niki-title[b-heehb5fa9d] {
    font-size: clamp(28px, 5vh, 42px);
    font-weight: 800;
    margin: 0 0 1vh 0;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

.niki-subtitle[b-heehb5fa9d] {
    font-size: clamp(16px, 2.5vh, 20px);
    /*line-height: 1.2;*/
    color: #555;
    font-weight: 350;
    margin: 0;
}

.start-now-section[b-heehb5fa9d] {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 0;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-label[b-heehb5fa9d] {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 2vh;
    font-weight: 700;
    display: block;
}

.cards-grid[b-heehb5fa9d] {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
}

.prompt-card[b-heehb5fa9d] {
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 16px;
    padding: 2.5vh 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 6px rgba(0,0,0,0.04);
}

    .prompt-card i[b-heehb5fa9d] {
        font-size: 2rem;
        color: #FDBB00;
        height: 50px;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        flex-shrink: 0;
    }

.card-text[b-heehb5fa9d] {
    font-size: clamp(14px, 2vh, 18px);
    font-weight: 600;
    color: #2c3e50;
    /*line-height: 1.2;*/
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prompt-card:hover[b-heehb5fa9d] {
    transform: translateY(-5px);
    border-color: #FCC43B;
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.card-icon[b-heehb5fa9d] {
    font-size: clamp(24px, 4vh, 32px);
    margin-bottom: 1vh;
    display: block;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: normal;
}

.video-section[b-heehb5fa9d] {
    width: 100%;
    max-width: 900px;
    margin-top: 0;
    /*border-top: 1px solid #eee;*/
    padding-top: 2vh;
    flex-shrink: 1;
}

.video-grid[b-heehb5fa9d] {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.video-card[b-heehb5fa9d] {
    text-decoration: none;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    width: 260px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: left;
}

    .video-card:hover[b-heehb5fa9d] {
        transform: translateY(-3px);
        border-color: #FCC43B;
        box-shadow: 0 8px 16px rgba(0,0,0,0.08);
    }

.video-content[b-heehb5fa9d] {
    padding: 15px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.play-icon[b-heehb5fa9d] {
    width: 40px;
    height: 40px;
    background: rgba(252, 196, 59, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.video-card:hover .play-icon[b-heehb5fa9d] {
    transform: scale(1.1);
    background: #FCC43B;
}

.video-text-wrapper[b-heehb5fa9d] {
    display: flex;
    flex-direction: column;
}

.video-title[b-heehb5fa9d] {
    font-size: 14px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 3px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-desc[b-heehb5fa9d] {
    font-size: 12px;
    color: #777;
    /*line-height: 1.2;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mobile-video-link[b-heehb5fa9d] {
    display: none;
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}

    .mobile-video-link a[b-heehb5fa9d] {
        color: #2c3e50;
        font-weight: 700;
        text-decoration: underline;
        text-decoration-color: #FCC43B;
    }

.bottom-left-hint[b-heehb5fa9d] {
    width: 100%;
    max-width: 900px;
    margin-top: 0;
    /*border-top: 1px solid #eee;*/
    /*padding-top: 1vh;*/
    flex-shrink: 1;
}

/*.bottom-left-hint {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #555;
    z-index: 1000;
    pointer-events: none;
    white-space: nowrap;
}*/

    .bottom-left-hint .hint-arrow[b-heehb5fa9d] {
        font-size: 50px;
        color: #FDBB00;
        animation: bounce-b-heehb5fa9d 2s infinite;
    }

@keyframes bounce-b-heehb5fa9d {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@media (max-width: 768px) {
    html[b-heehb5fa9d], body[b-heehb5fa9d] {
        overflow-y: auto;
    }

    .niki-welcome-wrapper[b-heehb5fa9d] {
        padding: 20px 15px 90px 15px;
        /*min-height: 100vh;*/
        display: flex;
        justify-content: center;
        gap: 0;
    }

    .niki-header[b-heehb5fa9d] {
        margin-bottom: 25px;
    }

    .niki-title[b-heehb5fa9d] {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .niki-subtitle[b-heehb5fa9d] {
        font-size: 16px;
    }

    .start-now-section[b-heehb5fa9d] {
        margin-bottom: 30px;
    }

    .section-label[b-heehb5fa9d] {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cards-grid[b-heehb5fa9d] {
        gap: 10px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .prompt-card[b-heehb5fa9d] {
        padding: 15px;
        min-width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 15px;
        text-align: left;
    }

        .prompt-card i[b-heehb5fa9d] {
            height: auto;
            margin-bottom: 0;
        }

    .card-text[b-heehb5fa9d] {
        justify-content: flex-start;
    }

    .video-section[b-heehb5fa9d] {
        padding-top: 2px;
        margin-top: 2px;
    }

    .video-grid[b-heehb5fa9d] {
        display: none;
    }

    .mobile-video-link[b-heehb5fa9d] {        
        display: block;
    }

    .bottom-left-hint[b-heehb5fa9d] {
        bottom: 20px;
        font-size: 16px;
        gap: 8px;
    }

        .bottom-left-hint .hint-arrow[b-heehb5fa9d] {
            font-size: 30px;
        }
}

@media (min-width: 769px) and (max-height: 750px) {
    .niki-title[b-heehb5fa9d] {
        font-size: 32px;
    }

    .niki-subtitle[b-heehb5fa9d] {
        font-size: 16px;
    }

    .card-icon[b-heehb5fa9d] {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .card-text[b-heehb5fa9d] {
        font-size: 14px;
    }

    .prompt-card[b-heehb5fa9d] {
        padding: 5px;
    }

    .video-content[b-heehb5fa9d] {
        padding: 5px;
    }
}
/* /Components/Layout/EmptyLayout.razor.rz.scp.css */
html[b-wale9e4u8e], body[b-wale9e4u8e] {
    height: 100%;
    margin: 0;
}

.page[b-wale9e4u8e] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-wale9e4u8e] .navigation-drawer > .dxbl-drawer-panel {
    /*background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);*/
    background-color:white;
}

[b-wale9e4u8e] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-wale9e4u8e] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    /*padding: 2rem 1rem;*/
    padding: 1rem;
}

/*::deep .dxbl-drawer-header {
    height: 0 !important;
    padding: 0 !important;
}*/

[b-wale9e4u8e] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-wale9e4u8e] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}


[b-wale9e4u8e] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-wale9e4u8e] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-wale9e4u8e] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    /*background-color: var(--dxbl-btn-color);*/
    background-color: black;
}

[b-wale9e4u8e] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-wale9e4u8e] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-wale9e4u8e] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-wale9e4u8e] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-wale9e4u8e] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-wale9e4u8e] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-wale9e4u8e] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-wale9e4u8e] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-wale9e4u8e] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-wale9e4u8e] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-wale9e4u8e] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-wale9e4u8e] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-wale9e4u8e] {
    display: inline-flex;
}

.menu-button-nav[b-wale9e4u8e] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-wale9e4u8e] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-wale9e4u8e]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-wale9e4u8e]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-wale9e4u8e] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-wale9e4u8e] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-wale9e4u8e] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-wale9e4u8e] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-wale9e4u8e] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-wale9e4u8e] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}
/* /Components/Layout/EmptyLayout2.razor.rz.scp.css */
html[b-tyv2yov74j], body[b-tyv2yov74j] {
    height: 100%;
    margin: 0;
}

.layout-wrapper[b-tyv2yov74j] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content-area[b-tyv2yov74j] {
    flex: 1;
    overflow-y: auto;
}

.footer[b-tyv2yov74j] {
    flex-shrink: 0;
}
/* /Components/Layout/EmptyLayout3.razor.rz.scp.css */
html[b-3cgfpu0zua], body[b-3cgfpu0zua], #app[b-3cgfpu0zua] {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.layout-wrapper[b-3cgfpu0zua] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/* Layout principale */
/*.layout-wrapper {
    min-height: 100vh;
    width: 100vw;*/ /* FORZO larghezza = viewport */
    /*display: flex;
    flex-direction: column;
    align-items: stretch;*/ /* IMPORTANTE: i figli si stirano */
    /*box-sizing: border-box;
}*/
.content-area[b-3cgfpu0zua] {
    flex: 1;
    overflow-y: auto;
}

.footer[b-3cgfpu0zua] {
    flex-shrink: 0;
}

[b-3cgfpu0zua] .navigation-drawer > .dxbl-drawer-panel {
    /*background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);*/
    background-color: white;
}

[b-3cgfpu0zua] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-3cgfpu0zua] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    /*padding: 2rem 1rem;*/
    padding: 1rem;
}

/*::deep .dxbl-drawer-header {
    height: 0 !important;
    padding: 0 !important;
}*/

[b-3cgfpu0zua] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-3cgfpu0zua] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}


[b-3cgfpu0zua] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-3cgfpu0zua] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-3cgfpu0zua] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    /*background-color: var(--dxbl-btn-color);*/
    background-color: black;
}

[b-3cgfpu0zua] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-3cgfpu0zua] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-3cgfpu0zua] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-3cgfpu0zua] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-3cgfpu0zua] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-3cgfpu0zua] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-3cgfpu0zua] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-3cgfpu0zua] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-3cgfpu0zua] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3cgfpu0zua] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3cgfpu0zua] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-3cgfpu0zua] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-3cgfpu0zua] {
    display: inline-flex;
}

.menu-button-nav[b-3cgfpu0zua] {
/*    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;*/
}

.nav-buttons-container[b-3cgfpu0zua] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-3cgfpu0zua]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-3cgfpu0zua]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-3cgfpu0zua] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-3cgfpu0zua] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-3cgfpu0zua] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-3cgfpu0zua] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-3cgfpu0zua] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-3cgfpu0zua] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}
/* /Components/Layout/EmptyLayout8.razor.rz.scp.css */
html[b-ggad00m7hq], body[b-ggad00m7hq] {
    height: 100%;
    margin: 0;
}

.layout-wrapper[b-ggad00m7hq] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content-area[b-ggad00m7hq] {
    flex: 1;
    overflow-y: auto;
}

.footer[b-ggad00m7hq] {
    flex-shrink: 0;
}
/* /Components/Layout/EmptyLayout9.razor.rz.scp.css */
html[b-3abij79wh0], body[b-3abij79wh0] {
    height: 100%;
    margin: 0;
}

.layout-wrapper[b-3abij79wh0] {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.content-area[b-3abij79wh0] {
    flex: 1;
    overflow-y: auto;
}

.footer[b-3abij79wh0] {
    flex-shrink: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-japrwdktug] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-japrwdktug] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-japrwdktug] #menu-top {
    display: block;
}

    [b-japrwdktug] #menu-top.hidden {
        display: none;
    }

[b-japrwdktug] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-japrwdktug] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}
[b-japrwdktug] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}


[b-japrwdktug] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-japrwdktug] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-japrwdktug] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-japrwdktug] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.nav-buttons-container[b-japrwdktug] {
    display: flex;
    gap: 10px;
    padding: 1rem 0rem;
    /*padding: 2rem 0rem;*/
}

.nav-buttons-container[b-japrwdktug]  .menubutton-float-end {
    margin-left: auto;
}

.nav-buttons-container[b-japrwdktug]  .dxbl-btn-icon-only {
    --dxbl-btn-padding-x: 0.75rem;
    --dxbl-btn-padding-y: 0.25rem;
}

@media (max-width: 768px) {
    [b-japrwdktug] .layout-sidebar {
        grid-area: header / header / header / header !important;
    }
}

@media (max-width: 768px) {
    [b-japrwdktug] #menu-top {
        display: none;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-ilreos08a8] {
    min-width: 15rem;
    max-width: 15rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    display: block;
}

    #sidebar.auto-expanded[b-ilreos08a8] {
        display: none;
    }

    #sidebar .menu-closeonclick-placeholder[b-ilreos08a8] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

[b-ilreos08a8] .sidebar-header {
    padding: 2rem 1rem;
}

.logo[b-ilreos08a8] {
    text-align: center;
}

[b-ilreos08a8] .menu-button-container {
    align-self: center;
}

.menu-button[b-ilreos08a8] {
    padding: 0.375rem;
    width: 1rem;
    height: 1rem;
    background-image: url("images/menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

[b-ilreos08a8] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-ilreos08a8] .menu {
    background-color: inherit;
}

    [b-ilreos08a8] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-ilreos08a8] .menu-item {
    color: var(--bs-white);
}

[b-ilreos08a8] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-ilreos08a8] .home-icon {
    background-image: url("images/home.svg");
}

[b-ilreos08a8] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-ilreos08a8] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-ilreos08a8] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-ilreos08a8] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-ilreos08a8] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-ilreos08a8] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-ilreos08a8] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ilreos08a8] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-ilreos08a8] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ilreos08a8] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-ilreos08a8] .footer {
    text-align: center;
    gap: 0.5rem;
    padding-bottom: 1.5rem;
}

    [b-ilreos08a8] .footer .icon {
        margin-left: 0;
    }

#sidebar.auto-expanded[b-ilreos08a8]  .layout-item {
    display: block;
}

#sidebar.auto-expanded[b-ilreos08a8]  .footer {
    display: block;
}

@media (max-width: 768px) {
    #sidebar[b-ilreos08a8] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

        #sidebar .menu-closeonclick-placeholder[b-ilreos08a8] {
            display: block;
        }

        #sidebar.auto-expanded[b-ilreos08a8] {
            position: fixed;
            width: 100%;
            z-index: 3;
            display: block;
        }

            #sidebar.auto-expanded[b-ilreos08a8]  .sidebar-header {
                border-bottom: 1px solid var(--bs-white);
            }

            #sidebar.auto-expanded .menu-button[b-ilreos08a8] {
                background-image: url("images/close.svg");
                width: 1.875rem;
                height: 1.875rem;
            }

        #sidebar:not(.auto-expanded)[b-ilreos08a8]  .dxbl-gridlayout-root {
            gap: unset !important;
        }

    .logo[b-ilreos08a8] {
        text-align: inherit;
    }

    [b-ilreos08a8] .menu-button-container {
        display: block;
    }

    [b-ilreos08a8] .layout-item {
        display: none;
    }

    [b-ilreos08a8] .footer {
        display: none;
    }
}
/* /Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-7u2mjw6ikl] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-7u2mjw6ikl] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-7u2mjw6ikl] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-7u2mjw6ikl] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/Disclaimer.razor.rz.scp.css */
.p[b-f7m0uud1pz] {
    margin-bottom: 1px; /* between paragraphs */
}
/* /Components/Pages/Index.razor.rz.scp.css */
/* Effetto Hover sulla Card */
.hover-effect[b-kvveom535r] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.hover-effect:hover[b-kvveom535r] {
    transform: translateY(-5px); /* Solleva leggermente la card */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; /* Aumenta l'ombra */
}

/* Gestione immagine all'interno del link */
.welcome-card img.logo[b-kvveom535r] {
    display: block; /* Evita spazi indesiderati sotto l'immagine inline */
    margin: 0 auto; /* Centratura extra di sicurezza */
}

/*::deep .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

    ::deep .welcome-gridlayout .dxbl-gridlayout-root {
        align-content: center;
        justify-content: center;
    }

::deep .title {
    text-align: center;
}

::deep .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

::deep .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    ::deep .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    ::deep .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    ::deep .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

::deep .icon-fill {
    fill: var(--bs-primary);
}

::deep .welcome-card .welcome-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bs-body-color);
    opacity: 0.05;
    border-radius: 1rem;
    z-index: -2;
}*/
