.table th {
    text-align: center !important;
}

.table td {
    vertical-align: middle !important;
}

.dataTables_wrapper {
    font-size: 12px;
    font-family: var(--bs-body-font-family);
}

.dataTables_length {
    float: left !important;
}

.dataTables_filter {
    float: right !important;
    padding: 0 25px !important;
    margin-right: 1rem;
}

.dataTables_info {
    float: left !important;
}

.dataTables_paginate {
    float: right !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-bottom: 15px;
}

div.dataTables_wrapper div.dataTables_info {
    padding: 1rem;
}

div.dataTables_wrapper div.dataTables_length select {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5rem;
}
