.fix-table-height{
    overflow: auto;
    height: 259px;
    /* overflow-x: hidden; */
}
.fix-table-height table{
    position: relative;
}
.fix-table-height .table-responsive{
    overflow-x: initial;
}
.fix-table-height table thead{
    position: sticky;
    top: 0;
}
.fix-table-height table thead tr th{
    background: var(--light-blue-color);
}
.fix-table-height::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 6px;
}
/* Track */
.fix-table-height::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.fix-table-height::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}
/* Handle on hover */
.fix-table-height::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.table-fix-height-scroll{
    overflow: auto;
    /*height: 259px;*/
    /* overflow-x: hidden; */
    max-height: 547px;
}
.table-fix-height-scroll table{
    position: relative;
}
.table-fix-height-scroll .table-responsive{
    overflow-x: initial;
}
.table-fix-height-scroll table thead{
    position: sticky;
    top: 0;
}
.table-fix-height-scroll table thead tr th{
    background: var(--light-blue-color);
}
.table-fix-height-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 6px;
}
/* Track */
.table-fix-height-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.table-fix-height-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}
/* Handle on hover */
.table-fix-height-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

div.dataTables_wrapper div.dataTables_processing{
    z-index: 2;
}
table.dataTable a.link{
    font-weight: 500;
}
/* #user-tasks_filter{
    display: none;
} */
.white-box-title{
    position: absolute;
    width: 100%;
}
table.dataTable{
    margin: 0 !important;
}
.dataTables_wrapper{
    /* padding-top: 85px;
    position: relative; */
    padding-top: 66px;
}
.dataTables_length{
    /* top: 22px; */
    top: 15px;
    position: absolute;
    z-index: 1;
    padding-left: 24px;
    z-index: 0;
}
.dataTables_length label{
    color: var(--black-color);
    font-size: 14px;
}
.dataTables_filter{
    top: 15px;
    position: absolute;
    z-index: 1;
    margin-right: 195px;
    right: 0;
}

.dataTables_filter_withrefresh{
    top: 15px;
    position: absolute;
    z-index: 1;
    margin-right: 235px !important;
    right: 0;
}

.dataTables_filter label{
    color: var(--light-grey-color);
    font-size: 14px;
}
.dataTables_filter label input[type="search"]{
    width: 100%;
    border: var(--border-color) solid 1px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.dataTables_length .form-select{
    margin: 0 8px;
    min-width: 82px;
    padding: 6px 16px;
    font-size: 14px;
    color: var(--black-color);
    border: var(--border-color) solid 1px;
    background: var(--white-bg) url(../images/select-arrow.svg) no-repeat calc(100% - 16px) center;
    border-radius: 8px;
    appearance: none;
}
.dataTables_length .form-select:focus{
    box-shadow: none;
}
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before,
table.dataTable > thead .sorting_desc::before,
table.dataTable > thead .sorting_asc_disabled::before,
table.dataTable > thead .sorting_desc_disabled::before,
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{
    display: none;
}
table.dataTable thead th.sorting_desc span{
    transform: rotate(180deg);
}
.dataTables_info{
    display: none;
}
.dataTables_paginate{
    padding: 24px;
    border-top: var(--border-color) solid 1px;
}
.dataTables_paginate .pagination{
    justify-content: center !important;
    margin: 0 !important;
}
.dataTables_paginate .pagination li{
    margin: 0 4px;
}
.dataTables_paginate .pagination li a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px !important;
    width: 32px;
    height: 32px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    padding: 4px;
}
.page-link:focus{
    box-shadow: none;
}
.dataTables_paginate .paginate_button.previous a{
    font-size: 0 !important;
    background: url(../images/pagination-arrow-left.svg) no-repeat center;
}
.dataTables_paginate .paginate_button.next a{
    font-size: 0 !important;
    background: url(../images/pagination-arrow-right.svg) no-repeat center;
}
.dataTables_processing::after {
    content: "Processing...";
}

.dataTables_paginate .page-item.active{
    z-index: 0;
}
/* .dataTables_scrollHeadInner{
    width: 100% !important;
} */

