/* Styles complémentaires — Ubicx Gestion Prélèvements SEPA */

body {
    background-color: #f8f9fa;
}

.table th {
    white-space: nowrap;
}

.badge-eligible {
    background-color: #198754;
}

.badge-ineligible {
    background-color: #dc3545;
}

.debit-warning {
    border-left: 4px solid #ffc107;
    background-color: #fff3cd;
    padding: 1rem;
    margin-bottom: 1rem;
}

.card-result-success {
    border-left: 4px solid #198754;
}

.card-result-error {
    border-left: 4px solid #dc3545;
}

.status-issued {
    color: #0d6efd;
}

.status-overdue {
    color: #dc3545;
    font-weight: 600;
}

/* Factures fournisseurs : champ de téléversement manuel du PDF (liste) */
.pdf-upload-input {
    max-width: 190px;
}
