table.datatable thead, table.dataTable thead{
    background-color: rgb(246, 246, 248) !important;
    border-radius: 10px !important;
    color: #17202A;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 15px 18px;
}

div.dataTables_wrapper div.dataTables_processing{
    background: #ffffff00;
}