*,
::after,
::before {
    box-sizing: border-box;
}

@font-face {
    font-family: CenturyGothic;
    src: url("../../../../../template/fonts/GOTHIC.TTF");
}

body {
    font-family: CenturyGothic;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    letter-spacing: 0.01rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

button:focus {
    outline: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
}

h4,
.english_text {
    font-family: "AzonixFont", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

input::placeholder {
    opacity: 0.4 !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.nav {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.img_hover {
    display: none;
}

.fade {
    transition: opacity 0.15s linear;
}

/* Header Container */
.header-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
header {
    -webkit-box-shadow: 0 -30px 30px 0 rgba(35, 35, 35, 0.7);
    box-shadow: 0 -30px 30px 0 rgba(35, 35, 35, 0.7);
}

header .header-content {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
    height: auto;
}

.header-content .header-left {
    width: 100%;
    /* height: 85px */
}

.header-content .header-center {
    height: 70px;
}

.header-content .header-center .traceAmt-box {
    min-width: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    vertical-align: middle;
    margin-right: 20px;
    padding: 20px 0;
}

.header-content .header-center .member-box {
    width: max-content;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    vertical-align: middle;
    margin-right: 15px;
    padding: 20px 0;
    font-weight: 700;
}

.header-content .header-center .balance-box {
    min-width: 180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    vertical-align: middle;
    padding: 25px 0;
}

.header-content .header-center .balance-box .wallet-balance {
    letter-spacing: 1.5px;
    display: block;
    margin: auto;
    width: 85%;
    font-weight: 700;
}

.header-content .header-center .navi-box {
    padding: 20px 0;
}

.header-content .header-center .navi-box .navi-content {
    cursor: pointer;
    font-weight: 700;
    width: max-content;
}

.header-content .header-center .navi-box .navi-divider {
    margin: 5px;
}

.header-content .header-center .btn-box {
    margin-right: 5px;
}

.header-content .header-center .btn-box button {
    border: none;
    cursor: pointer;
}

.header-content .header-center .btn-box button i {
    transform: rotateZ(0);
    transition: transform 0.5s ease-in-out;
}

.header-content .header-center .btn-box button:hover i {
    transform: rotateZ(360deg);
    transition: transform 0.5s ease-in-out;
}

.header-content .header-center .language-box {
    min-width: 180px;
    cursor: pointer;
    font-size: 14px;
    height: 100%;
    padding: 20px 0;
    display: flex;
}

.header-content .header-center .language-box .title {
    width: 100%;
    margin: auto;
    display: flex;
    font-weight: 700;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-content .header-center .language-box .title .country-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 100%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header-content .header-center .language-box .title .country-icon.icon-MY {
    background-image: url("./../../../images/templates/Template 2/country_icon/icon_language_malay.webp");
}

.header-content .header-center .language-box .title .country-icon.icon-SGD {
    background-image: url("./../../../images/templates/Template 2/country_icon/icon_language_singa.webp");
}

.header-content .header-center .language-box .title .country-icon.icon-THB {
    background-image: url("./../../../images/templates/Template 2/country_icon/icon_language_thai.webp");
}

.header-content .header-center .language-box .title .country-icon.icon-INR {
    background-image: url("./../../../images/templates/Template 2/country_icon/icon_language_india.webp");
}

.header-content .header-center .language-box .title .country-icon.icon-ID {
    background-image: url("./../../../images/templates/Template 2/country_icon/icon_language_indo.webp");
}

.header-content .header-center .language-box .title .country-icon.icon-EN {
    background-image: url("./../../../images/templates/Template 2/country_icon/icon_language_en.webp");
}

.header-content .header-center .language-box .title .title-label {
    height: 100%;
    margin: auto 0;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 700;
    transition: 0.3s;
}

.header-content .header-right .buttons {
    min-width: 180px;
}

.header-content .header-right .buttons .button-big {
    width: 100%;
    height: 40px;
    border-width: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.header-right .buttons {
    margin-right: 10px;
}
.header-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.join-btn button {
    background: linear-gradient(90deg, #b30000, #ff0033);
    border: none;
    color: #fff;
    padding: 13px 35px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.winner-chart-container {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
        padding: 40px;
        background: radial-gradient(circle at center, #1a0000, #000);
        border-radius: 20px;
        box-shadow: 0 0 40px rgba(255, 0, 0, 0.2);
        width: 1300px;
        margin: auto;
    }

    /* 左边表格区域 */
    .winner-chart-inner-left {
        flex: 0 0 50%;
        background: rgba(40, 0, 0, 0.7);
        border-radius: 15px;
        padding: 20px;
        color: #fff;
        box-shadow: inset 0 0 20px rgba(255, 0, 0, 0.2);
    }

    .winner-chart-inner-left h2 {
        text-align: center;
        margin-bottom: 15px;
        color: #ff5555;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .winner-chart-inner-left table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.9rem;
    }

    .winner-chart-inner-left th,
    .winner-chart-inner-left td {
        padding: 8px;
        text-align: center;
    }

    .winner-chart-inner-left th,
    .winner-chart-inner-left td,
    .winner-chart-inner-left tr,
    .winner-chart-inner-left thead {
        border: none;
    }

    .winner-chart-inner-left th {
        background: rgba(255, 0, 0, 0.3);
        border-bottom: 1px solid rgba(255, 0, 0, 0.4);
    }


    .winner-chart-inner-left tr.flash {
        background: rgba(255, 0, 0, 0.3);
        transform: scale(1.03);
    }

    .winner-chart-inner-right {
        flex: 0 0 55%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 600px;
    }

    .skew-cards {
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
        justify-content: center;
        gap: 10px;
        margin: 40px 0;
    }

    .skew-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: -40px;
        width: calc(100% + 80px);
        height: 100%;
        background: inherit;
        transform: skewX(-12deg);
        transform-origin: center;
        transition: all 0.6s ease;
        z-index: 1;
    }

    .card1 {
        background: linear-gradient(145deg, #550000, #220000);
    }

    .card2 {
        background: linear-gradient(145deg, #770000, #330000);
    }

    .card3 {
        background: linear-gradient(145deg, #990000, #440000);
    }

    .inner {
        position: relative;
        z-index: 2;
        color: #fff;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.8;
        transition: all 0.4s ease;
        height: 348px;
    }

    .inner h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .inner p {
        font-size: 0.9rem;
        max-width: 200px;
        margin: auto;
    }

    .skew-card {
        position: relative;
        width: 250px;
        height: auto;
        background: linear-gradient(135deg, #4b0000, #2a0000);
        color: #fff;
        transform: skew(-15deg);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        flex: 1;
    }

    /* .skew-card:hover {
        transform: skew(-15deg) scale(1.05);
        box-shadow: 0 8px 25px rgb(255 0 0 / 60%);
    } */

    .skew-card .inner {
        position: absolute;
        top: 47%;
        left: 39%;
        transform: translate(-50%, -50%) skew(15deg);
        text-align: center;
    }

    .skew-card h2 {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
        width: 185px;
        height: 55px;
    }

    .skew-card p {
        margin-top: 10px;
        font-size: 16px;
        color: #f6e7c1;
        text-shadow: 0 0 6px rgba(255, 215, 0, 0.5);
    }

    .card-logo-div img {
        margin-left: 30px;
        width: 185px;
        height: 185px;
    }

    /* latest winner table end*/

    /* title css  */
    .hotgame-title {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        width: 100%;
        text-align: center;
        flex-wrap: wrap;
    }

    .bar_title_img {
        width: 250px;
        height: 90px;
    }

    .bar_title_img--right {
        transform: scaleX(-1);
        /* 水平镜像翻转 */
    }

    /* title css end */


    /* step casino start */
    .steps-casino {
        display: flex;
        align-items: stretch;
        font-family: 'Poppins', sans-serif;
        color: #f6e7c1;
        overflow: hidden;
        background: linear-gradient(90deg, #3a0000 0%, #5a0000 100%);
    }

    .step {
        position: relative;
        display: flex;
        align-items: center;
        padding: 25px 40px;
        background: linear-gradient(90deg, #4b0000, #2a0000);
        flex: 1;
    }



    .step .num {
        font-size: 42px;
        font-weight: 700;
        color: rgba(255, 215, 0, 0.8);
        margin-right: 20px;
        text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
    }

    .step h4 {
        margin: 0;
        color: #ffd700;
        font-weight: 700;
        text-shadow: 0 0 6px rgba(255, 215, 0, 0.8);
    }

    .step p {
        margin: 0;
        font-size: 14px;
        color: #f6e7c1;
        opacity: 0.9;
    }

    .join-btn {
        background: radial-gradient(circle at center, #ffcc33, #b8860b);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 40px;
        box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
    }



    .join-btn button:hover {
        background: linear-gradient(90deg, #ff0033, #ff6600);
        box-shadow: 0 0 25px rgb(255 0 0 / 80%);
        transform: scale(1.05);
    }

    /* step casino end */


@media (min-width: 992px) {
    .header-container {
        max-width: 1050px;
    }
}

@media (min-width: 1200px) {
    .header-container {
        max-width: 1350px;
        width: 1023px;
    }
}

/* Container */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -35px;
        width: 0;
        height: 0;
        border-top: 130px solid transparent;
        border-bottom: 130px solid transparent;
        border-left: 35px solid #2a0000;
        z-index: 2;
    }

    .join-btn button {
        background: linear-gradient(90deg, #b30000, #ff0033);
        border: none;
        color: #fff;
        padding: 14px 8px;
        font-size: 18px;
        font-weight: 700;
        border-radius: 8px;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 1px;
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.4);
        transition: all 0.3s ease;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -35px;
        width: 0;
        height: 0;
        border-top: 110px solid transparent;
        border-bottom: 110px solid transparent;
        border-left: 35px solid #2a0000;
        z-index: 2;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }

    .step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -34px;
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-bottom: 80px solid transparent;
        border-left: 35px solid #2a0000;
        z-index: 2;
    }
}

.buttonback {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.buttonback::before {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 2em;
    line-height: 43px;
}

.btnbtt_text {
    font-size: 11px;
    width: 72px;
    position: absolute;
    right: -13px;
    top: 49px;
    color: black;
}

.buttonback.show {
    opacity: 1;
    visibility: visible;
}

.form-group b {
    font-size: 13px;
}

/* LOADING SCREEN */
.loading-panel {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
}

.loading-logo {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
}

.loading-gif {
    margin: auto;
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 85px;
}

/* SIDE RIGHT */
.side-right {
    position: fixed;
    z-index: 99999;
}

.social {
    position: fixed;
    perspective: 1000px;
    right: -8px;
    top: 35%;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

.social li {
    display: block;
    position: relative;
    font-size: 20px;
    text-align: center;
    transition: background 0.5s ease 0.3ms;
}

.social li a {
    display: flex;
    height: 50px;
    width: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

span.np-ef {
    width: auto;
    height: auto;
    padding: 5px;
    font-size: 15px;
    min-width: 180px;
}

.social li span {
    float: left;
    text-align: left;
    padding: 0px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateX(180deg);
    border-radius: 0px;
    transition: all 0.5s ease 0.3ms;
    position: absolute;
    top: 3px;
    right: 65px;
    width: 300px;
}

.social li:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
}

.social li span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -21px;
    top: 10px;
}

.np-ef_inner {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    font-size: 13px;
    padding: 10px;
}

.np-ef_inner:last-child {
    margin-bottom: 0px;
}

.np-ef_inner:hover {
    cursor: pointer;
}

.np-ef_inner_title {
    font-weight: 700;
    line-height: initial;
}

.np-ef_inner_link {
    line-height: initial;
}

.np-ef_inner_title a.np-ef_inner_title_info {
    font-weight: 700;
    line-height: initial;
    width: auto;
    height: auto;
    padding: 10px;
}

.icon-wrapper {
    border-radius: 50%;
    overflow: hidden;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.header-menu {
    min-height: 62px;
    position: relative;
}

.logo img {
    max-height: 85px;
    /* padding: 10px */
}

.header_menu_ex {
    position: inherit;
    float: right;
}

.main-menu {
    float: left;
    margin: auto;
    width: auto;
}

.main-menu ul {
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    display: inline-block;
    list-style-type: none;
    /* padding: 31px 15px; */
    margin: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.login_header {
    display: flex;
    padding: 25px 0px;
    align-items: center;
}

.login_header_before {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.login_header_afterlogin {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.acc_pic {
    margin: auto;
    width: 40px;
    height: 40px;
}

.acc_pic img {
    border-radius: 50%;
}

.profile_rate {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.option-drop {
    position: relative;
    text-align: right;
    margin-bottom: 2px;
}

.btn_acc {
    font-size: 13px;
    width: 100px;
    background: none;
    border-radius: 16px;
}

.dropdown-option {
    display: none;
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    width: 250px;
    text-align: center;
    border-radius: 0;
    margin-top: 10px;
}

.option-drop:hover .dropdown-option {
    display: block;
    z-index: 2;
}

.dropdown-balance_emtpy {
    height: 11px;
    top: -12px;
    position: absolute;
    width: 100%;
}

.main_btn_short {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    word-break: break-all;
    grid-gap: 10px;
    margin-top: 20px;
}

.main_btn_short_custom {
    cursor: pointer;
}

.main_btn_short_custom img {
    width: 35px;
}

.main_btn_short_custom a {
    text-decoration: none;
}

.afteractive {
    display: none;
}

.main_btn_short_custom a.active .beforeactive {
    display: none;
}

.main_btn_short_custom:hover a .beforeactive {
    display: none;
}

.main_btn_short_custom a.active .afteractive {
    display: block;
    margin: auto;
}

.main_btn_short_custom:hover a .afteractive {
    display: block;
    margin: auto;
}

.main_btn_short_custom a .main_text {
    font-size: 12px;
    font-weight: 500;
}

.menu_account {
    margin: 12px 0 0;
}

.menu_account_inner {
    display: grid;
    grid-template-columns: 20% 80%;
}

.menu_account_inner img {
    width: 25px;
    margin: 0 auto;
}

.menu_account a {
    text-decoration: none;
    font-weight: 500;
    padding: 13px 15px 13px 31px;
    font-size: 13px;
    text-align: left;
}

.menu_account a.active .beforeactive {
    display: none;
}

.menu_account a.active .afteractive {
    display: block;
}

.menu_account a.menu_account_inner:hover .beforeactive {
    display: none;
}

.menu_account a.menu_account_inner:hover .afteractive {
    display: block;
}

.btn_logout {
    font-size: 13px;
    min-width: 180px;
    border-radius: 26px;
    min-height: 36px;
    margin-left: 18px;
    margin-bottom: 15px;
}

.btn_bal {
    font-size: 13px;
    border-radius: 16px;
    border: none;
    min-width: 145px;
}

.history_custom {
    display: grid;
    grid-template-columns: 355px 300px auto;
}

.memberBank-wrapper {
    padding: 10px 0;
    width: 95%;
    margin: 0 auto;
}

.memberBank-wrapper .memberBank-thead {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    font-weight: bold;
    margin: 0 10px;
}

.memberBank-wrapper .memberBank-thead .thead-col {
    text-align: center;
    padding: 10px 0;
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate .thead-col {
    text-align: center;
    padding: 10px 0;
    justify-content: center;
    display: flex;
}

.memberBank-wrapper .memberBank-tbody .memberBank-separate .thead-col .col-img {
    margin: 0 10px;
}

.memberBank-wrapper
    .memberBank-tbody
    .memberBank-separate
    .thead-col
    .col-img
    .bank-img {
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.memberBank-wrapper
    .memberBank-tbody
    .memberBank-separate
    .thead-col
    .col-text {
    padding: 10px 0;
}

.memberBank-wrapper
    .memberBank-tbody
    .memberBank-separate
    .thead-col
    .col-text.bank-name {
    width: 100%;
    text-align: left;
}

.memberBank-wrapper
    .memberBank-tbody
    .memberBank-separate
    .thead-col
    .col-btn
    .btn-delete {
    font-size: 13px;
    min-width: 100px;
    border-radius: 26px;
    min-height: 36px;
    margin-left: 18px;
    margin-bottom: 15px;
}

/* BODY */
.index_body_custom {
    padding: 0 0 30px 0;
    overflow: hidden;
}

.for_float_use {
    position: relative;
}

.pop-box {
    top: 0;
    z-index: -2;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 0.3s;
}

.pop-box.fade {
    opacity: 1;
    z-index: 99999;
    transition: 0.3s;
}

.pop-box .pop-inner {
    overflow-y: scroll;
    margin: 5% auto;
    height: 500px;
    padding: 20px;
}

.pop-box .pop-inner .popBtn-wrap {
    float: right;
    font-size: 25px;
}

.pop-box .pop-inner .popBtn-wrap button {
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
}

.pop-box .pop-inner .popTitle-wrap {
    margin-bottom: 20px;
    padding: 20px 0;
    font-weight: 700;
    border-bottom: solid 2px #7d7d7d;
}

.pop-box .pop-inner .popTitle-wrap .flag {
    width: 10px;
    height: 10px;
    transform: rotateZ(45deg);
    background: #b90000;
}

.pop-box .pop-inner .popTitle-wrap .popTitle-item {
    color: #fff;
    padding-left: 15px;
    line-height: 10px;
}

.announcement {
    border-radius: 20px;
    padding: 3px;
    margin: 20px 0 10px 0;
    border-radius: 20px;
}

.announcementCustom {
    display: flex;
    align-items: center;
}

.announcementCustom i {
    margin-left: 18px;
}

.announcement-marquee {
    cursor: pointer;
}

.announcement-marquee .marquee-wrapper {
    width: 95%;
    height: 20px;
}

.announcement-marquee .marquee-wrapper.adjusted {
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 20px;
}

.announcement-marquee .marquee-wrapper.marquee-m90 {
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 20px;
}

.announcement-marquee .marquee-icon {
    width: 10%;
}

.announcement-marquee .marquee-content {
    width: 97%;
}

.announcement-marquee .marquee-content marquee {
    height: 20px;
    font-weight: 700;
}

.announcement-marquee .marquee-content {
    width: 100%;
    overflow: hidden;
}

.announcement-marquee .marquee-content p {
    display: inline-block;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;

    -moz-animation: announcement-marquee-animation-left linear infinite;
    -webkit-animation: announcement-marquee-animation-left linear infinite;
    animation: announcement-marquee-animation-left linear infinite;
}

@-moz-keyframes announcement-marquee-animation-left {
    0% {
        -moz-transform: translateX(100vw);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}
@-webkit-keyframes announcement-marquee-animation-left {
    0% {
        -webkit-transform: translateX(100vw);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}
@keyframes announcement-marquee-animation-left {
    0% {
        -moz-transform: translateX(100vw);
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.flex {
    display: flex !important;
}

.marqueePop-box {
    position: fixed;
}

.marqueePop-wrapper {
    background: #333;
}

.marqueePop-box .marqueePop-wrapper {
    width: 1000px;
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap {
    /* height: 300px; */
    padding: 0 40px;
}

.marqueePop-box .marqueePop-wrapper .popContent-wrap .announce-cover {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px #7d7d7d;
}

.marqueePop-box
    .marqueePop-wrapper
    .popContent-wrap
    .announce-cover
    .announce-content {
    color: #7d7d7d;
}

.marqueePop-box
    .marqueePop-wrapper
    .popContent-wrap
    .announce-cover
    .announce-title-box {
    padding-bottom: 10px;
    cursor: pointer;
    transition: padding-bottom 0.5s ease;
}

.marqueePop-box
    .marqueePop-wrapper
    .popContent-wrap
    .announce-cover
    .announce-title-box
    .flag {
    width: 25px;
    font-weight: 700;
}

.marqueePop-box
    .marqueePop-wrapper
    .popContent-wrap
    .announce-cover
    .announce-title-box
    i {
    line-height: 10px;
    margin-right: 10px;
    transform: rotateZ(0deg);
    transition: all 0.5s ease-in-out;
}

.marqueePop-box
    .marqueePop-wrapper
    .popContent-wrap
    .announce-cover
    .announce-title-box.show
    i {
    transform: rotateZ(180deg);
    transition: all 0.5s ease-in-out;
}

.marqueePop-box
    .marqueePop-wrapper
    .popContent-wrap
    .announce-cover
    .announce-content {
    text-align: justify;
    line-height: 25px;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    height: 0;
    overflow: hidden;
}

.marquee_custom {
    font-size: 12px;
}

.left,
.right {
    cursor: pointer;
    margin-top: -28px;
}

.slider {
    height: auto;
    margin: 30px auto 0 auto;
}

.slider img {
    cursor: pointer;
}

/* .slider ul {
    padding-left: 0px
}

.slider ul li {
    border-radius: 20px;
    cursor: pointer;
    list-style: none
}

.slider ul li img {
    border-radius: 20px
} */

.bar_title {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    justify-content: space-between;
}

.bar_title_custom {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.text_game_title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 20px;
}

.sweep_light_text {
    display: inline-block;
    /* width: 300px; */
    background: #111 -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0 / 30px;
    background-position: -50% -50%;
    background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
    animation: sweepLight 2.5s ease-in infinite;
    -moz-animation: sweepLight 2.5s ease-in infinite;
    -webkit-animation: sweepLight 2.5s ease-in infinite;
}

.chineseFont_text {
    /* font-family: 'AdobeheitistdFont', Arial, sans-serif; */
    font-weight: normal;
    font-style: normal;
}

.football {
    position: absolute;
    right: -176px;
    top: 358px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

.football img {
    width: 70%;
}

.poker-chip {
    position: absolute;
    right: -730px;
    top: 150px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
    z-index: 1;
}
.poker-chip2 {
    position: absolute;
    right: 0;
    top: 150px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
    z-index: 1;
}

.poker-chip img {
    width: 55%;
    z-index: 1;
}

.poker-chip2 img {
    width: 55%;
    z-index: 1;
}

.login_form {
    position: relative;
    z-index: 2;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

.megamenu {
    width: 100%;
    left: 0px;
    top: 86px;
    position: absolute;
    justify-content: center;
    margin: 0px;
    text-align: left;
    font-size: 15px;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    z-index: 10001;
}

.wbg3 {
    display: flex;
}

.main-menu li > .megamenu {
    visibility: hidden;
}

.main-menu li:hover > .megamenu {
    opacity: 1;
    visibility: visible;
}

.container .gamelist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 5px;
    /* max-width: 963px; */
    justify-items: center;
}

.dropdown_btn_custom {
    padding: 10px 0;
}

/* member pages */
.afterloginbodymain {
    display: grid;
    grid-template-columns: 250px auto;
    padding: 15px 0px 45px;
    margin-top: 65px;
}

.main_profile {
    padding: 5px 0;
}

.user_main {
    margin-top: 20px;
}

.user_profile_img {
    position: relative;
    cursor: pointer;
}

.user_profile_img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.name_profile {
    margin: 10px 0;
}

.main_profile_right {
    padding: 30px 20px;
    margin-left: 25px;
}

.afterlogin_deposit.nav-tabs {
    border: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.afterlogin_deposit.nav-tabs .nav-item {
    margin-right: 20px;
    margin-bottom: 5px;
}

.afterlogin_deposit.nav .nav-item .nav-link {
    min-width: 138px;
    border-radius: 40px;
    text-align: center;
    height: 43px;
    font-size: 14px;
    text-transform: uppercase;
}

.afterlogin_deposit.nav .nav-item .nav-link.active,
.afterlogin_deposit.nav .nav-item .nav-link:hover {
    height: 43px;
}

.afterloginform .specificUploadBtn .btnDepositReceipt {
    width: 100%;
    height: 30px;
    border-radius: 8px;
    text-align: center;
    padding: 4px 0;
    text-transform: uppercase;
}

.afterloginform .specificUploadBtn .form-control#depositReceipt {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 50%;
}

.main_profile_title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px;
}

.bank-input-wrap.method {
    padding: 9px 9px;
    border-radius: 8px;
    width: max-content;
}

.bank-input-wrap label {
    margin: 0 5px;
    margin-bottom: 0;
}

.bank-input-wrap label [type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.bank-type {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 5px 5px;
    font-weight: 500;
    width: 98px;
    height: auto;
}

.bank-input-wrap label .bank-type {
    border-radius: 10px;
}

.bank-input-wrap label [type="radio"] + .bank-type img {
    cursor: pointer;
    filter: grayscale(0.8);
    border-radius: 10px;
}

.bank-input-wrap label [type="radio"]:checked + .bank-type {
    background-position: right bottom;
    transition: none;
}

.bank-input-wrap label [type="radio"]:checked + .bank-type img {
    filter: grayscale(0);
}

.bnk-info {
    border-radius: 10px;
    width: 450px;
    padding: 10px;
}

.bnk-info ul {
    list-style: disc;
    padding-left: 25px;
    margin-top: 10px;
    font-size: 14px;
}

.afterloginform .form-control {
    border-radius: 0;
}

.submit_btn {
    font-size: 16px;
    font-weight: 500;
    min-width: 132px;
    border: none;
    min-height: 39px;
    border-radius: 34px;
}

.copy_btn {
    border-radius: 20px;
    padding: 3px 10px;
    margin-left: 10px;
    cursor: pointer;
}

.transfer_title_main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.allout_btn {
    min-width: 117px;
    border: none;
    min-height: 34px;
    border-radius: 20px;
    font-size: 12px;
}

.box-prov {
    padding: 10px 0px 10px 0px;
    border-radius: 8px;
    margin-top: 5px;
}

.box-prov ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.box-prov ul li {
    margin-left: 10px;
    width: 185px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
}

.prov-amot {
    border-radius: 9px;
    margin: 5px;
    word-break: break-all;
}

.transfer_main {
    margin-top: 20px;
}

.transfer-mini-btn {
    font-weight: 500;
    transition: 0.3s;
}

.transfer_main label {
    font-weight: 500;
}

.form-inline .form-control {
    width: 156px;
}

.btn_transfer {
    font-size: 13px;
    width: 100%;
    border-radius: 26px;
    min-height: 36px;
}

.toggle-btn {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 35px;
    margin-right: 5px;
}

.toggle-btn .toggle-checkbox {
    display: none;
}

.toggle-btn .toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
}

.toggle-btn .toggle-slider .on {
    display: none;
}

.toggle-btn .toggle-slider .on,
.toggle-btn .toggle-slider .off {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 130px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.toggle-btn .toggle-slider:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 10px;
    bottom: 7px;
    border-radius: 100%;
}

.toggle-btn .toggle-checkbox:checked + .toggle-slider:before {
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}

.toggle-btn .toggle-checkbox:checked + .toggle-slider .on {
    display: block;
}

.toggle-btn .toggle-checkbox:checked + .toggle-slider .off {
    display: none;
}

/* Game Product div */
.nav-tabs.tabsection_main {
    display: table;
    width: 100%;
    border-bottom: none;
    /* margin-bottom: 20px */
}

.nav-tabs li:first-child {
    border-top-left-radius: 20px;
}

.nav-tabs li:last-child {
    border-top-right-radius: 20px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    display: table-cell;
    width: auto;
    background: linear-gradient(360deg, #494949 -17%, #d9cfcf 40%);
    /* justify-content: center;
    align-items: center; */
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-item .nav-link {
    font-weight: 500;
}

.tabsection_main .nav-item .nav-link {
    border: none;
}

.tabsection_main .nav-item .nav-link.active,
.tabsection_main .nav-item .nav-link:hover {
    font-weight: 500;
}

.tabsection_main .nav-item .nav-link.active,
.tabsection_main .nav-item .nav-link:hover,
.tabsection_main .nav-item .nav-link:focus {
    background-color: transparent;
    border: none;
}

.game_tab {
    position: relative;
}

.tabsection_main li:has(> .nav-link.active),
.tabsection_main .nav-item:hover {
    background: var(--bg-btn-tab);
}

.game_tab_info {
    /* position: absolute; */
    display: grid;
    grid-template-columns: 30% 70%;
    bottom: -9px;
    justify-items: center;
    text-align: center;
    align-items: center;
    padding: 15px;
    font-size: 12px;
    font-weight: 700;
}

.game_tab_info img {
    width: 76px;
}

.index_tab {
    padding: 20px;
    margin-top: 20px;
}

.index_tab_content {
    padding-top: 20px;
}

.tab_bar_tltle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.tab_bar_tltle_sec {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal;
}

.tab_bar_tltle_sec_inner {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal;
}

.maintenance-border {
    width: fit-content;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.game_products {
    max-height: 320px;
    overflow-y: scroll;
}

.game_products .gamelist {
    display: grid;
    grid-gap: 1px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.game_products_inner {
    cursor: pointer;
    text-align: center;
}

.img_hover_product {
    display: none;
}

.game_products_inner:hover .img_normal_product {
    display: none;
}

.game_products_inner:hover .img_hover_product {
    display: inline-block;
}

.game_products_text {
    text-align: center;
}

.qualityservice_inner {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.qualityservice_inner_img {
    text-align: center;
}

.qualityservice_inner_title {
    font-size: 20px;
    font-weight: 700;
}

.qualityservice_inner_content {
    font-size: 13px;
}

/* SPORTS */
.nav-tabs.inner_main {
    border-bottom: none;
}

.inner_main .nav-item .nav-link {
    padding: 0;
    border: none;
}

.img_active {
    display: none;
}

.inner_main .nav-item .nav-link.active .img_nonactive {
    display: none;
}

.inner_main .nav-item .nav-link.active .img_active {
    display: block;
}

.game_products_select {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    justify-items: center;
    align-items: center;
    margin-top: 15px;
}

.game_products_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.game_products_btn:focus {
    outline: none;
}

.game_products_btntext {
    position: absolute;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

/* LOGIN */
.login_body {
    background-position: center;
    padding: 14px;
    margin: 30px 0 30px 0;
    border-radius: 10px;
    background-size: cover;
}

.login_title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

.login_form {
    margin: 29px;
}

.login_form .form-group .col-form-label {
    text-align: right;
    font-size: 14px;
}

.login_form .form-group .form-control {
    border-radius: 20px;
    height: 32px;
}

.login_form .form-group img {
    cursor: pointer;
}

.btn_login_main {
    margin-top: 10px;
}

.registrationPassIcon {
    position: absolute;
    top: 10px;
    right: 10%;
    cursor: pointer;
}

.btn_otp {
    min-width: 109px;
    height: 34px;
    border-radius: 8px;
}

/* PROMOTION */
.promotion_main {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  margin-top: 45px;
}


.pmbox {
    font-size: 13px;
    font-weight: 700;
    border-radius: 29px;
    height: 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    text-transform: uppercase;
}

.pmbox img {
    margin-right: 5px;
}

.pmbox.active .img_active {
    display: block;
}

.pmbox.active .img_nonactive {
    display: none;
}

.promo-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px 15px;
    text-align: center;
}

.promo-bx {
    border-radius: 10px;
}

.promo-dl {
    position: relative;
}

.promo-dl img {
    border-radius: 10px;
}

.promo-dl-date {
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    padding: 2px 8px;
    font-weight: bold;
    border-radius: 0px 20px 20px 0px;
}

.promoModal .modal-dialog {
    max-width: 800px;
}

.promoModal .modal-header {
    font-size: 25px;
    font-weight: 700;
}

.promoModal .modal-header .close {
    position: absolute;
    right: 20px;
}

.promoModal .modal-body {
    padding: 30px 0;
}

.promomodal {
    z-index: 9999999;
}

.promomodal .modal-header {
    padding: 0;
    height: 2.6rem;
}

.promomodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500;
}

.promomodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.5;
}

.promomodal .modal-dialog {
    max-width: 600px;
}

.promomodal .modal-dialog .modal-content {
    text-align: center;
}

.btn-promo-back {
    font-size: 20px;
    font-weight: 700;
}

.lotto_table {
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lotto_table table {
    font-weight: 700;
    font-size: 15px;
}

.lotto_table table thead tr td,
.lotto_table table tbody tr td {
    padding: 10px 2px;
}

.lotto_table table thead tr td:first-child {
    border-top-left-radius: 7px;
}

.lotto_table table thead tr td:last-child {
    border-top-right-radius: 7px;
}

.lotto_table span.lotto_extra {
    font-size: 14px;
}

.promotnc {
    padding: 5px 10px 5px 10px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    height: 44px;
}

.promotnccontent ul {
    list-style: none;
    padding-left: 26px;
}

.promotnccontent ul li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -15px;
    font-size: 17px;
}

.promoList-wrapper {
    width: 1250px;
    margin: 0 auto;
}

.promoList-wrapper .promoList-separate {
    display: grid;
    grid-template-columns: 24.5% 1% 74.5%;
    margin-top: 10px;
}

.promoList-wrapper .promoList-separate:first-child {
    margin-top: 0;
}

.promoList-wrapper .promoList-separate:last-child {
    padding-bottom: 0;
    margin-bottom: 100px;
}

.promo-wrapper {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 25px 0;
    border-bottom: 1px solid #ffffff29;
}

.promo-wrapper .promoContent-left {
    height: 221px;
}

.promo-wrapper .promo-img {
    margin-top: 10px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.promo-wrapper .date-range {
    margin-top: 10px;
}

.promoList-separate .promoContent-left .promo-img {
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.promoList-separate .promoContent-right {
    padding-left: 30px;
}

.promoList-separate .promoContent-right .promo-description {
    display: flex;
    height: 205px;
}

.promoList-separate .promoContent-right .promo-description .description-left {
    padding-top: 15px;
    position: relative;
}

.promoList-separate .promoContent-right .promo-description .description-right {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promoList-separate
    .promoContent-right
    .promo-description
    .description-left
    .description-title
    .text {
    padding: 5px 15px;
    font-weight: 700;
}

.promoList-separate
    .promoContent-right
    .promo-description
    .description-left
    .description-title {
    margin-bottom: 10px;
}

.promoList-separate
    .promoContent-right
    .promo-description
    .description-left
    .description-title
    .flag {
    width: 12px;
    height: auto;
}

.promoList-separate
    .promoContent-right
    .promo-description
    .description-left
    .description-content {
    text-align: justify;
}

.promoList-separate
    .promoContent-right
    .promo-description
    .description-right
    .description-date {
    margin: 40px 10px;
}

.promoList-separate
    .promoContent-right
    .promo-description
    .description-right
    .description-date
    .date-title {
    text-align: left;
    font-weight: 700;
    font-size: 1rem;
    background-color: #e4e4e4;
    padding: 10px;
}

.promoList-separate
    .promoContent-right
    .promo-description
    .description-right
    .description-date
    .date-range {
    font-weight: 700;
    margin-top: 10px;
}

.promoList-separate .promoContent-right .promo-btn {
    padding-top: 15px;
    bottom: 0;
    position: absolute;
}

.promoList-separate .promoContent-right .promo-btn button {
    width: 180px;
    border: none;
    padding: 10px 0;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
}

.promoList-separate .promoContent-right .promo-info .info-wrap {
    text-align: justify;
    line-height: 25px;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    height: 0;
    overflow: hidden;
}

.promoList-separate .promoContent-right .promo-info .info-wrap .info-content {
    -moz-transition: padding 0.5s;
    -ms-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
}

.promoList-separate
    .promoContent-right
    .promo-info
    .info-wrap
    .info-content
    h3 {
    margin-bottom: 5px;
}

.promoList-separate
    .promoContent-right
    .promo-info
    .info-wrap
    .info-content
    table {
    width: 80%;
    margin-left: 12px;
    border-collapse: collapse;
}

.promoList-separate
    .promoContent-right
    .promo-info
    .info-wrap
    .info-content
    table
    td {
    padding: 5px;
}

.promoList-separate
    .promoContent-right
    .promo-info
    .info-wrap
    .info-content
    ul {
    list-style: disc;
    padding-left: 12px;
    margin-bottom: 5px;
}

.promoList-separate
    .promoContent-right
    .promo-info
    .info-wrap
    .info-content
    ul
    li
    table {
    margin-left: 0;
}

.promoList-wrapper .promoList-not {
    min-height: 200px;
    width: 100%;
    padding: 50px;
    text-align: center;
}

/* DOWNLOAD PAGE */
.downloadProducts {
    grid-template-columns: repeat(5, 1fr);
}

.downloadProducts .downloadItem {
    text-align: center;
}

.downloadProducts .downloadItem .providerLogo {
    height: 180px;
}

.downloadProducts .downloadItem .download_btn {
    margin: 0 auto;
    margin-top: 10px;
}

.downloadmodal .modal-dialog {
    max-width: 800px;
}

.downloadmodal .modal-header {
    padding: 0px;
}

.downloadmodal .modal-header {
    padding: 0px;
}

.downloadmodal .modal-header img {
    margin: 10px auto;
    width: 150px;
}

.downloadmodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
}

.downloadmodal .modal-body {
    padding: 30px;
}

.download_main2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-weight: 700;
    text-align: center;
    grid-column-gap: 20px;
}

.download_main3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-weight: 700;
    text-align: center;
    grid-column-gap: 20px;
}

.download_box_column {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin-top: 35px;
}

.download_icon {
    position: absolute;
    top: -19px;
    left: 8px;
    z-index: 1;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    font-size: 25px;
}

.download_toptitle {
    border-radius: 5px;
    height: 33px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -14px;
    left: 40px;
}

.download_scan {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 36px auto 0 auto;
    display: flex;
    align-items: center;
}

.download_text {
    margin-top: 20px;
    font-size: 19px;
}

.btn_login_download {
    margin-top: 10px;
}

.btn_download {
    border-radius: 30px;
}

.download_table table tbody tr td {
    padding: 10px;
}

.btn_download {
    border-radius: 30px;
}

/* INFO PAGES */
.sup_wrap_main {
    margin: 20px 0;
    font-size: 12px;
}

.sub-side-nav {
    margin: 0;
    padding: 0;
    width: 195px;
    float: left;
    list-style-type: none;
    text-transform: uppercase;
}

.sub-side-nav li {
    cursor: pointer;
    font-weight: 700;
    text-align: center;
}

.sub-side-nav li a {
    padding: 20px;
    display: block;
    text-decoration: none;
}

.sub-side-right {
    display: block;
    padding: 30px;
    margin-left: 212px;
    min-height: 400px;
}

.sub-side-right-title {
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* FOOTER */
.t-footer {
    margin-top: auto;
}
.footer_section {
    padding: 10px 0;
}

.index_logo_provider {
    padding: 15px;
    margin: 0;
    text-align: center;
}

.index_logo_provider img {
    padding: 5px 12px;
    max-width: 100px;
}

.footer_title {
    font-size: 16px;
}

.footer_content {
    font-size: 10px;
}

.footer_content_more {
    display: none;
}

.footer_content_more_trigger span {
    cursor: pointer;
}

.menu-footer a {
    padding: 0 10px;
    line-height: 1;
}

.menu-footer a:last-child {
    border-right: none;
}

/* add on css */
.box-prov ul li .prov-btn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2px;
}

.box-prov ul li .prov-btn.quickPlay {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
}

.box-prov ul li .prov-btn button {
    border: none;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.box-prov ul li .prov-btn .btn-quickPlay {
    font-size: 16px;
    padding: 0;
}

.box-prov ul li .prov-maintenance {
    border-radius: 2px;
    padding: 5px 2px;
    font-size: 12px;
}

#restorelistmodal.modal {
    z-index: 9999999;
}

#restorelistmodal.modal .modal-header {
    padding: 0;
    height: 50px;
}

#restorelistmodal.modal .modal-header label {
    margin: auto;
    font-weight: 500;
    font-size: 20px;
}

#restorelistmodal.modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.5;
}

#restorelistmodal.modal .modal-body {
    padding: 10px;
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable {
    margin-top: 10px;
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable .t-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    font-size: 14px;
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable .t-row div {
    padding: 10px 0;
}

#restorelistmodal.modal
    .modal-body
    .restore_main
    .restoreListTable
    .t-row.t-header
    div {
    padding: 10px 0;
    font-weight: 500;
    text-transform: uppercase;
}

#restorelistmodal.modal .modal-body .restore_main .restoreListTable .t-content {
    max-height: 300px;
}

#restorelistmodal.modal
    .modal-body
    .restore_main
    .restoreListTable
    .t-content.scroll {
    overflow-y: scroll;
}

#transferplaymodal.modal .modal-dialog {
    max-width: 600px;
}

#transferplaymodal.modal {
    z-index: 9999999;
}

#transferplaymodal.modal .modal-body {
    padding: 20px;
}

#transferplaymodal.modal .modal-header {
    padding: 0;
    height: 50px;
}

#transferplaymodal.modal .modal-header .provider-name {
    margin: auto;
    font-weight: 500;
    font-size: 20px;
}

#transferplaymodal.modal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.5;
}

#transferplaymodal.modal .modal-body .provider_main {
    justify-items: center;
    text-align: center;
}

#transferplaymodal.modal .modal-body .provider_main .providerimg {
    width: 80%;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin: auto;
}

#transferplaymodal.modal .modal-body .provider_main .providerinfo {
    width: 90%;
    margin: 1rem auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 50px;
    font-size: 14px;
}

#transferplaymodal.modal .modal-body .provider_main .providerinfo .balance {
    width: 100%;
    margin: auto;
    text-align: left;
    padding: 0 10px;
}

#transferplaymodal.modal .modal-body .provider_main .providerinfo .maintenance {
    width: 90%;
    margin: auto;
    text-align: center;
}

#transferplaymodal.modal
    .modal-body
    .provider_main
    .providerinfo
    .maintenance
    div {
    border-radius: 2px;
    padding: 5px 2px;
    font-size: 12px;
}

#transferplaymodal.modal .modal-body .provider_main .providerinfo .status {
    width: 100%;
    margin: auto;
    text-align: right;
    padding: 0 10px;
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo {
    padding: 10px 0;
    width: 90%;
    margin: auto;
}

#transferplaymodal.modal .modal-body .provider_main .providerautoinfo .msg {
    text-align: left;
}

#transferplaymodal.modal
    .modal-body
    .provider_main
    .providerautoinfo
    .msg
    span
    img {
    width: 15px;
}

#transferplaymodal.modal
    .modal-body
    .provider_main
    .providerautoinfo
    .restoreListTable {
    margin-top: 10px;
}

#transferplaymodal.modal
    .modal-body
    .provider_main
    .providerautoinfo
    .restoreListTable
    .t-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#transferplaymodal.modal
    .modal-body
    .provider_main
    .providerautoinfo
    .restoreListTable
    .t-row
    div {
    padding: 5px 0;
    font-size: 12px;
}

#transferplaymodal.modal
    .modal-body
    .provider_main
    .providerautoinfo
    .restoreListTable
    .t-row.t-header
    div {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

#transferplaymodal.modal
    .modal-body
    .provider_main
    .providerautoinfo
    .restoreListTable
    .t-content {
    max-height: 100px;
}

#transferplaymodal.modal
    .modal-body
    .provider_main
    .providerautoinfo
    .restoreListTable
    .t-content
    .scroll {
    overflow-y: scroll;
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 5px;
    margin: 10px 0;
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn.col1 {
    display: block;
    grid-template-columns: none;
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 5px;
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn button {
    border-radius: 5px;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px 5px;
    text-transform: uppercase;
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn.col1 button {
    width: 40%;
    margin: auto;
}

#transferplaymodal.modal .modal-body .provider_main .providerbtn.col2 button {
    width: 80%;
    margin: auto;
}

#transferplaymodal.modal .modal-body .provider_main .providernotice {
    border-radius: 10px;
    width: auto;
    padding: 10px;
}

#transferplaymodal.modal .modal-body .provider_main .providernotice ul {
    list-style: disc;
    padding-left: 17px;
    margin-top: 10px;
    font-size: 10px;
    text-align: left;
}

#transferplaymodal.modal .modal-body .provider_main .providernotice ul li {
    margin-bottom: 4px;
    margin-top: 3px;
}

#colormodal {
    z-index: 9999999;
}

#colormodal .modal-header {
    padding: 0;
    height: 2.6rem;
}

#colormodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500;
}

#colormodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.5;
}

#colormodal .modal-dialog {
    max-width: 600px;
}

#colormodal .modal-dialog .modal-content {
    text-align: center;
}

#colormodal .modal-dialog .modal-content ul li .color-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
}

#colormodal .modal-dialog .modal-content ul li .icon-gold {
    background: gold;
}
#colormodal .modal-dialog .modal-content ul li .icon-blue {
    background: blue;
}
#colormodal .modal-dialog .modal-content ul li .icon-green {
    background: green;
}
#colormodal .modal-dialog .modal-content ul li .icon-purple {
    background: purple;
}
#colormodal .modal-dialog .modal-content ul li .icon-pink {
    background: pink;
}

.color-content {
    margin: 0 30px;
}

.color-content .color-label {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.color-content .color-label .color-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}

.color-content .color-label .color-icon.icon-gold {
    background: gold;
}
.color-content .color-label .color-icon.icon-blue {
    background: blue;
}
.color-content .color-label .color-icon.icon-pink {
    background: pink;
}
.color-content .color-label .color-icon.icon-purple {
    background: purple;
}
.color-content .color-label .color-icon.icon-green {
    background: green;
}

.color-content .color-label .color-text {
    margin: auto;
    margin-left: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

#languagemodal {
    z-index: 9999999;
}

#languagemodal .modal-header {
    padding: 0;
    height: 2.6rem;
    border-bottom: 2px solid #ffd700;
}

#languagemodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500;
}

#languagemodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.5;
}

#languagemodal .modal-dialog {
    max-width: 600px;
}

#languagemodal .modal-dialog .modal-content {
    text-align: center;
}

#languagemodal .modal-dialog .modal-content ul {
    padding: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
}

#languagemodal .modal-dialog .modal-content ul li {
    margin: 10px 0;
    font-size: 16px;
}

.language-content {
    margin-bottom: 5px;
}

.language-content:last-child {
    border: none;
    margin-bottom: 0;
}

.language-content .language-label {
    display: grid;
    grid-template-columns: 1fr 6fr;
    height: 50px;
}

.language-content .language-label .language-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 50%;
    margin: 0 auto;
}

.language-content .language-label .language-icon.icon-MY {
    background-image: url("../../../../../images/templates/Template 4/language_icon/icon_language_malay.png");
}

.language-content .language-label .language-icon.icon-SGD {
    background-image: url("../../../../../images/templates/Template 4/language_icon/icon_language_singa.png");
}

.language-content .language-label .language-icon.icon-THB {
    background-image: url("../../../../../images/templates/Template 4/language_icon/icon_language_thai.png");
}

.language-content .language-label .language-icon.icon-MMK {
    background-image: url("../../../../../images/templates/Template 4/language_icon/icon_language_myan.png");
}

