:root {
    --m2uHourColor: #000000;
    --bs-body-color: #ffffff;
}

body {
    background-color: #142230 !important;
    font-family: Helvetica Neue !important;
    font-size: 90%;
}
.darkColor {
    color: #2e3033;
}

.grayColor {
    color: #999;
}

.whiteColor {
    color: #fff;
}

.chipsColor {
    color: #0bce6c;
}

.cashColor {
    color: #ffad2e;
}

.redColor {
    color: #f24427;
}

.lightGray {
    color: #8d8f99;
}

.orangeColor {
    color: #ffaf02;
}

.cardColor {
    color: #b2b6c2;
}

.greenColor {
    color: #0bce6c;
}

.lightTextColor {
    color: #b8bcc7;
}

.border2E3 {
    border: 2px solid #e3e3e3;
}

.border1 {
    border: 1px solid #e3e3e3;
}

.textMin {
    font-size: 12px;
}

.textSmaller {
    font-size: 13px;
}

.textSmall {
    font-size: 14px;
}

.textNormal {
    font-size: 15px;
}

.textBig {
    font-size: 16px;
}
.text17 {
    font-size: 17px;
}

.textBiger {
    font-size: 18px;
}

.textMax {
    font-size: 27px;
}

.text20 {
    font-size: 20px;
}

.text21 {
    font-size: 21px;
}

.text22 {
    font-size: 22px;
}

.fontBold {
    font-weight: bold;
}

.fontBold5 {
    font-weight: 500;
}

.textCenter {
    text-align: center;
}

.billMgTop10 {
    margin-top: 10px;
}

.mgTop10 {
    margin-top: 10px;
}

.mgTop12 {
    margin-top: 12px;
}

.mgTop5 {
    margin-top: 5px;
}

.marginTop8 {
    margin-top: 8px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTop50 {
    margin-top: 50px;
}

.marginTop80 {
    margin-top: 80px;
}

.marginBottom14 {
    margin-bottom: 14px;
}

.marginBottom2 {
    margin-bottom: 2px;
}

.marginLeft5 {
    margin-left: 5px;
}

.mgLeft10 {
    margin-left: 10px;
}

.mgLeft12 {
    margin-left: 12px;
}

.mgLeft15 {
    margin-left: 15px;
}

.mgLeft20 {
    margin-left: 20px;
}

.mgLeft40 {
    margin-left: 40px;
}

.mgLeft50 {
    margin-left: 50px;
}

.maLR15 {
    margin: 0 15px;
}

.mgRight15 {
    margin-right: 15px;
}

.mgRight10 {
    margin-right: 10px;
}

.billMgRight {
    margin-right: 5px;
}

.headerMgLeft {
    margin-left: 20px;
    height: 16px;
}

.headerMgRight {
    margin-right: 20px;
}

.padLR24 {
    padding: 0 24px;
    box-sizing: border-box;
}

.padLR20 {
    padding: 0 20px;
    box-sizing: border-box;
}

.padLR10 {
    padding: 0 10px;
    box-sizing: border-box;
}

.padLR15 {
    padding: 0 15px;
    box-sizing: border-box;
}

.padLR16 {
    padding: 0 16px;
    box-sizing: border-box;
}

.padLR30 {
    padding: 0 30px;
    box-sizing: border-box;
}

.padTop10 {
    padding-top: 10px;
    box-sizing: border-box;
}

.padTop16 {
    padding-top: 16px;
    box-sizing: border-box;
}

.padTop30 {
    padding-top: 30px;
    box-sizing: border-box;
}

.padLeft15 {
    padding-left: 15px;
    box-sizing: border-box;
}

.padLeft20 {
    padding-left: 20px;
    box-sizing: border-box;
}

.padRight15 {
    padding-right: 15px;
    box-sizing: border-box;
}

.padTopAndBottom20 {
    padding: 20px 0;
    box-sizing: border-box;
}

.padBtm {
    padding-bottom: 24px;
    box-sizing: border-box;
}

.padTop {
    padding-top: 20px;
    box-sizing: border-box;
}

.bgc2 {
    background-color: #c286e9;
}

.bgFd {
    background-color: #fd86e1;
}

.bgFe {
    background-color: #fed36a;
}

.bgf1 {
    background-color: #f1f1f1;
}

.bgFC {
    background-color: #fcfcfc;
}

.bgf {
    background-color: #fff;
}

.bgf0 {
    background-color: #f0f3f5;
}
.m2uBgf {
    background-color: #2a2a2a;
}

.bgcc {
    background-color: #ccc;
}

.bgDA {
    background-color: #dadde3;
}

.bgfff {
    background-color: #fff0f0;
}

.bgf8 {
    background-color: #f8f9fb;
}

.bg0bce {
    background-color: #0bce6c;
}

.bgNotice {
    background-color: #ffe6ec;
}

.bgRedPacket {
    background-color: #fe415e;
}
#gameTitle {
    height: 45px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: #11273a;
    color: #fff;
    padding: 0 8px;
    display: flex;
    position: sticky;
    z-index: 999;
}

