/* /Layout/OperatorLayout.razor.rz.scp.css */
.operator-shell[b-r00ndkyq9c] {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.sidebar[b-r00ndkyq9c] {
    width: 240px;
    height: 100vh;
    background: #1a3a4a;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    box-sizing: border-box;
    flex-shrink: 0;
    overflow-y: auto;
}

.sidebar-header[b-r00ndkyq9c] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.avatar[b-r00ndkyq9c] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #20c997;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.nome[b-r00ndkyq9c] {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

.ruolo[b-r00ndkyq9c] {
    font-size: 12px;
    color: #cde5ee;
    margin: 2px 0 0;
}

.menu[b-r00ndkyq9c] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

    .menu[b-r00ndkyq9c]  a {
        display: block;
        padding: 12px 14px;
        color: #cde5ee;
        text-decoration: none;
        border-radius: 6px;
        font-size: 14px;
    }

        .menu[b-r00ndkyq9c]  a:hover {
            background: rgba(255,255,255,0.08);
        }

        .menu[b-r00ndkyq9c]  a.active {
            background: #20c997;
            color: white;
            font-weight: 600;
        }

.menu-btn-admin[b-r00ndkyq9c] {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    color: #cde5ee;
    background: none;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

    .menu-btn-admin:hover[b-r00ndkyq9c] {
        background: rgba(255,255,255,0.08);
    }

.btn-logout[b-r00ndkyq9c] {
    padding: 12px;
    background: transparent;
    color: #ff8080;
    border: 1px solid #ff8080;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    flex-shrink: 0;
}

.content[b-r00ndkyq9c] {
    flex: 1;
    height: 100vh;
    overflow-y: auto;
    padding: 40px;
    background: #f0f2f5;
    box-sizing: border-box;
}

.overlay-admin[b-r00ndkyq9c] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 200;
}

.pannello-admin[b-r00ndkyq9c] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 380px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.pannello-admin-header[b-r00ndkyq9c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
}

.pannello-admin-titolo[b-r00ndkyq9c] {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.btn-chiudi-admin[b-r00ndkyq9c] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #888;
    padding: 4px 8px;
}

.pannello-admin-azioni[b-r00ndkyq9c] {
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 6px;
}

.azione-admin-btn[b-r00ndkyq9c] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}

    .azione-admin-btn:hover[b-r00ndkyq9c] {
        background: #f0f4ff;
    }

.versione-info[b-r00ndkyq9c] {
    font-size: 13px;
    color: rgba(255,255,255,0.3);
    text-align: center;
    margin: 12px 0 0;
}
/* /Pages/AdminConfigurazioneEmailUtenti.razor.rz.scp.css */
h2[b-byib53jyoi] {
    margin-bottom: 12px;
    font-size: 26px;
}

.descrizione[b-byib53jyoi] {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 600px;
}

.link-indietro[b-byib53jyoi] {
    display: inline-block;
    margin-bottom: 16px;
    color: #007bff;
    text-decoration: none;
    font-size: 17px;
}

.campo[b-byib53jyoi] {
    margin-bottom: 18px;
    max-width: 500px;
}

    .campo label[b-byib53jyoi] {
        display: block;
        font-size: 16px;
        color: #555;
        margin-bottom: 6px;
    }

    .campo select[b-byib53jyoi],
    .campo input[b-byib53jyoi] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
        font-size: 17px;
    }

.stato-attuale[b-byib53jyoi] {
    background: #e3f9e5;
    color: #1a7f37;
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 16px;
    max-width: 500px;
}

.btn-salva[b-byib53jyoi] {
    padding: 14px 26px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    margin-top: 8px;
}

.errore[b-byib53jyoi] {
    color: #dc3545;
    margin: 12px 0;
    font-size: 16px;
}

