/* ✅ Le tableau complet */
table.bg-creme-table {
    background-color: #fff6e0 !important;
}

/* ✅ En-tête */
table.bg-creme-table thead.bg-creme-thead {
    background-color: #ffe8c4 !important;
}

/* ✅ Pied */
table.bg-creme-table tfoot.bg-creme-tfoot {
    background-color: #ffe8c4 !important;
}

/* ✅ Corps */
table.bg-creme-table tbody.bg-creme-tbody tr {
    background-color: #fffef9 !important;
}

/* ✅ Hover */
table.bg-creme-table tbody.bg-creme-tbody tr:hover {
    background-color: #fff0cc !important;
}


/* Checkbox alignement */
#merchantsTable input[type="checkbox"] {
    margin: 0;
}

/* Badge personnalisé (optionnel) */
.badge-custom {
    background-color: #f5b971;
    color: #fff;
}

.is-hidden {
    display: none !important;
}