@media(max-width: 575px){

    .dataTables_filter label{
        font-size: 0;
    }
    .dataTables_filter label input[type="search"]{
        width: 150px !important;
    }
}


/* All Table Column Width CSS Start */
#leadsTable thead th:nth-child(1),
#leadsTable thead th:nth-child(2),
#leadsTable tbody td:nth-child(1),
#leadsTable tbody td:nth-child(2){
    position: sticky;
    left: 0;
    z-index: 1;
}
/* #leadsTable thead th:last-child,
#leadsTable tbody td:last-child{
    position: sticky;
    right: 0;
    z-index: 1;
} */
#leadsTable thead th:nth-child(1){
    min-width: 20px;
}
#leadsTable thead th:nth-child(2){
    min-width: 180px;
}
#leadsTable thead th:nth-child(3){
    min-width: 156px;
}
#leadsTable thead th:nth-child(4){
    min-width: 180px;
    word-wrap: break-word;
}
#leadsTable thead th:nth-child(5){
    min-width: 100px;
}
#leadsTable thead th:nth-child(6){
    min-width: 120px;
}
#leadsTable thead th:nth-child(7){
    min-width: 120px;
}
#leadsTable thead th:nth-child(8){
    min-width: 150px;
}
#leadsTable thead th:nth-child(9){
    min-width: 88px;
}
#leadsTable thead th:last-child{
    min-width: 100px;
}
table.dataTable > thead > tr > th:not(.sorting_disabled){
    padding-right: 10px !important;
}
#activitiesleadsTable thead th:nth-child(1){
    min-width: 32px;
}
#activitiesleadsTable thead th:nth-child(2){
    min-width: 180px;
}
#activitiesleadsTable thead th:nth-child(3){
    min-width: 280px;
}
#activitiesleadsTable thead th:nth-child(4){
    min-width: 100px;
}
#activitiesleadsTable thead th:nth-child(5){
    min-width: 90px;
}
#activitiesleadsTable thead th:last-child{
    min-width: 56px;
}
#filesleadsTable thead th:first-child{
    min-width: 32px;
}
#filesleadsTable thead th:nth-child(2){
    min-width: 140px;
}
#filesleadsTable thead th:nth-child(3){
    min-width: 160px;
}

#demo_table thead th:nth-child(6),
#live_table thead th:nth-child(6){
    min-width: 80px;
}
#demo_table thead th:nth-child(1),
#demo_table tbody td:nth-child(1),
#live_table thead th:nth-child(1),
#live_table tbody td:nth-child(1),
.transfer-request-table thead th:nth-child(1),
.transfer-request-table thead th:nth-child(2),
.transfer-request-table tbody td:nth-child(1),
.transfer-request-table tbody td:nth-child(2),
.kyc-table thead th:nth-child(1),
.kyc-table tbody td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 1;
}
.kyc-table thead th:nth-child(4){
    min-width: 180px;
}
.kyc-table thead th:nth-child(5){
    min-width: 90px;
}
#clientDocumentTable thead th:nth-child(1),
#demo_account_table thead th:nth-child(1),
#live_account_table thead th:nth-child(1){
    min-width: 32px;
}
#clientDocumentTable thead th:nth-child(2),
#clientDocumentTable thead th:nth-child(3){
    min-width: 140px;
}
#clientDocumentTable thead th:nth-child(6){
    min-width: 180px;
}
#clientDocumentTable thead th:nth-child(7){
    min-width: 90px;
}
#clientDocumentTable thead th:last-child{
    min-width: 112px;
}
#clientDocumentTable thead th:nth-child(1),
#clientDocumentTable thead th:nth-child(2),
#clientDocumentTable tbody td:nth-child(1),
#clientDocumentTable tbody td:nth-child(2),
#demo_account_table thead th:nth-child(1),
#demo_account_table thead th:nth-child(2),
#demo_account_table tbody td:nth-child(1),
#demo_account_table tbody td:nth-child(2),
#live_account_table thead th:nth-child(1),
#live_account_table thead th:nth-child(2),
#live_account_table tbody td:nth-child(1),
#live_account_table tbody td:nth-child(2){
    position: sticky;
    left: 0;
    z-index: 1;
}
#demo_account_table thead th:nth-child(2),
#live_account_table thead th:nth-child(2){
    min-width: 150px;
}
#demo_account_table thead th:nth-child(3),
#live_account_table thead th:nth-child(3){
    min-width: 90px;
}
#demo_account_table thead th:nth-child(5),
#live_account_table thead th:nth-child(5){
    min-width: 85px;
}
/* #live_account_table thead th:nth-child(6){
    min-width: 130px;
}
#live_account_table thead th:nth-child(7){
    min-width: 72px;
} */
#demo_account_table thead th:nth-child(6),
#demo_account_table thead th:nth-child(7),
#demo_account_table thead th:nth-child(8),
#live_account_table thead th:nth-child(6),
#live_account_table thead th:nth-child(7),
#live_account_table thead th:nth-child(8){
    min-width: 110px;
}
#demo_account_table thead th:nth-child(9),
#live_account_table thead th:nth-child(9){
    min-width: 130px;
}
#demo_account_table thead th:nth-child(10),
#live_account_table thead th:nth-child(10){
    min-width: 70px;
}



