.dataTables_processing {
    background: transparent !important;
}

.dataTables_filter {
    margin-bottom: 20px;
}

.dataTables_filter input,
.dataTables_length select {
    outline: none;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0.5px solid #d9dee3;
}

thead,
tfoot,
tr,
td,
th {
    border-color: #d9dee3;
    border-style: solid;
    border-width: 0;
}

.table > :not(:first-child) {
    border-top: 2px solid #d9dee3;
}

tbody {
    border-top: 2px solid #d9dee3 !important;
}

table.dataTable {
    border-collapse: collapse;
    border-spacing: 0;
}

.table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_length,
.dataTables_info {
    margin-left: 10px;
}

.dataTables_filter,
.dataTables_paginate {
    margin-right: 10px;
}
