.custom-data-table table {
    margin-bottom: 8px !important;
    background-color: white !important;
    border: 1px solid #00000024 !important;
}

.custom-data-table table thead td,
.custom-data-table table thead th {
    border-bottom: 1px solid #00000024;
}

.custom-data-table .dataTables_length {
    float: left;
    padding: 0.5rem 0.5rem !important;
    background-color: #ffffff;
    border: 1px solid #00000024;
    border-radius: 5px;
    background: white;
}

.custom-data-table .dataTables_filter {
    float: left !important;
    text-align: left !important;
    padding: 0.5rem 0.5rem !important;
    background-color: #ffffff;
    border: 1px solid #00000024;
    border-radius: 5px;
}

.custom-data-table th,
.custom-data-table td {
    text-align: center !important;
}

.custom-data-table .dataTables_filter input,
.custom-data-table .dataTables_length select {
    width: auto !important;
}

.custom-data-table th:not(:last-child),
.custom-data-table td:not(:last-child)
{
    border-right: 1px solid #ddd !important;
}