#smstemplateDatatable thead th:nth-child(1),
#smslogDatatable thead th:nth-child(1){
    min-width: 32px;
}
#smstemplateDatatable thead th:nth-child(2){
    min-width: 132px;
}
#smstemplateDatatable thead th:nth-child(3){
    min-width: 200px;
}

#smslogDatatable thead th:nth-child(2),
#smslogDatatable thead th:nth-child(3){
    min-width: 140px;
}
#smslogDatatable thead th:nth-child(4){
    min-width: 56px;
}
#smslogDatatable thead th:last-child{
    min-width: 100px;
}

#maillogDatatable thead th:nth-child(1),
#mailtemplateDatatable thead th:nth-child(1){
    min-width: 32px;
}
#maillogDatatable thead th:nth-child(2),
#mailtemplateDatatable thead th:nth-child(2){
    min-width: 140px;
}
#maillogDatatable thead th:nth-child(3){
    min-width: 140px;
}
#maillogDatatable thead th:nth-child(4),
#mailtemplateDatatable thead th:nth-child(3){
    min-width: 220px;
}
#maillogDatatable thead th:last-child{
    min-width: 124px;
}
#maillogDatatable thead th:nth-child(1),
#maillogDatatable thead th:nth-child(2),
#maillogDatatable tbody td:nth-child(1),
#maillogDatatable tbody td:nth-child(2){
    position: sticky;
    left: 0;
    z-index: 1;
}

#faqtable thead th:nth-child(1),
#paymenttable thead th:nth-child(1),
#deposit_request_table thead th:nth-child(1),
#withdraw_request_table thead th:nth-child(1),
#transfer_request_table thead th:nth-child(1){
    min-width: 32px;
}
#faqtable thead th:nth-child(2){
    min-width: 120px;
}
#faqtable thead th:nth-child(3){
    min-width: 180px;
}
#faqtable thead th:nth-child(4){
    min-width: 120px;
}
#faqtable thead th:last-child{
    min-width: 50px;
}

#paymenttable thead th:nth-child(2),
#deposit_request_table thead th:nth-child(2),
#withdraw_request_table thead th:nth-child(2),
#transfer_request_table thead th:nth-child(2){
    min-width: 143px;
}
#paymenttable thead th:nth-child(3){
    min-width: 140px;
}