.login-button {
    font-size: .8125rem;
    line-height: .8125rem;
    min-width: 3rem;
    color: #fff;
    text-align: center;
    border-radius: .3125rem;
    border: 1px solid #fff;
    padding: .1875rem .5rem;
    width: -moz-fit-content;
    width: fit-content;
    float: right;
    max-width: 4.6875rem;
}

.banners-slider {
    padding: 8px;
}

.testimonial-image {
    border-radius: 10px;
    overflow: hidden;
}

.x-menu-provider .-nav-menu-container.fixed {
    position: fixed;
    top: 63px;
    left: 0;
    width: 72px;
    z-index: 1;
}

.x-main-container .x-main-side-bar {
    flex: 0 0 auto;
    width: 250px;
    min-width: 250px;
}
.x-menu-provider .nav-menu {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .4s;
}

.x-menu-provider .-nav-menu-container {
    width: 72px;
    flex-direction: column;
    align-items: center;
    transition: all .4s;
    padding-left: 8px;
    padding-bottom: 9px;
    padding-top: 1px;
}
.x-menu-provider .nav-item {
    width: 100%;
}
.x-menu-provider .nav-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 64px;
    border-radius: .75rem;
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #FFFFFF;
    padding: .3125rem .2125rem;
    margin-bottom: .1rem;
    background: #303030;
}

/* .x-menu-provider .nav-link:hover  */
.x-menu-provider .nav-link.TabActive {
    background: linear-gradient(180deg, #fee285, #d79742);
    color: #000000;
    border: 0;
}

.x-menu-provider .nav-link .-text-provider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
}
a:link, a:visited {
    text-decoration: none;
    /*color: #fff;*/
}
.x-menu-provider .nav-link .-ic-menu {
    width: 32px;
    mix-blend-mode: unset;
}
.x-menu-provider .nav-link .-text-nav-menu.-title, .x-menu-provider .nav-link .-text-nav-menu.-title-trans {
    display: block;
}
.x-menu-provider .nav-link .-text-nav-menu.-title-mobile {
    display: none;
}

.x-feed-news-header {
    z-index: 3;
    height: 30px;
    width: 100%;
}

.x-feed-news-header .-feed-news-inner-wrapper {
    width: 100%;
    height: 100%;
    background-color: #3a7300;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 0 0 10px 10px;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-animatable].animated {
    opacity: 1;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 5%, 0);
    }
    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}
.x-main-container {
    display: flex;
    position: relative;
}
.x-main-container .x-main-content {
    flex: 1;
    width: calc(100% - 250px);
    padding-top: 75px;
}
.x-feed-news-header .-feed-news-inner-wrapper .-icon-container {
    margin-left: .5rem;
}
.x-feed-news-header .-feed-news-inner-wrapper .-track {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: .5rem;
}
.x-feed-news-header .-feed-news-inner-wrapper .-track .-track-item {
    color: #9bd5ff;
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: x-marquee 30s linear infinite;
    animation: x-marquee 30s linear infinite;
}

@keyframes x-marquee {
    0% {
        transform: translate(0);
    }
    100% {
        transform: translate(-100%);
    }
}

