.dataTables_processing, .dt-processing {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translateY(-50%);
}

.bottom {
    display: flex;
    justify-content: space-between;
}