#deposit_request_table thead th:nth-child(1),
#deposit_request_table thead th:nth-child(2),
#deposit_request_table tbody td:nth-child(1),
#deposit_request_table tbody td:nth-child(2),
#withdraw_request_table thead th:nth-child(1),
#withdraw_request_table thead th:nth-child(2),
#withdraw_request_table tbody td:nth-child(1),
#withdraw_request_table tbody td:nth-child(2),
#transfer_request_table thead th:nth-child(1),
#transfer_request_table thead th:nth-child(2),
#transfer_request_table tbody td:nth-child(1),
#transfer_request_table tbody td:nth-child(2){
    position: sticky;
    left: 0;
    z-index: 1;
}
#deposit_request_table thead th:nth-child(3),
#withdraw_request_table thead th:nth-child(3){
    min-width: 130px;
}
#deposit_request_table thead th:nth-child(4),
#withdraw_request_table thead th:nth-child(4){
    min-width: 78px;
}
#deposit_request_table thead th:nth-child(5),
#withdraw_request_table thead th:nth-child(5),
#transfer_request_table thead th:nth-child(7){
    min-width: 90px;
}
#deposit_request_table thead th:nth-child(6),
#withdraw_request_table thead th:nth-child(6),
#transfer_request_table thead th:nth-child(3){
    min-width: 110px;
}
#deposit_request_table thead th:nth-child(8),
#withdraw_request_table thead th:nth-child(8){
    min-width: 180px;
}
#deposit_request_table thead th:nth-child(9),
#withdraw_request_table thead th:nth-child(9){
    min-width: 80px;
}
#deposit_request_table thead th:last-child,
#withdraw_request_table thead th:last-child{
    min-width: 85px;
}

#transfer_request_table thead th:nth-child(5){
    min-width: 168px;
}
#transfer_request_table thead th:nth-child(6){
    min-width: 90px;
}

#ibtable thead th:nth-child(1){
    min-width: 32px;
}
#ibtable thead th:nth-child(2){
    min-width: 150px;
}
#ibtable thead th:nth-child(3){
    min-width: 80px;
}
#ibtable thead th:nth-child(4){
    min-width: 100px;
}
#ibtable thead th:nth-child(5){
    min-width: 116px;
}
#ibtable thead th:nth-child(6){
    min-width: 200px;
}

#ibtable thead th:nth-child(1),
#ibtable thead th:nth-child(2),
#ibtable tbody td:nth-child(1),
#ibtable tbody td:nth-child(2){
    position: sticky;
    left: 0;
    z-index: 1;
}

#payment-status-pane table thead th:nth-child(1),
#payment-status-pane table thead th:nth-child(2){
    min-width: 180px;
}
#payment-status-pane table thead th:nth-child(3){
    min-width: 130px;
}
#payment-status-pane table thead th:nth-child(4){
    min-width: 120px;
}
#payment-status-pane table thead th:last-child{
    min-width: 160px;
}

#lead-pane table thead th:nth-child(1),
#lead-pane table thead th:nth-child(2),
#lead-pane table thead th:nth-child(3){
    min-width: 140px;
}
#lead-pane table thead th:nth-child(5){
    min-width: 120px;
}
#lead-pane table thead th:last-child{
    min-width: 185px;
}

#user-task-pane table thead th:nth-child(1){
    min-width: 32px;
}
#user-task-pane table thead th:nth-child(2){
    min-width: 160px;
}
#user-task-pane table thead th:nth-child(3){
    min-width: 150px;
}
#user-task-pane table thead th:nth-child(4){
    min-width: 110px;
}
#user-task-pane table thead th:nth-child(5){
    min-width: 105px;
}
#user-task-pane table thead th:last-child{
    min-width: 120px;
}

#tickets-tbl thead th:nth-child(1){
    min-width: 32px;
}
#tickets-tbl thead th:nth-child(2){
    min-width: 164px;
}
#tickets-tbl thead th:nth-child(3){
    min-width: 120px;
}
#tickets-tbl thead th:nth-child(4){
    min-width: 120px;
}
#tickets-tbl thead th:nth-child(5){
    /* min-width: 70px; */
    min-width: 110px;
}
#tickets-tbl thead th:nth-child(6){
    min-width: 103px;
}
#tickets-tbl thead th:nth-child(7){
    min-width: 160px;
}
#tickets-tbl thead th:nth-child(8){
    min-width: 66px;
}
#tickets-tbl thead th:nth-child(9){
    min-width: 66px;
}
#tickets-tbl thead th:last-child{
    min-width: 50px;
}
#tickets-tbl thead th:nth-child(1),
#tickets-tbl thead th:nth-child(2),
#tickets-tbl tbody td:nth-child(1),
#tickets-tbl tbody td:nth-child(2){
    position: sticky;
    left: 0;
    z-index: 1;
}