.owl-carousel {
    position: relative;
}
.owl-carousel a, .owl-carousel a * {
    pointer-events: auto;
}
.owl-dots {
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.owl-dots .owl-dot {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    opacity: .5;
    transition: opacity .6s ease;
}
.owl-dots .owl-dot.active {
    opacity: 1;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 60px;
}

.owl-nav button span {
    font-size: 50px;
    color: white;
    opacity: 0.5;
}
.owl-nav button:hover span {
    opacity: 1;
}

.x-category-provider .-games-list-container {
    padding: 8px;
    padding-top: 0;
    margin-bottom: 70px; overflow: hidden;
}
.nav {
    display: flex;
    gap: 5px;
}

.x-category-provider .-games-list-container .nav .nav-item.-game-casino-macro-container {
    width: 49%;
    margin-bottom: 5px;
}
.x-game-list-item-macro {
    position: relative;
    /*box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, .6);*/
    border-radius: 10px;
    overflow: hidden;
}
.x-game-list-item-macro .-inner-wrapper {
    position: relative;
}
.x-game-list-item-macro .-inner-wrapper .-cover-img {
    width: 100%;
}
.x-game-list-item-macro .-inner-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(56, 54, 83, .7);
    transition: all .4s;
    border-radius: 15px;
    z-index: 3;
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.x-category-provider .-games-list-container .nav .nav-item .-text-nav-menu {
    margin-top: .75rem;
    margin-bottom: 0;
    color: #c4c4c4;
    text-align: center;
}

.x-game-list-item-macro:hover .-inner-wrapper .-overlay {
    opacity: 1;
    visibility: visible;
}


@media screen and (min-width: 998px) {
    .x-menu-provider.-desktop-view {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100vh;
    }
    .x-menu-provider.-desktop-view .nav-menu {
        flex-direction: column;
        justify-content: space-between;
        transition: all .4s;
        z-index: 1;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    #account-actions-mobile {
        display: none;
    }
    .x-category-provider .-games-list-container .nav .nav-item.-game-casino-macro-container {
        width: 32%;
        margin: 0 5px 5px 5px;
    }
}
@media screen and (min-width: 1200px) {
    .x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner, .x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 120px;
    }

    .x-category-provider .-games-list-container .nav .nav-item.-game-casino-macro-container {
        width: 20%;
        margin-bottom: 0 10px 10px 10px;
    }
}
@media screen and (max-width: 1480px) {
    .x-menu-provider.-desktop-view {
        width: 200px;
    }

    .x-menu-provider .nav-link .-text-provider-wrapper {
        margin-left: .75rem;
    }
    .x-menu-provider .nav-link .-text-nav-menu.-title, .x-menu-provider .nav-link .-text-nav-menu.-title-trans {
        font-size: 75%;
    }
    .x-main-container .x-main-content {
        width: calc(100% - 200px);
    }
    .x-main-container .x-main-side-bar {
        width: 200px;
        min-width: 200px;
    }
    .x-footer .-footer-inner-wrapper {
        justify-content: space-between;
    }
    .x-footer .-footer-inner-wrapper .-describe-wrapper {
        flex: 0 0 50%;
        margin: 0 auto;
    }
    .x-footer .-footer-inner-wrapper .-provider-wrapper {
        order: 1;
        flex: 0 0 50%;
        margin: 0 auto;
    }

    .x-footer-seo .-tags {
        width: 90%;
    }

}

.uid-box-item + .uid-box-item {
    border-left: 1px solid #e3e5e8;
}
.uid-box .fz18 {
    font-size: 18px;
}
.fontBold {
    font-weight: bold;
}

#HomeBtmMenu {
    box-shadow: .4375rem -.1875rem .625rem 0 rgba(77, 77, 77, .1);
}
#HomeBtmMenu {
    width: 100%;
    position: fixed;
    bottom: -1px;
    left: 0;
}

#HomeNav {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 100;
    margin: 0;
    padding-left: 0;
    padding-bottom: calc(env(safe-area-inset-bottom));
    transition: all 0.2s linear;
    position: relative;
    background: #253B4E;
}

#HomeBtmMenu #HomeNav li {
    height: 100%;
    width: 20%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: 100% 115%;
    z-index: 2000;
    /*box-shadow: 7px -3px 10px 0px rgba(77, 77, 77, 0.1);*/
}
#HomeBtmMenu #HomeNav li a {
    display: flex; flex-direction: column;
    align-items: center;
    justify-content: center;
}
#HomeBtmMenu #HomeNav li:nth-child(3) { }
#HomeBtmMenu #HomeNav li:nth-child(3) .logo-icon {
    position: relative;
}

#HomeBtmMenu .tabIcon {
    width: 1.5625rem;
    height: 1.5625rem;

}

#HomeBtmMenu .tabIcon img {
    background-image: linear-gradient(#f00, #f00);
    background-blend-mode: lighten;
    background-size: cover;
}
#HomeBtmMenu .logo-icon .tabIcon {
    width: 50px;
    position: absolute;
    height: 50px;
    bottom: -25px;
    left: -25px;
    border: 4px solid #303030;
    border-radius: 50%;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    color: #ecc066;
}
#HomeBtmMenu #HomeNav .blankIcon {
    height: 1.625rem;
}

