.table .ant-table .ant-table-thead .ant-table-cell {
    background: #686868;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
    color: #fff;
    font-weight: 600;
    border-inline-end: 1px solid rgba(255, 255, 255, .2) !important;
}

.ant-table-wrapper {
    clear: both;
    width: 1140px !important;

}

@media (max-width: 768px) {
    .ant-table-wrapper {
        clear: both;
        width: 98%;
    }
}

[class^="ant-table"], [class*=" ant-table"] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 14px;
    box-sizing: border-box;
}

.ant-spin-nested-loading {
    position: relative;
}

.ant-spin-nested-loading .ant-spin-container {
    position: relative;
    transition: opacity 0.3s;
}


.table .ant-table .ant-table-container {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ant-table-wrapper .ant-table-container::before {
    inset-inline-start: 0;
}

/*.ant-table-wrapper .ant-table-container::before, .ant-table-wrapper .ant-table-container::after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    z-index: 4;*/
/*    width: 30px;*/
/*    transition: box-shadow 0.3s;*/
/*    content: "";*/
/*    pointer-events: none;*/
/*}*/

.ant-table-wrapper .ant-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.ant-table-wrapper .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table, .ant-table-wrapper .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
    border-top: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
    .ant-table-wrapper .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content {
        width: 98%;
        margin: 0 auto;
    }
}

.ant-table-wrapper table {
    width: 100%;
    text-align: start;
    border-radius: 8px 8px 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    overflow: hidden;
}

.ant-table-wrapper .hidden {
    display: none;
}

.table .ant-table .ant-table-thead .ant-table-cell {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    border-inline-end: 1px solid rgba(255, 255, 255, .2) !important;
}

.table th, .table td {
    white-space: nowrap;
}

.table td {
    background: #fff;
    color: #212121;
    font-size: 14px;
}

.table .ant-table .ant-table-tbody .ant-table-row .ant-table-cell:not(:first-child) {
    color: #212121;
}

.table .ant-table .ant-table-tbody > tr > td {
    border-inline-end: 1px solid #ccc !important;
    border: 1px solid #ccc !important;
}

.table .ant-table .ant-table-tbody > tr > td:nth-last-child(1) {
    border-right: none !important;
}

.table .ant-table .ant-table-tbody > tr > td:nth-child(1) {
    border-left: none !important;
}

.table thead th {
    border: none;
}

.hor-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1140px !important;
}

@media (max-width: 768px) {
    .hor-flex-between {
        margin-bottom: 20px;
        flex-direction: column;
        width: 100% !important;
    }
}

.hor-flex-between .t1 {
    font-size: 72px;
    line-height: 72px;
    color: #FF7F7F;
    font-weight: 600;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .hor-flex-between .t1 {
        font-size: 40px;
    }
}

.hor-flex-between .btn-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.hor-flex-between .btn-group-list {
    padding: 6px 20px;
    border-radius: 20px;
    border: 1px solid #333;
    font-size: 16px;
    line-height: 24px;
    background-color: #666;
    color: #fff;
    font-weight: 400;
}

.hor-flex-between .btn-group-list-current {
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
}

.ml12 {
    margin-left: 12px;
}

.mouse-hand {
    cursor: pointer;
}

#rules .rules-p {
    width: auto !important;
}

#rules .rules-title {
    margin-top: 30px;
    padding-left: 15px;
    font-size: 16px;
}

#rules .rules-p .bullet_point::before {
    content: "•";

}

@media (min-width: 768px) {

    .row {
        margin: 0 auto;
        width: 100%;
    }

    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

.product-items-active {
    display: flex;
    max-width: 1140px;
    justify-content: center;
}

@media (max-width: 768px) {
    .hor-flex-between {
        width: 100%;
    }

    .product-items-active {
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }

    .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}