table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
    content: "" !important;
}

.dt-length {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center !important;
}

div:has(> .dt-length) {
    display: flex;
    align-items: center !important;
    gap: 0.75rem !important;
}

.dt-length label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: block ruby;
    padding-left: 0.5rem !important;
}

/*******end page-loader***********/

div.dataTables_wrapper div.dt-length label {
    font-weight: 500;
    color: #5E6278;
    padding: 1rem 0;
}

.dt-length .form-select{
    padding: 5px !important;
}

.pagination .disabled {
    background-color: unset !important;
    opacity: 1 !important;
}

.dataTables_paginate {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*----------------------dataTables------------------------*/
.datatable-custom {
    text-align: center !important;
    font-size: 1.075rem !important;
    vertical-align: middle !important;
    padding-bottom: 25px;
}

.datatable-custom td {
    padding-right: 0px !important;
}

.datatable-custom tr {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #EFF2F5;
}

.datatable-custom thead tr {
    padding: 0 !important;
    color: #3F4254 !important;
    text-transform: uppercase !important;

    font-weight: 600 !important;
    font-size: 0.95rem !important;
}

.datatable-custom thead tr th {
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #3F4254 !important;
}

.datatable-custom tbody td {
    padding: 8px 0px;
}

.dataTables_wrapper div.row {
    padding-top: 1rem !important;
    margin-top: 2.5rem !important;
    border-top: 1px solid #EFF2F5 !important;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background: #A1A5B7 !important;
    color: white !important;
}
table.dataTable tbody > tr:hover {
    background-color: rgb(217 35 45 / 5%);
}
table.dataTable tbody > tr > td > input {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
    color: #a50b13;
}
.total-row tr:first-child td {
    font-weight: bolder !important;
    color: #000 !important;
}

/*----------------------dataTables Export------------------------*/
div.dt-button-collection {
    left: unset !important;
    width: 93%;
}

/*----------------------dataTables Loader------------------------*/
#tbl_processing {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: unset !important;
}

.dt-processing.card  {
    padding: 1.5rem 3rem !important;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 45%;
    color: black;
    --bg-color: 255, 255, 255;
    border-radius: 0.475rem !important;
    --bs-bg-opacity: 1;
    text-align: center !important;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
    box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075) !important;
}


@media (max-width: 768px) {
    .dt-processing.card  {
        left: unset !important;
    }
    .fs-3vw-sm{
        font-size: 3vw !important;
    }
    .fs-4vw-sm{
        font-size: 4vw !important;
    }
    .session-th-md{
        min-width: 150px;
    }
}

#tbl_processing {
    transform: unset !important;
    background-color: transparent !important;
}

/*--------------------dataTable--------------------------*/
table.dataTable .shown {
    background-color: rgb(217 35 45 / 5%) !important;
}

table.dataTable tbody > .shown tr:hover {
    background-color: unset !important;
}

.datatable-reorder {
    cursor: move;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    padding-right: 6px;
}

.dt-processing {
    display: none !important;
}