.language-content .language-label .language-icon.icon-INR {
    background-image: url("../../../../../images/templates/Template 4/language_icon/icon_language_india.png");
}

.language-content .language-label .language-icon.icon-ID {
    background-image: url("../../../../../images/templates/Template 4/language_icon/icon_language_indo.webp");
}

.language-content .language-label .language-icon.icon-EN {
    background-image: url("../../../../../images/templates/Template 4/language_icon/icon_language_en.webp");
}

.language-content .language-label .language-icon.icon-AUS {
    background-image: url("../../../../../images/templates/Template 4/language_icon/icon_language_australia.png");
}

.language-content .language-label .language-text {
    margin: auto;
    margin-left: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.color_header .color-icon {
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 100%;
}

.color_header .icon-gold {
    background-color: gold;
}
.color_header .icon-blue {
    background-color: blue;
}
.color_header .icon-green {
    background-color: green;
}
.color_header .icon-purple {
    background-color: purple;
}
.color_header .icon-pink {
    background-color: pink;
}

.language_header .country-icon {
    margin: auto;
    width: 35px;
    height: 35px;
}

.market_header .market-icon {
    margin: auto;
    width: 30px;
    height: 30px;
}

.modal {
    z-index: 2000;
}

.modal-backdrop.show {
    z-index: 1949;
}

#marketmodal {
    z-index: 9999999;
}

