@import "bootstrap1.css";
@import "style.css";
@import "dark.css";
@import "font-icons.css";
@import "animate.css";
@import "magnific-popup.css";
@import "style-v4.css";
/*@import "style-v5.css";*/
@import "responsive.css";
/*@import "fontawesome.css";*/
/*@import "solid.css";*/
@import "global.css";
@import "header.css";
@import "footer.css";
@import "home.css";
@import "page.css";
@import "bonus.css";
@import "account.css";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

.font-poppins {
    font-family: "Poppins", sans-serif !important;
    letter-spacing: 0.3px;
}

.m-0 {
    margin: 0 !important;
}

.fs-1 {
    font-size: 2.5rem !important;
}

.fs-2 {
    font-size: 2rem !important;
}

.fs-3 {
    font-size: 1.75rem !important;
}

.fs-4 {
    font-size: 1.5rem !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fs-7 {
    font-size: 0.875rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.font-bold {
    font-weight: bold !important;
}

.font-semibold {
    font-weight: 600 !important;
}

.d-none {
    display: none;
}

.p-1 {
    padding: 1rem !important;
}

.w-25 {
    width: 25% !important;
}

.w-35 {
    width: 35% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.p-0 {
    padding: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-0-3 {
    padding-left: 0.3rem !important;
}

.pl-0-5 {
    padding-left: 0.5rem !important;
}

.pl-1 {
    padding-left: 1rem !important;
}

.pl-5 {
    padding-left: 5rem !important;
}

.pl-5-c {
    padding-left: 5rem;
}

.pr-0-3 {
    padding-right: 0.3rem !important;
}

.pr-0-5 {
    padding-right: 0.5rem !important;
}

.pt-0-5 {
    padding-top: 0.5rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pt-1-5 {
    padding-top: 1.5rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-2-5 {
    padding-top: 2.5rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pb-0-5 {
    padding-bottom: 0.5rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem;
}

.py-0-3 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.py-0-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.px-0-5 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.ms-auto {
    margin-inline-start: auto !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.align-items-center {
    display: flex !important;
    align-items: center !important;
}

.text-normalcase {
    text-transform: none !important;
}

.crypto-border {
    border: solid 2px #C6FCFF;
    padding: 10px;
    border-radius: 5px;
    margin: 10px auto;
}


.login-header-list {
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
}

.login-header-list li {
    margin-top: 8px;
    display: inline-flex;
}

.login-header-list li a {
    padding: 0 10px;
    color: white;
}

.account-title {
    border-bottom: 1px dashed yellow;
}

#language-menu {
    background: transparent;
    color: white;
}

.mobile-login-panel {
    position: absolute;
    top: 1%;
    right: 143px;

}

.validationScreenLoader,
.screenLoader {
    position: absolute;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0 auto;
    /*margin:-45px 0 0 -100px;*/
    text-align: center
}

.screenLoaderContent {
    position: fixed;
    top: 50%;
    left: 25%;
    right: 25%;
}

.screenLoaderContent img {
    width: 80px;
}

#loginForm input,
#registerForm input {
    background: white;
    /*color: white*/
}

.headerDiv {
    border: 1px solid yellow;
    margin-bottom: 20px;
}

.content-body {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.content ul,
.content li {
    color: white;
}

.m-auto {
    margin: auto;
}

.bankImg img {
    width: 50px;
    margin-right: 5px;
    cursor: pointer;
}

.bankImg img:hover,
.bankImg img.active {
    transform: scale(1.2);
    border: 2px solid red;
}

.errText {
    color: red;
    font-style: italic;
}

.btn-android {
    background: linear-gradient(to bottom, #c9ffe2 0%, #3ddd85 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 50%;
}

.btn-ios {
    background: linear-gradient(to bottom, #ffffff 0%, #d4d4d4 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 50%;
}

.btn-transfer {
    color: rgba(0, 0, 0, .9);
    font-size: 15px;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-history {
    width: 100px;
    color: #fff;
    border-radius: 5px;
    height: 39px;
    padding: 8px 0;
    background: linear-gradient(to bottom, #0087eb 0%, #081f47 100%);
    border: none;
}

.btn-history:hover,
.btn-history.active {
    color: #000;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-yellow {
    color: rgba(0, 0, 0, .9);
    border-radius: 5px;
    font-size: 15px;
    height: 37px;
    font-weight: 700;
    border: 1px solid #00508e;
    padding: 0px 10px;
    margin-top: 10px;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-join {
    background: #fdb200;
    color: black;
    width: 180px;
}

.btn-bank {
    width: 140px;
    color: black;
    background-color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    height: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

.btn-bank:hover,
.btn-bank.active {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
}

.btn-rebate {
    width: 140px;
    color: black;
    background-color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    height: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

.btn-rebate:hover,
.btn-rebate.active {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
}

.btn-light-blue {
    background: #3cc2fa;
    color: black;
}

.btn-amount {
    display: inline-block;
    margin-right: 1rem;
    color: black;
    background-color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    height: 37px;
    width: 10rem;
    font-weight: 700;
    padding: 0px 10px;
    margin-top: 10px;
}

.btn-amount:hover,
.btn-amount.active {
    color: #000;
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
}

.btn-menu {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    color: white
}

.btn-menu:hover {
    color: white
}

.form-control.input-dark {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #555 !important;
    border-radius: 8px;
    padding: 2rem !important;
}

.input-dark::placeholder {
    color: #ccc !important;
    /* placeholder 白灰色 */
    opacity: 1;
    /* 让 placeholder 不透明 */
}


.btn-custom1 {
    background: linear-gradient(180deg, #A8FFA2 0%, #44CA3A 100%);
    color: #01700E;
}

.btn-custom1:hover {
    background: linear-gradient(180deg, #A8FFA2 0%, #44CA3A 100%);
    color: #01700E;
}

.btn-custom2 {
    border-radius: 8px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    color: black;
}

.btn-custom2:hover {
    opacity: 0.8;
}

.btn-gold.active {
    background: linear-gradient(#f8ba2e, #823c1c);
    color: black;
}

.btn-gold {
    background: linear-gradient(#f5d778, #68491b);
    color: black;
}

.sectionBar {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 40px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: black;
}

.gameBox {
    color: white;
    border: 2px solid gold;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
}

.gameBox input[disabled] {
    text-align: center;
    /*border-radius: 20px;*/
    border-color: gold;
    background: transparent;
    color: white
}


.dropdown .dropdown-menu {
    background-color: #181818;
}

.dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 5px 20px;
    color: white;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #a97a0e;
}

.bg-custom1 {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-custom {
    background-color: #a97a0e;
}

.bg-customnew {
    background: linear-gradient(#846317 10%, #fdf36a 60%, #967c31 100%);
}

.bg-customnew:hover {
    background: linear-gradient(#846317 10%, #fbd016 60%, #967c31 100%);
}

.bg-header-custom {
    background: linear-gradient(to bottom, #a97a0e, #f7eb82, #a97a0e);
}

.bg-modal-body {
    background: rgba(16, 34, 38, 0.8);
}

.bg-red {
    background-color: red;
}

.bg-grey {
    background-color: grey;
}

.bg-gold {
    background-color: gold;
}

.bg-yellow {
    background-color: yellow;
}

.bg-dark-gray {
    background: #383B40 !important;
}

.bg-soft-black {
    background: #14171B !important;
}

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: black !important;
}

.bg-black-transparent {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-whatsapp {
    background-color: #25D366 !important;
}

.bg-telegram {
    background-color: #00B2FF !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-stage {
    background: url('../../images/project/img-stage.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
}

.slot-header {
    padding: 10px 0;
    background: linear-gradient(to bottom, #080808 13%, #393939 50%, #080808 87%);
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.slot-header.active {
    top: 0;
    background: linear-gradient(to bottom, #a3700f 1%, #e9c379 50%, #a3700f 99%, #a3700f 100%);
    color: #2b1c00;
}

.main-title {
    background: url('../../images/project/title-bar.png');
    background-repeat: no-repeat;
}

.main-title-past {
    margin-top: 200px;
}

.main-title p {
    color: white;
    margin-left: 30px;
    padding: 5px 0;
}

.announcement-bar {
    background: #383B40;
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
}

/* 内容容器 */
.announcement-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.announcement-label-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 25px;
}


.announcement-label-img img {
    height: 18px;
    /* ✅ 图标变小 */
    width: auto;
    display: block;
}

/* 滚动区域 */
.announcement-content {
    position: relative;
    overflow: hidden;
    flex: 1;
}

.announcement-text {
    font-size: 1.3rem;
    display: inline-block;
    white-space: nowrap;
    animation: scrollText 60s linear infinite;
}

.announcement-text:hover {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes scrollText {
    from {
        transform: translateX(30%);
    }

    to {
        transform: translateX(-100%);
    }
}


/* 手机端适配 */
@media (max-width: 768px) {
    .announcement-bar {
        font-size: 14px;
    }
}

.homeGameTitle {
    padding: 10 auto;
}

.menubarnew {
    /*	border-top: 1px solid #f4d374; */
}

.menubarnew ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    width: 100%
}

.menubarnew li {
    padding: 3px 0;
    text-align: center;
    background: #383B40;
    margin-bottom: 5px;
    border-radius: 10px;
}

.menubarnew li.active {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    box-shadow: 0 0 16px #f4d374;
    border: 2px solid #f4d374;
    color: black !important;
}

.menubarnew img.active {
    transform: skewX(0deg) scale(1.4);
    transition: all 0.2s ease-in-out;
    filter: drop-shadow(0 0 9px #ff6100);
}

.menubarnew img {
    max-height: 50px;
    max-width: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menubarnew li.active a {
    color: black;
    font-size: 10px;
}

.menubarnew li a {
    color: white;
    font-size: 9px;
}

.equalHeight {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equalHeight:before,
.equalHeight:after {
    display: none;
}

.hd {
    display: none;
}

.br-20 {
    border-radius: 20px;
}

.md-bl {
    border-left: 1px solid white;
}

.text-center {
    text-align: center !important;
}

.text-yellow {
    color: yellow !important;
}

.text-black {
    color: black !important;
}

.text-white {
    color: white !important;
}

.text-red {
    color: red !important;
}

.text-green {
    color: green !important;
}

.text-gold {
    color: #ffd700 !important;
}

.text-light-blue {
    color: #4cc5f8 !important;
}

.text-sky {
    color: #81c8ff !important;
}

.border-white {
    border-color: white;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.tcp {
    cursor: pointer;
}

.crd {
    color: #01700E;
}

.refTitle {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-align: center;
}

.nav-menu {
    background-color: #14171B;
    text-align: right;
}

.nav-link.nav-header {
    transform: skewX(-15deg);
    transition: all 0.2s ease-in-out;
}

.nav-link.nav-header.active,
.nav-link.nav-header:hover {
    background-color: #112225;
}

.nav-link.nav-header.active .nav-link-rotate img,
.nav-link.nav-header:hover .nav-link-rotate img {
    transform: skewX(0deg) scale(1.3);
    transition: all 0.2s ease-in-out;
}

.nav-link-rotate {
    transform: skewX(15deg);
}

.img-play-btn {
    position: absolute;
    bottom: 12%;
    left: 20%;
    width: 150px;
}


.gameIcon {
    height: 189px;
    display: flex;
    align-items: center;
    border: 1px solid gold;
    margin: 5px auto;
}

.gameTitle {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.gameIcon:hover .overlay {
    opacity: 1;
}

.gameIcon img {
    width: 100%;
}

.gameIcon .overlay {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}

.gameIcon .play {
    margin: 50% auto;
    width: fit-content;
    background: #fbbd2e;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
}

.blink {
    animation: blinker 2s linear infinite;
}

.side_qr {
    text-align: center;
    display: inline-block;
    padding: 15px;
    background: #000;
    /*border: 2px solid rgba(64,202,21);*/
    /*background: url('../../images/project/side_bg.png') bottom center no-repeat;*/
    position: fixed;
    top: 25%;
    right: -250px;
    width: 250px;
    z-index: 999;
    transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -webkit-transition: right 0.4s ease;
}

.side_qr:hover .qr_button {
    animation: none;
}

.side_qr .qr_button {
    animation: blinker 2s linear infinite;
    position: absolute;
    top: 0px;
    left: -41px;
    display: inline-block;
    width: 50px;
}

.side_qr table {
    margin: 0;
}

.side-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.side-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(12, 34, 50, 1);
}

.side_qr_left {
    position: fixed;
    top: 30%;
    /* 垂直居中偏上一点 */
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;

    /* 动画上下浮动 */
    /* animation: floatUpDown 3s ease-in-out infinite; */
}

/* 上下浮动动画 */
@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(-50%) translateY(0);
    }

    50% {
        transform: translateY(-50%) translateY(-20px);
    }
}

/* 子元素样式美化一下 */
.side_qr_left .qr_button_left img {
    display: block;
    border-radius: 8px;
}

.side_qr_left .side-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.side_qr_left .side-left {
    text-align: center;
    padding: 5px;
}

.side_qr_left .side-right {
    padding: 5px;
}

.side-item {
    height: 30px;
    line-height: 30px;
}

.atmDepTable table.table {
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
}

.atmDepTable th:first-child {
    border-top-left-radius: 12px;
}

.atmDepTable th:last-child {
    border-top-right-radius: 12px;
}

.atmDepTable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.atmDepTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}


.atmDepTable th {
    color: black !important;
    text-align: left;
    padding: 8px;
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);

}

.atmDepTable td {
    text-align: left;
    padding: 8px;
    background: white;
    border-top: 0 !important;
    color: black !important;
}

.button-spin {
    text-align: center
}

.button-spin button {
    padding: 8px;
    margin: 10px;
    width: 120px;
    font: 700 22px arial;
    background: red;
    color: #fff;
    box-shadow: 0 1px 5px #333;
    border-radius: 5px;
    border: 1px solid #fff;
    outline: 0;
    cursor: pointer
}

.button-spin button:hover {
    background: #e00
}

.button-spin #countdown {
    width: 200px;
    margin: 0 auto;
    padding: 5px;
    font: 700 14px arial;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.button-spin i {
    font-size: 50px;
    color: #ff0;
    text-shadow: 0 1px 5px #333
}

.winwheel {
    text-align: center;
    padding: 3px 3px 0;
    background: #666;
    background: radial-gradient(#000 3%, #000 4%, #0f0 5%, #000 6%, #000 7%, #fc0 8%, #000 9%, #000 10%, #ff0 11%, #000 12%, #000 13%, #f0c 14%, #000 15%, #000 16%, #0cf 17%, #000 18%, #000 19%, #c6f 20%, #000 21%, #000 28%, #fc0 28%, #fc0 30%);
    border-radius: 1000px;
    border: 5px solid #000;
}

.winwheel-content {
    /*background:linear-gradient(#09c,#f0f,#ff0);*/
    background: #14171B;
    width: 100%;
    padding: 20px;
    max-width: 500px;
    margin: auto;
}

.prize-table td.step-action div {
    padding: 3px 15px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 5px;
}

.youtube_iframe {
    background: url(../../images/project/tv-frame.png) no-repeat center;
    background-size: contain;
    position: relative;
    height: 500px;
}

.youtube_iframe .youtube {
    height: 400px;
    width: 98%;
    margin: auto;
    padding-top: 63px;
}

.youtube_iframe .youtube .fluid-width-video-wrapper {
    padding-top: 56% !important;
}

.progress-status {
    height: 40px;
    border-radius: 20px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
}

.progress-animation {
    background-color: gold;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.progress-animation.bronzeProgress {
    width: 17%
}

.progress-animation.silverProgress {
    width: 45%
}

.progress-animation.goldProgress {
    width: 75%
}

.progress-animation.platinumProgress {
    width: 100%;
    border-radius: 20px;
}

/*.progress-animation.diamondProgress{
    width: 100%;
    border-radius: 20px;
}*/

.progress-status .bar-separator:nth-child(2) {
    margin-left: 17%;
}

.progress-status .bar-separator:nth-child(3) {
    margin-left: 45%;
}

.progress-status .bar-separator:nth-child(4) {
    margin-left: 75%;
}

/*.progress-status .bar-separator:nth-child(5) {
    margin-left: 70%;
}*/

.progress-deposit {
    margin-left: 4%;
}

.progress-deposit .treasure-box {
    margin-left: -15px;
}

.progress-deposit .treasure-box.active {
    animation: createBox 2s infinite;
}

@keyframes createBox {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.8);
    }
}

.progress-deposit:nth-child(2) {
    margin-left: 10%;
}

.progress-deposit:nth-child(3) {
    margin-left: 20%;
}

.progress-deposit:nth-child(4) {
    margin-left: 21%;
}

/*.progress-deposit:nth-child(5) {
    margin-left: 17%;
}*/
.progress-deposit:last-child {
    margin-left: 15%;
    margin-right: 20px;
}

.progress-balance {
    height: 30px;
    border: 2px solid gold;
}

/* Shine */
.promoBox figure {
    position: relative;
    margin-bottom: 0px;
}

.promoBox figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.promoBox figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

/*PROFILE MENU SIDE CSS*/
.profile-menu-side-border {
    background-color: #383B40;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    color: white;
}

.profile-menu-side-border .profile-menu-side-divider {
    padding: 20px 0px;
    border-bottom: 2px solid #dadada;
}

.profile-menu-side-border .profile-picture {
    margin-bottom: 20px;
}

.profile-menu-side-border .customer-name {
    font-weight: bold;
}

.profile-menu-side-border .profile-menu-side-title {
    font-weight: bold;
}

.profile-menu-side-border .profile-menu-side-details a {
    color: white;
}

.profile-menu-side-border .profile-menu-side-details a:hover {
    color: red;
}

/*VIP HEADER CSS*/
.question-mark:hover+.withdrawal-tip {
    display: block;
}

.withdrawal-tip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    color: white;
    text-align: left;
    display: none;
    z-index: 1;
}

.vip-header-border {
    background: #383B40;
    border-radius: 10px 10px 0px 0px;
}

.vip-header-details {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.vip-header-details-text {
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 12px;
    flex-grow: 1;
}

.vip-header-details-text:last-child {
    border-right: none;
}

.vip-header {
    color: white;
    font-weight: bold;
}

.vip-header-text a {
    color: black;
    font-weight: bold;
}

.vip-header-text a button {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    padding: 10px 10px;
    border: none;
    border-radius: 5px;
}

.vip-header-text a button:hover {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
}

.vip-custom-btn {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    color: black;
    font-weight: 600;
}

/* 进度条 */
.progress-status {
    position: relative;
    height: 3rem;
    background-color: #F4F4F4;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 6px;
}

.progress-animation {
    height: 100%;
    background-color: gold;
    width: 0;
    border-radius: 10px;
    transition: width 0.5s ease;
}

/* 分隔线 */
.bar-separator {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    opacity: 0.7;
}

.bar-separator:nth-child(1) {
    left: 20%;
}

.bar-separator:nth-child(2) {
    left: 40%;
}

.bar-separator:nth-child(3) {
    left: 60%;
}

.bar-separator:nth-child(4) {
    left: 80%;
}

.vip-levels {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    margin-top: 4px;
}

.vip-level {
    text-align: center;
}

.vip-amount {
    font-size: 1rem;
    color: #555;
}

.treasure-box.active {
    animation: createBox 1s infinite;
}

.treasure-box.reached {
    opacity: 0.4;
    cursor: default;
}

.treasure-box.locked {
    opacity: 1;
    cursor: not-allowed;
}

.progress-deposit {
    margin-left: 4%;
}

.treasure-box {
    width: 30%;
}

.progress-deposit .treasure-box {
    margin-left: -15px;
}

.progress-deposit .treasure-box.active {
    animation: createBox 2s infinite;
}

.vipTable {
    border-radius: 25px;
    overflow: hidden;
}

.vipTable table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 25px;
    overflow: hidden;
}

.vipTable table th,
.vipTable table td {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.vipTable table thead th {
    border-bottom: none !important;
}


.mobile-nav-bar {
    text-align: center;
    color: white;
    font-size: 9px;
    font-weight: bold;
    padding: 20px 0px;
}

.mobile-nav-bar {
    width: 100%;
    padding: 10px;
}

.mobile-nav-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* 关键：每个按钮间隔 10px */
}

.mobile-nav-btn {
    flex: 1;
    background: #5B5B5B;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    text-decoration: none;
}

.mobile-nav-btn img {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto 4px;
}


.dep-custom-btn {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    color: black;
    font-weight: 600;
    padding: 10px 10rem;
}

.transfer-custom-btn {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    color: black;
    font-weight: 600;
}

.transfer-custom-btn1 {
    background: linear-gradient(180deg, #A8FFA2 0%, #44CA3A 100%);
    color: black;
    font-weight: 600;
}

.transfer-custom-btn2 {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    padding: 10px 10rem;
    color: black;
    font-weight: 600;
}

.wth-custom-btn {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    padding: 5px 10rem;
    color: black;
    font-weight: 600;
}

.hts-custom-btn {
    background: #5B5B5B;
    padding: 10px 3rem;
    color: white;
    font-weight: 600;
}

.hts-custom-btn.active {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    color: black;
}

.profile-custom-btn {
    background: #5B5B5B;
    padding: 10px 3rem;
    border: 1px solid #5B5B5B;
    border-radius: 10px;
    color: white;
    font-weight: 600;
}

.profile-custom-btn.active {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    padding: 10px 3rem;
    color: black;
    border-radius: 10px;
    font-weight: 600;
}

.profile-custom-btn1 {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    padding: 10px 5rem;
    color: black;
    border-radius: 10px;
    font-weight: 600;
}

.claim-custom-btn {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    padding: 10px 5rem;
    color: black;
    border-radius: 10px;
    font-weight: 600;
}


.history-date .input-group-addon {
    background-color: #5B5B5B !important;
    color: white !important;
    border-color: #5B5B5B !important;
}

.history-date .input-group input.form-control {
    background-color: #5B5B5B;
    color: white;
    border: 1px solid #5B5B5B;
    height: 4rem !important;
}

.home-custom-btn {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
}

.header-custom-btn {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    padding: 1rem 10rem;
    color: black;
    font-weight: 600;
}

.header-modal-header {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header-modal-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



.mobile-nav-bar a {
    color: white;
}

.mobile-nav-bar-image img {
    height: 30px;
}

.mobile-nav-bar-image {
    margin-bottom: 10px;
}

/*NEW DEPOSIT LAYOUT */
.new-white-bg {
    padding: 20px;
}

.table-section-bar {
    background: linear-gradient(360deg, rgba(255, 240, 120, 1) 0%, rgba(255, 210, 91, 1) 50%, rgba(248, 179, 63, 1) 100%);
    text-align: center;
    padding: 10px 0px;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.image-powered-by img {
    width: 10%
}

.productmain {
    margin-top: 45px;
    position: relative;
}

.producttitle {
    position: absolute;
    top: -23px;
    left: 25%;
    right: 25%;
    font-size: 25px;
    background: url(../../images/project/body_bg.jpg) no-repeat center;
    color: white;
    padding: 5px;
    text-transform: uppercase;
}

.ourproduct {
    padding: 20px;
    text-align: -webkit-center;
    border: 6px solid #9fd4f8;
    margin: 10px;
}

.ourproduct img {
    width: 30%
}

#ccbx {
    border-radius: 50%;
    margin: -25px auto 0;
    /*margin-top:-25px;*/
    width: 76px;
    height: 76px;
    position: relative;
    z-index: 1002;
    text-align: center;
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
}

#ccbx img,
#ccbx a {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

#ccbx a,
#ccbx img {
    margin: 0 auto;
}

.lang-dropdown img {
    width: 34px;
}

.d-flex {
    display: flex;
}

.desktopView {
    display: block;
}

.mobileView {
    display: none;
}

.custom-alert-fail {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #e74c3c;
    color: #fff;
    padding: 12px 20px 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
}

.custom-alert-fail::before {
    content: "✖";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

.custom-alert-fail.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.custom-alert-success {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #2e7d32;
    color: #fff;
    padding: 12px 20px 12px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
}

.custom-alert-success::before {
    content: "✔";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

.custom-alert-success.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.custom-table-ipoint {
    border-collapse: collapse;
    width: 100%;
    border: none !important;
}

.custom-table-ipoint th,
.custom-table-ipoint td {
    border: none !important;
    text-align: center;
    padding: 10px;
}

.custom-table-ipoint thead th {
    background-color: #FFD943 !important;
    color: #000;
    border: none !important;
}

.custom-table-ipoint thead th:first-child {
    border-top-left-radius: 10px;
}

.custom-table-ipoint thead th:last-child {
    border-top-right-radius: 10px;
}

.custom-table-ipoint tbody tr:nth-child(odd) {
    background-color: #1F2944;
    color: #fff;
}

.custom-table-ipoint tbody tr:nth-child(even) {
    background-color: #0D152A;
    color: #fff;
}

.custom-table-ipoint>tbody+tbody {
    border-top: none !important;
}

.game-tittle-icon {
    width: 4rem;
}

.game-tittle-app-icon {
    width: 3rem;
}

.gameImg {
    position: relative;
    display: inline-block;
}

.desktop-game-image {
    width: 100%;
    display: block;
}

.game-play-btn {
    position: absolute;
    top: 70%;
    left: 67%;
    transform: translate(-50%, -50%);
    padding: 8px 5rem;
    background: #38292999;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    pointer-events: none;
    transition: background .25s ease;
}

.gameImg:hover .game-play-btn {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    color: black;
}

.game-play-btn-home {
    position: absolute;
    top: 70%;
    left: 67%;
    transform: translate(-50%, -50%);
    padding: 8px 5rem;
    background: #38292999;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
    pointer-events: none;
    transition: background .25s ease;
}

.gameImg:hover .game-play-btn-home {
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);
    color: black;
}

.btn-4d-login {
    width: 35%;
}

.gameTable table.table {
    background-color: transparent;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
}

.gameTable th:first-child {
    border-top-left-radius: 12px;
}

.gameTable th:last-child {
    border-top-right-radius: 12px;
}

.gameTable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.gameTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}


.gameTable th {
    color: black !important;
    text-align: left;
    padding: 8px;
    background: linear-gradient(180deg, #FFF7D7 0%, #FFD943 100%);

}

.gameTable td {
    text-align: left;
    padding: 8px;
    background: white;
    border-top: 0 !important;
    color: black !important;
}


@media (max-width: 1200px) {
    .progress-deposit:nth-child(2) {
        margin-left: 10%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 18%;
    }

    .progress-deposit:last-child {
        margin-left: 14%;
        margin-right: 20px;
    }

    .youtube_iframe .youtube {
        width: 97%;
        height: 380px;
    }
}

@media (max-width: 991px) {
    #header.sticky-header #header-wrap {
        position: fixed;
    }

    #logo {
        position: relative;
    }

    .md-bl {
        border-left: initial;
    }

    .desktopView {
        display: none;
    }

    .mobileView {
        display: block;
    }

    .progress-deposit:nth-child(2) {
        margin-left: 7%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 16%;
    }

    .progress-deposit:nth-child(4) {
        margin-left: 19%;
    }

    .progress-deposit:last-child {
        margin-left: 12%;
        margin-right: 20px;
    }

    .main-title-past {
        margin-top: 20px;
    }

    .homeGameTitle {
        padding: 5 auto;
    }

    .side-item {
        height: 50px;
    }

    .side-left {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .side-left i {
        vertical-align: middle;
    }

    .side-right {
        width: 80%;
        height: 50px;
        line-height: 50px;
    }

    .side-right a {
        vertical-align: middle;
    }

    .lang {
        position: absolute;
        right: auto;
        left: 80px;
    }

    .dropdown-menu.language {
        right: 0;
        left: initial;
    }

    .img-play-btn {
        left: 18%;
        width: 50px;
    }
}

@media (max-width: 767px) {
    .progress-deposit {
        font-size: 12px;
    }

    .progress-status {
        width: 100%;
    }

    .progress-deposit {
        margin-left: -15px;
    }

    .progress-status .bar-separator:nth-child(2) {
        margin-left: 14%;
    }

    .progress-status .bar-separator:nth-child(3) {
        margin-left: 50%;
    }

    .progress-status .bar-separator:nth-child(4) {
        margin-left: 75%;
    }

    .progress-deposit:nth-child(2) {
        margin-left: 7%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 28%;
    }

    .progress-deposit:nth-child(4) {
        margin-left: 17%;
    }

    .progress-animation.bronzeProgress {
        width: 15%
    }

    .progress-animation.silverProgress {
        width: 50%
    }

    .progress-animation.goldProgress {
        width: 75%
    }

    .progress-animation.platinumProgress {
        width: 100%;
        border-radius: 20px;
    }

    .lang {
        left: 60px;
    }

    .producttitle {
        font-size: 18px;
    }

    .game-play-btn {
        padding: 8px 3rem;
    }

    .game-play-btn-home {
        top: 75%;
        left: 70%;
        padding: 3px 1rem;
    }

    .btn-4d-login {
        width: 100%;
    }

    .app-game-btn {
        padding-left: 0.3rem !important;
        padding-right: 0.3rem !important;
    }
    
    .side_qr_left {
        top: 75%;
    }
}

/*custom width*/
@media (max-width: 541px) {
    .progress-deposit:nth-child(2) {
        margin-left: 4%;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 25%;
    }

    .progress-deposit:nth-child(4) {
        margin-left: 14%;
    }

    .progress-deposit:last-child {
        margin-left: 9%;
    }
}

/*custom width*/
@media (max-width: 480px) {

    .progress-deposit:nth-child(2) {
        margin-left: 0px;
    }

    .progress-deposit:nth-child(3) {
        margin-left: 18%;
    }

    .progress-deposit:nth-child(4) {
        margin-left: 8%;
    }

    .progress-deposit:last-child {
        margin-left: 0px;
    }

    /*.progress-animation.diamondProgress{
        width: 100%;
        border-radius: 20px;
    }*/
}

@media (max-width: 320px) {
    .progress-deposit {
        font-size: 10px;
    }

    .img-play-btn {
        width: 100px;
    }
}