.dataTables_processing {
    z-index: 1001;
}
div.dataTables_processing>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff5722;
    background: #ff5722;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}