.swal-modal .swal-text {
    text-align: center;
}

.cek {
    display: none;
}

.hide {
    display: none;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 30%;
    left: 50%;
    width: 30%;
    height: 40px;
    margin-left: -20%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background: none;
}

#loader {
    position: fixed;
    left: 0px;
    top: 5px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading-screen.gif') 50% 50% no-repeat rgba(8, 8, 8, 0.3);
}

#text_loader {
    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 55%;
    width: 100%;
    font-weight: bold;
}