#ibtablelist thead th:nth-child(1){
    min-width: 32px;
}
#ibtablelist thead th:nth-child(3){
    min-width: 130px;
}
#ibtablelist thead th:nth-child(5),
#ibtablelist thead th:nth-child(6){
    min-width: 100px;
}
#ibtablelist thead th:nth-child(7){
    min-width: 110px;
}
#ibtablelist thead th:nth-child(8){
    min-width: 70px;
}
#ibtablelist thead th:nth-child(9){
    min-width: 140px;
}
#ibtablelist thead th:nth-child(10){
    min-width: 125px;
}
#ibtablelist thead th:nth-child(1),
#ibtablelist thead th:nth-child(2),
#ibtablelist thead th:nth-child(3),
#ibtablelist tbody td:nth-child(1),
#ibtablelist tbody td:nth-child(2),
#ibtablelist tbody td:nth-child(3){
    position: sticky;
    left: 0;
    z-index: 1;
}

#ibtablerequest thead th:nth-child(1){
    min-width: 32px;
}
#ibtablerequest thead th:nth-child(3){
    min-width: 140px;
}
#ibtablerequest thead th:nth-child(5){
    min-width: 100px;
}
#ibtablerequest thead th:nth-child(6){
    min-width: 85px;
}
#ibtablerequest thead th:last-child{
    min-width: 50px;
}
#ibtablerequest thead th:nth-child(1),
#ibtablerequest thead th:nth-child(2),
#ibtablerequest thead th:nth-child(3),
#ibtablerequest tbody td:nth-child(1),
#ibtablerequest tbody td:nth-child(2),
#ibtablerequest tbody td:nth-child(3){
    position: sticky;
    left: 0;
    z-index: 1;
}

#user-table thead th:nth-child(1){
    min-width: 32px;
}
#user-table thead th:nth-child(3){
    min-width: 140px;
}
#user-table thead th:nth-child(5){
    min-width: 100px;
}
#user-table thead th:nth-child(6){
    min-width: 66px;
}
#user-table thead th:last-child{
    min-width: 50px;
}
#user-table thead th:nth-child(1),
#user-table thead th:nth-child(2),
#user-table thead th:nth-child(3),
#user-table tbody td:nth-child(1),
#user-table tbody td:nth-child(2),
#user-table tbody td:nth-child(3){
    position: sticky;
    left: 0;
    z-index: 1;
}
#rolesDatatable thead th:nth-child(1){
    min-width: 32px;
}
#rolesDatatable thead th:nth-child(2){
    min-width: 100px;
}
#rolesDatatable thead th:nth-child(3){
    min-width: 90px;
}
#rolesDatatable thead th:last-child{
    min-width: 50px;
}

#tradeHistoryTable tr th,
#tradeHistoryTable tr td{
    border-right: var(--border-color) solid 1px;
}
#tradeHistoryTable tr th:last-child,
#tradeHistoryTable tr td:last-child{
    border-right: 0;
}

#tradeHistoryTable thead th:nth-child(1){
    min-width: 32px;
}
#tradeHistoryTable thead th:nth-child(2){
    min-width: 100px;
}
#tradeHistoryTable thead th:nth-child(4){
    min-width: 74px;
}
#tradeHistoryTable thead th:nth-child(8),
#tradeHistoryTable thead th:nth-child(9){
    min-width: 80px;
}
#tradeHistoryTable thead th:nth-child(11),
#tradeHistoryTable thead th:nth-child(12){
    min-width: 152px;
}

#tradeHistoryTable thead th:nth-child(1),
#tradeHistoryTable thead th:nth-child(2),
#tradeHistoryTable tbody td:nth-child(1),
#tradeHistoryTable tbody td:nth-child(2){
    position: sticky;
    left: 0;
    z-index: 1;
}

