.custom-loader-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    background-color: rgb(255 255 255 / 92%);
    z-index: 1001;
    top: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}

.custom-loader-wrapper .loader {
    position: absolute;
    height: 30%;
    top: 35%;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
}

table.dataTable {
    width: 100% !important;
}

table.dataTable th,
table.dataTable td {
    white-space: nowrap;
    vertical-align: middle;
}

.dataTables_wrapper {
    width: 100%;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTables_scrollHeadInner table {
    width: 100% !important;
}

.table-responsive {
    overflow-x: auto;
}