#marketmodal .modal-header {
    padding: 0;
    height: 2.6rem;
}

#marketmodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500;
}

#marketmodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.5;
}

#modalRegisterOTP {
    z-index: 9999999;
}

#modalRegisterOTP .modal-header {
    padding: 0;
    height: 2.6rem;
}

#modalRegisterOTP .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500;
}

#modalRegisterOTP .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.5;
}

.game-page-label {
    margin: 10px 0;
    font-size: 25px;
}

.alertify .ajs-dimmer {
    z-index: 99999999;
}

.alertify .ajs-modal {
    z-index: 99999999;
}

.game_products.game_slot {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    max-height: 300px;
    overflow-y: scroll;
}

.game_products.game_slot::-webkit-scrollbar {
    display: none;
}

.slot-content .tab-pane .topContent {
    display: grid;
    /* grid-template-columns: 70% 30%; */
    margin: 0 20px;
}

.slot-content .tab-pane .topContent .rightContent {
    text-align: right;
}

.slot-content .tab-pane .topContent .rightContent img {
    width: 70%;
}

.slot-content .tab-pane .topContent .leftContent .reglink {
    cursor: pointer;
    transition: 0.3s;
}

.slot-content .tab-pane .topContent .leftContent .filter-menu-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 20px 0;
}