.comission-histroy-table thead th:nth-child(1){
    min-width: 32px;
}
.comission-histroy-table thead th:nth-child(2){
    min-width: 140px;
}
.comission-histroy-table thead th:nth-child(3){
    min-width: 60px;
}
.comission-histroy-table thead th:nth-child(5){
    min-width: 48px;
}
.comission-histroy-table thead th:nth-child(6){
    min-width: 80px;
}


#withdrawcommission thead th:nth-child(1){
    min-width: 32px;
}
#withdrawcommission thead th:nth-child(2),
#withdrawcommission thead th:nth-child(4),
#withdrawcommission thead th:nth-child(5){
    min-width: 120px;
}
#withdrawcommission thead th:nth-child(3){
    min-width: 80px;
}
#withdrawcommission thead th:nth-child(6){
    min-width: 180px;
}
#withdrawcommission thead th:nth-child(7){
    min-width: 80px;
}

#withdrawcommission thead th:nth-child(1),
#withdrawcommission thead th:nth-child(2),
#withdrawcommission tbody td:nth-child(1),
#withdrawcommission tbody td:nth-child(2),
.comission-histroy-table thead th:nth-child(1),
.comission-histroy-table thead th:nth-child(2),
.comission-histroy-table tbody td:nth-child(1),
.comission-histroy-table tbody td:nth-child(2){
    position: sticky;
    left: 0;
    z-index: 1;
}


.client-trades-table thead th:nth-child(1){
    min-width: 80px;
}
.client-trades-table thead th:nth-child(2){
    min-width: 110px;
}
.client-trades-table thead th:nth-child(4){
    min-width: 72px;
}
.client-trades-table thead th:nth-child(5),
.client-trades-table thead th:nth-child(6){
    min-width: 78px;
}
.client-trades-table thead th:nth-child(8),
.client-trades-table thead th:nth-child(9){
    min-width: 152px;
}
.client-trades-table thead th:nth-child(1),
.client-trades-table tbody td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 1;
}


.ta_live_table thead th:nth-child(1),
.ta_live_table tbody td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 1;
}
.ta_live_table thead th:nth-child(1){
    min-width: 80px;
}
.ta_live_table thead th:nth-child(2){
    min-width: 100px;
}
.ta_live_table thead th:nth-child(3){
    min-width: 86px;
}
.ta_live_table thead th:nth-child(4),
.ta_live_table thead th:nth-child(5),
.ta_live_table thead th:nth-child(6){
    min-width: 120px;
}
.ta_live_table thead th:nth-child(7){
    min-width: 90px;
}
.ta_live_table thead th:nth-child(8){
    min-width: 70px;
}
.ta_live_table thead th:nth-child(9){
    min-width: 56px;
}


#open_order_table thead th:nth-child(1),
#open_order_table tbody td:nth-child(1),
#close_order_table thead th:nth-child(1),
#close_order_table tbody td:nth-child(1){
    position: sticky;
    left: 0;
    z-index: 1;
}
#open_order_table thead th:last-child,
#close_order_table thead th:last-child{
    min-width: 140px;
}

/*.corporate-table thead th:nth-child(1){*/
/*    min-width: 75px;*/
/*}*/
/*.corporate-table thead th:nth-child(2){*/
/*    min-width: 150px;*/
/*}*/
/*.corporate-table thead th:nth-child(3),*/
/*.corporate-table thead th:nth-child(4){*/
/*    min-width: 110px;*/
/*}*/
/*.corporate-table thead th:nth-child(5){*/
/*    min-width: 110px;*/
/*}*/


.table-fix-height-scroll {
    overflow: auto;
    /*height: 259px;*/
    /* overflow-x: hidden; */
    max-height: 547px;
}

.table-fix-height-scroll table {
    position: relative;
}

.table-fix-height-scroll .table-responsive {
    overflow-x: initial;
}

.table-fix-height-scroll table thead {
    position: sticky;
    top: 0;
}

.table-fix-height-scroll table thead tr th {
    background: var(--light-blue-color);
}

.table-fix-height-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 6px;
}

/* Track */
.table-fix-height-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.table-fix-height-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

/* Handle on hover */
.table-fix-height-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* All Table Column Width CSS End */