.successo[b-byib53jyoi] {
    color: #1a7f37;
    margin: 12px 0;
    font-size: 16px;
    font-weight: 600;
}
/* /Pages/AdminUtility.razor.rz.scp.css */
.admin-box[b-zkjdzoow9d] {
    max-width: 400px;
    margin: 60px auto;
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.avviso[b-zkjdzoow9d] {
    color: #b32121;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
}

label[b-zkjdzoow9d] {
    display: block;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 13px;
    color: #555;
}

input[b-zkjdzoow9d] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

button[b-zkjdzoow9d] {
    width: 100%;
    padding: 12px;
    margin-top: 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.risultato[b-zkjdzoow9d] {
    margin-top: 16px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}

    .risultato.ok[b-zkjdzoow9d] {
        background: #d4edda;
        color: #155724;
    }

    .risultato.errore[b-zkjdzoow9d] {
        background: #f8d7da;
        color: #721c24;
    }
/* /Pages/AggiungiFoto.razor.rz.scp.css */
h2[b-8hibae78gw] {
    margin-bottom: 22px;
    font-size: 26px;
}

.link-indietro[b-8hibae78gw] {
    display: inline-block;
    margin-bottom: 16px;
    color: #007bff;
    text-decoration: none;
    font-size: 17px;
}

.area-upload[b-8hibae78gw] {
    background: white;
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    max-width: 500px;
}

    .area-upload input[type="file"][b-8hibae78gw] {
        font-size: 16px;
    }

.suggerimento-testo[b-8hibae78gw] {
    color: #888;
    font-size: 14px;
    margin-top: 12px;
}

.anteprima-lista[b-8hibae78gw] {
    margin-top: 16px;
    max-width: 500px;
}

.anteprima-riga[b-8hibae78gw] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 6px;
    font-size: 15px;
}

.azioni[b-8hibae78gw] {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}

.btn-salva[b-8hibae78gw] {
    padding: 14px 26px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

    .btn-salva:disabled[b-8hibae78gw] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.btn-annulla[b-8hibae78gw] {
    padding: 14px 26px;
    background: white;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
}

.errore[b-8hibae78gw] {
    color: #dc3545;
    margin: 12px 0;
    font-size: 16px;
}

.successo[b-8hibae78gw] {
    color: #1a7f37;
    margin: 12px 0;
    font-size: 16px;
    font-weight: 600;
}
/* /Pages/AggiungiGiornata.razor.rz.scp.css */
.link-indietro[b-skpthbibyz] {
    display: inline-block;
    margin-bottom: 16px;
    color: #007bff;
    text-decoration: none;
    font-size: 17px;
}

h2[b-skpthbibyz] {
    margin-bottom: 22px;
    font-size: 26px;
}

.riga-tripla[b-skpthbibyz] {
    display: flex;
    gap: 18px;
}

    .riga-tripla .campo[b-skpthbibyz] {
        width: 220px;
        flex-shrink: 0;
    }

.riga-doppia[b-skpthbibyz] {
    display: flex;
    gap: 18px;
}

    .riga-doppia .campo[b-skpthbibyz] {
        width: 240px;
        flex-shrink: 0;
    }

.campo[b-skpthbibyz] {
    margin-bottom: 20px;
    max-width: 500px;
}

.campo-largo[b-skpthbibyz] {
    max-width: 700px;
}

.campo label[b-skpthbibyz] {
    display: block;
    font-size: 16px;
    color: #555;
    margin-bottom: 6px;
}

.campo input[b-skpthbibyz],
.campo select[b-skpthbibyz] {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 17px;
}

.checkbox-griglia[b-skpthbibyz] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 900px;
}

.checkbox-riga[b-skpthbibyz] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    padding: 6px 0;
}

    .checkbox-riga input[type="checkbox"][b-skpthbibyz] {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

.azioni[b-skpthbibyz] {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}

.btn-salva[b-skpthbibyz] {
    padding: 14px 26px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.btn-annulla[b-skpthbibyz] {
    padding: 14px 26px;
    background: white;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
}

.errore[b-skpthbibyz] {
    color: #dc3545;
    margin: 12px 0;
    font-size: 16px;
}
/* /Pages/AggiungiMateriale.razor.rz.scp.css */
h2[b-xngcq28le2] {
    margin-bottom: 22px;
    font-size: 26px;
}

.link-indietro[b-xngcq28le2] {
    display: inline-block;
    margin-bottom: 16px;
    color: #007bff;
    text-decoration: none;
    font-size: 17px;
}

.campo-autocomplete[b-xngcq28le2] {
    position: relative;
}

.elenco-suggerimenti[b-xngcq28le2] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 260px;
    overflow-y: auto;
    z-index: 20;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.suggerimento[b-xngcq28le2] {
    padding: 12px;
    font-size: 17px;
    cursor: pointer;
}

    .suggerimento:hover[b-xngcq28le2] {
        background: #f0f4ff;
    }

.azioni[b-xngcq28le2] {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}

.btn-salva[b-xngcq28le2] {
    padding: 14px 26px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

    .btn-salva:disabled[b-xngcq28le2] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.btn-annulla[b-xngcq28le2] {
    padding: 14px 26px;
    background: white;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
}

.errore[b-xngcq28le2] {
    color: #dc3545;
    margin: 12px 0;
    font-size: 16px;
}
/* /Pages/ConfigurazioneEmail.razor.rz.scp.css */
h2[b-6bm4kqfk7r] {
    margin-bottom: 12px;
    font-size: 26px;
}

.descrizione[b-6bm4kqfk7r] {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 600px;
}

.stato-attuale[b-6bm4kqfk7r] {
    background: #e3f9e5;
    color: #1a7f37;
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 16px;
    max-width: 600px;
}

.istruzioni[b-6bm4kqfk7r] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    max-width: 600px;
    margin-bottom: 24px;
}

.istruzioni-titolo[b-6bm4kqfk7r] {
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 16px;
}

.istruzioni ol[b-6bm4kqfk7r] {
    margin: 0;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.8;
}

.campo[b-6bm4kqfk7r] {
    margin-bottom: 18px;
    max-width: 500px;
}

    .campo label[b-6bm4kqfk7r] {
        display: block;
        font-size: 16px;
        color: #555;
        margin-bottom: 6px;
    }

    .campo input[b-6bm4kqfk7r] {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
        font-size: 17px;
    }

.btn-salva[b-6bm4kqfk7r] {
    padding: 14px 26px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    margin-top: 8px;
}

.errore[b-6bm4kqfk7r] {
    color: #dc3545;
    margin: 12px 0;
    font-size: 16px;
}

.successo[b-6bm4kqfk7r] {
    color: #1a7f37;
    margin: 12px 0;
    font-size: 16px;
    font-weight: 600;
}
/* /Pages/DettaglioIntervento.razor.rz.scp.css */
.link-indietro[b-f9b0hr875p] {
    display: inline-block;
    margin-bottom: 18px;
    color: #007bff;
    text-decoration: none;
    font-size: 17px;
}

.testata[b-f9b0hr875p] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 26px;
    margin-bottom: 26px;
}

.testata-riga[b-f9b0hr875p] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 18px;
}