.slot-content .tab-pane .topContent .leftContent .filter-menu-bar .slotbox {
    display: inline-block;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    margin: 4px;
    text-transform: uppercase;
    cursor: pointer;
}

.slot-content .tab-pane .topContent .leftContent .downloadProv {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.slot-content
    .tab-pane
    .topContent
    .leftContent
    .downloadProv
    .downloadItem
    .downloadQR {
    text-align: center;
}

.slot-content
    .tab-pane
    .topContent
    .leftContent
    .downloadProv
    .downloadItem
    .downloadQR
    img {
    width: 70%;
}

.slot-content
    .tab-pane
    .topContent
    .leftContent
    .downloadProv
    .downloadItem
    .downloadLink {
    text-align: center;
    margin-top: 5px;
}

.slot-content
    .tab-pane
    .topContent
    .leftContent
    .downloadProv
    .downloadItem
    .downloadLink
    button {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    width: 90%;
    border-radius: 20px;
    padding: 5px 0;
}

.slot-content .tab-pane .bottomContent .slot-list-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.slot-content .tab-pane .bottomContent .slot-list-content .slot-bx {
    cursor: pointer;
}

.slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    margin: 5px;
    border-radius: 10px;
}

/* .slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .rtp-prod,
.slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .rtp-clt {
        width: 100%;
    box-sizing: border-box;
    color: #4d4d4d
} */

/* .slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .rtp-prod p {
    padding: 5px;
    width: 50%;
    border-top-left-radius: 10px;
    text-align: center;
    float: left;
    background-color: #FFE4E1
} */

/* .slot-content .tab-pane .bottomContent .slot-list-content .slot-bx .game-boxer .rtp-clt p {
    padding: 5px;
    width: 50%;
    border-top-right-radius: 10px;
    text-align: center;
    float: right;
    background-color: #ADD8E6
} */

.slot-content
    .tab-pane
    .bottomContent
    .slot-list-content
    .slot-bx
    .game-boxer
    .gameimg {
    text-align: center;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.slot-content
    .tab-pane
    .bottomContent
    .slot-list-content
    .slot-bx
    .game-boxer
    .gamename {
    text-align: center;
    height: 60px;
    padding: 5px 0;
}

.main-menu li > .megamenu {
    max-height: fit-content;
    /* overflow-y: scroll */
}

.main-menu li > .megamenu::-webkit-scrollbar {
    width: 5px;
}

.main-menu li > .megamenu::-webkit-scrollbar-thumb {
    border-radius: 0;
}

.balance-drop {
    margin-top: 2px;
}

.balance-drop .dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    text-align: center;
    right: 0;
    margin-top: 2px;
    z-index: 99999;
}

.balance-drop:hover .dropdown-balance {
    display: block;
}

.balance-drop .dropdown-balance .dropdown-btn {
    display: flex;
    float: right;
    margin: 5px;
    margin-bottom: 0;
}

.balance-drop .dropdown-balance .summary-wrapper {
    display: grid;
    grid-template-columns: 35% 65%;
    grid-gap: 10px 0;
    max-height: 400px;
    overflow-y: scroll;
    padding: 15px 5px;
    margin-bottom: 15px;
}

.balance-drop .dropdown-balance .summary-wrapper::-webkit-scrollbar {
    width: 5px;
}

.balance-drop .dropdown-balance .summary-wrapper::-webkit-scrollbar-thumb {
    border-radius: 0;
}

.balance-drop .dropdown-balance .summary-wrapper .platform-item {
    font-weight: 500;
    padding: 5px o;
    text-align: left;
    font-size: 12px;
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item {
    text-align: right;
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item .balc {
    display: inline-block;
    margin: 0 3px;
    font-size: 12px;
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item button.btn-in {
    display: inline-block;
    margin: 0 5px;
    margin-right: 0;
    height: 30px;
    width: 59px;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.balance-drop .dropdown-balance .summary-wrapper .amount-item button.btn-out {
    display: inline-block;
    margin: 0 2px;
    height: 30px;
    width: 83px;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.balance-drop
    .dropdown-balance
    .summary-wrapper
    .amount-item
    button.btn-quickplay {
    display: inline-block;
    height: 30px;
    width: 149px;
    padding: 0;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 2px;
    font-size: 13px;
}

.balance-drop
    .dropdown-balance
    .summary-wrapper
    .amount-item
    .wpDrop-maintenance {
    display: inline-block;
    border-radius: 2px;
    height: 30px;
    width: 149px;
    padding: 6px 0;
    margin-left: 4px;
    margin-right: 2px;
    font-size: 13px;
    text-align: center;
}

ul#registerTab,
ul#loginTab,
ul#memberInfoTab {
    width: 100%;
    border: none;
}

ul#registerTab .nav-item,
ul#loginTab .nav-item,
ul#memberInfoTab .nav-item {
    border: none;
    margin: 5px;
}

ul#registerTab li a.nav-link,
ul#loginTab li a.nav-link,
ul#memberInfoTab li a.nav-link {
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

ul#registerTab li a.nav-link.active,
ul#loginTab li a.nav-link.active,
ul#memberInfoTab li a.nav-link.active {
    border: none;
    background: 0 0;
}

.jackpot-bar {
    width: 100%;
    height: 250px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.jackpot-bar .jackpot-amt {
    position: absolute;
    width: 100%;
    text-align: center;
}

.history-list.dataTable td {
    text-align: center;
}

.history-list.dataTable .btn-detail {
    width: 35px;
    text-align: center;
    border-radius: 10px;
}

.referralModal.modal .modal-body .history-list {
    width: 100% !important;
}

#bethistorymodal.modal .modal-dialog {
    min-width: 750px;
}

#bethistorymodal.modal .modal-body .referralinfo {
    margin-bottom: 20px;
}

#bethistorymodal.modal .modal-body .referralinfo div:nth-child(2) {
    text-align: right;
}

#bonusmodal.modal .modal-dialog {
    min-width: 850px;
}

.msgBox-wrap {
    display: block;
    padding: 30px;
    min-height: 400px;
}

.msgBox-wrap .msgtitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}

.msgBox-wrap .msgContent {
    text-align: center;
}

.msgBox-wrap .msgContent .error-btn {
    padding: 0.4rem 1rem;
    cursor: pointer;
}

/* ANGPOW */
#angpowmodal {
    z-index: 9999999;
}

#angpowmodal .modal-header {
    padding: 0;
    height: 2.6rem;
}

#angpowmodal .modal-header .label {
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500;
}

#angpowmodal .modal-header .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 0.5;
}

.sub-slider-wrapper {
    max-width: 1400px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    text-shadow: 2px 2px 5px #938767;
}

.bonus-wrapper {
    margin-top: 50px;
    overflow-x: hidden;
}

.bonus-wrapper .home-packet {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}

.bonus-wrapper .angpow-wrapper .home-packet .angpow-wrap {
    display: grid;
    place-content: center;
    width: 210px;
    height: 200px;
    background-size: 100%;
    background-position: left 5px bottom 0px;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    color: #fff;
    margin: 20px 10px;
    cursor: pointer;
}

.bonus-wrapper .angpow-wrap .angpow-item {
    background-color: #2b2b2b;
    width: calc(100% / 2.5);
    height: 160px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.7);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.7);
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.bonus-wrapper .angpow-wrap .itemWrap {
    position: relative;
    width: 210px;
    height: 200px;
}

.bonus-wrapper .angpow-wrap .itemWrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    background: linear-gradient(
        298deg,
        rgba(0, 0, 0, 0.6) 100%,
        rgba(0, 0, 0, 0.2) 0%
    );
}

.bonus-wrapper .masked .itemWrap:before {
    content: "";
    opacity: 1;
    cursor: default;
}

