/* CSS Document */

/* 焦点图 */
.mod-home .mod-banner{width:100%;}
.mod-banner{overflow:hidden;}
.slide-wrap{position:relative; text-align:center; height:100%;}
span.swiper-pagination-bullet{width:22px; height:6px; background:#F5F5F5; opacity:1; font-size:0; margin:0 5px; border-radius:25px; display:inline-block; cursor:pointer;}
span.swiper-pagination-bullet-active{background:#4594FF;}
.slide-wrap ul{width:100%; max-height:50vh}
.slide-wrap ul li a{display:block; width:100%; height:100%;}
.slide-wrap ul li img{width:100%; display:none;}
.slide-wrap .slide-arrow em{background:url(../images/common_spirits.png) no-repeat;}
.swiper-slide{text-align:center; font-size:18px; display:flex; -webkit-box-pack:center; justify-content:center; -webkit-box-align:center; align-items:center;}

.mod-banner .banner-arrow{max-width:1920px;}
.mod-banner .slide-arrow{width:60px; height:50px; position:absolute; top:40%; z-index:10; -webkit-transition:.3s; -o-transition:.3s; transition:.3s;}
.mod-banner .slide-prev{left:0;}
.mod-banner .slide-next{right:0;}
.mod-banner .slide-arrow em{width:60px; height:50px; background:no-repeat center / contain; display:block;}
.mod-banner .slide-prev em{background-image:url(../images/ico_left.avif);}
.mod-banner .slide-next em{background-image:url(../images/ico_right.avif);}
.mod-banner .slide-prev:hover em{background-image:url(../images/ico_left_h.avif);}
.mod-banner .slide-next:hover em{background-image:url(../images/ico_right_h.avif);}

/* 公告 */
.notice{width:100%; margin:0 auto; background: #151934; border-radius: 20px; margin-top: 20px; position:relative;}
.notice .layout{width: 100%; display: flex; align-items: center;}
.notice .marquee{float:left; width:1100px; margin-left:40px; height:45px; line-height:40px; color:#F5F5F5; overflow:hidden; cursor:pointer; font-size: 14px;}
.notice .marquee p{margin-left:100px; display:inline-block;}
.notice .marquee:before{content: ""; position: absolute; top: 0%; left: 30px; background: url(../images/header/selected-menu.avif) no-repeat center / 100px; width: 40px; height: 40px; background-size: contain;}

/* currency */
.exchange-pool i{background-image:url(../images/currency-btc365.avif);}
.profile-wallet li.btc i, .deposit-currency .btc, .exchange-rates li.btc i, .wdaddress-currency li.btc i, .footer li.btc i {background-image:url(../images/currency_btc.avif);}
.profile-wallet li.eth i, .deposit-currency .eth, .exchange-rates li.eth i, .wdaddress-currency li.eth i, .footer li.eth i {background-image:url(../images/currency_eth.avif);}
.profile-wallet li.ltc i, .deposit-currency .ltc, .exchange-rates li.ltc i, .wdaddress-currency li.ltc i, .footer li.ltc i {background-image:url(../images/currency_ltc.avif);}
.profile-wallet li.mbtc i,.deposit-currency .mbtc,.exchange-rates li.mbtc i,.wdaddress-currency li.mbtc i,.footer li.mbtc i{background-image:url(../images/currency_btc.avif);}
.profile-wallet li.usdt i,.deposit-currency .usdt,.exchange-rates li.usdt i,.wdaddress-currency li.usdt i,.footer li.usdt i{background-image:url(../images/currency_usdt.avif);}
.deposit-currency .usdt-erc20,.wdaddress-currency li.usdt-erc20 i{background-image:url(../images/currency_usdt.avif);}
.deposit-currency .usdt-trc20,.wdaddress-currency li.usdt-trc20 i{background-image:url(../images/currency_usdt_trc20.avif);}

/* custom-select */
.custom-select{font-size:14px; line-height:50px; color:#f5f5f5; position:relative;}
.custom-select select{visibility:hidden; width:0; height:0; padding:0; opacity:0; border:0;}
.select-selected{padding:0 50px 0 20px; color:#8b95b3; background:#1d2031; border-radius:10px; position:relative; cursor:pointer;}
.select-selected:after{content:""; width:7px; height:7px; position:absolute; right:25px; top:18px; border:solid #8b95b3; border-width:0 1px 1px 0; transform:rotate(45deg);}
.select-selected.select-arrow-active{border-bottom-right-radius:0; border-bottom-left-radius:0;}
.select-selected.select-arrow-active:after{top:24px; transform:rotate(-135deg);}
.select-items{width:100%; padding:0 20px 5px; background:#1d2031; box-shadow:0px 6px 6px rgba(0,0,0,.3); position:absolute; top:100%; z-index:1; border-bottom-right-radius:10px; border-bottom-left-radius:10px; overflow:hidden;}
.select-items div{margin:0 -15px; padding:0 15px; cursor:pointer;}
.select-items div:hover{background-color:#282b3c; border-radius:10px;}
.select-hide{display:none;}

/* history-table */
.history-table{width:100%; overflow-y:auto;}
.history-table table{width:100%; border:none;}
.history-table th{color:#8b95b3; background:#212438; text-align:left; font-weight:normal; white-space:nowrap;}
.history-table td{color:#f5f5f5; background:#1d2031; border-top:1px solid #15182C;}
.history-table th, .history-table td{padding:10px 7px;}
.history-table th:first-child, .history-table td:first-child{padding-left:14px;}
.history-table th:last-child, .history-table td:last-child{padding-right:14px; width:1%; white-space:nowrap;}

/* modal */
.modal-custom{width:90%; max-width:600px; max-height:90%; padding:30px 45px; color:#f5f5f5; background:#151725; border-radius:10px; position:fixed; top:50% !important; transform:translate(-50%,-50%); overflow-y:auto;}
.modal-custom .modal-hd{margin-bottom:30px; text-align:center;}
.modal-custom .modal-hd h1{font-size:20px; font-weight:bold; color:#ffffff;}
.modal-custom .modal-hd h3{font-size:15px; font-weight:bold; color:#ffffff;}
.modal-custom .modal-hd b{font-size:15px;}
.modal-custom .modal-content{margin-left:0;}
.modal-custom .modal-close{background:none;}
.modal-custom .modal-close:after{content:"✖"; font-size:20px; line-height:24px; color:#525674; opacity:.5;}
.modal-custom .modal-close:hover:after{opacity:1;}
.modal-custom .modal-button{width:104%; margin:50px -2% 0; display:flex; justify-content:space-around;}
.modal-custom .modal-button a{width:48%; max-width:300px; margin:0 10px; line-height:50px; font-size:14px; display:block;}
.modal-custom .modal-button-fullwidth{width:100%; margin:50px auto 0;}
.modal-custom .modal-button-fullwidth a{width:100%; margin-top:10px; line-height:50px; font-size:14px; display:block;}
.modal-custom .modal-step{margin:0 -20px 30px; display:flex; justify-content:space-between; text-align:center;}
.modal-custom .modal-step li{width:38%; min-width:200px; position:relative;}
.modal-custom .modal-step li:not(:first-child):after{content:''; width:155%; border-top:2px solid #4594ff; position:absolute; top:15px; right:calc(50% + 14px); z-index:-1;}
.modal-custom .modal-step.three-step li{width:33%; min-width:0;}
.modal-custom .modal-step.three-step li:not(:first-child):after{width:95%;}
.modal-custom .modal-step em{width:33px; height:33px; line-height:35px; margin:0 auto 15px; font-size:20px; color:#ffffff; background:#4594ff; border-radius:50%; display:block;}
.modal-custom .modal-step span{font-size:14px; line-height:1.4; color:#f5f5f5;}
.modal-custom .modal-step .xverified em{color:#151725; background:#424655;}
.modal-custom .modal-step .xverified span{color:#8b95b3;}
.modal-custom .modal-step .xverified:not(:first-child):after{border-top:2px dotted #424655;}
.modal-custom .modal-select{width:100%;}
.modal-custom + .reveal-modal-bg{background:rgba(0,0,0,.5);}

.modal-regtnc .modal-hd{margin-bottom:25px;}
.modal-regtnc .modal-hd h1{color: #F5F5F5;}
.modal-regtnc .modal-content p{font-size:14px;}

.modal-changepwd{max-width:460px;}
.modal-changepwd .mod-forms li{display:flex; justify-content:space-between; align-items:center; height:35px; padding-bottom:10px; margin-bottom:40px; border-bottom:1px solid #DDDDDD; position:relative;}
.modal-changepwd .mod-forms li:nth-child(2) .item-ipt p{display:none;}
.modal-changepwd .mod-forms li:nth-child(4){margin-bottom:0;}
.modal-changepwd .mod-forms label{width:50%; margin-right:15px; line-height:16px; font-size:16px; text-align:left; font-weight:600; position:relative;}
.modal-changepwd .mod-forms label:after{content:""; width:.5px; height:20px; background:#DDDDDD; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.modal-changepwd .mod-forms label em{display:none;}
.modal-changepwd .mod-forms .item-ipt{flex-grow:1; width:50%; overflow:visible;}
.modal-changepwd .mod-forms .item-ipt .left{width:calc(100% - 80px);}
.modal-changepwd .mod-forms .txt-ipt{width:100%; font-size:16px; color:#000000; padding:0; background:none; outline:none; border:none;}
.modal-changepwd .mod-forms span.error-tips{font-size:12px; line-height:1 !important; padding:4px 0 4px 24px; position:absolute; left:-4px; top:35px; line-height:20px;}
.modal-changepwd .mod-forms span.valid-tips{display:none !important;}
.modal-changepwd .mod-forms #vcode{margin-top:-4px;}
.modal-changepwd .mod-forms-btn{width:104%; margin:50px -2% 0; display:flex; justify-content:space-around;}
.modal-changepwd .mod-forms-btn a{width:48%; max-width:300px; margin:0 10px; line-height:50px; font-size:20px; font-weight:600; display:block;}

.modal-message .modal-content{font-size:14px; word-break:break-word;}
.modal-message .modal-content .title{font-size:15px; font-weight:600;}
.modal-message .modal-content .time{color:#8B95B3; margin:20px 0 30px;}
.modal-message .modal-content .time span{background:#1A2542; color:#4595FF; margin-right:20px; padding:10px 20px; border-radius:20px;}

.modal-wdverify .wdPassShow{position:relative; top:18px;}
.modal-wdverify .wdverify-code{font-size:14px; line-height:50px; color:#4594ff; padding-left:20px; cursor:pointer; white-space:nowrap;}
.modal-wdverify .wdverify-select{width:100%;}
.modal-wdverify .wdverify-reminder{margin-top:30px;}
.modal-wdverify .wdverify-reminder p{font-size:12px; line-height:1.3; color:#8b95b3; margin-top:10px;}

.modal-wdapply{max-width:400px;}
.modal-wdapply .modal-hd{margin-bottom:25px;}
.modal-wdapply .modal-content{text-align:center;}
.modal-wdapply .modal-content i{width:100px; height:100px; margin:20px auto; background:url(../images/success_icon.avif) no-repeat top / 100%; display:block;}
.modal-wdapply .modal-content p{font-size:14px;}

.modal-tokenwd .modal-content .tokenwd-balance{margin-bottom:40px; text-align:center;}
.modal-tokenwd .modal-content .tokenwd-balance h1{font-size:32px; font-weight:600;}
.modal-tokenwd .modal-content .tokenwd-balance p{font-size:20px;}
.modal-tokenwd .modal-content .tokenwd-total{width:100%; max-width:300px;}
.modal-tokenwd .modal-content .tokenwd-total li{float:left; width:100%; font-size:14px; display: inline-flex;}
.modal-tokenwd .modal-content .tokenwd-total li p{width: 150px; color: #F68323;}
.modal-tokenwd .modal-content .tokenwd-total em{color:#E8883E; margin-right:5px;}
.modal-tokenwd .modal-content .max-amount {position: absolute; top: -3px; right: 1%; color: #E8883E; font-weight: bold; font-size: 20px; text-align: right; cursor: pointer;}
.modal-tokenwd .modal-button{display: inline-block; width: 100%;}
.modal-tokenwd .modal-button a {width: 100%; max-width: unset; margin-bottom: 10px;}
.modal-tokenwd .modal-button a:last-of-type{border: #E8883E solid 1px; background: transparent; color: #E8883E;}

.modal-security .secPassShow{position:relative; top:18px;}
.modal-security .security-code{font-size:14px; line-height:50px; color:#4594ff; padding-left:20px; cursor:pointer; white-space:nowrap;}
.email-timer, .phone-timer{font-size:14px; line-height:50px; color:#4594ff; padding-left:20px; cursor:pointer; white-space:nowrap;}

.modal-wdaddress .wdaddrPassShow{position:relative; top:18px;}
.modal-wdaddress .wdaddress-code{font-size:14px; line-height:50px; color:#4594ff; padding-left:20px; cursor:pointer; white-space:nowrap;}

.modal-notify{max-width:400px; text-align:center;}
.modal-notify i{width:140px; height:140px; margin:0 auto 10px; display:block;}
.modal-notify i.info{background-image:url(../images/info_icon.avif);}
.modal-notify i.error{background-image:url(../images/error_icon.avif);}
.modal-notify i.success{background-image:url(../images/success_icon.avif);}
.modal-notify .modal-button{margin-top:20px;}
.modal-notify .modal-button a{border-radius:50px;}
.modal-notify .modal-button-fullwidth{margin-top:20px;}

.modal-landing{max-width:420px; padding:0; overflow:visible;}
.modal-landing .modal-hd{margin-bottom:0;}
.modal-landing .modal-hd img{width:100%;}
.modal-landing .modal-close{width:15px; height:15px; top:-20px; right:-20px;}
.modal-landing .modal-close:after{display:none;}
.modal-landing .modal-content{max-height:calc(100vh - 150px); overflow-y:auto;}
.modal-landing + .reveal-modal-bg{background:rgba(0,0,0,.9);}

.modal-regsuccess{max-width:470px; text-align:center;}
.modal-regsuccess i{width:140px; height:140px; margin:0 auto 10px; display:block;}
.modal-regsuccess i.success{background-image:url(../images/success_icon.avif);}
.modal-regsuccess .pb-10{padding-bottom:10px;}
.modal-regsuccess .modal-hd b{font-size:15px; color:#f5f5f5;}
.modal-regsuccess .modal-content.verify{text-align:left;}
.modal-regsuccess .modal-button a{border-radius:10px;}
.modal-regsuccess .modal-button-fullwidth{margin-top:20px;}
.modal-regsuccess .modal-button-fullwidth a.mb-minus{margin-bottom:-15px;}
.modal-regsuccess .security-code{font-size:14px; line-height:50px; color:#4594ff; padding-left:20px; cursor:pointer; white-space:nowrap;}

.modal-regsuccdpt{max-width:730px; padding:0; overflow:visible;}
.modal-regsuccdpt i{width:140px; height:140px; margin:0 auto 30px; display:block;}
.modal-regsuccdpt i.success{background-image:url(../images/success_icon.avif);}
.modal-regsuccdpt .modal-hd{color:#4594ff; background:#1c2134; margin-bottom:0; border-top-left-radius:8px; border-top-right-radius:8px;}
.modal-regsuccdpt .modal-hd h1{line-height:60px; font-size:16px; font-weight:normal;}
.modal-regsuccdpt .modal-hd img{opacity:.5;}
.modal-regsuccdpt .modal-close{width:15px; height:15px; top:-20px; right:-20px;}
.modal-regsuccdpt .modal-close:after{display:none;}
.modal-regsuccdpt .modal-content{max-height:calc(100vh - 150px); padding:20px; border-radius:0; border-bottom-left-radius:8px; border-bottom-right-radius:8px; position:relative; overflow-y:auto;}
.modal-regsuccdpt .modal-content:before{content:''; width:280px; height:100%; background:url(../images/aviatorLanding/popup_bg.avif) no-repeat left top / cover; position:absolute; left:0; top:0; z-index:-1; opacity:.5;}
.modal-regsuccdpt .regsuccdpt-wrap{display:flex;}
.modal-regsuccdpt .regsuccdpt-msg{min-width:250px; display:flex; justify-content:center; flex-flow:column; text-align:center;}
.modal-regsuccdpt .regsuccdpt-msg p{font-size:12px; line-height:1.6;}
.modal-regsuccdpt .regsuccdpt-dpt{flex-grow:1; padding-left:35px;}
.modal-regsuccdpt .deposit-container{width:100%;}
.modal-regsuccdpt .deposit-label{font-size:16px; line-height:1; color:#ffffff; margin:10px 0 25px; display:inline-block;}
.modal-regsuccdpt .deposit-currency .currencylist{padding-left:60px; background-position:left+15px center; background-size:30px; background-repeat:no-repeat;}
.modal-regsuccdpt .deposit-qr p{margin:20px auto 15px; text-align:center;}
.modal-regsuccdpt .deposit-qr p em{color:#ff7e0b;}
.modal-regsuccdpt .deposit-qr canvas{width:160px; height:160px; margin:0 auto 25px; padding:10px; background:#ffffff; display:block;}
.modal-regsuccdpt .deposit-address{line-height:50px; border-radius:50px; border:2px solid #383d55; display:flex; justify-content:space-between; align-items:center;}
.modal-regsuccdpt .deposit-address span{font-size:12px; color:#8f9db5; padding:0 20px;}
.modal-regsuccdpt .deposit-copy{width:50px; height:50px; background:url(../images/aviatorLanding/copy_icon.avif) #383d55 no-repeat center / 20px; border-radius:50%; cursor:pointer;}
.modal-regsuccdpt .deposit-amount{color:#8b95b3; font-size:12px; margin-top:10px; text-align:center;}
.modal-regsuccdpt .deposit-amount em{white-space:nowrap;}
.modal-regsuccdpt .deposit-minmax{color:#ffffff;} 
.modal-regsuccdpt .deposit-error p{color:#ec5252;}
.modal-regsuccdpt .deposit-reminder p{font-size:14px; line-height:1.4; margin:30px auto 15px;}
.modal-regsuccdpt + .reveal-modal-bg{background:rgba(0,0,0,.9);}

.modal-depactivity{max-width:775px; min-height:90%; padding:20px 25px;}
.modal-depactivity .modal-hd{margin-bottom:0;}

.modal-bethistory{max-width:1040px; padding:0;}
.modal-bethistory .modal-hd{margin:20px auto;}
.modal-bethistory .modal-content{height:calc(100vh - 160px); position:relative;}
.modal-bethistory iframe{width:100%; height:100%; position:absolute;}

.modal-license{max-width:420px; padding:30px 15px;}
.modal-license .modal-content p{color:#8B95B3; margin-bottom:15px; text-align:center;}
.modal-license .modal-content p:empty{margin-bottom:0;}

.modal-raf{max-width:640px;}
.modal-raf .modal-hd{margin-bottom:0;}
.modal-raf .modal-content{text-align:center;}
.modal-raf .raf-url{max-width:100%; min-width:350px; display:inline-block;}
.modal-raf .raf-url p{font-size:16px; line-height:1; padding:8px 12px; color:#8b95b3; border:1px solid #343957; border-radius:5px; position:relative; display:flex; align-items:center; justify-content:space-between;}
.modal-raf .raf-url span{margin-right:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.modal-raf .raf-url i{width:20px; height:20px; background:url(../images/icon-copy.avif) no-repeat center / 20px; cursor:pointer;}
.modal-raf .raf-qr{margin:10px auto 40px; padding:10px; background:#212438; border-radius:5px; display:inline-block;}
.modal-raf .raf-qr canvas{padding:15px; background:#FFFFFF; border-radius:5px;}

/* home */
.home-game-scroll ul{width:100%; padding:30px 0; display:flex; justify-content:space-between;}
.home-game-scroll ul li{width:10.5%; padding-bottom:12%; background:no-repeat center / 100%; border-radius:8px; position:relative; top:0; transition:top 0.5s; cursor:pointer; overflow:hidden;}
.home-game-scroll ul li:last-of-type{margin-right:0;}
.home-game-scroll ul li:hover{top:-10px;}
.home-game-scroll ul li div{width:100%; height:50px; backdrop-filter:blur(5px); position:absolute; bottom:0;}
.home-game-scroll ul li span{width:100%; line-height:50px; font-size:14px; color:#F5F5F5; position:absolute; bottom:0; text-align:center; display:block;}

.home-dividend-download{width:100%; margin:10px 0 50px; color:#F5F5F5; display:flex; flex-flow:row wrap; justify-content:space-between;}
.home-dividend-download .inner-wrap{background:#151934; border-radius:10px; margin-top:20px; display:flex;}
.home-dividend-download b, .home-product b, .home-download b{display:inline-block; width:100%; color:#f5f5f5; font-size:26px; font-weight:normal; white-space:nowrap;}
.home-dividend b span:nth-of-type(1), .home-product b span:nth-of-type(1), .home-download b span:nth-of-type(1){color:#3C3E5E; font-style:italic; font-size:16px; font-weight:normal; font-family:QuanXinYiGuanHeiTi;}
.home-dividend b .info{font-size:14px; color:#4594FF; margin:15px 0 0 15px; cursor:pointer;}

.home-dividend .dividend-section{padding:15px 20px; display:flex; flex-flow:row wrap;}
.home-dividend .dividend-section > div{width:100%;}
.home-dividend .dividend-header{height:32px; display:flex; align-items:center;}
.home-dividend .dividend-header img{width:25px; margin-right:5px;}
.home-dividend .dividend-header img:nth-of-type(2){width:65px; padding-top:2px;}
.home-dividend .dividend-exchange{height:calc(100% - 50px); padding-top:40px;}
.home-dividend .dividend-exchange li p{padding:25px 0 40px; display:flex; align-items:center;}
.home-dividend .dividend-exchange li p span{width:45%; font-size:32px; letter-spacing:1px; line-height:1;}
.home-dividend .dividend-exchange li p span:first-of-type{text-align:right;}
.home-dividend .dividend-exchange li p span em{font-size:20px; margin-left:15px;}
.home-dividend .dividend-exchange li p i{width:10%; height:20px; background:url(../images/home/icon-exchange.avif) no-repeat center / 20px;}
.home-dividend .dividend-distribute{display:flex; align-items:center;}
.home-dividend .dividend-distribute p, .token-section > p{color:#F5F5F5; font-size:14px; white-space:nowrap;}
.home-dividend .dividend-distribute em{min-width:80px; font-size:16px; line-height:1; font-weight:bold; text-align:center;}
.home-dividend .dividend-progress{width:80%; margin:0 10px; height:3px; background:#2B2F4B;}
.home-dividend .dividend-progress i{height:3px; background:#4594FF; border-radius:5px; display:inline-block; transition:width .3s;}
.home-dividend .dividend-progress .dot{background:#4594FF; width:8px; height:8px; border-radius:50%; display:block; position:relative; top:-5px;}

.home-dividend .token-pool{width:100%; height:25px; display:flex; align-items:flex-end; justify-content:space-between;}
.home-dividend .token-pool > div{width:45%; height:100%; display:flex; align-items:center;}
.home-dividend .token-pool > div span{color:#535b87; line-height:1;}
.home-dividend .token-pool .column-left{justify-content:flex-end;}
.home-dividend .token-pool .column-left img{width:25px; margin-right:5px;}
.home-dividend .token-pool .column-left img:nth-of-type(2){width:65px; padding-top:1px;}
.home-dividend .token-changes{height:25px; margin:0 10px; display:flex; align-items:center;}
.home-dividend .token-changes p{color:#8b95b3;}
.home-dividend .token-changes p:last-of-type{color:#0e990f; padding:0 20px 0 15px; position:relative;}
.home-dividend .token-changes p:last-of-type:after{content:''; width:6px; height:21px; position:absolute; right:0; top:-2px; background:url(../images/home/dividend-arrow.avif) no-repeat top right / 12px; transform:scaleY(-1);}
.home-dividend .token-changes p.down:last-of-type{color:#ff0000;}
.home-dividend .token-changes p.down:last-of-type:after{background-position:top left;}
.home-dividend .token-changes span{color:#f5f5f5; margin-right:12px;}
.home-dividend .token-changes em{color:#535b87; margin:0 15px;}
.home-dividend .token-exchange{min-width:120px; background:#4594FF; color:#FFFFFF; border-radius:30px; margin-left:auto; display:flex; justify-content:center; align-items:center; overflow:hidden;}
.home-dividend .token-exchange span{font-size:14px; line-height:1; padding:9px 0 9px 14px;}
.home-dividend .token-exchange i{width:40px; height:18px; background:url(../images/ico_right_h.avif?1) no-repeat center / 100%;}

.home-dividend .token-section{padding:20px 10px 0;}
.home-dividend .token-section ul{margin-top:10px;}
.home-dividend .token-section ul li{background:#1C203B; border:#2B2F4B solid 1px; border-radius:5px; margin-bottom:10px; padding:10px 15px; display:flex; align-items:center;}
.home-dividend .token-section ul li i{background:url(../images/icon-btc.avif) no-repeat center / 100%; min-width:25px; height:40px; display:block; margin-right:10px;}
.home-dividend .token-section ul li:nth-of-type(2) i{background-image:url(../images/icon-eth.avif); min-width:20px; margin-left:5px; margin-right:15px;}
.home-dividend .token-section ul li:nth-of-type(3) i{background-image:url(../images/icon-usdt.avif);}
.home-dividend .token-section ul li p span:first-of-type{color:#8B95B3; font-size:14px; margin-right:10px; width:20%; display:block;}
.home-dividend .token-section ul li p{width:100%; color:#F5F5F5; display:flex; justify-content:space-between;}
.home-dividend .token-section ul li p span:last-of-type{display:none;}

.home-popular{padding:8% 0; position:relative; display:flex; justify-content:space-between; align-items:flex-start;}
.home-popular .bg{width:99vw; height:100%; position:absolute; left:50%; bottom:0; z-index:-1; transform:translateX(-50%); background:url(../images/home/popular-game-bg.avif) no-repeat center / cover;}
.home-popular b{width:100%; height:70px; color:#f5f5f5; font-size:26px; font-weight:normal; white-space:nowrap; display:inline-block;}
.home-popular b > span{color:#3C3E5E; font-style:italic; font-size:16px; font-family:QuanXinYiGuanHeiTi;}
.home-popular .game-section-wrap{position:relative; z-index:2; display:flex; flex-wrap:wrap; justify-content:center; width:66%;}
.home-popular .game-section-wrap:last-of-type{display:block; width:33.5%; margin-left:1%;}
.home-popular .game-section-wrap .game-section{width:49%; position:relative; height:fit-content; margin-bottom:4%;}
.home-popular .game-section-wrap:last-of-type .game-section{width:90.5%; margin-bottom:8%;}
.home-popular .game-section-wrap .game-section img{width:100%; height:auto;}
.home-popular .game-section-wrap .game-section .hover-overlay{position:absolute; top:0; left:0; width:100%; height:100%; display:none; background:#0A102890; backdrop-filter:blur(5px); border-radius:8px;}
.home-popular .game-section-wrap .game-section:hover .hover-overlay, .home-popular .game-section-wrap .game-section:hover  a{display:inline-flex;}
.home-popular .game-section-wrap .game-section a{width:80%; margin:auto 10%; text-align:center; position:absolute; left:0; display:none; flex-wrap:wrap; justify-content:center; white-space:nowrap; align-items:center; top:20%; height:fit-content; cursor:default;}
.home-popular .game-section-wrap .game-section a p{color:#F5F5F5; font-size:18px; cursor:default;}
.home-popular .game-section-wrap .game-section a span{color:#4594FF; font-size:16px; border:#4594FF solid 1px;  border-radius:30px; padding:10px 5%; margin:10px auto auto auto; display:block; width:100%; text-align:center; cursor:pointer;}
.home-popular .game-section-wrap .game-section a span.restricted{color:#8B95B3; border-color:#8B95B3; pointer-events:none;}

.home-popular .game-section-wrap.first-part .inner-flex{width:47%; display:flex; flex-wrap:wrap; justify-content:space-between; margin-right:2%; position:relative; left:1%;}
.home-popular .game-section-wrap.first-part .inner-flex .game-section:nth-of-type(1){width:100%; margin-right:0%;}
.home-popular .game-section-wrap.first-part .inner-flex .game-section:not(:nth-of-type(1)){width:30%;}
.home-popular .game-section-wrap.first-part .inner-flex .game-section:not(:nth-of-type(1)) a{width:100%; margin:0;}
.home-popular .game-section-wrap.first-part .inner-flex .game-section:not(:nth-of-type(1)) a p{width:80%; margin:auto 10%; text-overflow:ellipsis; overflow:hidden;}
.home-popular .game-section-wrap.first-part .inner-flex .game-section:not(:nth-of-type(1)) a span{padding:10px 0; width:100%;}
.home-popular .game-section-wrap.first-part > .game-section a{top:35%;}

.home-product{padding:8% 0 0;}
.home-product ul{width:100%; padding:40px 0 0; display:flex; justify-content:space-between;}
.home-product ul li{width:32%; padding:2% 1% 2% 12%; background:#151934 no-repeat left center / 135px; border-radius:5px; display:flex; align-items:center;}
.home-product ul li:nth-child(1){background-image:url(../images/home/product-cn-1.avif?1);}
.home-product ul li:nth-child(2){background-image:url(../images/home/product-cn-2.avif?1); background-position-x:10px;}
.home-product ul li:nth-child(3){background-image:url(../images/home/product-cn-3.avif?1);}
.home-product ul li div{font-size:16px; color:#F5F5F5; font-weight:bold;}
.home-product ul li div span{font-size:14px; color:#8B95B3; line-height:1.2; padding-top:20px; font-weight:normal; display:block;}

/* Sports */
.mod-sports .sports-page{width:100%; height:calc(100vh - 100px); position:absolute; top:0; left:0;}
.mod-cn-game .selection-screen{display: flex; position:relative; background: url(../images/sports/sport-bg.avif) no-repeat center / cover; width: 100%; height: 83vh; min-height:600px}
.mod-cn-game .bg-overlay{display: block; position:relative; background: url(../images/sports/shine-bg.avif) no-repeat top center / cover; width: 100%; height: 100%; background-size: auto;}
.mod-cn-game .selection-screen .game-content{width:42%; max-width:750px; margin:auto auto auto 10%; height:100%; position:relative; z-index:1; display:flex; flex-direction:column; justify-content:center;}
.mod-cn-game .selection-screen .game-content > b{font-family:'Microsoft Yahei'; font-size:60px; font-style:italic; font-weight:900; color:#F5F5F5; margin-bottom:15px; letter-spacing:1px; text-shadow:#4594ff -1px 4px 15px; white-space:nowrap;}
.mod-cn-game .selection-screen .game-content > p{min-height:85px; font-size:18px; color:#F5F5F5; margin-bottom:20px;}
.mod-cn-game .selection-screen .game-content .game-selection{width:100%; margin-bottom:20px; display:flex;}
.mod-cn-game .selection-screen .game-content .game-selection p{width:100px; font-size:18px; color:#8B95B3; line-height:1.2; margin-right:10px; padding-bottom:10px; display:flex; flex-direction:column; align-items:center; text-align:center; cursor:pointer;}
.mod-cn-game .selection-screen .game-content .game-selection p.selected{color:#4694FF;}
.mod-cn-game .selection-screen .game-content .game-selection p:last-child{margin-right:0 !important;}
.mod-cn-game .selection-screen .game-content .game-selection p i{background: url(../images/sports/im-sport.avif) no-repeat center / 100%; width: 75px; height: 75px; display: block;}
.mod-cn-game .selection-screen .game-content .game-selection p.selected i{background-image: url(../images/sports/im-sport-selected.avif);}
.mod-cn-game .selection-screen .game-content .game-selection p.gpid202110080001 i{background-image: url(../images/sports/betb2b.avif);}
.mod-cn-game .selection-screen .game-content .game-selection p.gpid202110080001.selected i{background-image: url(../images/sports/betb2b-selected.avif);}
.mod-cn-game .selection-screen .game-content .game-selection p.gpid202303070001 i{background-image: url(../images/sports/betby.avif);}
.mod-cn-game .selection-screen .game-content .game-selection p.gpid202303070001.selected i{background-image: url(../images/sports/betby-selected.avif);}
.mod-cn-game .selection-screen .game-content .crypto-selection{ display: flex; align-items: center; margin-bottom: 50px;}
.mod-cn-game .selection-screen .game-content .crypto-selection p{ font-size: 18px; color: #F5F5F5; margin-right: 20px;}
.mod-cn-game .selection-screen .game-content .crypto-selection .currency-bg{background: url(../images/sports/game-currency-bg.avif) no-repeat center / 100%; width: 45px; height: 45px; position: relative; display: flex; align-items: center; justify-content: center;}
.mod-cn-game .selection-screen .game-content .crypto-selection p img{position: absolute; width: 40%;}
.mod-cn-game .selection-screen .game-content .crypto-selection p:last-of-type img{ width: 50%;}
.mod-cn-game .selection-screen .game-content .enter-game{ display: flex; font-size: 18px; font-weight: bold; font-style: italic; color: #F5F5F5; background: url(../images/sports/game-button.avif) no-repeat top / 100%; line-height: 10px; flex-direction: row; align-items: flex-start; justify-content: center; position: relative;}
.mod-cn-game .selection-screen .game-content .enter-game p{ position: absolute; top: 22%; font-size: 18px;}
.mod-cn-game .selection-screen .game-content .enter-game img{ position: absolute; width: 20px; }
.mod-cn-game .selection-screen .game-bg{ display: block; position: absolute; right: 0; background:no-repeat right bottom/ 90%; width: 50%; height: 100%; transition: all 0.3s; opacity:0; bottom:-30px; pointer-events:none;}
.mod-cn-game .selection-screen .game-bg{background-image:url(../images/sports/btc365-sport-bg.avif?1);}
.mod-cn-game .selection-screen .game-bg.show{opacity:1; bottom:0;}
.mod-cn-game .selection-screen .game-bg.betb2b-bg{ background-image: url(../images/sports/betb2b-bg.avif?1); width: 55%;}
.mod-cn-game .selection-screen .game-bg.euro-sport-bg{ background-image: url(../images/sports/euro-sport-bg.avif); width: 60%;}

/* Esports */
.mod-cn-game.mod-esports .selection-screen{background-image: url(../images/esports/esport-bg.avif);}
.mod-cn-game.mod-esports .selection-screen .game-content .game-selection p.gpid202103250001 i{background-image: url(../images/esports/euro-esport.avif);}
.mod-cn-game.mod-esports .selection-screen .game-content .game-selection p.gpid202103250001.selected i{background-image: url(../images/esports/euro-esport-selected.avif);}
.mod-cn-game.mod-esports .selection-screen .game-bg.im-esport-bg{background-image: url(../images/esports/im-esport-bg.avif); width: 65%;}
.mod-cn-game.mod-esports .selection-screen .game-bg.euro-esport-bg{background-image: url(../images/esports/euro-esport-bg.avif);}

/* Arcade */
.mod-cn-game.mod-arcade .selection-screen{background-image: url(../images/cryptogame/crypto-game-bg.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p i{background-image: url(../images/cryptogame/rocket.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.selected i{background-image: url(../images/cryptogame/rocket-selected.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.rocket i{background-image: url(../images/cryptogame/rocket.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.rocket.selected i{background-image: url(../images/cryptogame/rocket-selected.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.keno i{background-image: url(../images/cryptogame/keno.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.keno.selected i{background-image: url(../images/cryptogame/keno-selected.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.srocket i{background-image: url(../images/cryptogame/srocket.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.srocket.selected i{background-image: url(../images/cryptogame/srocket-selected.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.dice i{background-image: url(../images/cryptogame/dice.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.dice.selected i{background-image: url(../images/cryptogame/dice-selected.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.poker i{background-image: url(../images/cryptogame/poker.avif);}
.mod-cn-game.mod-arcade .selection-screen .game-content .game-selection p.poker.selected i{background-image: url(../images/cryptogame/poker-selected.avif);}

.mod-cn-game.mod-arcade .selection-screen .game-bg{background-image: url(../images/cryptogame/rocket-bg.avif); right: 0%; width: 52%;}
.mod-cn-game.mod-arcade .selection-screen .game-bg.rocket-bg{background-image: url(../images/cryptogame/rocket-bg.avif); right: 0%; }
.mod-cn-game.mod-arcade .selection-screen .game-bg.keno-bg{background-image: url(../images/cryptogame/keno-bg.avif); width: 45%; right: 4%;}
.mod-cn-game.mod-arcade .selection-screen .game-bg.srocket-bg{background-image: url(../images/cryptogame/srocket-bg.avif); width: 42%; right: 6%;}
.mod-cn-game.mod-arcade .selection-screen .game-bg.dice-bg{background-image: url(../images/cryptogame/dice-bg.avif); width: 35%; right: 6.5%;}
.mod-cn-game.mod-arcade .selection-screen .game-bg.poker-bg{background-image: url(../images/cryptogame/poker-bg.avif); width: 40%; right: 5%;}
.mod-cn-game.mod-arcade .selection-screen .game-bg.show{bottom:3%;}
.mod-cn-game.mod-arcade .selection-screen .game-bg.srocket-bg.show,
.mod-cn-game.mod-arcade .selection-screen .game-bg.dice-bg.show,
.mod-cn-game.mod-arcade .selection-screen .game-bg.poker-bg.show{bottom:15%;}

/* Chinese casino */
.mod-cn-game.mod-casino .selection-screen{background-image: url(../images/live_casino/live-bg.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection{justify-content:space-between;}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.ag i{background-image: url(../images/live_casino/ag.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.ag.selected i{background-image: url(../images/live_casino/ag-selected.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.evo i{background-image: url(../images/live_casino/evo.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.evo.selected i{background-image: url(../images/live_casino/evo-selected.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.ebet i{background-image: url(../images/live_casino/ebet.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.ebet.selected i{background-image: url(../images/live_casino/ebet-selected.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.pp i{background-image: url(../images/live_casino/pp.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.pp.selected i{background-image: url(../images/live_casino/pp-selected.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.ss i{background-image: url(../images/live_casino/ss.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.ss.selected i{background-image: url(../images/live_casino/ss-selected.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.ezugi i{background-image: url(../images/live_casino/ezugi.avif);}
.mod-cn-game.mod-casino .selection-screen .game-content .game-selection p.ezugi.selected i{background-image: url(../images/live_casino/ezugi-selected.avif);}

.mod-cn-game.mod-casino .selection-screen .game-bg{background-image: url(../images/live_casino/ag-bg.avif);background-position: left bottom; background-size: 82%; }
.mod-cn-game.mod-casino .selection-screen .game-bg.ag-bg{background-image: url(../images/live_casino/ag-bg.avif); background-position: 10% 104%; background-size: 74%; }
.mod-cn-game.mod-casino .selection-screen .game-bg.evo-bg{background-image: url(../images/live_casino/evo-bg.avif);}
.mod-cn-game.mod-casino .selection-screen .game-bg.ebet-bg{background-image: url(../images/live_casino/ebet-bg.avif); }
.mod-cn-game.mod-casino .selection-screen .game-bg.pp-bg{background-image: url(../images/live_casino/pp-bg.avif); background-position: left 13% bottom;}
.mod-cn-game.mod-casino .selection-screen .game-bg.ss-bg{background-image: url(../images/live_casino/ss-bg.avif); background-size:68%;}
.mod-cn-game.mod-casino .selection-screen .game-bg.ezugi-bg{background-image: url(../images/live_casino/ezugi-bg.avif); background-position-x: 20%; background-size: 71%;}
.mod-cn-game.mod-casino .selection-screen .game-bg > div{background: url(../images/live_casino/live-table.avif) no-repeat bottom left / 100%; width: 82%; height: 100%;}

/* Chinese Slot */
.mod-slots .banner{display: block; background: url() no-repeat top center / 100%; width:100%; height:calc(100vw * 0.21); }
.mod-slots .function-page, .mod-cn-game .function-page{width: 1200px; margin: 0 auto; padding: 0;}
.mod-slots .winner-pool{width: 100%; height: 100%; display: flex; position: relative; align-items: flex-end; justify-content: space-around;}
.mod-slots .winner-pool .pool-section{width: 65%; height: 40%;}
.mod-slots .winner-pool .pool-section ul{display: flex; width: 90%; height: 100%; justify-content: space-evenly; align-items: center; margin-left: 9.5%;}
.mod-slots .winner-pool .pool-section ul > img {width: 25px; height: 30px; position: relative; top: 40px;}
.mod-slots .winner-pool .pool-section ul > img:nth-of-type(3) {height: 25px;}
.mod-slots .winner-pool .pool-section ul li{display: flex; position: relative; background: url(../images/slots/figure-bg.avif) no-repeat center / 100%; width: 8%; height: 100%; align-items: center; justify-content: center; cursor: pointer;}
.mod-slots .winner-pool .pool-section ul li i{display: block; position: relative; background: url(../images/slots/9.avif) no-repeat center / 100%; width: 45%; height: 40%; margin: auto; transition: all 0.3s ease-out; }
.mod-slots .winner-pool .pool-section ul li i.no-1{background-image: url(../images/slots/1.avif); margin: auto 35% auto 30%; width: 29%; } 
.mod-slots .winner-pool .pool-section ul li i.no-2{background-image: url(../images/slots/2.avif); }
.mod-slots .winner-pool .pool-section ul li i.no-3{background-image: url(../images/slots/3.avif); }
.mod-slots .winner-pool .pool-section ul li i.no-4{background-image: url(../images/slots/4.avif); }
.mod-slots .winner-pool .pool-section ul li i.no-5{background-image: url(../images/slots/5.avif); }
.mod-slots .winner-pool .pool-section ul li i.no-6{background-image: url(../images/slots/6.avif); }
.mod-slots .winner-pool .pool-section ul li i.no-7{background-image: url(../images/slots/7.avif); }
.mod-slots .winner-pool .pool-section ul li i.no-8{background-image: url(../images/slots/8.avif); }
.mod-slots .winner-pool .pool-section ul li i.no-9{background-image: url(../images/slots/9.avif); }
.mod-slots .winner-pool .pool-section ul li i.no-0{background-image: url(../images/slots/0.avif); }
.mod-slots .winner-pool .winner-section{width:27%; height:calc(100vw * 0.116); position:absolute; top:32%; right:14%; text-align:center;}
.mod-slots .winner-pool .winner-section ul{height:100% !important;}
.mod-slots .winner-pool .winner-section li{font-size:14px; color:#F5F5F5; text-shadow:#4594FF 1px 2px 3px; line-height:calc(100vw * 0.013);}
.mod-slots .winner-pool .winner-section li span{color:#4594FF; padding:0 8px;}

.mod-slots .casino-menu{background: #151934; color: #8B95B3; padding: 15px 2%; margin: 0;  border-radius: 10px;}
.mod-slots .casino-menu .top-row{width: 100%; display: inline-flex; align-items: center;}
.mod-slots .casino-menu .bottom-row{display:flex; align-items:baseline;}
.mod-slots .casino-menu .bottom-row > p{min-width:100px; font-size:14px;}
.mod-slots .casino-menu .games-hd-menu, .mod-slots .casino-menu .game-filter{width:100%; display:flex; flex-wrap:wrap; white-space:nowrap; overflow:hidden;}
.mod-slots .casino-menu .game-filter{width:100%; padding-bottom:0px; margin:0;}
.mod-slots .casino-menu .games-hd-menu li, .mod-slots .casino-menu .game-filter li{background: #1C203B; color: #8B95B3; display: block; padding: 10px 20px; font-size: 14px; width: fit-content; border-radius: 20px; margin:0 15px 15px 0; cursor: pointer;}
.mod-slots .casino-menu .games-hd-menu li.current, .mod-slots .casino-menu .game-filter li.current{background: #4594FF; color: #F5F5F5; font-weight: bold;}
.mod-slots .casino-menu .game-filter li.current span{color: #F5F5F5;}
.mod-slots .casino-menu .search-wrap{width:100%; margin-bottom:15px; position:relative;}
.mod-slots .casino-menu .search-wrap span{color: #8B95B3; font-size: 14px; display: block; width: 8%;}
.mod-slots .casino-menu .search-wrap .search-text{background: #1C203B; color: #8B95B3; border: none; border-radius: 20px; padding: 20px; font-size: 14px; width: 40%;}
.mod-slots .casino-menu .search-wrap .search-text:placeholder{color: #494B58;}
.mod-slots .casino-menu .search-wrap .search-button{ width: 17px; height: 17px; position: relative; right: 3%; background: url(../images/slots/search-button.avif) no-repeat center/contain;}

.mod-slots .btn-load-more{display:none; text-align:center;}
.mod-slots .btn-load-more a{font-size:14px; color:#4594ff; cursor:pointer;}

/* Casino */
.mod-casino{color:#FFFFFF;}
.mod-casino h1{margin-bottom:20px;}
.mod-casino .mod-casino-nav{background: #151515; text-align: center; color: #FFFFFF; font-size: 14px; font-weight: bold; width: 100%; display: inline-flex; align-items: center;padding: 5px 0;}
.mod-casino .mod-casino-nav p{width: 85%; font-size: 20px; text-align: left;}
.mod-casino .mod-casino-nav.game p {text-align: center;}
.mod-casino .mod-casino-nav a {width: 5%;}
.mod-casino .mod-casino-nav a .back-button{width: 15px;}
.mod-casino .casino-type{margin-bottom:30px; border-bottom:1px solid #DDDDDD;}
.mod-casino .casino-type a{font-size:20px; line-height:1; font-weight:600; margin:0 0 -1px 120px; padding:0 15px 15px; display:inline-block;}
.mod-casino .casino-type a:first-child{margin-left:0;}
.mod-casino .casino-type a.current{border-bottom:3px solid #E8883E;}

.mod-casino .games-panes .search-wrap{float:left; width:370px; position:relative;}
.mod-casino .games-panes .search-wrap input{width:100%; height:31px; padding:4px 30px 0 15px; color:#000000; background:#FFFFFF; border:1px solid #FFFFFF; border-radius:25px; outline:none;}
.mod-casino .games-panes .search-wrap a{width:12px; height:12px; position:absolute; top:10px; right:15px; background:url(../images/search_icon_light.avif) no-repeat center/contain;}
.mod-casino .games-panes .sort-wrap{float:left; width:250px; height:31px; margin-left:20px; color:#000000; background:#FFFFFF; border-radius:25px; border:1px solid #FFFFFF; position:relative; text-align:center; cursor:pointer;}
.mod-casino .games-panes .sort-wrap p{line-height:31px; padding:0 15px;}
.mod-casino .games-panes .sort-wrap b{margin-left:5px;}

.mod-casino .live-menu{color: #8B95B3; margin: 0; width: 100% !important; display: inline-flex; justify-content: space-between; }
.mod-casino .live-menu .left-col{ width: 60%; }
.mod-casino .live-menu .left-col .top-row{background: #151934; width: 100%;  border-radius: 10px; padding: 2%; margin-bottom: 2%;}
.mod-casino .live-menu .left-col .bottom-row{background: #151934; width: 100%;  border-radius: 10px; padding: 2%; }
.mod-casino .live-menu .left-col .bottom-row > div{padding-left: 10px; display: flex; flex-direction: row; width: 100%; align-items: baseline;}
.mod-casino .live-menu .left-col .bottom-row > div p{ width: 120px; font-size: 14px;}
.mod-casino .live-menu .right-col{width:39%; padding:2%; background:#151934; border-radius:10px; position:relative;}
.mod-casino .live-menu .right-col > p { color: #4594FF; font-size: 18px;}
.mod-casino .live-menu .right-col ul {width:90%; height:calc(100% - 83px) !important; margin-top:2%; padding:2% 3%; background:#1C203B; border-radius:10px; position:absolute; left:5%; overflow:hidden;}
.mod-casino .live-menu .right-col ul li{padding-bottom:12px; display:flex;}
.mod-casino .live-menu .right-col ul li i {min-width:20px; height:20px; background:url(../images/icon-usdt.avif) no-repeat center / contain;}
.mod-casino .live-menu .right-col ul li i.btc, .mod-casino .live-menu .right-col ul li i.mbtc{background-image:url(../images/icon-btc.avif);}
.mod-casino .live-menu .right-col ul li i.eth{background-image: url(../images/icon-eth.avif);}
.mod-casino .live-menu .right-col ul li p{font-size:16px; color:#F5F5F5; padding-left:5px; flex-grow:1;}
.mod-casino .live-menu .right-col ul li p span{color:#4594FF; padding:0 2%;}

.mod-casino .live-menu .games-hd-menu, .mod-casino .live-menu .game-filter{display: flex; flex-wrap: wrap; }
.mod-casino .live-menu .games-hd-menu li, .mod-casino .live-menu .game-filter li{background: #1C203B; color: #8B95B3; display: block; padding: 10px 20px; width: fit-content; border-radius: 20px; font-size: 14px; margin-right: 20px; margin-bottom: 15px; cursor: pointer;}
.mod-casino .live-menu .games-hd-menu li.current, .mod-casino .live-menu .game-filter li.current{background: #4594FF; color: #F5F5F5; font-weight: bold;}
.mod-casino .live-menu .search-wrap{position: relative; width: 30%;}
.mod-casino .live-menu .search-wrap span{color: #8B95B3; font-size: 16px;}
.mod-casino .live-menu .search-wrap .search-text{background: #1C203B; color: #8B95B3; border: none; border-radius: 20px; padding: 20px 20px; font-size: 14px; width: 100%;}
.mod-casino .live-menu .search-wrap .search-text:placeholder{color: #494B58;}
.mod-casino .live-menu .search-wrap .search-button{ width: 17px; height: 17px; position: absolute; top: 37%; right: 5%; background: url(../images/slots/search-button.avif) no-repeat center/contain;}

.mod-casino .games-sub-menu{font-size:14px; border-radius:20px; display: flex; flex-wrap: wrap;}
.mod-casino .games-sub-menu li{background: #1C203B; color: #8B95B3; display: block; padding: 10px 20px; width: fit-content; border-radius: 20px; margin-right: 20px; margin-bottom: 20px; cursor: pointer;}
.mod-casino .games-sub-menu li.active{background: #4594FF; color: #F5F5F5; font-weight: bold;}

.mod-casino .games-list{margin-top:40px;}
.mod-casino .games-list ul{width:101.25%; margin:0 -0.625%;}
.mod-casino .games-list li{float:left; width:18.75%; margin:0 0.625% 4.25% 0.625%; border-radius:10px; background:#151515; position:relative; overflow:hidden;}
.mod-casino .games-list li em{width:100%; padding-bottom:100%; background-position:top center; background-size:100%; display:block;}
.mod-casino .games-list li .game-name{width:100%; padding:15px; font-size:18px; line-height:1.2; background:#151934; color:#F5F5F5; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.mod-casino .games-list li .game-name p{font-size:14px; color:#4594FF; display:block; padding: 5px 0 0 0;}
.mod-casino .games-list li .game-name p label{display:inline-block; width:110px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.mod-casino .games-list li .game-name p span{color: #8B95B3; float: right; font-size: 16px;}
.mod-casino .games-list li .game-rollover{width:100%; height:100%; position:absolute; top:0;}
.mod-casino .games-list li .game-rollover a{width:100%; height:100%; cursor:pointer; display:block; position:relative;}
.mod-casino .games-list li .game-rollover a .enter-game-wrap{backdrop-filter: blur(2px); background:rgba(0, 0, 0, 0.6); width: 100%; height: 76%; display: none; position: relative; z-index: 1;}
.mod-casino .games-list li .game-rollover a:hover .enter-game-wrap{display: block;}
.mod-casino .games-list li .game-rollover a .enter-game{ color: #4594FF; border: #4594FF solid 1px; border-radius: 40px; text-align: center; padding: 7px 10px; width: 70%; margin: auto; display: none; position: relative; z-index: 2; top: -135px; font-size: 18px; font-weight: bold;}
.mod-casino .games-list li .game-rollover a:hover .enter-game{display: block;}

.mod-casino .casino-list{margin-bottom:60px;}
.mod-casino .casino-list .casino-link{width:380px; max-width:90%; margin:25px auto 0; text-align:center; text-transform:uppercase;}
.mod-casino .casino-list .casino-link a{line-height:33px; font-size:14px; font-weight:600; color:#000000; background:#FFFFFF; border:1px solid #E8883E; border-radius:10px; display:block;}

.mod-casino .games-item{overflow:hidden;}

/* games-row */
.games-row li{float:left; width:18.75%; margin-right:1.25%; margin-bottom:1.25%; background:#28292D; border-radius:10px; position:relative; cursor:pointer; overflow:hidden;}
.games-row li:last-child{margin-right:0;}
.games-row li img{max-width:100%;}
.games-row .games-img{width:100%; padding-bottom:90%; background-position:top center; background-size:100%; background-repeat: no-repeat;}
#ul_recent_games.games-row .games-img{padding-bottom: 115%;}
.games-row .games-info{width:100%; padding:10px 15px; line-height:1.2; background:#000000; position:absolute; bottom:0;}
.games-row .games-info p{font-size:18px; color:#FFFFFF; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.games-row .games-info span{font-size:14px; color:#707070;}
.games-row .games-info span.info, .mod-casino .games-list li .game-name .info{float: right; border: solid 2px #707070; border-radius: 50%; padding: 1px 7px; font-weight: bold;}

/* RAF */
.mod-raf .selection-screen{background-image:url(../images/raf/raf_bg.avif);}
.mod-raf .bg-overlay{background:none;}
.mod-raf .selection-screen .game-bg{background-image:url(../images/raf/raf_deco.avif?b); background-size:85%;}
.mod-raf .selection-screen .game-content{height:80%;}
.mod-raf .selection-screen .game-content > p{min-height:60px;}
.mod-raf .raf-steps{width:1530px; max-width:95%; height:calc(100vw * 0.15); max-height:190px; min-height:167px; padding:0 2%; background:url(../images/raf/raf_steps.svg) no-repeat center / cover; position:absolute; bottom:3%; left:50%; transform:translateX(-50%); z-index:1; display:flex;}
.mod-raf .raf-steps li{width:33.3%; padding:0 4% 0 9%; font-size:21px; line-height:1.2; color:#FFFFFF; text-align:center;}
.mod-raf .raf-steps p{font-size:30px; margin:8% auto;}
.mod-raf .raf-join{width:700px; line-height:90px; margin:140px auto; font-size:30px; background:#4594FF; color:#151724; border-radius:10px; display:flex; justify-content:center; text-transform:uppercase; font-weight:bold;}
.mod-raf .raf-join:hover{background:#1E263C; color:#505885;}
.mod-raf .raf-content{width:1280px; margin:0 auto; font-size:14px; color:#FFFFFF;}
.mod-raf .raf-content > div{margin-bottom:100px;}
.mod-raf .raf-content > div:last-of-type{margin-bottom:50px;}
.mod-raf .raf-content > div > b{font-size:16px; margin-bottom:50px; text-align:center; position:relative; display:flex; justify-content:center;}
.mod-raf .raf-content > div > b em{min-width:200px; padding:5px 15px; background:#0A1028; z-index:1; position:relative; display:inline-block;}
.mod-raf .raf-content > div > b:before{content:''; width:960px; height:3px; background:#484C69; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:0;}
.mod-raf .raf-content table{width:100%;}
.mod-raf .raf-content th, .mod-raf .raf-content td{padding:15px 10px; border:1px solid #0A1028;}
.mod-raf .raf-content th{background:#1F2235; font-weight:normal;}
.mod-raf .raf-content td{background:#484C69;}
.mod-raf .raf-content .gap{width:100%; height:50px;}

/* promotions */
.mod-promotions .item-title{color:#f5f5f5; margin:0 auto 20px; font-weight:600;}

.mod-promotions .info-type{margin-bottom:30px; border-bottom:1px solid #DDDDDD; white-space:nowrap; overflow:auto hidden; display:none;}
.mod-promotions .info-type a{font-size:20px; font-weight:600; line-height:1; margin:0 5% 0 0; padding:0 15px 15px; display:inline-block;}
.mod-promotions .info-type a:last-child{margin-right:0;}
.mod-promotions .info-type a.current{border-bottom:3px solid #E8883E;}

.mod-promotions .info-items > li{width:100%; margin-bottom:25px; background:#151934; border-radius:10px; box-shadow:0px 3px 6px rgba(0,0,0,.3);}
.mod-promotions .info-tit{width:100%; min-height:205px; display:flex; justify-content:space-between; cursor:pointer; overflow:hidden;}
.mod-promotions .info-tit .promo-img{width:50%; height:100%;}
.mod-promotions .info-tit .detail-img{display:none;}
.mod-promotions .info-desc{width:50%; padding:30px 40px 0 30px; color: #F5F5F5; display:flex; flex-direction:column;}
.mod-promotions .info-desc .main-title{font-size:26px; line-height:1; margin-bottom:15px;}
.mod-promotions .info-desc .date{font-size:12px; color:#8B95B3; margin-bottom:15px; display:block;}
.mod-promotions .info-desc .main-desc{font-size:14px; margin-bottom:15px; flex-grow:1;}
.mod-promotions .info-desc .main-tag{font-size:14px; color:#4594FF; border-top:1px solid #2B2F4B; padding:15px 0;}
.mod-promotions .info-desc .main-tag span{margin-right:15px; display:inline-block;}

.mod-promotions .info-cont{display:none;}
.mod-promotions .info-cont-wrap{width:100%; height:100%; padding:20px 30px; position:relative; overflow:hidden;}
.mod-promotions .info-cont-wrap .info-close-wrap{color:#4594FF; line-height:1; position:absolute; left:15px; top:15px; z-index:10; cursor:pointer;}
.mod-promotions .info-cont-inner{height:100%; display:flex; flex-direction:column;}
.mod-promotions .info-cont-inner .title{font-size:30px; line-height:1.2; color:#F5F5F5; margin:10px 0 15px; text-align:center;}
.mod-promotions .info-cont-inner .date{font-size:12px; color:#8B95B3; margin-bottom:15px; text-align:center; display:block;}
.mod-promotions .info-cont-inner .detail-img{width:100%; margin-bottom:30px; display:block;}
.mod-promotions .info-cont-inner .detail-cont{font-size:14px; line-height:1.4; margin-right:-15px; padding-right:15px; flex-grow:1; overflow:auto; word-break:break-word;}
.mod-promotions .info-cont-inner table{width:100% !important; margin:15px 0; text-align:center; overflow-y:auto;}
.mod-promotions .info-cont-inner table th,.mod-promotions .info-cont-inner table td{border:1px solid #2b2f4b; padding:5px;}
.mod-promotions .info-cont-inner table th{font-weight:bold;}
.mod-promotions .info-cont-inner ol{list-style:decimal;}
.mod-promotions .info-cont-inner ol li{list-style-type:decimal; margin-left:25px;}
.mod-promotions .info-cont-inner ul{list-style:disc;}
.mod-promotions .info-cont-inner li{list-style:inherit; margin-left:15px;}

.mod-promotions .gift-pic-container{margin-top:15px;}
.mod-promotions .gift-pic-container .gift-wrap{display:flex; align-items:flex-end; flex-wrap:wrap; margin-top:5px;}
.mod-promotions .gift-pic-container .gift-image{width:100%; margin:2% 0; word-wrap:break-word;}
.mod-promotions .gift-pic-container .gift-image:nth-of-type(4n){margin-right:0;}
.mod-promotions .gift-pic-container .gift-image img{right:auto !important;}
.mod-promotions .gift-pic-container .gift-image h3{font-size:17px !important; margin:6px 0 2px 0;}
.mod-promotions .gift-pic-container .btn-redeem{width:100%; height:40px; padding:4px 20px 5px 20px; margin-top:8px; line-height:1.5; color:#FFFFFF; background:#00a6f0; border:none; border-radius:3px; vertical-align:middle; cursor:pointer; text-align:center;}
.mod-promotions .gift-pic-container .btn-redeem.btn-disabled{background:#ccc;}
.mod-promotions .gift-pic-container .btn-redeem > .btn-redeem-text{display:block;}
.mod-promotions .gift-pic-container .btn-redeem > .btn-redeem-spinner{display:none;}
.mod-promotions .gift-pic-container .btn-redeem.btn-loading > .btn-redeem-text{display:none;}
.mod-promotions .gift-pic-container .btn-redeem.btn-loading > .btn-redeem-spinner{font-size:20px;display:block;}
.redeemModal{max-width:100%;}
.redeemModal .redeeming-gift-photo{max-width:300px; margin:0 auto; max-height:300px; display:block;}
.redeemModal .redeeming-gift-name{text-align:center;}

/* promotion V2 details view */
.mod-promotions .detail-page{width:100%; height:100%; margin-bottom:25px; display:flex; justify-content:space-between;}
.mod-promotions .detail-page .promotion-clone{width:780px; background:#151934; border-radius:10px; color: #F5F5F5; height: 100%;}
.mod-promotions .detail-page .info-items{width:395px; padding:20px; background:#151934; border-radius:10px; overflow-y:auto; height: 100%;}
.mod-promotions .detail-page .info-items li{display: none;}
.mod-promotions .detail-page .info-items li:nth-of-type(1), .mod-promotions .detail-page .info-items li:nth-of-type(2), .mod-promotions .detail-page .info-items li:nth-of-type(3){display: block;}
.mod-promotions .detail-page .info-items > li{border-radius:0; box-shadow:none;}
.mod-promotions .detail-page .info-items > li:not(:nth-of-type(3)){margin-bottom:15px;}
.mod-promotions .detail-page .info-items > li:not(:nth-of-type(3)) .info-tit{border-bottom:solid 1px #2B2F4B;}
.mod-promotions .detail-page .info-items > li:not(:nth-of-type(3)) .main-tag{margin-bottom:15px;}
.mod-promotions .detail-page .info-tit .promo-img, .mod-promotions .detail-page .info-tit .main-desc, .mod-promotions .detail-page .info-tit .date{display:none;}
.mod-promotions .detail-page .info-tit{min-height:0;}
.mod-promotions .detail-page .info-tit .info-desc{width:100%; padding:0;}
.mod-promotions .detail-page .info-tit .info-desc .main-title{font-size:20px;}
.mod-promotions .detail-page .info-tit .detail-img{width:100%; margin-bottom:15px; border-radius:10px; align-self:flex-start; display:block;}
.mod-promotions .detail-page .info-tit .main-tag{padding:0; line-height:1.2; border-top:none;}
.mod-promotions .detail-page .bottom-content{padding-top:15px; margin-top:15px; width:100%; border-top:solid 1px #2B2F4B; display:flex; justify-content:space-between; align-items:flex-start;}
.mod-promotions .detail-page .bottom-content .main-tag{min-height:30px; font-size:14px; color:#4594FF; display:flex; flex-wrap:wrap; align-items:center;}
.mod-promotions .detail-page .bottom-content .main-tag span{margin-right:15px;}
.mod-promotions .detail-page .bottom-content .button-wrap{display:flex; align-items:center;}
.mod-promotions .detail-page .bottom-content .button-wrap .bgBtn{min-width:100px; padding:6px 10px; display:block;}
.mod-promotions .detail-page .bottom-content .button-wrap .bgBtn.bgBtn-disabled, 
.mod-promotions .detail-page .bottom-content .button-wrap .bgBtn.btn-applied{background:#494B58 !important;}
.mod-promotions .detail-page .bottom-content .button-wrap .action-btn{margin-left:20px;}
.mod-promotions .detail-page .bottom-content .button-wrap .action-btn img{width:80%;}

/* profile */
.mod-profile > div{margin-bottom:15px;}
.mod-profile > div:last-child{margin-bottom:0;}
.mod-profile > div > h4{color:#f5f5f5; font-size:14px; margin-bottom:20px; font-weight:normal;}
.mod-profile .profile-info{padding-top:20px;}
.mod-profile .profile-info > span{min-width:130px; color:#8b95b3; margin-right:10px; word-spacing:2px; font-weight:bold; display:inline-block;}
.mod-profile .profile-info > span em{color:#f5f5f5;}
.mod-profile .profile-info > hr{height:1px; border:none; background:#2b2f4b; margin:20px -20px 0;}
.mod-profile .profile-info > div{margin:30px auto 10px; display:flex; justify-content:space-between; align-items:center;}
.mod-profile .profile-details{flex-grow:1;}
.mod-profile .profile-details p{font-size:18px; color:#f5f5f5; margin:10px auto 15px;}
.mod-profile .profile-details a{color:#8b95b3; margin-right:10px; padding:10px 5px;}
.mod-profile .profile-details a:hover{background-color:#191c35; border-radius:5px;}
.mod-profile .profile-details a:first-of-type{margin-left:-8px;}
.mod-profile .profile-details a i{width:18px; height:18px; margin-right:8px; vertical-align:-4px; background:url(../images/profile/profile_icon.avif) no-repeat center / 36px; display:inline-block;}
.mod-profile .profile-details a.verify-phone i{background-position:0 0;}
.mod-profile .profile-details a.verify-email i{background-position:0 -18px;}
.mod-profile .profile-details a.verify-password i{background-position:0 -36px;}
.mod-profile .profile-details a.verified i{background-position-x:-18px;}
.mod-profile .profile-details a.verified{pointer-events:none; color:#f5f5f5;}
.mod-profile .profile-image{float:left; width:80px; height:80px; margin-right:20px; background:url(../images/profile/profile_default.avif) no-repeat center / contain;}
.mod-profile .profile-image img{max-width:100%;}
.mod-profile .profile-quicklink a{float:left; width:80px; height:80px; line-height:1.2; margin-left:20px; background:url(../images/profile/profile_quicklink.avif) no-repeat center / 80px; transition: transform 0.5s;}
.mod-profile .profile-quicklink a:hover{transform: translateY(-10px);}
.mod-profile .profile-quicklink a.profile-deposit{background-position:0 0;}
.mod-profile .profile-quicklink a.profile-deposit:hover{box-shadow:0px 3px 10px #2f4aff;}
.mod-profile .profile-quicklink a.profile-withdraw{background-position:0 -80px;}
.mod-profile .profile-quicklink a.profile-withdraw:hover{box-shadow:0px 3px 10px #eca31b;}
.mod-profile .profile-quicklink a.profile-dividend{background-position:0 -160px; letter-spacing:-1px;}
.mod-profile .profile-quicklink a.profile-dividend:hover{box-shadow:0px 3px 10px #2bd371}
.mod-profile .profile-quicklink a span{height:50%; color:#f5f5f5; top:50%; text-shadow:0 1px 3px rgba(0,0,0,.5); position:relative; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.mod-profile .profile-wallet ul{width:100%; margin-bottom:-10px; padding-bottom:10px; display:flex; justify-content:space-between; overflow-x:auto; white-space:nowrap;}
.mod-profile .profile-wallet li{min-width:220px; height:105px; background:#212438; border-radius:5px; margin-right:20px; padding:15px; display:flex; flex-flow:column; position:relative; overflow:hidden; cursor:pointer;}
.mod-profile .profile-wallet li:last-child{margin-right:0;}
.mod-profile .profile-wallet li.active:after{content:''; width:22px; height:25px; position:absolute; right:0; top:0; background:url(../images/profile/profile_active.avif) no-repeat center / 22px;}
.mod-profile .profile-wallet li .wallet-currency{font-size:14px; color:#8b95b3; display:flex; align-items:center;}
.mod-profile .profile-wallet li .wallet-currency i{min-width:25px; height:25px; margin-right:10px; background-size:contain; background-repeat: no-repeat;}
.mod-profile .profile-wallet li .wallet-amount{font-size:14px; color:#f5f5f5; display:flex; flex-grow:1; align-items:flex-end; justify-content:flex-end;}
.mod-profile .profile-wallet li .wallet-amount em{margin-left:5px;}
.mod-profile .profile-history a{font-size:14px; color:#4594ff; position:absolute; right:20px; top:20px;}
.mod-profile .profile-games li{float:left; width:172px; height:123px; margin-right:20px; border-radius:5px; position:relative; overflow:hidden; background-size:cover; background-repeat:no-repeat;}
.mod-profile .profile-games li:last-child{margin-right:0;}
.mod-profile .profile-games li > div{width:100%; height:100%; padding:10px; position:absolute; top:0; left:0; opacity:0; background-color:rgba(0,0,0,.75); -webkit-backdrop-filter:blur(5px); backdrop-filter:blur(5px);}
.mod-profile .profile-games li > div > *{height:50%; display:flex; justify-content:center; align-items:center; text-align:center;}
.mod-profile .profile-games li > div p{color:#f5f5f5;}
.mod-profile .profile-games li > div a{width:130px; height:45px; margin:0 auto; font-size:14px; color:#4594ff; border:1px solid #4594ff; border-radius:25px;}
.mod-profile .profile-games li > div a:hover{color:#f5f5f5; background:#4594ff;}
.mod-profile .profile-games li:hover > div{opacity:1 !important;}
.mod-profile .profile-raf{display:flex; justify-content:space-between;}
.mod-profile .profile-raf .raf-content{max-width:720px; flex-grow:1;}
.mod-profile .profile-raf .raf-content h4{color:#f5f5f5; font-size:14px; text-align:center; font-weight:normal;}
.mod-profile .profile-raf .raf-url{height:calc(100% - 42px); margin-top:20px; background:#212438; border-radius:5px; display:flex; align-items:center; justify-content:center;}
.mod-profile .profile-raf .raf-url p{max-width:90%; min-width:450px; font-size:16px; line-height:1; padding:8px 12px; color:#8b95b3; border:1px solid #343957; border-radius:5px; position:relative; display:flex; align-items:center; justify-content:space-between;}
.mod-profile .profile-raf .raf-url span{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.mod-profile .profile-raf .raf-url i{min-width:20px; height:20px; margin-left:15px; background:url(../images/icon-copy.avif) no-repeat center / 20px; cursor:pointer;}
.mod-profile .profile-raf .raf-qr{margin:0 20px 0 40px; padding:6px; background:#212438; border-radius:5px;}
.mod-profile .profile-raf .raf-qr canvas{padding:8px; background:#FFFFFF; border-radius:5px;}
.mod-profile .profile-raf.collapse{cursor:pointer;}
.mod-profile .profile-raf.collapse:hover{background:#191c35;}
.mod-profile .profile-raf.collapse .raf-content{max-width:100%;}
.mod-profile .profile-raf.collapse .raf-url{display:none;}
.mod-profile .profile-raf.collapse .raf-qr{display:none;}

/* history */
.mod-history .green{color:#219000 !important; opacity:1 !important;}
.mod-history .orange{color:#FFB100 !important; opacity:1 !important;}
.mod-history .grey{color:#707070 !important; opacity:1 !important;}
.mod-history .red{color:#FF2727 !important; opacity:1 !important;}
.mod-history .blue{color:#00F5FF !important; opacity:1 !important;}
.mod-history .history-header{margin-bottom:20px; padding:13px 20px; background:#0a1028; border-radius:10px; display:flex; justify-content:space-between; align-items:center;}
.mod-history .history-header-v2{margin-bottom:15px; position:relative;}
.mod-history .history-header-v2 label{margin-right:15px; color:#8b95b3; text-align:right; display:inline-block;}
.mod-history .history-header-v2 label.mwidth{min-width:100px;}
.mod-history .history-header-v2 > div:not(.history-search){margin-bottom:15px;}
.mod-history .history-filter{font-size:12px; flex-grow:1;}
.mod-history .history-filter > div{display:flex; align-items:flex-start;}
.mod-history .history-filter label{min-width:90px; height:46px; color:#8b95b3; line-height:1.2; display:flex; justify-content:right; align-items:center; text-align:right;}
.mod-history .history-filter ul{display:flex; flex-wrap:wrap;}
.mod-history .history-filter li{min-width:115px; line-height:30px; color:#8b95b3; background:#1c203b; margin:7px 0 7px 14px; padding:0 10px; border:1px solid #1c203b; border-radius:25px; text-align:center; box-sizing:border-box; cursor:pointer;}
.mod-history .history-filter li.selected{color:#f5f5f5; border-color:#4594ff;}
.mod-history .history-filter .showall{height:46px; padding-right:30px; position:relative; transition:height 0.3s; overflow:hidden;}
.mod-history .history-filter .showall i{font-size:32px; line-height:1; color:#4594ff; position:absolute; right:5px; top:10px; transform:rotate(90deg); cursor:pointer; display:block;}
.mod-history .history-filter .showall.slidedown i{transform:rotate(-90deg); right:8px;}
.mod-history .history-date .dash{width:12px; height:2px; margin:0 8px; background:#8b95b3; vertical-align:middle; display:inline-block;}
.mod-history .history-date .date-ipt{position:relative; display:inline-block;}
.mod-history .history-date .date-ipt:after{content:''; width:15px; height:15px; background:url(../images/calender_icon.avif) no-repeat center / contain; position:absolute; right:10px; top:50%; transform:translateY(-50%); pointer-events:none;}
.mod-history .history-date input{width:190px; height:32px; color:#ffffff; padding:5px 15px; background-color:#1d2031; border-radius:5px; border:none; cursor:pointer;}
.mod-history .history-date ul{width:665px; display:flex; justify-content:space-between; margin:15px 0 0 115px;}
.mod-history .history-date li{width:120px; line-height:32px; color:#8b95b3; background:#1c203b; padding:0 20px; border-radius:25px; text-align:center; cursor:pointer;}
.mod-history .history-date li.selected{color:#ffffff; background:#4594ff;}
.mod-history .history-option{max-width:780px; display:flex; justify-content:space-between;}
.mod-history .history-option > div{display:flex; align-items:center; flex-wrap:nowrap;}
.mod-history .history-option .custom-select{width:140px; font-size:12px; line-height:32px;}
.mod-history .history-option .select-selected{padding:0 35px 0 15px; color:#ffffff; border-radius:5px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.mod-history .history-option .select-selected:after{right:15px; top:10px;}
.mod-history .history-option .select-selected.select-arrow-active:after{top:15px;}
.mod-history .history-option .select-items{max-height:35vh; overflow-y:auto;}
.mod-history .history-option .select-items div{padding:10px; color:#8b95b3; line-height:1.2;}
.mod-history .history-option .select-items div:hover{border-radius:5px;}
.mod-history .history-amount{display:flex; justify-content:flex-end; align-items:center; margin-bottom:15px;}
.mod-history .history-amount label{margin-right:15px; color:#8b95b3; text-align:right; display:inline-block;}
.mod-history .history-amount p{color:#ffffff; font-size:12px;}
.mod-history .history-amount p:not(:last-child){margin-right:30px;}
.mod-history .history-search{position:absolute; top:36px; right:0;}
.mod-history .history-search button{width:140px; font-size:14px; line-height:50px; border-radius:50px; cursor:pointer;}
.mod-history .history-more{color:#8b95b3; margin:50px auto 30px; text-align:center; display:table;}
.mod-history .history-more:hover{color:#4594ff;}
.mod-history .history-more.disabled{pointer-events:none;}
.mod-history .history-noresult{margin-top:15%; text-align:center;}
.mod-history .history-noresult i{width:250px; height:250px; margin:0 auto; background:url(../images/history_icon.avif) center / contain; display:block;}
.mod-history .history-noresult p{color:#8b95b3;}
.mod-history .collectBtn{min-width:85px; margin:-4px 0; padding:8px 10px; line-height:1; display:flex; justify-content:center;}

/* message */
.mod-message{position:relative; top:-20px;}
.mod-message .profile-page{padding: 0;}
.mod-message #memberMessage > div{position:relative;}
.mod-message #memberMessage .msgcontainer{padding:35px 15px; font-size:14px; color:#000000; background-color:#15182C; border-bottom: #2B2F4B solid 1px;position:relative; cursor:pointer;}
.mod-message #memberMessage .msgheader{display:flex; justify-content:space-between; flex-direction: column; margin-bottom:0px; width:100%;}
.mod-message #memberMessage .msgheader .title{font-size:15px; color: #F5F5F5; width:100%; font-weight:600; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.mod-message #memberMessage .msgheader .title span{ display: block; float: right; width: 10px; height: 10px; background: #EC5252; border-radius: 50%;}
.mod-message #memberMessage .read .msgheader .title span{ display: none;}
.mod-message #memberMessage .msgheader .time{color:#8B95B3; line-height:26px; margin: 20px 0;}
.mod-message #memberMessage .msgheader .time span{background: #1A2542; color: #4595FF; padding: 10px 20px; border-radius: 20px; margin-right: 20px; }
.mod-message #memberMessage .msgcontent{width:100%; max-height:45px; color:#F5F5F5; overflow:hidden;}
.mod-message #memberMessage .msgdelete{width:26px; height:26px; position:absolute; top:49px; right:28px; background:url(../images/trash_icon_light.avif) no-repeat top / 100%; border:none; cursor:pointer; display: none;}
.mod-message #memberMessage .read .msgcontainer{color:#8B95B3; background-color:#15182C;}
.mod-message #memberMessage .read .msgcontent{color:#8B95B3;}
.mod-message #memberMessagePagination{margin-top:30px; text-align:right;}
.mod-message #memberMessagePagination span{width:30px; line-height:28px; margin-left:3px; color:#000000; background:#F0F0F0; border:1px solid #DDDDDD; border-radius:5px; text-align:center; display:inline-block; cursor:pointer;}
.mod-message #memberMessagePagination span.current{color:#F5F5F5; background:#4594FF; border-color:#4594FF;}

/* help */
.mod-help{padding:20px;}
.mod-help .help-title, .mod-help .help-content h1, .mod-help .help-content h2, .mod-help .help-content h3{font-size:16px; color:#F5F5F5; margin-top:36px; margin-bottom:20px;}
.mod-help .help-title{margin-top:0;}
.mod-help .help-content p{color:#8b95b3; line-height:30px;}
.mod-help .help-content p em{color:#F5F5F5;}
.mod-help .help-content a{color:#4594FF;}
.mod-help .help-content.small p{font-size:12px;}
.mod-help .faq-category{padding:20px 0px;}
.mod-help .faq-category li{font-size:16px; margin-bottom:15px; padding-bottom:10px; border-bottom:#2B2F4B solid 1px; position:relative; display:block; cursor:pointer; color: #f5F5F5;}
.mod-help .faq-category li:last-child{margin-bottom:0; border-bottom:none;}
.mod-help .faq-category li:after{content:""; width: 8px; height: 8px; border: solid #8b95b3; border-width: 0 2px 2px 0; transform:rotate(-45deg); position:absolute; right:5px; top:10px;}
.mod-help .faq-category li i{width:24px; height:24px; margin-right:10px; vertical-align:-6px; background:url(../images/help/faq_icon_light.avif) no-repeat top / 24px; display:inline-block; display: none;}
.mod-help .faq-category li[category="account"] i{background-position:0 0;}
.mod-help .faq-category li[category="wallet"] i{background-position:0 -24px;}
.mod-help .faq-category li[category="support"] i{background-position:0 -48px;}
.mod-help .faq-category li[category="promotion"] i{background-position:0 -72px;}
.mod-help .faq-category li[category="vip"] i{background-position:0 -96px;}
.mod-help .faq-category li[category="dividend"] i{background-position:0 -120px;}
.mod-help .faq-content{width:100%; color:#000000; left:0; z-index:1; transition:top .3s; overflow:hidden; display:none;}
.mod-help .faq-content.active{height:calc(100% - 100px); display: block;}
.mod-help .faq-title{ position:relative; text-align:center;}
.mod-help .faq-title h1{color:#8B95B3; line-height:50px; margin:0; padding:0 45px; font-weight:600; text-align:left;}
.mod-help .faq-title .back-btn{border-color:#8b95b3;}
.mod-help .faq-accordion{width:100%; height:calc(100% - 50px); padding:0; overflow:auto; display:none;}
.mod-help .faq-accordion li{width:100%; padding:25px 30px 25px 20px;  cursor:pointer; position:relative; border-bottom:#2B2F4B solid 1px; }
.mod-help .faq-accordion li:last-child{border-bottom:none; }
.mod-help .faq-accordion li h3, .mod-help .faq-accordion li h4{font-size:16px; line-height:1.2; font-weight:normal; position:relative; color: #F5F5F5;}
.mod-help .faq-accordion li h3:after, .mod-help .faq-accordion li h4:after{content:""; width:8px; height:8px; position:absolute; top:50%; right:-15px; transform:translateY(-50%) rotate(45deg); border:solid #8b95b3; border-width:0 2px 2px 0;}
.mod-help .faq-accordion li.active h3:after, .mod-help .faq-accordion li.active h4:after{transform:rotate(-135deg); transform-origin:top;}
.mod-help .faq-answer{font-size:14px; padding-top:20px; overflow:hidden; display:none; color: #8B95B3;}

/* vipinfo */
.mod-vip .profile-header{display: flex; width: 100%; background: url(../images/vip/main-banner.avif) no-repeat top center; height: 16.5vh; border-radius: 10px; justify-content: space-between; align-items: flex-end; padding: 1% 2%;}
.mod-vip .profile-header .current-level{width:35%; font-size:16px;}
.mod-vip .profile-header .current-level img{width:30px; height:12px; margin:0 10px 0 80px;}
.mod-vip .profile-header .current-level p{font-size:16px; font-weight:bold; display:block;}
.mod-vip .profile-header .current-level span{display:flex; align-items:center;}
.mod-vip .profile-header .profile-name{width:30%; text-align:center;}
.mod-vip .profile-header .profile-name img{width:75px;}
.mod-vip .profile-header .profile-name .player-name{font-size:18px; padding-top:15px;}
.mod-vip .profile-header .current-wagering{width:35%; font-size:16px; text-align:right; white-space:nowrap;}
.mod-vip .profile-header .current-wagering p{font-size:16px; margin-right:30px; font-weight:bold;}

.mod-vip .vip-benefit{background: #272830; border-radius: 10px; padding: 20px; margin-top: 20px;}
.mod-vip .vip-benefit.next-level-benefit{}
.mod-vip .vip-benefit .first-title{font-size: 16px; font-weight: bold; color: #F5F5F5; display: flex; align-items: center;}
.mod-vip .vip-benefit .first-title i{display: block; background: url(../images/vip/icon-benefit.avif) no-repeat top left / 100%; width: 23px; height: 23px; margin-right: 8px;}
.mod-vip .vip-benefit.next-level-benefit .first-title i{background-image: url(../images/vip/icon-next-level.avif);}
.mod-vip .vip-benefit ul{margin: 30px 0 0px; display: flex; justify-content: space-between; width: 100%;}
.mod-vip .vip-benefit ul li{background: #303036; border: #FCD1A1 solid 1px; border-radius: 10px; width: 14%; text-align: center; height: 150px; position: relative; padding-top: 40px;}
.mod-vip .vip-benefit ul li i{ display: flex; background: #232327 url(../images/vip/icon-level-up.avif) no-repeat center / 15px; width: 35px; height: 35px; position: absolute; top: -10%; left: 36%; align-items: center; justify-content: center; border-radius: 50%; border: #FCD1A1 solid 1px;}
.mod-vip .vip-benefit ul li:nth-of-type(2) i{background-image: url(../images/vip/icon-month.avif);}
.mod-vip .vip-benefit ul li:nth-of-type(3) i{background-image: url(../images/vip/icon-birthday.avif);}
.mod-vip .vip-benefit ul li:nth-of-type(4) i{background-image: url(../images/vip/icon-nft.avif);}
.mod-vip .vip-benefit ul li:nth-of-type(5) i{background-image: url(../images/vip/icon-cs.avif);}
.mod-vip .vip-benefit ul li:nth-of-type(6) i{background-image: url(../images/vip/icon-mining.avif);}
.mod-vip .vip-benefit ul li p{color: #FCD1A1; font-size: 18px; font-weight: normal;}
.mod-vip .vip-benefit ul li:nth-of-type(4) p{font-size: 16px;}
.mod-vip .vip-benefit ul li p span{ font-size: 16px; display: block; color: #B4B4BC;; font-weight: normal;} 
.mod-vip .vip-benefit ul li > span{color: #B4B4BC;; font-size: 14px; font-weight: normal; position: absolute; bottom: 10%; display: block;     width: 100%;}
.mod-vip .vip-benefit .next-level-info{color: #F5F5F5; font-size: 14px;}
.mod-vip .vip-benefit .next-level-info span{color: #FCD1A1; font-size: 18px; padding: 0 10px;}
.mod-vip .more-benefit{background: #272830; border-radius: 10px; margin-top: 20px; padding: 20px;}
.mod-vip .more-benefit  .first-title{font-size: 16px; font-weight: bold; color: #F5F5F5; display: flex; align-items: center;}
.mod-vip .more-benefit .first-title i{display: block; background: url(../images/vip/icon-more.avif) no-repeat top left / 100%; width: 30px; height: 30px; margin-right: 8px; margin-left: 5px;}
.mod-vip .more-benefit .vip-level{display: flex; width: 100%; flex-wrap: nowrap; white-space: nowrap; overflow: hidden; overflow-x: auto; margin: 15px 0 10px; padding-bottom: 10px;}
.mod-vip .more-benefit .vip-level li{ font-family: PangMen; font-size: 16px; font-style: italic; color: #F5F5F5; display: flex; align-items: center; padding: 7px 20px; margin-right: 10px; background-color: #303036; border: #494B58 solid 1px; border-radius: 30px; line-height: 25px; cursor: pointer;}
.mod-vip .more-benefit .vip-level li.current{font-size: 16px; font-style: italic; color: #232327; background: url(../images/vip/selected-level-bg.avif) no-repeat center / 100%;}
.mod-vip .more-benefit .vip-level li i{display: block; background: url(../images/vip/icon-vip-light.avif) no-repeat center / 100%; width: 31px; height: 12px; margin-right: 10px;}
.mod-vip .more-benefit .vip-level li i.not-found{display: none;}
.mod-vip .more-benefit .vip-level li.current i{background-image: url(../images/vip/icon-vip-dark.avif); }
.mod-vip .more-benefit .priviledge-title{ font-size: 16px; font-weight: bold; color: #F5F5F5;}
.mod-vip .more-benefit .priviledge-section{margin-top: 10px;}
.mod-vip .more-benefit .priviledge-section li{ background: #303036; border: #494B58 solid 1px; border-radius: 10px; display: flex; justify-content: space-between; padding: 8px 20px; margin-bottom: 9px;}
.mod-vip .more-benefit .priviledge-section li p{width: 15%; color: #B4B4BC; font-size: 14px; text-align: left;}
.mod-vip .more-benefit .priviledge-section li p:nth-of-type(2){width: 60%; color: #FCD1A1; font-weight: bold; text-align: center}
.mod-vip .more-benefit .priviledge-section li p:nth-of-type(3){width: 10%; text-align: center}

/* Lootbox */
.mod-lootbox{ background: url(../images/lootbox/lootbox_bg.avif) no-repeat top center / 100%; width: 100%; background-color: #F0F0F0; /*background-position:left 150px top 100px;*/ color: #FFFFFF; padding: 30px 50px; min-width: 1200px; overflow-x: scroll; overflow-y: hidden; font-family: "HuXiaoBoNanShen", sans-serif; font-size: 18px;} 
.mod-lootbox .first-row{display: inline-flex; width: 100%; justify-content: space-between; align-items: flex-start; position: relative; z-index: 110;}
.mod-lootbox .first-row.web{display: inline-flex;}
.mod-lootbox .first-row.h5{display: none;}
.mod-lootbox .first-row .first-col{ width: 25%;}
.mod-lootbox .first-row .first-col .crypto-selection-wrap{ width: 100%; display: flex; align-items: center;}
.mod-lootbox .first-row .first-col .crypto-selection-wrap span{ font-size: 18px; white-space: nowrap; text-align: right; width: 85px}
.mod-lootbox .first-row .first-col .crypto-selection-wrap .crypto-selection{ display: flex; width: 60%; justify-content: space-around; margin: 0 15px; position: relative;}
.mod-lootbox .first-row .first-col .crypto-selection-wrap .crypto-selection a{width: 40px; height: 40px; background-size: contain; }
.mod-lootbox .first-row .first-col .crypto-selection-wrap .crypto-selection a.selected{background: url(../images/lootbox/currency_active.avif) no-repeat center / 40px; }
.mod-lootbox .first-row .first-col .crypto-selection-wrap .crypto-selection a:hover{background: url(../images/lootbox/currency_hover.avif) no-repeat center / 40px; }
.mod-lootbox .first-row .first-col .crypto-selection-wrap .crypto-selection a img{position: relative; padding: 0 10px; width: 40px; height: auto; top: 5px;}
.mod-lootbox .first-row .first-col .crypto-selection-wrap .crypto-selection a.usdt img{top: 12px;}
.mod-lootbox .first-row .first-col .crypto-selection-wrap .crypto-selection p.selected-lb-type{ background: url(../images/lootbox/lb_type_bg.avif) no-repeat center / 100%; background-size: contain; width: 188px; height: 40px; text-align: center; padding: 10px 0; margin-bottom: 10px; cursor: pointer;}
.mod-lootbox .first-row .first-col .crypto-selection-wrap .type-desc{text-align: center; font-size: 12px; margin-left: 108px;}
.mod-lootbox .first-row .first-col .lb-selection{font-size: 14px; position: absolute; top: 40px; left: 107px;  border: #FFFFFF20 solid 1px; min-width: 160px; width: fit-content; display: none;}
.mod-lootbox .first-row .first-col .lb-selection.show{display: block; z-index: 100;}
.mod-lootbox .first-row .first-col .lb-selection ul{background-color:#000;}
.mod-lootbox .first-row .first-col .lb-selection li{padding: 10px; cursor: pointer;}
.mod-lootbox .first-row .first-col .lb-selection li:hover{background: url(../images/lootbox/lb_type_bg.avif) no-repeat center / 100%; background-size: contain; min-width: 160px; height: 40px;}
.mod-lootbox .first-row .second-col{ width: 50%; text-align: center; flex-grow: wrap;}
.mod-lootbox .first-row .second-col.en > img{width: 450px;}
.mod-lootbox .first-row .second-col.cn > img{width: 312px;}
.mod-lootbox .first-row .second-col .flex-wrap{display: flex;}
.mod-lootbox .first-row .second-col .pool-text{margin: 15px auto; background: url(../images/lootbox/pool_text_bg.avif) no-repeat center / 100%; background-size: cover; width: 459px; height: 41px; padding-top: 10px;}
.mod-lootbox .first-row .second-col.en .pool-text{width: 390px; height: 34.5px; padding-top: 7px;}
.mod-lootbox .first-row .third-col{width: 25%;  display: flex; justify-content: space-between; padding-top: 20px; }
.mod-lootbox .first-row .third-col.cn{width: 20%; justify-content: space-around;}
.mod-lootbox .first-row .third-col.en a{background: url(../images/lootbox/wide_selected.avif) no-repeat center / 100%; background-size: contain; width: 116px; height: 48px;}
.mod-lootbox .first-row .third-col.en a img{position: relative; padding: 0 10px; width: 110px; height: auto; top: 0px; left: 3px;}
.mod-lootbox .first-row .third-col.en a:first-of-type img{top: 12px;}
.mod-lootbox .first-row .third-col.cn a{background: url(../images/lootbox/currency_hover.avif) no-repeat center / 100%; background-size: contain; width: 52px; height: 52px;}
.mod-lootbox .first-row .third-col.cn a img{width: 40px; height: auto; position: relative; left: 5px; top: 5px;}

.mod-lootbox .open_lb_wrap {align-items: center; margin-top: 45px;}
.mod-lootbox .open_lb_wrap .first-col{display: flex; width: 40%;justify-content: space-evenly;}
.mod-lootbox .open_lb_wrap .first-col a{width: 96px; height: 145px; text-align: center; position: relative;}
.mod-lootbox .open_lb_wrap .first-col a:hover{background: url(../images/lootbox/selected_bg.avif) no-repeat center / 100%; background-size: contain;}
.mod-lootbox .open_lb_wrap .first-col a img {width: 70%; margin: 10px;}
.mod-lootbox .open_lb_wrap .first-col.en a img {width: 60%}
.mod-lootbox .open_lb_wrap .first-col a .draw-box-name, .mod-lootbox .open_lb_wrap .first-col a p{color:#fff; text-shadow:1px 1px 10px #0551ff, 1px 1px 10px #0551ff; font-size:12px;}
.mod-lootbox .open_lb_wrap .first-col a .daterange{ font-size: 7px; font-family: Poppins, Arial, Helvetica, sans-serif; background: #202031; padding: 5px; position: absolute; top: -25%; text-align: center; margin: auto; width: 90%;}
.mod-lootbox .open_lb_wrap .second-col{width: 20%; }
.mod-lootbox .open_lb_wrap .third-col{width: 40%; }

.mod-lootbox .chest-box-container{ width: 100%; display: flex; align-items: center; justify-content: center; position: relative; z-index: 100;}

.mod-lootbox .lootbox-popup{position: fixed; align-items: center; width: 100%; height: 100%; left: 0; top: 0; justify-content: center; margin: auto; display: none;}
.mod-lootbox .lootbox-popup.show{display: flex; z-index: 1000;}
.mod-lootbox .lootbox-popup .popup-overlay, .lb-selection .popup-overlay{background-color: rgba(0,0,0,0.7); width: 100%; height: 100%; position: fixed;}
.mod-lootbox .lootbox-popup .lootbox-content{background: url(../images/lootbox/popup_bg.avif) no-repeat center / 100%; background-size: contain; width: 773px; height: 455px; text-align: justify; font-size: 16px; overflow: scroll; position: relative; z-index: 1002;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-header{display: flex;width: 100%; padding: 10px; position: relative;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-header h3{width: 100%; text-align: center; padding: 30px; font-size: 18px; position: relative;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-header h3:before{content: ""; position: absolute; background: #FFFFFF; left: 36%; top: 50%; width: 15px; height: 1px; }
.mod-lootbox .lootbox-popup .lootbox-content .popup-header h3:after{content: ""; position: absolute;background: #FFFFFF; right: 36%; top: 50%; width: 15px; height: 1px;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-header img{position: absolute; right: 3%; width: 20px; height: auto; top: 20%; cursor: pointer; z-index: 1005;}
.mod-lootbox .lootbox-popup.purchase-lb-msg .lootbox-content .popup-header img{right: 4%; top: 50%;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-content{padding: 0 50px 30px;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-content p {padding-bottom: 15px;  font-weight: 400; font-size: 14px;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-content p:last-of-type{padding-bottom: 0;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-content table {width: 100%; margin: auto; font-family: Poppins, Arial, Helvetica, sans-serif;font-weight: 400; text-align: center; background: transparent;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-content table thead th{background: #292937;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-content tr th{width: 20%; padding: 10px;border-bottom: transparent solid 2px; background: #1c1c27; font-weight: 400; font-size: 14px;}
.mod-lootbox .lootbox-popup .lootbox-content .popup-content tr th:first-of-type{width: 40%;}
.mod-lootbox .lootbox-popup .load-btn {width: 48%; max-width: 300px; line-height: 50px; font-size: 20px; font-weight: 600; margin-left: 38%; 	padding: 10px 30px; white-space: nowrap; position: relative;}
.mod-lootbox .lootbox-popup.purchase-lb-msg .lootbox-content{width: 400px; height: 235px; overflow: hidden;}
.mod-lootbox .lootbox-popup.purchase-lb-msg .lootbox-content .popup-content{ margin: 13%; text-align: left;}
.mod-lootbox .lootbox-popup .popup-footer { padding: 0 50px 30px; }

/* Lootbox Carousel */
.mod-lootbox .insights { height: 24vw; padding: 2vw 0; width: 100%; overflow: hidden; }
.mod-lootbox .insights__list { position: relative; top: 6vh; list-style-type: none; margin: 0; padding: 0; height: 18vw; width: calc(7 * 40vw + 56vw + 16 * 6vw);   display: flex; align-items: center; }
.mod-lootbox .insights__list__item { width: 20vw; height: 40%; margin: 0vw 1vw 0;   float: left;   border-radius: 2em; display: none; align-items: center;  justify-content: center; opacity: 1; transition: opacity 0.3s ease-out; color: #000000; }
.mod-lootbox .insights__list__item:first-child, .mod-lootbox .insights__list__item:nth-child(2),.mod-lootbox .insights__list__item:nth-child(3),.mod-lootbox .insights__list__item:nth-child(4),.mod-lootbox .insights__list__item:nth-child(5){display:flex;}
.mod-lootbox .insights__list__item .image{ position: relative; }
.mod-lootbox .insights__list__item.active .image{ top: 15% }
.mod-lootbox .insights__list__item.active { width: 25vw; }
.mod-lootbox .insights__list__item img { width: 120px; 	height: auto; }
.mod-lootbox .insights__list__item.active img { width: 200px; height: auto; }
.mod-lootbox .insights__list__item p { text-align: center; color: #FFFFFF; padding-top: 15px; }
.mod-lootbox .insights__list__item.active p { padding-top: 5px; }
.mod-lootbox .insights__list__item .box-name { }
.mod-lootbox .insights__list__item .box-amount { }
.mod-lootbox .insights__list__item .daterange{ font-size: 9px; padding: 5px; position: absolute; top: -8%; text-align: center; margin: auto; width: 90%; max-width:200px; white-space: nowrap;}
.mod-lootbox .insights__list__item.active .daterange{top: -16%; width: 100%; left: 0%;}
.mod-lootbox .insights__list__item .box-timer p {font-size: 10px; text-align: center; font-weight: normal;}
.mod-lootbox #arrowLeft, .mod-lootbox #arrowRight {width: 10vw; height: 12vh; position: absolute; top: 50vh; cursor: pointer; top: 50%; border-color: #ffffff; }
.mod-lootbox #arrowLeft { left: -6%; }
.mod-lootbox #arrowLeft .back-btn, .mod-lootbox #arrowRight .back-btn { top: 30%; border-color: #ffffff; }
.mod-lootbox #arrowLeft .back-btn { left: 65%; }
.mod-lootbox #arrowRight { right: -6%; }
.mod-lootbox #arrowRight .back-btn { left: 25%; transform: rotate(135deg); }
.mod-lootbox #box-section .redeemable, .mod-lootbox #box-section-h5 .redeemable  { 	cursor:pointer; }

/* conversion rate */
.conversion-popup .popup-content > p {font-size:15px; line-height:1.8; color:#ffffff;}
.conversion-popup .popup-content > p span{font-weight:bold;}
.conversion-popup .display-setting{margin-top:20px; user-select:none; display:flex; align-items:flex-start; justify-content:center;}
.conversion-popup .display-setting i{min-width:16px; height:16px; margin-right:5px; border:1px solid #4594ff; background:#000000; border-radius:5px; cursor:pointer;}
.conversion-popup .display-setting span{font-size:14px; color:#8b95b3; line-height:1.2; text-align:left;}
.conversion-popup .display-setting input[type="checkbox"]{width:0; height:0; opacity:0; position:absolute;}
.conversion-popup .display-setting input[type="checkbox"]:checked ~ i{background:url(../images/icon-checked.avif) #000000 no-repeat center / 12px;}

/* Christmas Event */
.mod-christmas{background: url(../images/christmasEvent/christmas_bg_en.avif) no-repeat top center / 100%; width: 100%; min-width: 1200px; position: relative;}
.mod-christmas.cn{background-image: url(../images/christmasEvent/christmas_bg_cn.avif);}
.mod-christmas .flex-row{display: inline-flex; width: 100%;height: 50%; position:relative;}
.mod-christmas .flex-row .left-col{width: 50%; position: relative;}
.mod-christmas .flex-row .left-col .pool-text{text-align: left; padding: 15px; position: relative; top: 10px; }
.mod-christmas .flex-row .left-col .wheel-fortune{width: 62%; height: auto; position: relative; left: 33%; top: 42%; transform: rotate( 30deg);}
.mod-christmas .flex-row .left-col .wheel-fortune.rotating{animation: wheelRotation 3.5s infinite linear;}
.mod-christmas .flex-row .left-col .wheel-fortune.paused{animation-play-state: paused;}
.mod-christmas .flex-row .left-col .overlay_bg{background: url(../images/christmasEvent/overlay_bg_en.avif) no-repeat top center / 100%; height: 105%; width: 85%; position: absolute; right: 0%; top: 25%;}
.mod-christmas.cn .flex-row .left-col .overlay_bg{background-image: url(../images/christmasEvent/overlay_bg.avif);}
.mod-christmas .flex-row .left-col .spinner{background: url(../images/christmasEvent/start_en.avif) no-repeat top center / 100%; width: 18%; height: 27%; position: absolute; z-index: 5; top: 73%; left: 55%;}
.mod-christmas .flex-row .left-col .spinner.cn{background-image: url(../images/christmasEvent/start_cn.avif);} 
.mod-christmas .flex-row .left-col .star{ position: absolute; top: 50%; right: -3%; width: 16%; height: auto;}
.mod-christmas .flex-row .left-col .star-h5{display: none;}
.mod-christmas .flex-row .left-col .h5-board{display: none;}
.mod-christmas .flex-row .left-col .h5-record-section ul{display: none;}
.mod-christmas .flex-row .left-col .h5-record-section ul span{color: blue;}
.mod-christmas .flex-row .right-col{width: 50%; position: relative;}
.mod-christmas .flex-row .right-col .star{ position: absolute; left: 0%; top: 56%; width: 16%; height: auto;}
.mod-christmas .flex-row .right-col ul{ position: absolute; top: 68%; width: 39%; left: 21%; max-height: 11vh; overflow-y: auto;}
.mod-christmas .flex-row .right-col ul span{color: #0000ff;}

.christmas-popup.reward-popup, .christmas-popup.intro-popup, .christmas-popup.spinning-popup{display: none; justify-content: center; position: fixed; z-index: 9; top: 12%; left: 10%; right: 0; margin: auto; width: 100%; background: rgba(0,0,0, 0.6);}
.christmas-popup.reward-popup.show, .christmas-popup.intro-popup.show, .christmas-popup.spinning-popup.show{display: block;}  
.christmas-popup.intro-popup .christmas-content .close-button{position: absolute; top: 15%; left: 75%; z-index: 15; width: 3%;}
.christmas-popup.intro-popup .christmas-content .tnc-image{width: 40%; position: relative; left: 30%; top: 40px;}
.christmas-popup.reward-popup .christmas-content .close-button{position: absolute; top: 20%; left: 65%; z-index: 15; width: 3%;}
.christmas-popup.reward-popup .christmas-content .reward-image{width: 30%; position: relative; left: 40%; top: 150px;}
.christmas-popup.reward-popup .christmas-content ul{position: absolute; overflow-y: auto; left: 43%; top: 33%; width: 25%; text-align: center; max-height: 23vh;}
.christmas-popup.spinning-popup .christmas-content .spinning-image{position: absolute; width: 25%; left: 37.5%; top: 20%;}
.christmas-popup.spinning-popup .christmas-content .close-button{position: absolute; top: 15%; left: 64%;}
.christmas-popup.spinning-popup .christmas-content p{position: absolute; top: 30%; width: 22%; left: 39%; text-align: center;}

@keyframes wheelRotation {
	from{transform:rotate(0deg);}
	to{transform:rotate(359deg);}
}

/* Spinner */
.mod-christmas #canvasContainer { position: absolute; width: 100%; }
.mod-christmas #wheelspin { z-index: 0; position: absolute; width:75%; height:auto; top:29%; left:26%;}
.mod-christmas #prizePointerBtn { position: absolute; left: 53.5%; top: 68%; z-index: 9; width:20%; height:30%; border:0; }
.mod-christmas #prizePointerBtn.btnNormal { background: url(../images/christmasEvent/start_cn.avif) no-repeat; background-size: 100%; }
.mod-christmas #prizePointerBtn.btnEng { background: url(../images/christmasEvent/start_en.avif) no-repeat; background-size: 100%; }
.mod-christmas #prizePointerBtn:hover { cursor: pointer; }
.mod-christmas #prizePointerBtn.noclick:hover { cursor: no-drop; }
/* End Christmas Event */

/* Download App */
.mod-mobile{ display: block; background: url(../images/mobileDownload/download-bg-en.avif) no-repeat center / 100%;  padding: 0 60px; color: #000000; width: 100%; height: 82vh;}
.mod-mobile .breadcrumb{position:absolute; top:2%; left:10%;}
.mod-mobile .section{display: inline-flex; width: 100%; align-items: center; justify-content: space-between; height: 100%; position:relative;}
.mod-mobile .section .left-section{width: 40%; margin: auto auto auto 10%;}
.mod-mobile .section .left-section h3{color: #F5F5F5; font-size: 30px;}
.mod-mobile .section .left-section .section-info{padding: 35px 0;}
.mod-mobile .section .left-section .section-info p{ font-size: 14px; color: #8B95B3;}
.mod-mobile .section .left-section .section-dl{ display: inline-flex; width: 100%; justify-content: space-between; align-items: center; background: #151934; padding: 10px 20px; border-radius: 8px; }
.mod-mobile .section .left-section .section-dl .tutorial-btn{display: inline-flex; width: 50%; justify-content: space-between; align-items: center;}
.mod-mobile .section .left-section .section-dl .tutorial-btn a{color: #8B95B3; background: #1C203B; padding: 20px 10px; width: 30%; text-align: center; border: #1C203B solid 2px; border-radius: 8px;}
.mod-mobile .section .left-section .section-dl .tutorial-btn a.selected, .mod-mobile .section .left-section .section-dl .tutorial-btn a:hover{color: #4594FF; border-color: #4594FF; background: transparent; }
.mod-mobile .section .left-section .section-dl .tutorial-btn a span{display: block; width: 25px; height: 30px; margin: auto auto 10px; background: url(../images/icon_os.avif) no-repeat top left / 75px;}
.mod-mobile .section .left-section .section-dl .tutorial-btn a:nth-of-type(1) span{background-position:0 0;}
.mod-mobile .section .left-section .section-dl .tutorial-btn a:nth-of-type(2) span{background-position:-25px 0;}
.mod-mobile .section .left-section .section-dl .tutorial-btn a:nth-of-type(3) span{background-position:-50px 0;}
.mod-mobile .section .left-section .section-dl .qr-img{background: url(../images/home/qr-corner.avif) no-repeat center / 100%; width: 120px; height: 120px; display: block;}
.mod-mobile .section .left-section .section-dl .qr-img .qr-code{width: 85%; height: 85%; margin: 7.5%; display: block; background-color: #FFFFFF; padding: 7px;}
.mod-mobile .section .left-section .section-dl .qr-img .qr-code.hide{display: none;}
/* End Download App */

/* Landing Form */
.mod-landing .landing-form ul li{height:45px; margin-bottom:10px; border-bottom:1px solid #2B2F4B; display:flex; align-items:center;}
.mod-landing .landing-form ul li label{width:110px; font-size:16px; line-height:1; color:#8895B3;}
.mod-landing .landing-form ul li .item-ipt{width:100%;}
.mod-landing .landing-form ul li .item-ipt input{width:100%; height:30px; line-height:30px; color:#F5F5F5; font-size:16px; flex-grow:1; padding:0; background:none; border:none; outline:none;}
.mod-landing .landing-form ul li .item-ipt .tips{color:#4594FF; font-size:10px;}
.mod-landing .landing-form input[type="checkbox"]{width:0; height:0; opacity:0; position:absolute;}
.mod-landing .landing-form input[type="checkbox"] ~ i{width:16px; height:16px; margin:0 6px 0 0; border:1px solid #4594FF; border-radius:5px; cursor:pointer; display:block;}
.mod-landing .landing-form input[type="checkbox"]:checked ~ i{background:url(../images/icon-checked.avif) no-repeat center;}
.mod-landing .landing-form span.error-circle{background:url(../images/common_spirits.png) no-repeat; background-position:0 -70px; line-height:18px; margin:0 5px; padding:0 0 8px 18px; vertical-align:text-bottom; }
.mod-landing .landing-form .reg-sub{padding:10px 0;}
.mod-landing .landing-form .agreement{display:flex; align-items:flex-start; position:relative; margin-bottom:5px;}
.mod-landing .landing-form .agreement span{font-size:14px; line-height:1.4; color:#8B95B3; margin-top:-1px;}
.mod-landing .landing-form .agreement span.error-circle{height:18px; position:absolute; right:-28px; top:2px;}
.mod-landing .landing-form .agreement a{color:#4594FF;}
.mod-landing .landing-form .bgBtn.bgBtn-1{background:#4594FF; color:#000000; font-size:18px; line-height:50px; font-weight:bold; width:100%; display:block;}
.mod-landing .landing-form .bgBtn.bgBtn-1:hover{background:#2D86FF;}
.mod-landing .landing-form .licensed-wrap{width:100%; margin:25px auto; padding-top:10px; text-align:center;}
.mod-landing .landing-form .licensed-wrap img{cursor:pointer;}
.mod-landing .landing-form .or-opt{font-size:14px; color:#8895B3; margin-top:30px; text-align:center; position:relative;}
.mod-landing .landing-form .or-opt:before{content:""; position:absolute; background:#494B58; width:100px; height:0.5px; top:10px; left:0px;}
.mod-landing .landing-form .or-opt:after{content:""; position:absolute; background:#494B58; width:100px; height:0.5px; top:10px; right:0px;}
.mod-landing .landing-form .social-media-wrap{display:inline-flex; width:100%; justify-content:space-evenly;}
.mod-landing .landing-form .social-media-wrap a{border:#494B58 1px solid; border-radius:50%; width:50px; height:50px; text-align:center; margin-top:3%;}
.mod-landing .landing-form .social-media-wrap a.clicked{border:#FFFFFF 1px solid; background:#FFFFFF;}
.mod-landing .landing-form .social-media-wrap a i{background:no-repeat center / 100%; width:25px; height:46px; display:block; margin:auto;}
.mod-landing .landing-form .social-media-wrap a.google i{background-image:url(../images/registerLanding/icon-google.avif);}
.mod-landing .landing-form .social-media-wrap a.facebook i{background-image:url(../images/registerLanding/icon-facebook.avif);}
.mod-landing .landing-form .social-media-wrap a.telegram i{background-image:url(../images/registerLanding/icon-telegram.avif);}

/* Register Landing */
.mod-landing-register{width:100%; margin:auto; position:relative; left:0%;}
.mod-landing-register .slide img{height:100vh; min-height:850px;}
.mod-landing-register .slick-slide{min-height:780px; display:flex; justify-content:flex-end;}
.mod-landing-register .slick-dots{display:flex; justify-content:center; margin:0; padding:1rem 0; list-style-type:none; position:absolute; bottom:20%; left:45%;}
.mod-landing-register .slick-dots li{margin:0;}
.mod-landing-register .slick-dots button{display:block; width:40px; height:4px; padding:0; border:none; background-color:#FFFFFF; opacity:0.3; text-indent:-9999px;}
.mod-landing-register .slick-dots li.slick-active button{opacity:1;}

.mod-landing-register .header-logo{width:100%; padding:15px 30px; background:rgba(0,0,0,.35); position:fixed; z-index:30; display:flex; justify-content:space-between; align-items:center; transition:all .3s;}
.mod-landing-register .header-logo.add-bg{background:#000000;}
.mod-landing-register .header-logo .lang-wrap{margin:0 30px;}
.mod-landing-register .header-logo .logreg-wrap{display:flex; flex:1 1 auto; justify-content:flex-end;}
.mod-landing-register .header-logo .logreg-wrap a{font-size:18px; line-height:44px; text-align:center; display:inline-block; box-sizing:border-box;}
.mod-landing-register .header-logo .log-btn{min-width:180px; padding:0 20px; color:#FFFFFF; border:#FFFFFF 1px solid; border-radius:50px;}
.mod-landing-register .header-logo .log-btn:hover{color:#4594FF; background:#FFFFFF; border:#FFFFFF 1px solid;}
.mod-landing-register .header-logo .reg-btn{color:#FFFFFF; margin-right:20px; line-height:1;}
.mod-landing-register .header-logo .reg-btn:hover{color:#4594FF;}
.mod-landing-register .mouse-wrap{position:absolute; width:100%; left:0%; bottom:5%; display:flex; flex-direction:column; justify-content:center; align-items:center;}
.mod-landing-register .mouse-wrap img{width:1.4%}
.mod-landing-register .mouse-wrap p{color:#FFFFFF; font-size:12px; padding-top:20px;}
.mod-landing-register .qlanding-wrap{position:absolute; top:54%; left:6%; transform:translateY(-50%); z-index:1; border-radius:8px; box-shadow:#ffffff50 0px 0px 12px;}
.mod-landing-register .landing-wrap{width:420px; background:#060d29; border-radius:8px;}
.mod-landing-register .landing-wrap > img{width:100%;}
.mod-landing-register .landing-form{padding:3% 9%;}
.mod-landing-register .landing-form .or-opt{margin:15px auto 0;}
.mod-landing-register .landing-form .social-media-wrap{margin-bottom:15px;}
.mod-landing-register .landing-form.qlog-form ul{margin:40px auto 60px;}

.mod-landing-register .btc-benefit .btc-benefit-bg{background:url(../images/registerLanding/btc365-bg.avif) no-repeat top center / 100%; height:auto; display:block;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul{display:inline-flex; width:92%; justify-content:center; margin:auto 3%; position:relative; top:10%;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li{width:21%; border-left:#38009B 1px solid; background:no-repeat center / auto 100%; transition:all .3s; position:relative; text-align:center;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li:hover{background-size:auto 105%;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li p{color:#4594FF; font-size:32px; width:90%; min-height:120px; position:absolute; top:85%; left:5%; transform:translateY(-50%);}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li p span{color:#A8A9C4; font-size:22px; max-width:90%; margin:0 auto; display:block;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li.benefit-1{background-image:url(../images/registerLanding/btc365-revamp-enl.avif); width:35%;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li.benefit-2{background-image:url(../images/registerLanding/btc365-token.avif);}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li.benefit-3{background-image:url(../images/registerLanding/btc365-vip.avif);}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li.benefit-4{background-image:url(../images/registerLanding/btc365-support.avif);}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li:last-of-type{border-right:#38009B 1px solid;}
/*
.mod-landing-register .btc-benefit .btc-benefit-bg ul.inactive li{width:22%;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul.inactive li:hover{width:36.5%;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul.inactive li.benefit-1:hover{background-image:url(../images/registerLanding/btc365-revamp-enl.avif);}
.mod-landing-register .btc-benefit .btc-benefit-bg ul.inactive li.benefit-2:hover{background-image:url(../images/registerLanding/btc365-token-enl.avif);}
.mod-landing-register .btc-benefit .btc-benefit-bg ul.inactive li.benefit-3:hover{background-image:url(../images/registerLanding/btc365-vip-enl.avif);}
.mod-landing-register .btc-benefit .btc-benefit-bg ul.inactive li.benefit-4:hover{background-image:url(../images/registerLanding/btc365-support-enl.avif);}
.mod-landing-register .btc-benefit .btc-benefit-bg ul li.benefit-1{background-image:url(../images/registerLanding/btc365-revamp-enl.avif); width:36.5%;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul.inactive li:first-of-type{width:22%;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul.inactive li:first-of-type:hover{width:36.5%;}
.mod-landing-register .btc-benefit .btc-benefit-bg ul.inactive li.benefit-1{background-image:url(../images/registerLanding/btc365-revamp.avif);}
*/
.mod-landing-register .btc-game{overflow:hidden;}
.mod-landing-register .btc-game .btc-game-bg{height:auto; display:flex; flex-wrap:wrap;}
.mod-landing-register .btc-game .btc-game-bg li{overflow:hidden; position:relative;}
.mod-landing-register .btc-game .btc-game-bg li > *{transition:all .3s;}
.mod-landing-register .btc-game .btc-game-bg li.half{width:50%; height:61%;}
.mod-landing-register .btc-game .btc-game-bg li.third{width:33.33%; height:39%;}
.mod-landing-register .btc-game .btc-game-bg li .game-bg{background:no-repeat top center / 100%; height:100%; padding:5%;}
.mod-landing-register .btc-game .btc-game-bg li:nth-of-type(1) .game-bg{background-image:url(../images/registerLanding/btc-game-1.avif);}
.mod-landing-register .btc-game .btc-game-bg li:nth-of-type(2) .game-bg{background-image:url(../images/registerLanding/btc-game-2.avif);}
.mod-landing-register .btc-game .btc-game-bg li:nth-of-type(3) .game-bg{background-image:url(../images/registerLanding/btc-game-3.avif);}
.mod-landing-register .btc-game .btc-game-bg li:nth-of-type(4) .game-bg{background-image:url(../images/registerLanding/btc-game-4.avif?1);}
.mod-landing-register .btc-game .btc-game-bg li:nth-of-type(5) .game-bg{background-image:url(../images/registerLanding/btc-game-5.avif?1);}
.mod-landing-register .btc-game .btc-game-bg li .game-bg-overlay{width:100%; height:100%; background:url(../images/registerLanding/game-hover.avif) no-repeat top center / 100%; position:absolute; top:0; opacity:0; pointer-events:none;}
.mod-landing-register .btc-game .btc-game-bg li .game-bg-text{width:50%; padding:5%; position:absolute; top:0; left:0; z-index:1;}
.mod-landing-register .btc-game .btc-game-bg li:nth-of-type(2) .game-bg-text{width:65%;}
.mod-landing-register .btc-game .btc-game-bg li .title{color:#4594FF; font-size:32px; padding-bottom:30px; text-transform:uppercase; white-space:nowrap; position:relative;}
.mod-landing-register .btc-game .btc-game-bg li .title:after{content:""; position:absolute; bottom:16px; left:0; width:40px; height:3px; background:#FFFFFF;}
.mod-landing-register .btc-game .btc-game-bg li .desc{color:#FEFEFE; font-size:22px; position:relative; z-index:10;}
.mod-landing-register .btc-game .btc-game-bg li .desc span{color:#A8A9C4; font-size:18px; margin-top:5px; display:block;}
.mod-landing-register .btc-game .btc-game-bg li:hover{background:url(../images/registerLanding/game-hover.avif) no-repeat top center / 100%;}
.mod-landing-register .btc-game .btc-game-bg li.half:hover .game-bg{transform:scale(1.05);}
.mod-landing-register .btc-game .btc-game-bg li.third:hover .game-bg{transform:scale(1.08);}
.mod-landing-register .btc-game .btc-game-bg li:hover .game-bg-overlay{opacity:1;}
.mod-landing-register .btc-game .btc-game-bg li:hover .game-bg-text{transform:scale(1.05);}

.mod-landing-register .btc-partner{background:url(../images/registerLanding/partner-bg.avif) no-repeat bottom center / cover; padding-bottom:5%;}
.mod-landing-register .btc-partner .partner-title{font-size:46px; color:#4594FF; padding:3% 0; text-align:center;}
.mod-landing-register .btc-partner .btc-partner-bg{display:inline-flex; flex-wrap:wrap; justify-content:space-evenly; width:100%;}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap{width:45%; background:#1C1D2E; display:inline-flex; margin-bottom:1.5%; padding:20px; height:180px; transition:all .3s; align-items:center;}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap:hover{transform:translateY(-10px);}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap i{min-width:270px; height:100%; background:no-repeat center / cover;}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap:nth-child(1) i{background-image:url(../images/registerLanding/partner-img-1.avif);}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap:nth-child(2) i{background-image:url(../images/registerLanding/partner-img-2.avif);}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap:nth-child(3) i{background-image:url(../images/registerLanding/partner-img-3.avif);}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap:nth-child(4) i{background-image:url(../images/registerLanding/partner-img-4.avif);}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap:nth-child(5) i{background-image:url(../images/registerLanding/partner-img-5.avif?1);}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap:nth-child(6) i{background-image:url(../images/registerLanding/partner-img-6.avif?1);}
.mod-landing-register .btc-partner .btc-partner-bg .partner-wrap p{font-size:16px; color:#FEFEFE; padding:5px 20px;}

.mod-landing-register .btc-joinus .btc-joinus-bg{background:url(../images/registerLanding/join-us-bg.avif) no-repeat top center / 100%; height:auto; display:block; position:relative;}
.mod-landing-register .btc-joinus .btc-joinus-bg .center-wrap{position:relative; top:40%; width:100%; display:inline-flex; justify-content:center; align-items:center;}
.mod-landing-register .btc-joinus .btc-joinus-bg .center-wrap img:first-child{width:10%; margin:auto 0 auto 5%;}
.mod-landing-register .btc-joinus .btc-joinus-bg .center-wrap img:last-child{width:12%; margin:auto 0 auto 4%; cursor:pointer;}

.mod-landing-register .back-to-top{position:fixed; bottom:20%; right:1%; cursor:pointer; z-index:10;}
.mod-landing-register .back-to-top img{width:70%; border-radius:50%; -webkit-animation:ripple-white 1s linear infinite; animation:ripple-blue 1s linear infinite; -webkit-transition:.5s;}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/* Referral Landing */
.mod-landing-referral{background:url(../images/referralLanding/referral_bg.avif) #ffffff no-repeat center top / 100%; position:relative;}
.mod-landing-referral .logo-section{position:absolute; left:0; top:0; z-index:1;}
.mod-landing-referral .logo-section img{width:13.2vw; min-width:180px; max-width:255px;}
.mod-landing-referral .logo-section .lang-wrap{position:absolute; left:110%; top:50%; transform:translateY(-50%);}
.mod-landing-referral .logreg-section .layout{width:1350px; height:100%; display:flex; align-items:center; justify-content:right;}
.mod-landing-referral .logreg-section .banner{height:100%; position:absolute; bottom:0; right:calc(100% - 843px); display:flex; align-items:flex-end;}
.mod-landing-referral .logreg-section .banner img{max-height:97%;}
.mod-landing-referral .logreg-wrap{width:420px; margin:20px 85px 0 0; padding:20px 35px; background:#ffffff; border:1px solid #ededed; border-radius:10px;}
.mod-landing-referral .landing-entry{width:100%; height:60px; background:#f2f3f8; border-radius:30px; display:flex; position:relative; font-weight:bold;}
.mod-landing-referral .landing-entry:after{content:''; width:calc(50% - 6px); height:54px; position:absolute; left:3px; top:3px; background:#ffffff; border-radius:30px; transition:left .3s;}
.mod-landing-referral .landing-entry[formType="login"]:after{left:177px;}
.mod-landing-referral .landing-entry li{width:50%; line-height:60px; font-size:18px; color:#8b8d98; z-index:1; text-align:center; position:relative; cursor:pointer;}
.mod-landing-referral .landing-entry li.active{color:#4594ff; pointer-events:none;}
.mod-landing-referral .landing-form ul li{border-color:#ededed;}
.mod-landing-referral .landing-form ul li.focus{border-color:#4594ff;}
.mod-landing-referral .landing-form ul li:first-child{margin-top:10px;}
.mod-landing-referral .landing-form ul li label{color:#8b8d98;}
.mod-landing-referral .landing-form ul li .item-ipt input{color:#000000;}
.mod-landing-referral .landing-form .agreement span{color:#8b8d98;}
.mod-landing-referral .landing-form .agreement a{color:#6793d0;}
.mod-landing-referral .landing-form .bgBtn.bgBtn-1{color:#ffffff;}
.mod-landing-referral .landing-form .or-opt{color:#8b8d98;}
.mod-landing-referral .landing-form .or-opt:before{background:#ededed;}
.mod-landing-referral .landing-form .or-opt:after{background:#ededed;}
.mod-landing-referral .landing-form .social-media-wrap a{border-color:#ededed;}
.mod-landing-referral .landing-form .social-media-wrap a.clicked{border-color:#4594ff;}
.mod-landing-referral .login-form{display:flex; flex-flow:column; height:calc(100% - 60px);}
.mod-landing-referral .login-form ul{margin:15.7% 0;}
.mod-landing-referral .login-form .or-opt{margin-top:auto;}
.mod-landing-referral .login-form .login-service{height:40px; margin-bottom:40px; display:flex; justify-content:space-between; align-items:center;}
.mod-landing-referral .login-form .login-service label{font-size:18px; color:#8B95B3; display:flex; align-items:center;}
.mod-landing-referral .login-form .login-service a{font-size:18px; color: #4594FF; text-transform:capitalize;}
.mod-landing-referral .steps-section{width:100%; padding:30px 0;}
.mod-landing-referral .steps-section ul{width:1300px; margin:0 auto; display:flex; align-items:center; justify-content:space-between;}
.mod-landing-referral .steps-section li{width:23%; height:140px; padding:0 5px; background:url(../images/referralLanding/steps_bg.avif) no-repeat center top / 100%; display:flex; align-items:center;}
.mod-landing-referral .steps-section li p{padding-right:10px; font-size:26px; line-height:30px; color:#181818; letter-spacing:1px; font-weight:bold;}
.mod-landing-referral .steps-section li i{min-width:24px; height:40px; margin:0 16px; background:no-repeat center / contain;}
.mod-landing-referral .steps-section li:nth-child(1) i{background-image:url(../images/referralLanding/steps_1.avif);}
.mod-landing-referral .steps-section li:nth-child(2) i{background-image:url(../images/referralLanding/steps_2.avif);}
.mod-landing-referral .steps-section li:nth-child(3) i{background-image:url(../images/referralLanding/steps_3.avif);}
.mod-landing-referral .steps-section li:nth-child(4) i{background-image:url(../images/referralLanding/steps_4.avif);}
.mod-landing-referral .intro-section{width:100%; height:320px; margin-top:-50px; background:no-repeat bottom center; position:relative;}
.mod-landing-referral .intro-section p{font-size:28px; line-height:1;}
.mod-landing-referral .intro-section .intro-wrap{width:1350px; height:100%; margin:0 auto; padding-top:60px;}
.mod-landing-referral .intro-section .app{width:240px; position:absolute; top:60px; right:0;}
.mod-landing-referral .intro-section .app p{width:140px; height:56px;}
.mod-landing-referral .intro-section .system{width:113px; height:38px; margin:10px 0 0 100px; padding:0 15px; background:url(../images/referralLanding/app_bg.avif) no-repeat center top / 100%; display:flex; align-items:center; position:relative;}
.mod-landing-referral .intro-section .system:after{content:''; width:60px; height:34px; position:absolute; left:3px; top:2px; background:url(../images/referralLanding/app_hover.avif) no-repeat center top / 100%; transition:left .3s;}
.mod-landing-referral .intro-section .system i{min-width:21px; height:25px; background:url(../images/referralLanding/app_icon.avif) no-repeat top left; position:relative; z-index:1; cursor:pointer;}
.mod-landing-referral .intro-section .system i.ios{background-position:0 0; margin-left:6px;}
.mod-landing-referral .intro-section .system i.android{background-position:-21px 0; margin-left:26px;}
.mod-landing-referral .intro-section .system i.active{background-position-y:-25px; pointer-events:none;}
.mod-landing-referral .intro-section .system[os="android"]:after{left:50px;}
.mod-landing-referral .intro-section .qrcode{margin:8px 0 0 100px; position:relative;}
.mod-landing-referral .intro-section .qrcode:after{content:''; width:100%; height:100%; background:#1976d2; position:absolute; left:0; top:0; mix-blend-mode:lighten;}
.mod-landing-referral .modal-notify{color:#171717; background:#ffffff; padding-bottom:10px;}
.mod-landing-referral .modal-notify + .reveal-modal-bg{background:rgba(0, 2, 12, .92);}

.mod-landing-referral.home .logreg-section .banner{margin-right:30px;}
.mod-landing-referral.home .logreg-section .banner img{max-height:87%;}
.mod-landing-referral.home .intro-wrap{position:relative;}
.mod-landing-referral.home .intro-section{background-image:url(../images/referralLanding/home_intro.avif);}
.mod-landing-referral.home .intro-section ul{display:flex;}
.mod-landing-referral.home .intro-section li{color:#131313;}
.mod-landing-referral.home .intro-section li:nth-child(1){width:175px; margin-left:155px;}
.mod-landing-referral.home .intro-section li:nth-child(2){width:145px; margin-left:115px;}
.mod-landing-referral.home .intro-section li:nth-child(3){width:100px; margin-left:145px;}
.mod-landing-referral.home .intro-section span{font-size:16px; line-height:1.2; display:inline-block;}
.mod-landing-referral.home .intro-section .app{right:60px;}
.mod-landing-referral.slots .logreg-section .banner{margin-right:30px;}
.mod-landing-referral.slots .intro-section{background-image:url(../images/referralLanding/slots_intro.avif); background-position:bottom right+220px;}
.mod-landing-referral.slots .intro-section .app{right:88px;}
.mod-landing-referral.sports .intro-wrap{position:relative;}
.mod-landing-referral.sports .intro-section{background-image:url(../images/referralLanding/sports_intro.avif);}
.mod-landing-referral.sports .intro-section .app{right:-2px;}
.mod-landing-referral.esports .intro-section{background-image:url(../images/referralLanding/esports_intro.avif); background-position-x:right;}
.mod-landing-referral.esports .intro-section .app{right:100px;}
.mod-landing-referral.livecasino .intro-wrap{position:relative;}
.mod-landing-referral.livecasino .intro-section{background-image:url(../images/referralLanding/livecasino_intro.avif);}
.mod-landing-referral.livecasino .intro-section .app{right:-2px;}

/* Aviator Landing */
.mod-landing-aviator .logo-section{min-width:1200px; position:relative;}
.mod-landing-aviator .logo-section a{width:11vw; min-width:140px; position:absolute; left:7%; top:45px; z-index:100;}
.mod-landing-aviator .logo-section img{width:100%; max-width:295px;}
.mod-landing-aviator .flex-center{display:flex; align-items:center;}
.mod-landing-aviator .regPassShow{width:15px; height:15px; background:url(../images/pass_close_eye.avif) no-repeat center / contain; position:absolute; right:7px; top:7px; cursor:pointer;}
.mod-landing-aviator .regPassShow.visible{background-image:url(../images/pass_open_eye.avif);}
.mod-landing-aviator .register-section{min-width:1200px; position:relative;}
.mod-landing-aviator .slick-slide{height:100vh; max-height:820px; min-height:760px;}
.mod-landing-aviator .slick-slide .deco-01{width:calc(92% - 470px); max-width:1268px; position:absolute; top:50%; left:7%; transform:translateY(-50%);}
.mod-landing-aviator .slick-slide .deco-01 img{max-width:100%;}
.mod-landing-aviator .slick-slide .cta-btn{width:28%; height:22%; position:absolute; left:0; bottom:0; text-indent:-9999px;}
.mod-landing-aviator .landing-wrap{width:420px; background:#161b2e; border-radius:8px;}
.mod-landing-aviator .landing-title{line-height:60px; font-size:18px; color:#4594ff; background:#1c2134; text-align:center;}
.mod-landing-aviator .landing-form{padding:3% 9%;}
.mod-landing-aviator .landing-form .or-opt{margin:15px auto 0;}
.mod-landing-aviator .landing-form .social-media-wrap{margin-bottom:15px;}
.mod-landing-aviator .register-section .landing-wrap{position:absolute; top:50%; right:5%; z-index:1; transform:translateY(-50%); overflow:hidden;}
.mod-landing-aviator .intro-section > div:first-child{margin-top:60px;}
.mod-landing-aviator .intro-section > div{margin-bottom:60px;}
.mod-landing-aviator .intro-section h1{font-size:52px; line-height:1.1; color:#4594ff; padding-bottom:40px; font-weight:600; position:relative;}
.mod-landing-aviator .intro-section .intro-content h1:after{content:''; width:90px; height:2px; background:#4594ff; position:absolute; left:0; bottom:15px;}
.mod-landing-aviator .intro-section .intro-content li{font-size:12px; line-height:2.2; color:#ededed; margin-left:15px; list-style:disc;}
.mod-landing-aviator .intro-section .intro-content p{font-size:12px; line-height:2.2; color:#ededed;}
.mod-landing-aviator .intro-section .intro-image img{max-width:100%;}
.mod-landing-aviator .intro-play .intro-content{width:55%;}
.mod-landing-aviator .intro-play .intro-content h1{margin-bottom:10px;}
.mod-landing-aviator .intro-play .intro-image{width:44%;}
.mod-landing-aviator .intro-play .intro-video{width:44%;}
.mod-landing-aviator .intro-bonus img{max-width:100%; cursor:pointer;}
.mod-landing-aviator .intro-win{padding:35px 40px; background:#262b40; border-radius:8px;}
.mod-landing-aviator .intro-win .intro-content{width:57%;}
.mod-landing-aviator .intro-win .intro-image{width:41%;}
.mod-landing-aviator .intro-win h1{padding-bottom:20px;}
.mod-landing-aviator .intro-mobile .intro-content{width:54%;}
.mod-landing-aviator .intro-mobile .intro-image{width:45%;}
.mod-landing-aviator .intro-mobile .intro-content h1{padding-bottom:25px;}
.mod-landing-aviator .intro-mobile .intro-content h1:after{bottom:15px;}
.mod-landing-aviator .intro-app{display:flex; align-items:center; margin-top:25px;}
.mod-landing-aviator .intro-app .system a{width:170px; line-height:50px; font-size:16px; color:#4594ff; background:#1b2743; border-radius:25px; display:flex; align-items:center;}
.mod-landing-aviator .intro-app .system a:first-child{margin-bottom:20px;}
.mod-landing-aviator .intro-app .system a i{min-width:21px; height:25px; margin:0 20px 0 35px; background:url(../images/aviatorLanding/app_icon.avif) no-repeat top left / 42px;}
.mod-landing-aviator .intro-app .system a.ios i{background-position:0 -25px;}
.mod-landing-aviator .intro-app .system a.android i{background-position:-21px -25px;}
.mod-landing-aviator .intro-app .system a.active{color:#ffffff; background:#4594ff;}
.mod-landing-aviator .intro-app .system a.active i{background-position-y:0; pointer-events:none;}
.mod-landing-aviator .intro-app .qrcode{margin-left:45px; padding:10px; background:url(../images/aviatorLanding/app_bg.avif) no-repeat top left / contain;}
.mod-landing-aviator .intro-app .qrcode canvas{padding:5px; background:#ffffff;}
.mod-landing-aviator .modal-landing .modal-hd{border-top-left-radius:8px; border-top-right-radius:8px;}
.mod-landing-aviator .modal-landing .modal-hd h1{font-size:18px; font-weight:normal;}
.mod-landing-aviator .modal-landing .modal-hd img{opacity:.5;}
.mod-landing-aviator .modal-landing .modal-content{border-radius:0; border-bottom-left-radius:8px; border-bottom-right-radius:8px;}

/* sitemap */
.mod-sitemap .item-content{width:100%; min-height:600px;}
.mod-sitemap .item-title{min-height:42px; font-size:14px; color:#f5f5f5; margin:0 -20px 0; padding:0 20px 20px; font-weight:bold;}
.mod-sitemap .sitemap-lists{display:flex;}
.mod-sitemap .sitemap-lists > li{width:20%;}
.mod-sitemap .sitemap-lists > li:not(:last-child){margin-right:20px;}
.mod-sitemap .sitemap-lists > li > a, .mod-sitemap .sitemap-lists ul > li.custom > a{width:100%; height:42px; line-height:1.2; padding:0 20px; color:#ffffff; background:#212438; border-radius:5px; display:flex; align-items:center;}
.mod-sitemap .sitemap-lists ul{margin-top:20px;}
.mod-sitemap .sitemap-lists ul > li{padding:12px 0 12px 20px;}
.mod-sitemap .sitemap-lists ul > li.custom{padding:48px 0 12px 0;}
.mod-sitemap .sitemap-lists ul > li > a{font-size:13px; line-height:1.2; color:#8b95b3; transition:color .3s; display:flex; align-items:center;}
.mod-sitemap .sitemap-lists ul > li > a:hover{color:#ffffff; text-shadow:#4594ff 1px 2px 3px;}

/* worldcup */
.mod-worldcup{width:100%; min-height:100vh; padding-top:13%; background:url(../images/worldcup/bg.avif) no-repeat bottom center / 100%; position:relative;}
.mod-worldcup .worldcup-banner{width:100%; padding-bottom:52%; background:url(../images/worldcup/bg_top.avif?1) no-repeat top center / 100%; position:absolute; top:0; z-index:0; pointer-events:none;}
.mod-worldcup .worldcup-content{position:relative; z-index:1;}
.mod-worldcup .worldcup-content > div:not(.worldcup-countdown){padding-bottom:50px;}
.mod-worldcup .worldcup-content .title img{height:36px; margin-bottom:10px;}
.mod-worldcup .worldcup-content .match{margin:0 -5px; display:flex; flex-wrap:wrap;}
.mod-worldcup .worldcup-content .match li{width:calc(50% - 10px); height:120px; margin:5px; color:#ededed; background:#262b3f; border-radius:10px; display:flex;}
.mod-worldcup .worldcup-content .match li > div{display:flex; flex-flow:column; align-items:center; justify-content:center;}
.mod-worldcup .worldcup-content .match .status{min-width:110px; margin:10px 0; font-size:12px; line-height:1; border-right:1px solid #090f25; text-align:center;}
.mod-worldcup .worldcup-content .match .status span{min-width:55px; max-width:70px; padding:2px; color:#f5f5f5; background:#8f9db5; border-radius:5px; display:inline-block;}
.mod-worldcup .worldcup-content .match .status > *:empty{display:none;}
.mod-worldcup .worldcup-content .match .status em{font-size:14px; line-height:1.2;}
.mod-worldcup .worldcup-content .match .detail{margin:5px 0 0 25px; font-size:14px; line-height:1; align-items:flex-start; justify-content:space-around; flex-grow:1;}
.mod-worldcup .worldcup-content .match .status b{font-size:18px; margin:18px auto; letter-spacing:2px;}
.mod-worldcup .worldcup-content .match .detail > span{color:#8f9db5;}
.mod-worldcup .worldcup-content .match .detail > div{display:flex; align-items:center;}
.mod-worldcup .worldcup-content .match .detail > div p{display:flex; align-items:center;;}
.mod-worldcup .worldcup-content .match .detail > div em{margin:0 15px;}
.mod-worldcup .worldcup-content .match .detail > div img{max-width:35px; margin-right:5px;}
.mod-worldcup .worldcup-content .match .link a{width:135px; line-height:50px; margin:0 20px; font-size:16px; color:#ededed; background:#383d55; border-radius:25px; transition:background .3s; text-align:center; display:block;}
.mod-worldcup .worldcup-content .match .link a:hover{background:#4594ff;}
.mod-worldcup .worldcup-content .match-live .status span{background:#ff3153;}
.mod-worldcup .worldcup-content .match-ended .status span{color:#8f9db5; background:#383d55;}
.mod-worldcup .worldcup-content .match-ended .link a{color:#8f9db5; pointer-events:none;}
.mod-worldcup .worldcup-promotions .promo{margin:0 -5px; display:flex; flex-wrap:wrap;}
.mod-worldcup .worldcup-promotions .promo li{width:calc(50% - 10px); margin:5px; border-radius:10px; display:flex; overflow:hidden;}
.mod-worldcup .worldcup-promotions .promo li img{max-width:100%;}
.mod-worldcup .worldcup-countdown{margin-bottom:25px; text-align:center;}
.mod-worldcup .worldcup-countdown > h1{font-size:52px; line-height:1.2; color:#FEFEFE; text-shadow:0 0 .5em #8C1530; font-weight:bold;}
.mod-worldcup .worldcup-countdown > div{width:auto; margin:0 auto; padding:15px; border-radius:15px; border:1px solid #0a1028; background:#363f4b; background:linear-gradient(0deg, #363f4b 0%, #343a43 100%); box-shadow:0px 0px .5em #0a1028; display:inline-block;}

/* scroll-tabs */
.scroll_tabs_container{height:50px; margin:5px auto 10px; padding:5px; background:#191f32; border-radius:5px; overflow:hidden; position:relative; text-align:left;}
.scroll_tabs_container div.scroll_tab_inner{height:40px; margin:0px; font-size:0px; position:absolute; overflow:hidden; white-space:nowrap; text-overflow:clip;}
.scroll_tabs_container div.scroll_tab_inner span, .scroll_tabs_container div.scroll_tab_inner li{padding-left:15px; padding-right:15px; margin-right:5px; line-height:40px; font-size:14px; color:#ededed; border-radius:5px; cursor:pointer;}
.scroll_tabs_container div.scroll_tab_inner li{display:inline-block; zoom:1; user-select:none; list-style-type:none; transition:background .3s;}
.scroll_tabs_container div.scroll_tab_inner li.scroll_tab_last{margin-right:0;}
.scroll_tabs_container div.scroll_tab_inner li.scroll_tab_over{background-color:#383d55;}
.scroll_tabs_container div.scroll_tab_inner li.tab_selected{background-color:#4594ff;}
.scroll_tabs_container div.scroll_tab_inner span.scroll_tab_left_finisher, .scroll_tabs_container div.scroll_tab_inner span.scroll_tab_right_finisher{padding:0px; width:0px;}
.scroll_tabs_container .scroll_tab_left_button, .scroll_tabs_container .scroll_tab_right_button{width:40px !important; height:40px; margin:5px; border-radius:5px; color:#ededed; background-color:#383d55; transition:all .3s; position:absolute; top:0; z-index:1; text-align:center; user-select:none; cursor:pointer;}
.scroll_tabs_container .scroll_tab_left_button{left:0;}
.scroll_tabs_container .scroll_tab_right_button{right:0;}
.scroll_tabs_container .scroll_tab_left_button::before, .scroll_tabs_container .scroll_tab_right_button::before{font-size:20px; line-height:40px;}
.scroll_tabs_container .scroll_tab_left_button::before{content:"<";}
.scroll_tabs_container .scroll_tab_right_button::before{content:">";}
.scroll_tabs_container .scroll_tab_left_button_over, .scroll_tabs_container .scroll_tab_right_button_over{background-color:#4594ff;}
.scroll_tabs_container .scroll_tab_left_button_disabled, .scroll_tabs_container .scroll_tab_right_button_disabled{color:#8f9db5; background-color:#383d55; pointer-events:none;}
.scroll_tabs_content > div{display:none;}

/* countdown */
.flip-clock{text-align:center; padding:3px; perspective:400px; background:#0f141B; box-shadow:inset 1px 2px 2px #000000,0px 0px .5em #0A1028;}
.flip-clock *,.flip-clock *:before,.flip-clock *:after{box-sizing:border-box;}
.flip-clock__piece{display:inline-block; position:relative; margin:3px;}
.flip-clock__piece:nth-child(1) .card__top,.flip-clock__piece:nth-child(1) .card__bottom,.flip-clock__piece:nth-child(1) .flip-clock__slot{background:#ededed!important; color:#1a2028!important;}
.flip-clock__piece:nth-child(2) .card__top,.flip-clock__piece:nth-child(2) .card__bottom,.flip-clock__piece:nth-child(2) .flip-clock__slot{background:#ededed!important; color:#1a2028!important;}
.flip-clock__slot{font-size:12px; color:#ededed; text-transform:uppercase; position:absolute; bottom:5px; left:50%; transform:translateX(-50%); z-index:10;}
.card{display:block; position:relative; padding-bottom:0.9em; font-size:50px; line-height:1;}
.card__top,.card__bottom,.card__back::before,.card__back::after{display:block; height:0.9em; padding:0.2em; color:#ededed; background:#1a2028; backface-visiblity:hidden; transform-style:preserve-3d; width:1.8em; transform:translateZ(0);}
.card__bottom{color:#ededed; position:absolute; top:50%; left:0; pointer-events:none; overflow:hidden;}
.card__bottom::after{display:block; margin-top:-0.9em;}
.card__back::before,.card__bottom::after{content:attr(data-value);}
.card__back{position:absolute; top:0; height:100%; left:0%; pointer-events:none;}
.card__back::before{position:relative; z-index:-1; overflow:hidden;}
.card__gap{width:100%; height:2px; background:#0f141B; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:10;}
.flip .card__back::before{animation:flipTop 0.3s cubic-bezier(.37,.01,.94,.35); animation-fill-mode:both; transform-origin:center bottom;}
.flip .card__back .card__bottom{transform-origin:center top; animation-fill-mode:both; animation:flipBottom 0.6s cubic-bezier(.15,.45,.28,1);}
@keyframes flipTop{
    0%{transform:rotateX(0deg); z-index:2;}
    0%, 99%{opacity:0.99;}
    100%{transform:rotateX(-90deg); opacity:0;}
}
@keyframes flipBottom{
    0%, 50%{z-index:-1; transform:rotateX(90deg); opacity:0;}
    51%{opacity:0.99;}
    100%{opacity:0.99; transform:rotateX(0deg); z-index:5;}
}