table.tabtable-rs_sxtmlq1s,
table.tabtable-rs_sxtmlq1s tr,
table.tabtable-rs_sxtmlq1s tr td.tabcol {
    border: none;
}
table.tabtable-rs_sxtmlq1s {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
}

table.tabtable-rs_sxtmlq1s tr.tr_ht1 td.tabcol,
table.tabtable-rs_sxtmlq1s tr.tr_ht1:hover td.tabcol,
table.tabtable-rs_sxtmlq1s tr.tr_ht1 td.tabcol:hover {
    font-style: normal;
    font-weight: normal;
    background-color: transparent;
}
table.tabtable-rs_sxtmlq1s 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_sxtmlq1s 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';
    padding-top: 12px;
}

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

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

table.tabtable-rs_sxtmlq1s tr.tabrow td.tabcol:nth-child(3) {
    width: 5%; 
}
table.tabtable-rs_sxtmlq1s tr.tr_ht1 td.tabcol:nth-child(3) {
}
table.tabtable-rs_sxtmlq1s tr.tabrow td.tabcol:nth-child(4) {
    width: 14%;
    padding-left: 12px;
    background-color: #fcffe1;
  
}
table.tabtable-rs_sxtmlq1s tr.tr_ht1 td.tabcol:nth-child(4) {
    background-color: #e8ff47 !important;
    border-radius: 12px 0 0 0;
}
table.tabtable-rs_sxtmlq1s tr.tabrow td.tabcol:nth-child(5){
    background-color: #fcffe1;
}
table.tabtable-rs_sxtmlq1s tr.tr_ht1 td.tabcol:nth-child(5) {
    width: 15%;
    padding: 12px;
    background-color: #e8ff47 !important;
    border-radius: 0 12px 0 0;
}


.table-data-source-bankpay{
    max-height: 530px;
    width: 950px;
}
img.gateway-image {
    width: auto;
    height: 12px;
}
.gla-box-table-payment {
    position: relative;
    /* Giúp icon được cố định trong phạm vi của bảng */
}

.scroll-icon-payment {
    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: 991px) {
    .table-data-source-bankpay{
        width: 100%;
    }
    img.gateway-image {
        width: auto;
        height: 15px;
    }
    table.tabtable-rs_sxtmlq1s tr.tabrow td.tabcol {
        font-size: 14px
    }

    table.tabtable-rs_sxtmlq1s tr.tr_ht1 td.tabcol {
        font-size: 14px;
    }
    table.tabtable-rs_sxtmlq1s tr.tabrow td.tabcol:nth-child(1),
    table.tabtable-rs_sxtmlq1s tr.tr_ht1 td.tabcol:nth-child(1) {
        width: 3%;
        padding-right: 0;
    }
    table.tabtable-rs_sxtmlq1s tr.tabrow td.tabcol:nth-child(2),
    table.tabtable-rs_sxtmlq1s tr.tr_ht1 td.tabcol:nth-child(2) {
        width: 9%;
        /* background: #f7fffc !important; */
        background: none;
    }

    table.tabtable-rs_sxtmlq1s tr.tabrow td.tabcol:nth-child(3) {
        width: 5%;
    }

    table.tabtable-rs_sxtmlq1s tr.tabrow td.tabcol:nth-child(4) {
        width: 16%;
        padding-left: 12px;
    }

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

    table.tabtable-rs_sxtmlq1s tr.tabrow td.tabcol:nth-child(5) {
        width: 14%;
        padding: 12px;
    }
}
.gateway-images-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
