/* .dt-container .flex {
    gap: 20px;
    justify-content: flex-end !important;
} */

.dt-container div:not(.dt-processing):not(.dataTables_processing) {
    gap: 20px;
    justify-content: flex-end !important;
    display: flex !important;
}

div.dt-buttons {
    align-items: end !important;
    margin-left: auto !important;
}