.bonus-wrapper .home-packet .angpow-wrap .title-info {
    overflow-wrap: break-word;
    inline-size: 120px;
    font-weight: bold;
    position: absolute;
    left: 45px;
    right: 0;
    top: 41%;
    transform: translateY(-50%);
    text-align: center;
}

/* EligibleGames */
.gamesList-wrapper {
    max-width: 100% !important;
    margin: 0 auto;
    overflow-y: auto;
    height: 215px;
}

.gamesList-wrapper .games-wrapper .games-packet {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gamesList-wrapper .games-wrapper .games-packet .angpowGame-wrap {
    width: 92px;
    height: 96px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    color: #fff;
    margin: 5px auto;
    cursor: pointer;
}

.gamesList-wrapper .games-packet .angpowGame-wrap .title-info {
    top: 35%;
    left: 20%;
    overflow-wrap: break-word;
    inline-size: 130px;
}

.banner {
    max-width: 100% !important;
}

.banner img {
    max-width: 100%;
    max-height: 100%;
}

.redeemImg {
    max-width: 40% !important;
}

.redeemImg img {
    max-width: 100%;
    max-height: 100%;
}

.jumplink-angpow-wrapper {
    width: 140px;
    height: 150px;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.jumplink-angpow-wrapper:hover {
    opacity: 1;
    transform: scale(1.15);
}

.jumplink-angpow-wrapper:hover:after {
    opacity: 1;
}

.jumplink-angpow-wrapper .btn-box img {
    max-width: 100%;
    max-height: 100%;
    animation: up-down 1.4s infinite ease-in-out alternate;
}

@keyframes up-down {
    from {
        transform: translatey(0px);
    }

    to {
        transform: translatey(-20px);
    }
}

/* angpow popBox */
.title-box {
    display: flex;
    margin-top: 50px;
    border-bottom: solid 1px;
}

.title-box .title {
    margin: 0 10px;
}

#angpowmodal .modal-dialog {
    width: 720px;
    height: 550px;
}

#angpowmodal .modal-dialog .angpowPopContent-wrap {
    overflow-y: auto;
    height: 450px;
}

#angpowmodal .modal-dialog .popContent-wrap {
    padding: 10px 0;
    line-height: 1.6;
}

#angpowmodal .bonusList-wrapper .description-content {
    white-space: pre-line;
}

/* before login show loginBox */
#angpowmodal .login-box {
    border-top: dashed 2px #7d7d7d;
    margin: 50px;
}

#angpowmodal .login-box .login-wrap .login_form_inner a {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: none;
}

/* claim button box */
.bonusList-wrapper .btnBox {
    text-align: center;
    margin: 10px;
}

.bonusList-wrapper .btnBox .claimBtn {
    width: 100px;
    border: none;
    font-size: 13px;
    font-weight: bold;
    min-width: 180px;
    border-radius: 26px;
    min-height: 36px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 10px 0;
    margin-top: 10px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #fff;
}

#angpowclaimmodal .claimPop-wrapper {
    width: 500px;
}

