.dataTables_wrapper{
    background-color: white;
    padding: 15px;
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.dataTables_wrapper .dataTable thead th{
    text-align: center;
}

/* Change the active sorting indicator color to white */
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
    opacity: 1;
    color: white;
}
