table.tabtable-rs_ceyqkgke,
table.tabtable-rs_ceyqkgke tr,
table.tabtable-rs_ceyqkgke tr td.tabcol {
    border: none;
}

table.tabtable-rs_ceyqkgke {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
}

table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol,
table.tabtable-rs_ceyqkgke tr.tr_ht1:hover td.tabcol,
table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol:hover {
    font-style: normal;
    font-weight: normal;
    background-color: transparent;
}

table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol {
    font-style: normal;
    font-weight: normal;
    padding: 6px 18px 6px;
    border-bottom: 1px solid #c7ded7;
    background-color: transparent;
    font-size: 13px;
    font-weight: 400;
    color: #1D4128;
    font-family: Roboto;
}

table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol {
    background-color: transparent;
    color: #004822;
    font-weight: 700 !important;
    border-bottom: 1px solid #c7ded7;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Inter';
}

table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol:nth-child(1),
table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol:nth-child(1) {
    width: 5%;
    padding-right: 0;
}

table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol:nth-child(3) {
    background-color: #fcffe1;

}

table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol:nth-child(3) {
    width: 14%;
    background-color: #e8ff47 !important;
    border-radius: 0;
}

table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol:nth-child(5),
table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol:nth-child(5) {
    width: 6%;
    padding: 0;
}

table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol:nth-child(2){
    width: 16%;
    padding: 12px 0 12px 12px;
    font-weight: 500;
    font-weight: 500;
    background-color: #fcffe1;
    position: sticky;
    left: 0;
    z-index: 1;
    border-bottom: 1px solid #c7ded7;
}
table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol:nth-child(2) {
    width: 16%;
    padding: 12px 0 12px 12px;
    font-weight: 500;
    background-color: #e8ff47 !important;
    border-radius: 12px 0 0 0;
}

table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol:nth-child(5) {
    width: 17%;
    padding: 12px;
}

table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol:nth-child(7) {
    width: 10%;
}

table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol:nth-child(4) {
    width: 20%;
    padding-left: 12px;
    background-color: #fcffe1;
}

table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol:nth-child(4) {
    width: 20%;
    padding-left: 12px;
    background-color: #e8ff47 !important;
    border-radius: 0 12px 0 0;
}


table.tabtable-rs_ceyqkgke tr td.tabcol:nth-child(7) {
    max-width: 130px;
    /* Adjust this value as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-data-source-bank {
    max-height: 530px;
    width: 1170px;
}

.gla-box-table-bankall {
    position: relative;
    /* Giúp icon được cố định trong phạm vi của bảng */
}

.scroll-icon-bankall {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #0c3916;
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    z-index: 1000;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    font-weight: 500;
    box-shadow: 0 4px 4px rgb(173 198 170 / 20%);
    background: rgb(122 207 134 / 50%);
}

@media (min-width: 992px) {
    .table-data-source-bank {
        width: 100%;
    }

    table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol {
        font-size: 14px;
    }

    table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol {
        font-size: 14px;
    }

    table.tabtable-rs_ceyqkgke tr.tabrow td.tabcol:nth-child(2),
    table.tabtable-rs_ceyqkgke tr.tr_ht1 td.tabcol:nth-child(2) {
        width: 20%;
        padding: 12px 0 12px 12px;
        font-weight: 500;
    }
}