#HomeBtmMenu #HomeNav li .textMin {
    font-size: .75rem;
    position: relative;
    white-space: nowrap;
}

#HomeNav li.active a, .themeColortext {
    color: #ecc066;
}

#HomeNav li a {
    color: #FFFFFF;
}

.UidContent {
    margin: 5px var(--custom-margin-align);
}

.uid-box {
    padding: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-align: center;
    border-radius: var(--custom-border-radius, 10px);
    border: 1px solid #e3e5e8;
}
.uid-box a { color: #FFFFFF; }
.flex1 {
    flex: 1;
}

.uid-box-item > div > img {
    margin-left: 8px;
}
.uid-box-label > img {
    width: 20px;
}

.uid-box-trans {
    width: 16px;
}

/* login page css  */
.h5page-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    background: var(--page-background, #fff);
}

.h5page-frame__column {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.h5page-frame__column--scroll {
    flex: 1;
    overflow: auto;
}

#login {
    position: relative;
    justify-content: space-between;
    padding-top: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.icon {
    position: absolute;
    top: 1rem;
    left: .9375rem;
}
.icon img {
    width: 1.75rem;
    height: 1.75rem;
}

.container-panel {
    padding: 0 8px;
}

#login .loginForm, #login .loginForm .van-field {
    background-color: var(--m2uInputBgColor);
}
#login .loginForm {
    padding: 0 .9375rem;
    border-radius: .5rem;
    height: 3.125rem;
}
.flexBox {
    align-items: center;
}
.loginForm {
    border: 1px solid #b8bbc2;
}
.VerticalLine {
    width: 1px;
    height: 16px;
    background-color: #e3e5e8;
}

.van-cell {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 16px;
    overflow: hidden;
    color: #323233;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
}

.van-cell {
    font-size: 1rem;
    height: 2.5625rem;
    line-height: 2.5625rem;
    padding: 0 1rem;
}
#login .loginForm, #login .loginForm .van-field {
    background-color: #fff;
}

.van-cell__value {
    position: relative;
    overflow: hidden;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
}

.van-cell__value--alone {
    color: #323233;
    text-align: left;
}

.van-field__value {
    overflow: visible;
}

.van-cell .van-field__body {
    height: 100%;
}
.van-field__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
}

.loginForm .van-field__body .van-field__control {
    font-size: 1rem;
    color: #2e3033;
}

#login .loginForm .van-field .van-field__control {
    height: 100%;
    background: #fff;
}
#login .loginForm .van-field .van-field__control:focus {
    outline: 0;
}
#login .login-logo {
    text-align: center;
}

.flexBox {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.van-cell__title, .van-cell__value {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

#login .forgetTips {
    color: #white;
}
#login.smallScreen .bigBtn {
    margin-top: 1.25rem;
}

