.table-wrapper .tables-container .table-wrap table thead {
    position: sticky;
    top: 0;
    background: #eff3f8;
    z-index: 1;
}
