.datatable-header {
    margin-bottom: 1rem !important;
}

.datatable-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.dataTables_length label {
    display: flex;
    align-items: center;
}

.dataTables_length label span {
    margin-right: .75rem;
}

.dataTables_wrapper {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
}

.dataTables_filter label,
.dataTables_length label {
    margin-top: 0 !important;
}

.dataTables_filter {
    padding-right: 20px;
}

.datatable-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.datatable-scroll {

}