.claimList-wrapper .bonus-img {
    width: 100%;
    height: 360px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.claimList-wrapper .bonus-img .description-title .text {
    text-align: center;
    font-size: 1.2rem;
}

/* angpow popBox */

/* FreeCredit in transfer page */
.row .transaction-btn {
    display: flex;
    margin-bottom: 10px;
}

freeCreditTransfer-wrap .transaction-freeCredit-title {
    font-size: 20px;
}

.transactionChangeTab-btn {
    display: flex;
    padding: 5px;
}

.transactionChangeTab-btn .active,
.referralChangeTab-btn .active {
    background-color: #8abdd1;
    font-weight: 900;
    color: white;
    transition: 0.3s;
}

.transactionBtn {
    border-radius: 10px;
    background-color: #2e2e2e;
    border: 0px;
    color: #fff;
    width: 180px;
    padding: 12px 0;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
}

.transactionBtn:hover {
    background-color: #526268;
    color: white;
    transition: 0.3s;
}

.transactionChangeTab-btn .freeCreditBtn,
.referralChangeTab-btn .referralReport {
    left: -15px;
    position: relative;
}

.transactionChangeTab-btn .notification {
    position: absolute;
    top: -13px;
    left: 77%;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.transaction-list {
    position: relative;
}

.transaction-list:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 0;
    opacity: 0;
    cursor: pointer;
    background: rgb(0 0 0 / 70%);
    border-radius: 22px;
    height: 125px;
    width: 813px;
}

.transaction-list.masked:before {
    content: "";
    cursor: default;
    z-index: 1;
    opacity: 1;
}

.transaction-list.masked .maskedText {
    position: absolute;
    top: 27%;
    left: 13%;
    z-index: 1;
    font-size: 16px;
    font-style: italic;
    color: #fff;
}

.freeCreditWrapper .transaction-list {
    width: 100%;
    height: 190px;
    padding: 16px;
    margin-bottom: 1em;
    box-sizing: border-box;
    background-size: 100%;
    background-repeat: no-repeat;
    justify-content: space-around;
    border-radius: 19px;
    grid-template-columns: 30% 50% 20%;
    background-image: url("../../../../../images/templates/Template 4/angpow/claimCreditBackground.png");
}

.freeCreditTransfer-wrap .freeCreditAmt {
    text-align: center;
    font-weight: 600;
    font-size: 55px;
}

.freeCreditTransfer-wrap .freeCreditTitle {
    margin-bottom: 10px;
    text-transform: uppercase;
    overflow-wrap: break-word;
    inline-size: 280px;
    font-weight: 700;
}

.freeCreditTransfer-wrap .freeCreditContent {
    overflow-wrap: break-word;
    inline-size: 280px;
    white-space: pre-line;
    line-height: 1.6;
}

.freeCreditTransfer-wrap .moreInfoBtn {
    cursor: pointer;
    margin-left: 180px;
}

/* FreeCredit in transfer page */

/* REWARD POINT */
.memberPoint-wrap {
    min-width: 145px;
    display: flex;
    margin: 10px 40px;
}

.memberPoint-wrap .rewardPoint {
    font-size: 13px;
    border: none;
    min-width: 145px;
    margin-top: 6px;
}

.memberPoint-wrap .refreshBtn-box {
    padding: 4px;
}

.memberPoint-wrap .refreshBtn-box div {
    border: none;
    cursor: pointer;
    background: none;
}

.memberPoint-wrap .refreshBtn-box div i {
    transform: rotateZ(0);
    transition: transform 0.5s ease-in-out;
}

.memberPoint-wrap .refreshBtn-box div:hover i {
    transform: rotateZ(360deg);
    transition: transform 0.5s ease-in-out;
}

.memberPoint-wrap .refreshBtn-box div:active {
    transform: translateY(4px);
}

/* REWARD POINT */

/* MEMBER UPDATE */
.memberUpdate-menu.header-menu {
    min-height: 46px;
}

.memberUpdate-menu .login_header_afterlogin {
    float: right;
}

.memberUpdate_body.index_home {
    background-size: cover;
}

.memberUpdate_body.index_body_custom {
    padding: 0 0 290px;
}

.memberUpdate_body .main_profile_right {
    text-align: center;
    margin: 5rem auto 2rem;
}

.memberUpdate_body .updateName {
    border-radius: 20px;
    height: 32px;
    max-width: 300px;
    margin: auto;
}

/* MEMBER UPDATE */

.contact-wrapper {
    border-radius: 20px;
    padding: 20px 0;
}

.contact-mall {
    border-radius: 12px;
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 7px 20px;
    align-items: center;
}

.contact_main_title {
    font-size: 15px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.wallet-box {
    background: #d7b238;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 30px;
    box-shadow: 0px 1px 5px 0px #52525236;
    transition: all 0.3s ease-in-out;
}
.wallet-icon-div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background: #ffffff4f;
    border-radius: 50px;
    color: #ffffff;
    position: absolute;
    left: 13px;
    top: 18px;
    font-size: 26px;
}

.wallet-icon-div:before {
    content: "";
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border: 2px dashed #ffffff8a;
    border-radius: 50%;
    animation: rotate 9s linear infinite;
}
.wallet-p {
    display: flex;
    align-items: center;
    color: #f9f9f9;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}

.wallet-num {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

.wallet-btn {
    background-color: #fdb813;
    color: #fff;
    border-radius: 35px;
    padding: 10px 30px;
    border: unset;
}

.wallet-btn:hover {
    background-color: #fdb813;
    color: #b82e1f;
    opacity: 70%;
    cursor: pointer;
}

.rtp-prod {
    background: linear-gradient(
        to right,
        #8e9eab 0%,
        #eef2f3 51%,
        #8e9eab 100%
    );
    color: red;
    width: 120px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 15px;
}

.rtp-clt {
    background-image: linear-gradient(
        to right,
        #fdfc47 -10%,
        #24fe41 55%,
        #fdfc47 110%
    );
    color: red;
    width: 100px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 15px;
}

.filter-wrapper {
    width: 100%;
}

.filter-wrapper .filter-type,
.filter-wrapper .filter-btn {
    width: 1300px;
    padding: 10px 0;
    justify-content: center;
}

.filter-wrapper .filter-type .filter-title {
    /* display: none; */
    margin: auto;
    width: 10%;
    font-weight: 700;
    margin-left: 280px;
    margin-right: 20px;
}

.filter-wrapper .filter-type .filter-title.provider-title {
    margin: 0;
    font-size: 30px;
    width: auto;
    font-weight: 700;
}

.filter-wrapper .filter-type .filter-option {
    width: 100%;
    text-align: center;
}

.filter-wrapper .filter-type .filter-option .filter-list {
    margin-bottom: 5px;
}

.filter-wrapper .filter-type .filter-option .filter-list:last-child {
    margin-bottom: 0;
}

.filter-wrapper .filter-type .filter-option .filter-list li .option {
    width: 154px;
    text-align: center;
    padding: 10px 5px;
    margin-right: 2px;
    cursor: pointer;
    font-weight: 700;
}

.filter-wrapper .filter-type .filter-option .filter-list li:last-child {
    margin-right: 0;
}

.filter-wrapper .filter-type .filter-option .filter-list li .option-input {
    opacity: 0;
    position: absolute;
    width: 154px;
    height: 40px;
    cursor: pointer;
}

.filter-wrapper
    .filter-type
    .filter-option
    .filter-list
    li:first-child
    .option {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.filter-wrapper .filter-type .filter-option .filter-list li:last-child .option {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.font-16 {
    font-size: 16px;
}

.newgamelist-item .newgamelist-item-mask {
    /* display: none; */
    opacity: 0;
}

.newgamelist-item:hover .newgamelist-item-mask {
    display: flex;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
}

.btn-play.yellow {
    border-radius: 3px;
    min-height: 35px;
    font-weight: 700;
}

.btn-play:last-child {
    margin-right: 0;
}

.content-wrapper .menu-wrap .menu-item .mask .btn-box .btn-play {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100px;
}

.download-wrapper
    .download-item
    .content-box
    .img-box
    .mask
    .download-detail
    .btn-box
    .btn-play,
.downloadList-wrapper
    .download-item
    .content-box
    .img-box
    .mask
    .download-detail
    .btn-box
    .btn-play {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 120px;
}

.provider-wrap .provider-item .mask .provider-detail .btn-box .btn-play,
.gameList-wrap
    .gameListTab
    .provider-item
    .mask
    .provider-detail
    .btn-box
    .btn-play {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100px;
}

.toast-success {
    background-color: #51a351 !important;
}

@media (min-width: 1024px) and (max-width: 1499px) {
    footer .footer-top,
    footer .footer-middle,
    footer .footer-bottom {
        width: 80% !important;
        min-width: 980px;
    }
}

@media (max-width: 1024px) {
    footer .footer-top,
    footer .footer-middle,
    footer .footer-bottom {
        padding: 0 20px;
    }
}

@media (min-width: 1500px) {
    footer .footer-top,
    footer .footer-middle,
    footer .footer-bottom {
        max-width: 1400px;
    }
}

footer .img-wrapper {
    margin-bottom: 20px;
    padding: 20px;
}

footer .img-wrapper .title-box {
    margin: 5px 0;
    padding-bottom: 5px;
}

footer .img-wrapper .title-box .icon {
    font-size: 25px;
    width: 45px;
    text-align: center;
}

footer .img-wrapper .title-box .title {
    padding: 5px 0;
    font-weight: 700;
}

footer .footer-middle .middle-separate:last-child {
    display: grid;
    grid-template-columns: 79% 1% 20%;
}

footer .img-wrapper .platform-content .content-wrap {
    width: 100%;
    justify-content: center;
}

footer .img-wrapper .img-content .content-wrap .content-item {
    width: 145px;
    height: 40px;
    border-radius: 10px;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

footer .img-wrapper .platform-content .content-wrap .content-item {
    margin: 10px 0;
}

.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.mega_menu {
    position: static;
}
.mege_area {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 15px;
}
.dropdown-menu {
    background: #000000;
}
.dropdown-item {
    padding: 5px;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

.space-around {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.reg-label-white {
    color: #eee;
}

.dropdown_btn_custom:hover {
    transform: scale(1.05);
    transform-origin: bottom;
}

.other-slider-wrapper .other-wrapper {
    display: grid;
    grid-template-rows: 50% 50%;
}

.other-slider-wrapper .other-wrapper .join-wrap {
    display: flex;
    margin: auto 0;
    /* width: 300px; */
    background: #81724b -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0 /
        20px;
    background-clip: text;
    -webkit-text-fill-color: #ffd7009c !important;
    animation: sweepLight 5s ease-in infinite;
}

.other-slider-wrapper .other-wrapper .join-wrap .join-seperate {
    width: calc(100% / 4);
    display: grid;
    grid-template-columns: 80% 20%;
}

.other-slider-wrapper .other-wrapper .join-wrap .join-seperate .join-img {
    justify-content: center;
}

.other-slider-wrapper .other-wrapper .join-wrap .join-seperate .join-img .img {
    margin: 0 auto;
    font-size: 60px;
    width: fit-content;
}

.other-slider-wrapper
    .other-wrapper
    .join-wrap
    .join-seperate
    .join-img
    .title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
}

@media (max-width: 1348px) {
    .other-slider-wrapper
        .other-wrapper
        .join-wrap
        .join-seperate
        .join-img
        .title {
        font-size: 15px;
    }
}

.other-slider-wrapper .other-wrapper .join-wrap .join-seperate .join-arrow {
    font-size: 40px;
    width: fit-content;
    margin: auto;
}

.text-guide {
    color: #b3a581;
}

@keyframes sweepLight {
    0% {
        background-position: -50% -50%;
    }

    100% {
        background-position: 150% 150%;
    }
}

.bar_title_reverse {
    transform: rotateX(180deg);
}

.filter-wrapper .filter-type .filter-option .filter-list li:last-child .option {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.amount_active {
    background: linear-gradient(315deg, #ead8ad -17%, #a78b41 40%);
    color: #000;
    /* border:1px solid #FFF !important; */
}

.register_sub_channel_input input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0 !important;
}

.register_sub_channel_input input[type="radio"]:checked + label {
    background: linear-gradient(315deg, #ead8ad -17%, #a78b41 40%);
    border: 1px solid #59564f;
}

.register_sub_channel_label {
    border-radius: 10px;
    width: 100px;
    height: 60px;
    margin: 5px;
    color: #000;
    background-color: #f0f0f0;
    cursor: pointer;
}

.register_sub_channel_label img {
    width: 100%;
    height: 100%;
}

.register-nextBtn {
    border-radius: 5px;
    color: #fff;
    border: none;
    background: #e80505;
    background-image: -webkit-linear-gradient(top, #e80505 0%, #cc050d 100%);
}

.active-regbtn {
    background: linear-gradient(#dc3545, #e80505);
    pointer-events: auto;
}

img.cricket_team_logo {
    width: 140px;
    max-height: 200px !important;
}

.match-body {
    height: 350px;
}

.match-datetime {
    position: absolute;
    bottom: 5px;
}

.team_logo {
    width: 30px;
}

.row.ps-3.pe-3 > .col-4 {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(255, 215, 0, 0.1);
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.05);
    transition: 0.3s;
}

.row.ps-3.pe-3 > .col-4:hover {
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
    transform: translateY(-3px);
}

.qualityservice_inner_img img {
    width: 60px;
    filter: drop-shadow(0 0 6px #ffd70066);
    margin-bottom: 12px;
    transition: 0.3s ease;
}

.qualityservice_inner_img img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 12px #ffd700aa);
}

.qualityservice_inner_title {
    font-size: 16px;
    font-weight: bold;
    color: #ffd700;
    text-shadow: 0 0 4px rgba(255, 215, 0, 0.3);
    margin-bottom: 8px;
}

.qualityservice_inner_content {
    font-size: 13px;
    line-height: 1.6;
    color: #aaa;
    padding: 0 10px;
}

.section-quality-service {
    background: linear-gradient(to bottom, #0a0a0a, #161616);
    padding: 40px 20px;
    border-top: 1px solid rgba(255, 215, 0, 0.08);
}

.row.ps-3.pe-3 > .col-4:hover {
    box-shadow: 0 0 25px #ffd70033;
    border-color: rgba(255, 215, 0, 0.4);
    background: rgba(255, 215, 0, 0.03);
}

/* 3 banner */

.card-wrapper {
    position: relative;
    z-index: 1;
}

.custom-card {
    background: radial-gradient(circle at top center, #1c1c1c, #000000);
    border-radius: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.6), 0 0 30px rgba(255, 215, 0, 0.4),
        inset 0 0 10px rgba(255, 215, 0, 0.2);
    padding: 1.5rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    border: 2px solid #ffd700;
    position: relative;
    z-index: 1;
}

.custom-card img {
    height: auto;
    position: absolute;
    left: 70%;
    transform: translateX(-50%);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: transform 0.3s ease;
    z-index: 0;
}

.custom-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 28px rgba(255, 215, 0, 0.6);
}

.custom-card:hover img {
    transform: translateX(-50%) scale(1.12);
}

.card-title {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.4);
    z-index: 2;
    position: relative;
    right: 31%;
}

.card-text {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    text-shadow: 0 0 5px #ffd700, 0 0 10px rgba(255, 255, 255, 0.3);
    z-index: 2;
    position: relative;
    right: 27%;
}

.hotGames-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.hotGames-tabs-wrapper {
    border-bottom: 2px solid #330000;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
}

.hotGames-tabs .nav-item {
    margin-right: 8px;
    position: relative;
}

.hotGames-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #bbb;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 6px;
    background: rgba(100, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: none;
    position: relative;
}

.hotGames-tabs .nav-link:hover {
    color: #fff;
    background: rgba(200, 0, 0, 0.6);
    transform: scale(1.05);
}

.hotGames-tabs .nav-link.active {
    color: #fff;
    background: rgba(255, 0, 0, 0.85);
    transform: scale(1.08);
    font-weight: 700;
}

.hotGames-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff0000, #ff6600);
    border-radius: 3px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    opacity: 0;
}

.hotGames-tabs .nav-link.active::after {
    width: 60%;
    opacity: 1;
    box-shadow: 0 0 8px rgba(255, 0, 0, 0.8);
}

.custom-tab-card {
    background: #060505;
    border-radius: 16px;
    overflow: visible;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.image-wrapper {
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    width: 83.3%;
    left: 99px;
}

.angled-bg {
    position: absolute;
    width: 120%;
    height: 100%;
    right: -10%;
    top: 0;
    background: #232323;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
}

.angled-image {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 327px;
    height: auto;
    z-index: 2;
    border-radius: 15px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: transform 0.3s ease;
}

.tab-content-body {
    padding: 20px 30px;
    color: #e0e0e0;
    background: #232222;
}

.tab-content-body h2 {
    font-size: 28px;
    font-weight: bold;
    color: #ffd700;
    height: 15px;
}

.tab-content-body p {
    font-size: 15px;
    color: #aaa;
}

.game-products-list {
    max-height: 420px;
    overflow-y: auto;
    padding: 10px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
}

.game-products-list .game-item {
    background: #1a2b36;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-products-list .game-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.game-products-list .game-item img {
    width: 100%;
    height: auto;
    display: block;
}

.game-products-list .game-item-title {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.font-temp35 {
    font-family: "montserrat", Tahoma, "Microsoft Yahei", Arial, Helvetica;
    font-weight: 800;
    color: darkred;
    margin: inherit;
}

.tab-pane {
    position: relative;
    min-height: 600px;
    /* padding: 40px 0; */
}

.red-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 90%;
    background: #a80000;
    background-image: -webkit-linear-gradient(top, #a80000 0%, #590400 100%);
    border-radius: 20px;
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding-left: 20px;
    padding-bottom: 20px;
}

.vertical-text {
    font-size: 100px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.2);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 12px;
    pointer-events: none;
    line-height: 1;
}

.blue-box {
    position: absolute;
    top: 40px;
    right: 0;
    width: 70%;
    height: 80%;
    background: #0a1b25;
    border-radius: 20px;
    z-index: 1;
    padding: 40px;
    box-shadow: -8px 0 20px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    color: #fff;
}

.blue-box h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

@keyframes floatCasino {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes glowBackground {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }
}

.custom-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu1 {
    display: none;
    position: absolute;
    top: 25px;
    right: -26px;
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 15px;
    z-index: 1000;
    min-width: 270px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.custom-dropdown:hover .dropdown-menu1 {
    display: block;
}

.animate__fadeIn {
    animation: fadeIn 0.3s ease-in-out;
}

.dropdown-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.dropdown-grid {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.dropdown-item-box {
    flex: 1;
    background-color: #2a2a2a;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    color: #ccc;
    text-decoration: none;
    transition: background 0.3s ease;
}

.dropdown-item-box:hover {
    background-color: #333;
    color: #fff;
}

.dropdown-item-box .icon {
    font-size: 24px;
    margin-bottom: 0.5rem;
}

.btn-outline-light:hover {
    background-color: #333;
}

#topbar {
    color: #060606;
}

.dropdown-img-container img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    background-color: #000;
    padding: 8px;
    border-radius: 10px;
    margin: 6px;
    transition: transform 0.2s ease;
}

.dropdown-img-container img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
}

.dropdown-menu img {
    width: 1100px;
    height: 170px;
    object-fit: contain;
    background-color: #121212;
    padding: 14px;
    border-radius: 18px;
    margin: 8px;
    display: block;
}

.dropdown-menu {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    width: 80vw !important;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.dropdown-menu .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 100%;
}

.footer-middle .title-box {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    color: #e80505;
    font-weight: bold;
    font-size: 16px;
}

.footer-middle .title-box .icon i,
.footer-middle .title-box .icon img {
    font-size: 18px;
    color: #e80505;
}

.footer-middle .content-wrap {
    gap: 10px;
    justify-content: flex-start;
}

.footer-middle .content-item {
    width: 100px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 6px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.02);
    transition: transform 0.3s, box-shadow 0.3s;
}

.footer-middle .content-item:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.05);
}

.footer-middle .img-wrapper {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 215, 0, 0.05);
    padding: 10px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.footer-middle .powered-by img {
    max-width: 140px;
    max-height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.4));
}

.modal-content {
    border: none;
}

.login-modal-body {
    border-radius: 0 0 5px 5px;
}

.modal .modal-dialog .modal-content {
    border-radius: 20px;
}

.modal-content .modal-header {
    border: none;
    color: #000000;
    border-radius: 5px 5px 0 0;
    padding: 30px 20px 0px 20px;
}

.user-link:hover span,
.user-link:hover i {
    color: #ffffffff !important;
    transition: color 0.2s ease;
}

.logout-link:hover span,
.logout-link:hover i {
    color: #ff0000 !important;
    transition: color 0.2s ease;
}

.text-gold {
    color: #ffd700 !important;
}

.border-gold {
    border-color: #ffd700 !important;
}

.btn_balance:hover,
.btn_balance:focus {
    background-color: #ffd700 !important;
    color: #000 !important;
    transition: all 0.3s ease;
}

.game-title {
    position: relative;
    z-index: 2;
    font-family: "Orbitron", sans-serif;
    font-size: 2rem;
    letter-spacing: 0.2em;
    color: #ffd700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5),
        0 0 12px rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
}

@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap");

.game-title-neon {
    font-family: "Orbitron", sans-serif;
    font-size: 2.5rem;
    color: #ffd700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    text-shadow: 0 0 5px #ffd700, 0 0 10px #ffd700, 0 0 20px #ffae00,
        0 0 30px #ffa500;
    animation: flicker 1.5s infinite alternate;
}

@keyframes flicker {
    0% {
        opacity: 1;
        text-shadow: 0 0 2px #ffd700, 0 0 5px #ffd700;
    }

    45% {
        opacity: 0.8;
        text-shadow: 0 0 10px #ffae00, 0 0 15px #ffd700;
    }

    60% {
        opacity: 1;
        text-shadow: 0 0 15px #ffd700, 0 0 20px #ffa500;
    }

    100% {
        opacity: 0.85;
        text-shadow: 0 0 5px #ffd700, 0 0 10px #ffd700;
    }
}

.account-nav-horizontal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 0 10px #00000060;
    width: 105em;
}

.account-nav-horizontal .tab {
    border: 2px solid #d4af37;
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 transparent;
}

.account-nav-horizontal .tab i {
    margin-right: 8px;
    font-size: 14px;
}

.account-nav-horizontal .tab:hover {
    background: #ffd700;
    color: black;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.6);
    border: 2px solid #ffd700;
    transform: translateY(-1px);
}

.account-nav-horizontal .tab.active {
    background: #d4af37;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 10px #d4af37aa;
}

.dropdown-toggle-menu {
    background: linear-gradient(to right, #d4af37, #c59d2f);
    color: #000;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.dropdown-toggle-menu i {
    font-size: 16px;
}

.dropdown-toggle-menu:hover {
    background: #ffcc00;
    color: #000;
    box-shadow: 0 0 12px rgba(255, 204, 0, 0.7);
    transform: translateY(-1px);
}

.dropdown-toggle-menu i.fas.fa-chevron-down {
    transition: transform 0.3s ease;
}
.dropdown-toggle-menu[aria-expanded="true"] i.fas.fa-chevron-down {
    transform: rotate(180deg);
}

/* template35 */

.register-btn-animated {
    background: #ffffff;
    border-radius: 3px;
    text-align: center;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
    color: #010101 !important;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 23px;
    font-family: "montserrat", Tahoma, "Microsoft Yahei", Arial, Helvetica;
    font-weight: 600;
    height: 29px;
    width: auto;
    align-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.register-btn-animated:hover {
    color: #ffffff !important;
    background: #e80505;
    border: 1px solid #e80505 !important;
}

.register-btn-animated:active {
    color: #ffffff !important;
    background: #e80505;
    border: 1px solid #e80505 !important;
}

.btn_login {
    cursor: pointer;
    background: #e80505;
    border: 1px solid #e80505;
    color: #ffffff !important;
    border-radius: 3px;
    font-size: 14px;
    line-height: 23px;
    font-family: "montserrat", Tahoma, "Microsoft Yahei", Arial, Helvetica;
    font-weight: 600;
}

.btn_login:hover {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #d8d8d8 100%);
    color: #010101 !important;
    border: 1px solid #fff;
}

.main-menu p {
    font-family: "montserrat", Tahoma, "Microsoft Yahei", Arial, Helvetica;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 0;
}

.runningtext {
    width: 1060px;
    margin: auto;
    margin-top: 2px;
    margin-bottom: 2px;
}

.runningtext p {
    font-family: "montserrat", Tahoma, "Microsoft Yahei", Arial, Helvetica;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 2px;
}

.carousel-img {
    width: 100%;
}

.banner-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    width: 100%;
}

.banner-right .grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blue-bar-grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 25px;
    width: 100%;
    height: 200px;
    box-sizing: border-box;

    grid-template-columns: repeat(3, 1fr);
    place-items: center;
}

.blue-bar-grid img {
    max-height: 190px;
    width: 33%;
}

.casino-card {
    position: relative;
    flex: 1;
    background: radial-gradient(
        circle at top left,
        rgba(100, 0, 0, 0.9),
        rgba(10, 0, 0, 0.85)
    );
    border: 1px solid rgba(255, 80, 0, 0.4);
    border-radius: 16px;
    padding: 15px;
    overflow: hidden;
    color: #ffddaa;
    font-family: "Poppins", sans-serif;
    box-shadow: inset 0 0 20px rgba(255, 0, 0, 0.15),
        0 0 25px rgba(255, 200, 0, 0.2);
    transition: all 0.4s ease;
}

.casino-card:hover {
    border-color: rgba(255, 200, 100, 0.8);
    box-shadow: 0 0 30px rgba(255, 150, 0, 0.4),
        inset 0 0 25px rgba(255, 100, 0, 0.2);
    transform: translateY(-4px);
}

.casino-card .text {
    position: relative;
    z-index: 2;
    width: 70%;
    font-size: 20px;
    line-height: 1.6;
    text-shadow: 0 0 6px rgba(255, 150, 0, 0.3);
}

.casino-card img {
    position: absolute;
    right: 10px;
    bottom: 1px;
    width: 205px;
    opacity: 0.9;
    filter: drop-shadow(0 0 12px rgba(255, 200, 80, 0.5));
    transition: all 0.5s ease;
    z-index: 1;
}

.casino-card:hover img {
    transform: rotate(0deg) scale(1.1) translateY(-10px);
    opacity: 1;
    filter: drop-shadow(0 0 20px rgba(255, 220, 100, 0.8));
}

@media (max-width: 768px) {
    .blue-bar-grid {
        flex-direction: column;
    }

    .casino-card .text {
        width: 100%;
    }

    .casino-card img {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-top: 10px;
        transform: none;
    }
}

.user-menu {
    display: flex;
    align-items: center;
    font-size: 12px;
}

header.header-temp35 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#nav-wrapper {
    width: 100%;
}

