.bg-light-yellow {
    background-color: #ffdc89 !important;
}

.bg-light-blue {
    background-color: #a1b1ff !important;
}

.bg-light-red {
    background-color: #ff8d8c !important;
}

.dataTables_processing {
    position: fixed;
    top: 50%;
    left: 50%;
}

table.dataTable th.sorting {
    cursor: pointer;
}
table.dataTable th.sorting_disabled {
    cursor: not-allowed;
}