.bigBtn {
    height: 45px;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
    /*color: #fff;*/
    font-size: 16px;
}
.bigBtn {
    background: linear-gradient(180deg, #a0d8ff 0%, #3a99ff 100%);;
    color: #000;
    font-weight: 500;
    height: 2.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.marginTop20 {
    margin-top: 20px;
}

.version_tip {
    line-height: 36px;
    text-align: center;
}
.textSmaller {
    font-size: 13px;
}

/* profile page css  */
.navTitleBox .header-box {
    width: 100%;
    padding: 0 var(--margin);
    height: var(--navHeight);
    display: flex;
    align-items: center;
}

.navTitleBox .nav-title {
    font-size: 18px;
    margin: auto;
    width: -moz-max-content;
    width: max-content;
}

.navTitleBox .left {
    margin-left: 5px;
}

.user-info {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 20px;
    align-items: center;
}

.flex-center {
    display: flex;
    align-items: center;
}

.user-info .uid {
    font-size: 16px;
    padding-right: 10px;
}

.user-info .eye {
    width: 24px;
    height: 24px;
    display: inline;
    vertical-align: sub;
    position: relative;
    top: 1px;
}

.user-info .LoginOut {
    padding: 0 8px;
    height: 28px;
    border-radius: 5px;
    border: solid 1px #1f70e6;
    font-size: 14px;
    color: #1f70e6;
    margin-left: 8px;
}

.MyWallet {
    padding: 15px;
    background-color: #fff;
}

.flex {
    display: flex;
}
.flex-s-b {
    justify-content: space-between;
}

.MyWallet li {
    font-size: 14px;
    line-height: 25px;
    color: #8d8f99;
}

.MyWallet li .BalanceItem {
    color: var(--m2uHourColor);
    /*font-weight: 700;*/
    font-size: 85%;
    line-height: 20px;
}
.MySetting .title {
    height: 23px;
    font-size: 16px;
    margin-bottom: 12px;
    color: #FFFFFF;
}

.van-hairline, .van-hairline--bottom, .van-hairline--left, .van-hairline--right, .van-hairline--surround, .van-hairline--top, .van-hairline--top-bottom {
    position: relative;
}
.van-hairline--top:after {
    border-top-width: 1px
}

.van-hairline--left:after {
    border-left-width: 1px
}

.van-hairline--right:after {
    border-right-width: 1px
}

.van-hairline--bottom:after {
    border-bottom-width: 1px
}

.van-hairline--top-bottom:after, .van-hairline-unset--top-bottom:after {
    border-width: 1px 0
}

.van-hairline--surround:after {
    border-width: 1px
}

.van-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.MySetting .setting-grid {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.van-grid-item {
    position: relative;
    box-sizing: border-box;
}

.van-grid-item__text {
    color: #646566;
    font-size: 12px;
    line-height: 1.5;
    word-wrap: break-word;
}
.van-grid-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    padding: 16px 8px;
    background-color: #fff
}

.van-grid-item__content::after {
    z-index: 1;
    border-width: 0 1px 1px 0
}

.van-grid-item__content--square {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.van-grid-item__content--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.van-grid-item__content--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.van-grid-item__content--horizontal .van-grid-item__icon + .van-grid-item__text {
    margin-top: 0;
    margin-left: 8px
}

.van-grid-item__content--surround::after {
    border-width: 1px
}

.van-grid-item__content--clickable {
    cursor: pointer
}

.van-grid-item__content--clickable:active {
    background-color: #f2f3f5
}
.MySetting .setting-grid .van-grid-item__content {
    height: 107px;
}

.MySetting .setting-grid .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
}

.navTitleBox {
    width: 100%;
    position: relative;
    --navHeight: 50px; --margin: 8px; background: linear-gradient(180deg, #fee285, #d79742); color: #000000;
}
.navTitleBox .header-box {
    width: 100%;
    padding: 0 var(--margin);
    height: var(--navHeight);
    display: flex;
    align-items: center;
}

.back-icon[data-v-2f7c99ae] {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.back-icon .go-back-icon[data-v-2f7c99ae] {
    width: var(--back-icon-size, 16px);
    height: var(--back-icon-size, 16px);
    cursor: pointer;
}
.navTitleBox .center {
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.VCommonInputBox {
    font-size: 1rem;
    height: 4.4375rem;
    line-height: 55px;
    margin: 10px 15px;
    padding: 0 15px;
    background: white;
    border-radius: 5px;
}

.van-field__label {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    box-sizing: border-box;
    width: 5.0em;
    margin-right: 12px;
    color: #646566;
    text-align: left;
    word-wrap: break-word;
}

.VCommonInputBox .van-cell {
    font-size: 16px;
}

.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
}

.van-field__control:focus {
    outline: 0;
}
.rowCenter {
    align-items: center;
}

.ClickBtnBg {
    background-color: #dadde3;
    color: white !important;
}
.marginTop40 {
    margin-top: 40px;
}
.marginTop15 {
    margin-top: 15px;
}
.mgTop10 {
    margin-top: 10px;
}

#HomeButton {
    transform: translateZ(1px);
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    background: #fff;
    border-radius: 50%;
    position: fixed;
    z-index: 1900;
}

.idx-recent-withdraw {
    background: white;
    border-radius: 10px;
}

.idx-recent-withdraw .recent-table tbody tr:nth-child(odd) {
    background: #0a0a0a;
}

.idx-recent-withdraw .recent-table tbody tr:nth-child(even) {
    background: var(--floating-bg-color);
}
.idx-recent-withdraw .recent-table tbody tr {
    border-radius: 5px;
}

.idx-recent-withdraw .recent-table tbody tr td {
    border: 0;
    padding: 5px;
}

.idx-recent-withdraw .recent-table thead tr th {
    border: 0;
}

.table-filter .total {
    text-wrap: nowrap;
    font-size: 12px;
}

.table-filter input {
    border-radius: 0 !important;
}
.input-group-addon {
    height: 37px;
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    padding: 0 5px;
    display: flex;
    align-items: center;
}
.date-range-pick button {
    color: black;
    border: 1px solid #9e9e9e;
}
.table-filter button.btn-primary {
    line-height: 1;
    height: 37px;
    margin-left: 10px;
}
.table-filter .date-range-pick button:hover {
    color: white;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left;
}

table.dataTable td {
    text-align: left !important;
}

.input-group .input-group-addon {
    z-index: 5;
    position: relative;
    font-size: 12px;
    padding: 5px;
    border-left: 1px solid #9e9e9e;
}

input.form-control, select.form-control, textarea.form-control {
    border-radius: 5px !important;
    border-color: #9e9e9e;
    box-shadow: none;
    background: transparent;
    color: black;
    outline: none;
    height: 37px;
    font-size: .8rem;
    padding: 0 15px;

}
.table-filter input {
    border-radius: 0 !important;
}
.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.table-filter button.btn-default {
    font-size: 17px !important;
}

#history_table > tr {
    border-bottom: 1px solid #9e9e9e;
}
.table-filter .date-range-pick button:hover {
    color: black;
    border-color: #9e9e9e;
}

.btn-line-secondary {
    background: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    min-height: 35px;
}
.btn-line-secondary:hover, .btn-line-secondary.active { border: 1px solid #1f70e6; background: linear-gradient(180deg, #fee285, #d79742); color: #000000; }
.transaction-menu {
    display: flex;
    justify-content: space-between;
    font-size: 19px;
    gap: 10px;
}
.transaction-menu a {
    flex-grow: 1;
    width: 20%;
    /*font-size: 16px;*/
    min-height: 27px;
    color: #FFFFFF;
    padding: 5px 0;
    box-sizing: border-box; font-size: 100%;
    gap: 10px;
}
.transaction-menu i { width: 24px; }
.btn {
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    /*min-height: 40px;*/
    border-radius: 6px;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all .5s ease-in-out;
}

.record-recharge-nav {
    gap: 8px;
    width: 100%;
    margin-top: 15px;
}

.record-recharge-nav a {
    flex-grow: 1;
    /*width: 50%;*/
    color: black;
    border: 1px solid #f5bf22;
    line-height: 20px;
}
.transaction-menu a.active, .record-recharge-nav a.active {color: white; border: 0;}
.record-recharge-nav a.btn-success { color: #FFFFFF; border: 1px solid #198754; }

.wallet-side-content-wrapper {
    position: relative;
    z-index: 10;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 13px;
    color: #000000;
}

.text-bold {
    font-weight: 700;
}
.coupon-btn .btn-info {
    min-height: 37px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background: #1d3a61 !important;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
    right: 0;
}


.van-popup--left {
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 512px) {
    .transaction-menu a {
        /*width: 19%;*/
        /*font-size: 15px;*/
        min-height: 27px;
    }
    .table-filter button.btn-primary {
        margin: 0 0 10px 7px;
    }

    .datePickView {
        width: 100%;
    }

    .date-range-pick_datePick .btn-group {
        /*width: 32%;*/
    }

    .input-daterange input {
        width: 110px !important;
    }

    .table-filter button.btn-default {
        font-size: 85% !important; padding: 5px 7px;
    }

}

.login-center { height: 100%; display: flex; flex-direction: column; justify-content: flex-start; padding-top: 20px; }
.login-btn { width: 100%; border: 0; }

#languageBox li img { margin-left: 2.1875rem; width: 2rem;}

#languageBox > div {
    line-height: 50px;
    padding: 0 16px;
    box-sizing: border-box;
}

#languageBox ul li {
    display: flex;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e5e8;
    box-sizing: border-box;
}

#languageBox ul li > div {
    flex: 1;
    margin-left: -65px;
    text-align: center;
}

.languageTitle {
    background-color: #1f70e6; color: #FFFFFF;
}
.van-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.van-popup--bottom.van-popup--round {
    border-radius: 10px 10px 0 0;
}
.van-popup--bottom {
    bottom: 0;
    left: 0;
    width: 100%;
}
.van-popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
}
.Model {
    height: 100%;
    width: 100%;
}

