body {
    background-color: #f8f9fa;
    padding-top: 20px;
}

.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}

.table-responsive {
    max-height: 500px;
    overflow-y: auto;
}

textarea {
    resize: none;
}

/* Stile per il messaggio "Nessuna azienda selezionata" */
.text-center {
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}

/* Miglioramenti alla tabella */
#protocolliTable {
    width: 100%;
}

#protocolliTable th {
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
}

/* Stile per il pulsante durante il caricamento */
button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.spinner-border {
    vertical-align: text-top;
}