.container-button-banner {
    position: absolute;
    bottom: 35px;
    right: 5px;
    display: flex;
    gap: 5px;
    font-family: "montserrat", Tahoma, "Microsoft Yahei", Arial, Helvetica;
    font-weight: 600;
    z-index: 20;
}

.btn-red-white,
.btn-white-red {
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-red-white {
    background-color: #ff0000;
    color: #fff !important;
    border-color: #ff0000;
}

.btn-red-white:hover {
    background-color: #ffffff;
    color: #000 !important;
    border-color: #ffffff;
}

.btn-white-red {
    background-color: #ffffff;
    color: #000 !important;
    border-color: #ccc;
}

.btn-white-red:hover {
    background-color: #ff0000;
    color: #ffffff !important;
    border-color: #ff0000;
}

.depositnav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #0d0d0d;
    color: #eee;
    transition: width 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.6);
    z-index: 1100;
}
.depositnav-open {
    width: 220px;
}
.depositnav-closed {
    width: 70px;
}

.depositnav-toggle {
    background: none;
    border: none;
    color: #e80505;
    font-size: 1.3rem;
    cursor: pointer;
}

.depositnav-menu {
    flex: 1;
    margin-top: 10px;
}
.depositnav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #ccc;
    text-decoration: none;
    transition: all 0.3s;
    border-left: 4px solid transparent;
}
.depositnav-item i {
    width: 20px;
    text-align: center;
    font-size: 1.1rem;
}
.depositnav-item:hover {
    background: #252525;
    color: #fff;
    border-right: 4px solid red;
}
.depositnav-item.active {
    background: linear-gradient(90deg, #ffb300, #ff8c00);
    color: #111;
    border-left-color: #e80505;
    box-shadow: inset 0 0 8px rgba(255, 179, 0, 0.5);
}

.walletpage_bg {
    margin-left: 70px;
    min-height: 100vh;
    transition: margin-left 0.3s ease;
    width: 1060px;
    margin: auto;
    color: #777b7d;
    font-size: 13px;
}

.web-profile {
    max-width: 640px;
    margin: 40px auto;
    padding: 32px;
    background: #0d0d0d;
    border-radius: 18px;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.25);
    font-family: "Segoe UI", Arial, sans-serif;
    color: #f5f5f5;
}

.ew_dp_titlehead {
    position: relative;
    text-align: center;
}

.ew_dp_line {
    position: relative;
    height: 4px;
    background: none;
    border-radius: 4px;
    margin-bottom: 24px;
}

.ew_dp_line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #e80505;
    background-image: -webkit-linear-gradient(top, #e80505 0%, #cc050d 100%);
    transform: translateX(-50%);
    animation: linegrow 1s forwards;
}

@keyframes linegrow {
    to {
        width: 100%;
    }
}

.ew_dp_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    padding: 0 12px;
    z-index: 1;
    font-size: 20px;
    font-family: "montserrat", Tahoma, "Microsoft Yahei", Arial, Helvetica;
    font-weight: 800;
    text-transform: uppercase;
}

.afTable {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.25);
}

.afTable th,
.afTable td {
    padding: 12px 16px;
    text-align: center;
    font-size: 14px;
}

.afTable thead th {
    background: rgba(255, 0, 0, 0.2);
    color: #fff;
    font-weight: 700;
}

.afTable tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tbody,
td,
tfoot,
th,
thead,
tr {
    border: 1px solid #503f3f;
}

.keyin-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.filter-menu-bar {
  display: flex;
  flex-direction: column; 
  width: 200px; 
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 15px;
}

.pmbox.filter {
  display: block;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #222;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  align-content: center;
}

.pmbox.filter:hover {
  background: #444;
}

.pmbox.filter.active {
  background: #ff0000;
}

.promo-boxes {
  flex: 1; 
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* 自适应网格布局 */
  gap: 20px;
}

.promo-bx img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.promo-bx:hover img {
  transform: scale(1.05);
}

.modal-backdrop {
    display: none !important;
}

#jackpot_progress-theme36 .jackpot_progress-amount {
    font-size: 64px !important;
    bottom: 15% !important;
}

@media (min-width: 1400px) {
    #jackpot_progress-theme36 .jackpot_progress-amount {
        font-size: 70px !important;
        bottom: 14% !important;
    }
}

@media (min-width: 1300px) {
    #jackpot_progress-theme36 .jackpot_progress-amount {
        font-size: 68px !important;
    }
}

.apk-fab-container {
    left: 10px !important;
}

.apk-content {
    left: 1% !important;
}