.ModelTitle {
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #f0f3f5;
    padding: 0 16px;
    box-sizing: border-box;
}

.ModelList {
    /*height: 220px;*/
    overflow-y: scroll;
    padding: 0; margin: 0;
}

.version_tip {
    line-height: 36px;
    text-align: center;
}

.commonBtn {
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
}

.errorTips {
    display: flex;
    background-color: #ffe6ec;
    padding: 10px 0;
    align-items: center;
}




.SwitcheLanguage .Title {
    margin: 20px 0 13px;
}

.SwitcheLanguage .LanuageContent {
    padding-top: 15px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.SwitcheLanguage .LanuageContent .ItemDetail {
    display: flex;
    width: 20%;
    /*margin-bottom: 15px;*/
    flex-direction: column;
    align-items: center;
}

.SwitcheLanguage .LanuageContent .ItemDetail img {
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
}

.SwitcheLanguage .LanuageContent .ItemDetail .selectItem {
    border-radius: 50%;
    padding: 1px;
    width: 40px;
    height: 40px
}

.SwitcheLanguage .LanuageContent .ItemDetail .ShadeBg {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%
}
.UserPopup {
    position: fixed;
    top: 0;
    right: 0;

    width: 65%;
    height: 100%;
    padding: 1rem;

    background: #1d3a61; /* optional */
    z-index: 1901;

    /* START hidden off-screen */
    transform: translateX(100%);
    transition: transform 0.35s ease-in-out;

    display: block; /* IMPORTANT */
}

.UserPopup.show {
    transform: translateX(0);
}

/* optional body lock */
.van-overflow-hidden {
    overflow: hidden;
}

/* when open the pop up box, blur the background */
/* overlay behind popup */
.UserPopupOverlay {
    position: fixed;
    inset: 0;
    z-index: 1900;

    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    opacity: 0;
    pointer-events: none;

    transition: opacity 0.3s ease;
}

/* visible overlay */
.UserPopupOverlay.show {
    opacity: 1;
    pointer-events: auto;
}

/* ------------------ */

/* close button of pop up page */
.PopupCloseBtn {
    position: absolute;
    top: 12px;
    right: 12px;

    width: 36px;
    height: 36px;

    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);

    color: #fff;
    font-size: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

/* -------------------- */

.UserPopup .PopupBox {
    width: 100%;
    height: 4.25rem;
    margin-bottom: 1.25rem;
    padding: 0 1.5rem;
    display: flex;
    color: #2e3033;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e3e5e8
}

.UserPopup .PopupBox > div {
    display: flex;
    align-items: center;
    margin-right: .5rem
}

.UserPopup .PopupBox > div img {
    margin-right: .5rem
}

.InformationPopup {
    height: calc(100% - 3.4375rem);
    width: 100%;
    background-image: linear-gradient(0deg, #f0f3f5, #fff)
}

.InformationPopup .InformationTitle {
    height: 2.75rem;
    line-height: 2.75rem;
    margin: 0 8px;
    display: flex;
    align-items: center
}

.InformationPopup .InformationTitle img {
    width: 1.75rem;
    height: 1.75rem
}

.InformationPopup .InformationTitle p {
    flex: 1;
    color: #2e3033;
    text-align: center
}

.InformationPopup .InformationTitle span {
    width: 1.25rem
}

.InformationPopup #Information {
    height: calc(100% - 4.25rem);
    width: calc(100% - 1.875rem);
    padding: 0 .9375rem .9375rem;
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    box-sizing: initial;
    justify-content: space-between;
    margin-top: .5rem;
    align-content: flex-start
}

.InformationPopup #Information .InformationItem {
    width: calc(50% - .46875rem);
    margin-bottom: .5rem
}

