.dataTables_wrapper{
    padding:5px;
}

.dataTables_wrapper .dataTables_length select {
    padding: 5px !important;
    padding: 4px !important;
    width: unset !important;
    height: unset;
    margin-bottom: unset;
    appearance: auto;
}

.dataTables_length label{
    display: unset;
    margin-bottom: unset;
    font-weight: unset;
}

.dataTables_filter{
    margin-bottom: 3px;
}

.dataTables_filter input{
    float:none;
    width: unset;
}

.dataTables_filter label{
    display: unset;
    margin-bottom: unset;
    font-weight: unset;
}

.dataTables_wrapper caption{
    padding-top: 0px;
    padding-bottom: 0px;
}

.dataTables_scrollHead{
    width: 100% !important;
}

.dataTables_scrollBody{
    width: 100% !important;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: unset;
}

.dataTables_scrollBody::-webkit-scrollbar {
    display: none;
}

.dataTables_scrollBody {
    -ms-overflow-style: none;
}
.dataTables_scrollFootInner::-webkit-scrollbar {
    display: none;
}

.dataTables_scrollFootInner {
    -ms-overflow-style: none;
}