.testata-azioni[b-f9b0hr875p] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.testata-info[b-f9b0hr875p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.testata-desc[b-f9b0hr875p] {
    margin-top: 16px;
}

.testata-piede[b-f9b0hr875p] {
    margin-top: 16px;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.etichetta[b-f9b0hr875p] {
    font-size: 16px;
    color: #888;
    margin: 0 0 4px;
}

.etichetta-piccola[b-f9b0hr875p] {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.valore[b-f9b0hr875p] {
    font-size: 18px;
    margin: 0;
}

.valore-grande[b-f9b0hr875p] {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.badge[b-f9b0hr875p] {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 14px;
}

.stato-programmato[b-f9b0hr875p] {
    background: #e6f0ff;
    color: #1a56db;
}

.stato-incorso[b-f9b0hr875p] {
    background: #fff4e0;
    color: #b45309;
}

.stato-completato[b-f9b0hr875p] {
    background: #e3f9e5;
    color: #1a7f37;
}

.stato-sconosciuto[b-f9b0hr875p] {
    background: #eee;
    color: #666;
}

.btn-modifica[b-f9b0hr875p] {
    padding: 8px 14px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}

.intestazione-sezione[b-f9b0hr875p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.titolo-sezione[b-f9b0hr875p] {
    font-size: 19px;
    font-weight: 600;
    color: #555;
    margin: 0;
}

.btn-aggiungi[b-f9b0hr875p] {
    padding: 10px 18px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.nessun-dato[b-f9b0hr875p] {
    color: #999;
    font-style: italic;
    font-size: 17px;
}

.giornata[b-f9b0hr875p] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 14px;
}

.giornata-header[b-f9b0hr875p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.giornata-data[b-f9b0hr875p] {
    font-weight: 600;
    margin: 0;
    font-size: 19px;
}

    .giornata-data span[b-f9b0hr875p] {
        font-weight: 400;
        color: #777;
    }

.btn-modifica-giornata[b-f9b0hr875p] {
    padding: 6px 12px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.giornata-dipendenti[b-f9b0hr875p] {
    font-size: 16px;
    color: #666;
    margin: 6px 0;
}

.giornata-desc[b-f9b0hr875p] {
    font-size: 17px;
    margin: 8px 0 0;
}

.materiali[b-f9b0hr875p],
.foto-sezione[b-f9b0hr875p] {
    border-top: 1px solid #eee;
    margin-top: 14px;
    padding-top: 14px;
}

.materiali-header[b-f9b0hr875p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.materiali-titolo[b-f9b0hr875p] {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.btn-materiale[b-f9b0hr875p] {
    padding: 6px 12px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.materiale-riga[b-f9b0hr875p] {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 5px 0;
}

.materiale-qta[b-f9b0hr875p] {
    color: #888;
}

.foto-griglia[b-f9b0hr875p] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.foto-thumb[b-f9b0hr875p] {
    display: block;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

    .foto-thumb img[b-f9b0hr875p] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.chiusura[b-f9b0hr875p] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 26px;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.btn-firma[b-f9b0hr875p] {
    padding: 14px 24px;
    background: #20c997;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    margin-top: 24px;
}

.btn-invia[b-f9b0hr875p] {
    padding: 14px 24px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    margin-top: 16px;
}

.errore[b-f9b0hr875p] {
    color: #dc3545;
    font-size: 17px;
}

/* Pannello "Invia rapporto" */

.overlay[b-f9b0hr875p] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.pannello[b-f9b0hr875p] {
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.pannello-header[b-f9b0hr875p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
}

.pannello-titolo[b-f9b0hr875p] {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.btn-chiudi[b-f9b0hr875p] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #888;
    padding: 4px 8px;
}

.pannello-azioni[b-f9b0hr875p] {
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 6px;
}

.azione-btn[b-f9b0hr875p] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: white;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    text-align: left;
    cursor: pointer;
}

    .azione-btn:hover[b-f9b0hr875p] {
        background: #f0f4ff;
    }

    .azione-btn:disabled[b-f9b0hr875p] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.sezione-email[b-f9b0hr875p] {
    padding: 20px 24px;
}

.sezione-email-titolo[b-f9b0hr875p] {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 14px;
}

.checkbox-email[b-f9b0hr875p] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 15px;
    cursor: pointer;
}

    .checkbox-email input[b-f9b0hr875p] {
        width: 18px;
        height: 18px;
    }

.errore-email[b-f9b0hr875p] {
    color: #dc3545;
    font-size: 14px;
    margin-top: 10px;
}

.sezione-email-azioni[b-f9b0hr875p] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.btn-indietro[b-f9b0hr875p] {
    padding: 10px 16px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}

.btn-invia-email[b-f9b0hr875p] {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

    .btn-invia-email:disabled[b-f9b0hr875p] {
        opacity: 0.6;
        cursor: not-allowed;
    }
/* /Pages/Firma.razor.rz.scp.css */
h2[b-4ehb0fidf1] {
    margin-bottom: 22px;
    font-size: 26px;
}

.link-indietro[b-4ehb0fidf1] {
    display: inline-block;
    margin-bottom: 16px;
    color: #007bff;
    text-decoration: none;
    font-size: 17px;
}

.campo[b-4ehb0fidf1] {
    margin-bottom: 16px;
}

.btn-salva-piccolo[b-4ehb0fidf1] {
    padding: 10px 18px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}

.btn-pulisci[b-4ehb0fidf1] {
    padding: 8px 16px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.azioni[b-4ehb0fidf1] {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}

.btn-salva[b-4ehb0fidf1] {
    padding: 14px 26px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.btn-annulla[b-4ehb0fidf1] {
    padding: 14px 26px;
    background: white;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
}

.errore[b-4ehb0fidf1] {
    color: #dc3545;
    margin: 12px 0;
    font-size: 16px;
}
/* /Pages/Interventi.razor.rz.scp.css */
.intestazione[b-5fdwgug1si] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

    .intestazione h2[b-5fdwgug1si] {
        margin: 0;
        font-size: 26px;
    }

.btn-nuovo[b-5fdwgug1si] {
    padding: 14px 22px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.lista[b-5fdwgug1si] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.card[b-5fdwgug1si] {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 24px;
    cursor: pointer;
    transition: box-shadow 0.15s;
}

    .card:hover[b-5fdwgug1si] {
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

.card-header[b-5fdwgug1si] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cliente[b-5fdwgug1si] {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.badge[b-5fdwgug1si] {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 14px;
}

.stato-programmato[b-5fdwgug1si] {
    background: #e6f0ff;
    color: #1a56db;
}

.stato-incorso[b-5fdwgug1si] {
    background: #fff4e0;
    color: #b45309;
}

.stato-completato[b-5fdwgug1si] {
    background: #e3f9e5;
    color: #1a7f37;
}

.stato-sconosciuto[b-5fdwgug1si] {
    background: #eee;
    color: #666;
}

.riga[b-5fdwgug1si] {
    font-size: 17px;
    color: #555;
    margin: 6px 0;
}

    .riga.muted[b-5fdwgug1si] {
        color: #999;
        font-size: 16px;
        margin-top: 10px;
    }

.errore[b-5fdwgug1si] {
    color: #dc3545;
    font-size: 17px;
}
/* /Pages/Login.razor.rz.scp.css */
.login-page[b-yoxv8y0xdr] {
    background: linear-gradient(135deg, #e8ecf3 0%, #dde3ed 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

    .login-page[b-yoxv8y0xdr]::before {
        content: "🔒 👤 🛡️ 📊 🔑 👥 📈 🔒";
        position: absolute;
        inset: 0;
        font-size: 40px;
        opacity: 0.08;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-around;
        padding: 40px;
        pointer-events: none;
        z-index: 1;
    }

.login-container[b-yoxv8y0xdr] {
    display: flex;
    width: 900px;
    max-width: 100%;
    height: 580px;
    background: white;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.panel[b-yoxv8y0xdr] {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cliente[b-yoxv8y0xdr] {
    background: #ffffff;
}

.operatore[b-yoxv8y0xdr] {
    background: #1a3a4a;
    color: white;
}

h2[b-yoxv8y0xdr] {
    font-size: 24px;
    margin-bottom: 16px;
}

.header-img[b-yoxv8y0xdr] {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    border-radius: 8px;
}

.img-cliente[b-yoxv8y0xdr] {
    background-image: url('images/header_clienti.jpg');
}

.img-operatore[b-yoxv8y0xdr] {
    background-image: url('images/header_operatori.jpg');
}

.input-group[b-yoxv8y0xdr] {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
    margin: 10px 0;
    padding: 0 12px;
    box-sizing: border-box;
}

    .input-group .icon[b-yoxv8y0xdr] {
        font-size: 18px;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .input-group input[b-yoxv8y0xdr] {
        flex: 1;
        min-width: 0;
        border: none;
        outline: none;
        background: transparent;
        padding: 14px 0;
        font-size: 16px;
    }

.panel button[b-yoxv8y0xdr] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}

.btn-cliente[b-yoxv8y0xdr] {
    background: #007bff;
    color: white;
}

.btn-operatore[b-yoxv8y0xdr] {
    background: #20c997;
    color: white;
}

.link[b-yoxv8y0xdr] {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 10px;
}

.link-secondary[b-yoxv8y0xdr] {
    margin-top: 14px;
}

.link-dark[b-yoxv8y0xdr] {
    color: #ffffff;
}

.errore[b-yoxv8y0xdr] {
    color: #ff8080;
    font-size: 14px;
    margin-top: 10px;
}

.cliente .errore[b-yoxv8y0xdr] {
    color: #dc3545;
}

.divider[b-yoxv8y0xdr] {
    position: relative;
    width: 0;
}

.circle[b-yoxv8y0xdr] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #555;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
/* /Pages/ModificaGiornata.razor.rz.scp.css */
.link-indietro[b-kry7kn5ui1] {
    display: inline-block;
    margin-bottom: 16px;
    color: #007bff;
    text-decoration: none;
    font-size: 17px;
}

h2[b-kry7kn5ui1] {
    margin-bottom: 22px;
    font-size: 26px;
}

.riga-tripla[b-kry7kn5ui1] {
    display: flex;
    gap: 18px;
}

    .riga-tripla .campo[b-kry7kn5ui1] {
        width: 220px;
        flex-shrink: 0;
    }

.riga-doppia[b-kry7kn5ui1] {
    display: flex;
    gap: 18px;
}

    .riga-doppia .campo[b-kry7kn5ui1] {
        width: 240px;
        flex-shrink: 0;
    }

.campo[b-kry7kn5ui1] {
    margin-bottom: 20px;
    max-width: 500px;
}

.campo-largo[b-kry7kn5ui1] {
    max-width: 700px;
}

.campo label[b-kry7kn5ui1] {
    display: block;
    font-size: 16px;
    color: #555;
    margin-bottom: 6px;
}

.campo input[b-kry7kn5ui1],
.campo select[b-kry7kn5ui1] {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 17px;
}

.checkbox-griglia[b-kry7kn5ui1] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 900px;
}

.checkbox-riga[b-kry7kn5ui1] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    padding: 6px 0;
}

    .checkbox-riga input[type="checkbox"][b-kry7kn5ui1] {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
    }

.azioni[b-kry7kn5ui1] {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}

.btn-salva[b-kry7kn5ui1] {
    padding: 14px 26px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.btn-annulla[b-kry7kn5ui1] {
    padding: 14px 26px;
    background: white;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
}

.errore[b-kry7kn5ui1] {
    color: #dc3545;
    margin: 12px 0;
    font-size: 16px;
}
/* /Pages/ModificaIntervento.razor.rz.scp.css */
h2[b-7a9budgm5n] {
    margin-bottom: 22px;
    font-size: 26px;
}

.campo[b-7a9budgm5n] {
    margin-bottom: 18px;
    max-width: 600px;
}

.campo-largo[b-7a9budgm5n] {
    max-width: 900px;
}

.campo label[b-7a9budgm5n] {
    display: block;
    font-size: 16px;
    color: #555;
    margin-bottom: 6px;
}

.campo select[b-7a9budgm5n],
.campo textarea[b-7a9budgm5n],
.campo input[type="text"][b-7a9budgm5n] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 17px;
}

.valore-bloccato[b-7a9budgm5n] {
    padding: 12px;
    background: #f0f2f5;
    border-radius: 6px;
    font-size: 17px;
    margin: 0;
    color: #555;
}

.campo-autocomplete[b-7a9budgm5n] {
    position: relative;
}

.elenco-suggerimenti[b-7a9budgm5n] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 260px;
    overflow-y: auto;
    z-index: 20;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.suggerimento[b-7a9budgm5n] {
    padding: 12px;
    font-size: 17px;
    cursor: pointer;
}

    .suggerimento:hover[b-7a9budgm5n] {
        background: #f0f4ff;
    }

.link-indietro[b-7a9budgm5n] {
    display: inline-block;
    margin-bottom: 16px;
    color: #007bff;
    text-decoration: none;
    font-size: 17px;
}

.avviso-bloccato[b-7a9budgm5n] {
    background: #fff4e0;
    border: 1px solid #f0d090;
    border-radius: 10px;
    padding: 20px;
    max-width: 600px;
}

    .avviso-bloccato p[b-7a9budgm5n] {
        margin: 0;
        color: #b45309;
        font-size: 16px;
        font-weight: 500;
    }

.azioni[b-7a9budgm5n] {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}

.btn-salva[b-7a9budgm5n] {
    padding: 14px 26px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.btn-annulla[b-7a9budgm5n] {
    padding: 14px 26px;
    background: white;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
}

.errore[b-7a9budgm5n] {
    color: #dc3545;
    margin: 12px 0;
    font-size: 16px;
}
/* /Pages/NuovoIntervento.razor.rz.scp.css */
h2[b-vvhgpf62lh] {
    margin-bottom: 22px;
    font-size: 26px;
}

.campo[b-vvhgpf62lh] {
    margin-bottom: 18px;
    max-width: 600px;
}

.campo-largo[b-vvhgpf62lh] {
    max-width: 900px;
}

.campo label[b-vvhgpf62lh] {
    display: block;
    font-size: 16px;
    color: #555;
    margin-bottom: 6px;
}

.campo select[b-vvhgpf62lh],
.campo input[type="text"][b-vvhgpf62lh] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 17px;
}

.textarea-larga[b-vvhgpf62lh] {
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 17px;
    font-family: inherit;
    resize: vertical;
}

.campo-autocomplete[b-vvhgpf62lh] {
    position: relative;
}

.elenco-suggerimenti[b-vvhgpf62lh] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 260px;
    overflow-y: auto;
    z-index: 20;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.suggerimento[b-vvhgpf62lh] {
    padding: 12px;
    font-size: 17px;
    cursor: pointer;
}

    .suggerimento:hover[b-vvhgpf62lh] {
        background: #f0f4ff;
    }

.azioni[b-vvhgpf62lh] {
    display: flex;
    gap: 12px;
    margin-top: 26px;
}

.btn-salva[b-vvhgpf62lh] {
    padding: 14px 26px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.btn-annulla[b-vvhgpf62lh] {
    padding: 14px 26px;
    background: white;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
}

.errore[b-vvhgpf62lh] {
    color: #dc3545;
    margin: 12px 0;
    font-size: 16px;
}
