.active-tab {
    background-color: black !important;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
}

#ranking-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
    /* hoặc cao hơn nếu nhiều cột */
    table-layout: auto;
    /* dùng 'fixed' nếu muốn cột đều nhau */
}

#ranking-table th,
#ranking-table td {
    white-space: nowrap;
    text-align: center;
    padding: 12px 15px;
    font-size: 20px;
}

.tbl-bxh {
    max-height: 520px;
    overflow-y: auto;
    overflow-x: auto;
}

#ranking-table thead th {
    position: sticky;
    top: 0;
    background-color: #101216; /* Use the body background color or a solid color */
    z-index: 2;
    border-bottom: 2px solid #333;
}

#table-body tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.img-tab {
    /*width: 342px;*/
    /*height: 79px;*/
}

.section8 .item .info-item {
    height: 230px;
}

.section8 .item .price {
    height: 60px;
}

.btn-reward-claim {
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
}


.section8 .note {
    font-size: 28px;
    font-weight: bold;
    max-width: 90%;
    margin: 40px auto;
    line-height: 1.5;
}
.section6 .frame-vq .vq {
    animation:none
}