.btn-xs {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
}

.dataTables_scrollBody thead th, .orig-table tfoot th {
    padding: 0 !important;
    border: none;
}

th.sorting::before, th.sorting::after {
    opacity: 0.5 !important;
}

th.sorting_asc::before, th.sorting_desc::after {
    opacity: 0.9 !important;
}

th.sorting_disabled::before, th.sorting_disabled::after {
    display: none !important;
}

th.dt-right > span {
    margin-right: 18px;
}

.form-control {
    border-radius: 0 !important;
}

div.dataTables_processing div:last-child {
    display: none;
}