.InformationPopup #Information .InformationItem .van-image__img {
    border-radius: .625rem;
    width: 100%; height: 100%; display: block;
}
.van-grid-item__icon-wrapper {
    position: relative;
}
.wallet-side-content-wrapper td { font-weight: normal; font-size: 90%; color: #333333;}
.back-icon {--back-icon-size: 28px; }
.back-icon .go-back-icon {
    width: var(--back-icon-size, 16px);
    height: var(--back-icon-size, 16px);
    cursor: pointer;
}
.occupy-image { height: 100px; margin: 2rem auto; }
#app-download { height: 40px; padding: 8px; overflow: hidden; font-size: 70%; color: #FFFFFF; display: none;}
#app-download .btn { font-size: 80% !important; }
#app-download .close { width: 30px; height: 30px; border-radius: 50%;border: 1px solid white;padding: 5px 8px;font-size: 10px;cursor: pointer; margin-right: 10px;}

.mission-item {background: #ffffff;border-radius: 10px;overflow: hidden;margin-bottom: 1rem;padding: 10px;color: #000000; border: 1px solid #cccccc}
.mission-item:hover {border-color: #1f70e6;}
.mission-item img {border-radius: 5px;border: 0; margin-bottom: 5px;}
.mission-item p {padding: 0;margin: 0;}
.mission-item .title { margin-bottom: 5px; font-weight: 500; }
.mission-item .intro {overflow: hidden;line-height: 22px;}
.mission-item .intro a {padding-right: 0;color: #888;}
.mission-item .table .btn { padding: 1px 5px;}
.mission-item .choose {margin-top: 8px;}
.mission-item .choose .btn { padding: 5px 10px; font-size: 100%; float: right; }
.mission-item .btn-outline-secondary { border: 1px solid #c5c5c5; min-height: 25px;}
.mission-log p { margin: 5px 0; border-bottom: 1px solid #dddddd; }

.user-top { width: 100%; position: relative; height: 5.5rem; background: url(/assets_m/img/top.png) no-repeat; background-size: 100% 100%; padding: 10px; display: flex; justify-content: space-between;}
.user-top .left-content { /*padding: 10px 10px 0 10px;    overflow: hidden;*/}
.user-top .left-content a img { width: 42px; padding: 0;}
.user-top .right-content { /*font-size: 1.2rem;*/ color: #fff; text-align: right; margin-top: 0.5rem;}


.-feed-news-inner-wrapper {
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
}

.-track {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin-left: .5rem;
}

.-feed-news-inner-wrapper .-track .-track-item {
    color: white;
    font-size: 95%;
    font-weight: normal;
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: x-marquee 40s linear infinite;
    animation: x-marquee 20s linear infinite;
}
.-feed-news-inner-wrapper .fa { border: 1px solid #fff; border-radius: 50%; padding: 3px; font-size: 11px; }
@keyframes x-marquee {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(-100%);
    }
}

/* ------------------------ game lobby --------------------- */
/* ===== GAME LOBBY WRAPPER ===== */
#game-lobby {
    padding: 12px;
    padding-bottom: 80px;
}

/* ===== CATEGORY CARD ===== */
.lobby-category {
    background: linear-gradient(180deg, #1e1e2f, #141422);
    border-radius: 14px;
    padding: 12px 10px 14px;
    margin-bottom: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
    position: relative;
}

/* ===== CATEGORY TITLE ===== */
.lobby-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

.lobby-title img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.lobby-title span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}

/* ===== CAROUSEL ITEMS ===== */
.lobby-carousel .item {
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lobby-carousel .item img {
    border-radius: 12px;
    width: 100%;
    display: block;
}

/* Hover effect (desktop only) */
@media (hover: hover) {
    .lobby-carousel .item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
    }
}

/* ===== ARROW BUTTONS ===== */
.lobby-carousel .owl-nav button {
    pointer-events: auto;
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.45);
    border: none !important;
    transition: all 0.25s ease;
}

/* Arrow icons */
.lobby-carousel .owl-nav button span {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}

/* Left & Right positioning */
.lobby-carousel .owl-nav .owl-prev {
    left: -8px;
}

.lobby-carousel .owl-nav .owl-next {
    right: -8px;
}

/* ===== ARROW CONTAINER ===== */
.lobby-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    pointer-events: none;
}

/* ===== MOBILE TWEAK ===== */
@media (max-width: 768px) {
    .lobby-category {
        padding: 10px;
        border-radius: 12px;
    }

    .lobby-title span {
        font-size: 13px;
    }
}
/* Ensure bottom space in each lobby carousel */
.lobby-carousel .owl-stage-outer {
    box-sizing: content-box;
}

/* Make bottom nav always on top */
#HomeBtmMenu {
    z-index: 2000;
    width: 100%
}

/* Desktop (>= 992px) */
@media (min-width: 992px) {
    #game-list .game-item .row > div {
        flex: 0 0 20%;  /* 5 items per row */
        max-width: 20%;
    }
}
/* --------------------------------------------- */
.navTitleBox {
    background: linear-gradient(135deg, #4A6B8C, #253B4E) !important;
    color: #fff !important;
}

.col-12 {
    border: 1px solid #ffffff; /* white border */
    border-radius: 12px;       /* rounded corners */
    background-color: rgba(255, 255, 255, 0.05); /* subtle transparent background */
    box-sizing: border-box;    /* ensure padding doesn't break layout */
}

.transaction-menu .btn-link {
    border-bottom: 1px solid #E6EAF0;
}

.transaction-menu .btn-link.active {
    color: #ffffff;
    font-weight: 600;
    border-bottom: 2px solid #4F9DFF;
}
