/*
* surcharge les classes du plugin pour correspondre au template tabler
*/

table.dataTable > thead > tr > th {
    background-color: var(--tblr-bg-surface-tertiary) !important;
};

div.dt-container div.dt-search input {
    background-color: red !important;
}