@import "bootstrap.css";
@import "snow.css";
@import "style.css";
@import "dark.css";
@import "font-icons.css";
@import "animate.css";
@import "magnific-popup.css";
@import "style-v4.css";
/*@import "style-v5.css";*/
@import "responsive.css";
/*@import "fontawesome.css";*/
/*@import "solid.css";*/
@import "global.css";
@import "header.css";
@import "footer.css";
@import "home.css";
@import "page.css";
@import "bonus.css";
@import "account.css";

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');

#logo{
    position: absolute;
}

.frontend.myPagination strong { 
    padding:5px 10px; 
    /*background-color:#0279ff; */
    color:#fff; 
    /*border:1px solid #0279ff;*/
    border-radius:3px;
}
.frontend.myPagination a { 
    border:1px solid #ebedf2; 
    padding:5px 10px; 
    color:#fff; 
    border-radius:3px;
}
.frontend.myPagination a:hover { 
    color:#fff; 
    text-decoration:none; 
    /*background-color:#0279ff; */
    /*border:1px solid #0279ff;*/
}

.login-header-list{
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
}
.login-header-list li{
    margin-top: 8px;
    display: inline-flex;
}
.login-header-list li a{
    padding: 0 8px;
    color: white;
    border-right: 1px solid white;
}

.account-title{
    border-bottom: 1px dashed yellow;
}

.walletSetting{
	margin-left: 20%;
}
@media (max-width: 991px) {
	.walletSetting{
		margin-left: 0%;
	}
}
#language-menu{
    background: transparent;
    color: white;
    border: 1px solid white;
}

.mobile-login-panel{
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.validationScreenLoader,
.screenLoader{
    position:absolute;
    z-index:99999;
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    padding:20px;
    margin: 0 auto;
    /*margin:-45px 0 0 -100px;*/
    text-align: center
}
.screenLoaderContent{
    position: fixed;
    top: 50%;
    left: 25%;
    right: 25%;
}

.screenLoaderContent img{
    width: 80px;
}

#loginForm input,
#registerForm input{
    background: white;
    /*color: white*/
}

.headerDiv{
    border: 1px solid yellow;
    margin-bottom: 20px;
}

.content-body{
    /* border: 1px solid gold; */
    border-radius: 10px;
    padding: 10px;
    background-color: #282828;
}
.content ul,
.content li{
    color: white;
}

.noticount{
    border-radius: 20px;
    background: red;
    width: 15px;
    height: 15px;
    position: absolute;
    padding: 2px;
    text-align: center;
    top: -5px;
    right: 213px;
}

.m-auto{
    margin: auto;
}

.bankImg img{
    width: 50px;
    margin-right: 5px;
    cursor: pointer;
}

.bankImg img:hover,
.bankImg img.active{
    transform: scale(1.2);
    border: 2px solid #D40C9C;
}
.errText{
    color: red;
    font-style: italic;
}

.btn-android{
    background: linear-gradient(to bottom, #c9ffe2 0%, #3ddd85 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 50%;
}

.btn-ios{
    background: linear-gradient(to bottom, #ffffff 0%, #d4d4d4 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 50%;
}

.btn-transfer{
    color: white;
    font-size: 15px;
    background: linear-gradient(#f152d8, #d40c9c);
}

.btn-history{
    width: 100px;
    color: #fff;
    border-radius: 5px;
    height: 39px;
    padding: 8px 0;
    background: linear-gradient(to bottom, #0087eb 0%, #081f47 100%);
    border: none;
}

.btn-history:hover,
.btn-history.active{
    color: #000;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-yellow{
    width: 140px;
    color: rgba(0,0,0,.9);
    border-radius: 5px;
    font-size: 15px;
    height: 37px;
    font-weight: 700;
    border: 1px solid #00508e;
    padding: 0px;
    margin-top: 10px;
    background: linear-gradient(#ffd943, #ffcc01);
}

.btn-purpleSet{
    width: 100%;
    color: rgba(0,0,0,.9);
    border-radius: 5px;
    font-size: 15px;
    height: 37px;
    font-weight: 700;
    border: 1px solid #00508e;
    padding: 0px;
    margin-top: 10px;
    background: linear-gradient(#f152d8, #d40c9c);
}

.btn-join{
    background: #D40C9C;
    color: white;
    width: 180px;
}

.btn-bank{
    width: 140px;
    color: white;
    background-color: linear-gradient(#f152d8, #d40c9c);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    height: 45px;
    font-weight: 700;
    /* border: 1px solid yellow; */
    margin-bottom: 10px;
}

.btn-bank:hover,
.btn-bank.active{
    background: linear-gradient(#a43793, #96066e);
}

.btn-light-blue{
    background: #3cc2fa;
    color: black;
}

.btn-amount{
    width: 100%;
    float: left;
    color: #ffffff;
    background-color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    height: 37px;
    font-weight: 700;
    border: 1px solid white;
    padding: 0px;
    margin-top: 10px;
}

.btn-amount:hover,
.btn-amount.active{
    color: white;
    background: linear-gradient(#f152d8, #d40c9c);
}

.btn-menu{
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    color: white
}
.btn-menu:hover{
    color: white
}


.btn-custom1{
    background-color: white;
    color: black;
    font-weight: bold;
    width: 90px;
}
.btn-custom1:hover{
    background-color: #cfcccf;
    color: black;
    font-weight: bold;
}
.btn-custom2{
    background: #D40C9C;
    color: white;
    width: 90px;
}
.btn-custom2:hover{
    background: #D40C9C;
    color: white;
}

.btn-gold.active{
    background: linear-gradient(#f8ba2e,#823c1c);
    color: black;
}
.btn-gold{
    background: linear-gradient(#f5d778,#68491b);
    color: black;
}

.btn-color{
    background: white;
    color: black;
}
.btn-color.active{
    background: #D40C9C;
    color: white;
}
.btn-blue{
    background-color: blue;
    color: white;
}
.btn-purple{
    background-color: purple;
    color: white;
}
.btn-red{
    background-color: red;
    color: white;
}

.sectionBar{
    height: 40px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #D40C9C;
    margin-bottom: 20px;
}

.gameBox{
    color: black!important;
    border-radius: 5px;
    padding: 10px; 
    height: 100%;
    background-color: white;
}

.gameBox input[disabled]{
    text-align: center;
    /*border-radius: 20px;*/
    /* border-color: gold; */
    background: transparent;
    color: white
}

.collapse-header{
    border-bottom: 1px solid;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.centered-container{
    display: flex;
    justify-content: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.circle-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;  
    height: 40px; 
    border-radius: 50%;
    background-color: #D40C9C;
}

.dropdown .dropdown-menu{
    background-color: #181818; 
}
.dropdown .dropdown-menu .dropdown-item{
    display: block;
    padding: 5px 20px;
    color: white;
}
.dropdown .dropdown-menu .dropdown-item:hover{
    background-color: #a97a0e; 
}

.bg-custom1{
    background-color: rgba(0,0,0,0.5);
}
.bg-custom{
    background-color: #D40C9C;
}
.bg-header-custom{
    background-color: #D40C9C;
}
.bg-modal-body{
    background: rgba(16,34,38,0.8);
}
.bg-red{
    background-color: red;
}
.bg-grey{
    background-color: grey;
}
.bg-gold{
    background-color: gold;
}
.bg-yellow{
    background-color: yellow;
}
.bg-white{
    background-color: white;
}
.bg-black{
    background-color: black;
}
.bg-black-transparent{
    background-color: rgba(0,0,0,0.3) !important;
}
.bg-whatsapp{
     background-color: #25D366 !important;
}
.bg-telegram{
    background-color: #00B2FF !important;
}
.bg-transparent{
    background: transparent !important;
}
.bg-stage{
    /* background: url('../../images/project/img-stage.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;  
}

.slot-header {
    padding: 10px 0;
    background: linear-gradient(to bottom,#080808 13%,#393939 50%,#080808 87%);
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.slot-header.active {
    top: 0;
    background: linear-gradient(to bottom,#a3700f 1%,#e9c379 50%,#a3700f 99%,#a3700f 100%);
    color: #2b1c00;
}

.main-title{
    background: url('../../images/project/title-bar.png');
    background-repeat: no-repeat;
}

.main-title-past{
    margin-top: 200px;
}

.main-title p{
    color: white;
    margin-left: 30px;
    padding: 5px 0;
}

.homeGameTitle{
    padding: 10 auto; 
}

.equalHeight{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equalHeight:before,
.equalHeight:after{
    display: none;
}

.hd{
    display: none;
}

.br-20{
    border-radius: 20px;
}

.md-bl{
    border-left: 1px solid white;
}

.text-center{
    text-align: center !important;
}

.text-yellow{
    color: yellow !important;
}
.text-purple{
    color: #D40C9C !important;
}
.text-black{
    color: black !important;
}
.text-white{
    color: white !important;
}
.text-red{
    color: red !important;
}
.text-green{
    color: green !important;
}
.text-gold{
    color: #ffd700 !important;
}
.text-light-blue{
    color: #4cc5f8 !important;
}
.text-sky{
    color: #81c8ff !important;
}

.border-white{
    border-color: white;
}

.full-width{
    width: 100%;
}
.half-width{
    width: 50%;
}

.tcp{
    cursor: pointer;
}

.crd{
    color:#81f67b;
}

.refTitle{
    background: rgba(0,0,0,0.5);
    padding: 10px;
    text-align: center;
}

.nav-menu{
    background-color: black;
    text-align: right;
}

.nav-link.nav-header {
    transform: skewX(-15deg);
    transition: all 0.2s ease-in-out;
}

.nav-link.nav-header.active,
.nav-link.nav-header:hover{
    background-color: #112225;
}
.nav-link.nav-header.active .nav-link-rotate img,
.nav-link.nav-header:hover .nav-link-rotate img{
    transform: skewX(0deg) scale(1.3);
    transition: all 0.2s ease-in-out;
}

.nav-link-rotate {
    transform: skewX(15deg);
}

/* .img-play-btn{
    position: absolute;
    bottom: 12%;
    left: 20%;
    width: 150px;
} */

.gameImg{
    filter: grayscale(0);
}

.gameImg:hover,
.gameImg.active{
    transition: 0.3s ease-in-out;
    filter: grayscale(0);
}

.gameImg img{
    filter: grayscale(0);
    /* margin-top: 150px;
    width: 315px; */
}

.gameIcon {
    height: 189px;
    display: flex;
    align-items: center;
    border: 1px solid gold;
    margin: 5px auto;
}

.gameTitle{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.gameIcon:hover .overlay{
    opacity: 1;
}

.gameIcon img{
    width: 100%;
}

.gameIcon .overlay{
    opacity: 0;
    background: rgba(0,0,0,0.5);
}

.gameIcon .play{
    margin: 50% auto;
    width: fit-content;
    background: #fbbd2e;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink {
  animation: blinker 2s linear infinite;
}

.side_qr {
    text-align: center;
    display: inline-block;
    padding: 15px;
    background: #000;
    /*border: 2px solid rgba(64,202,21);*/
    /*background: url('../../images/project/side_bg.png') bottom center no-repeat;*/
    position: fixed;
    top: 25%;
    right: -250px;
    width: 250px;
    z-index: 999;
    transition: right 0.4s ease;
    -moz-transition: right 0.4s ease;
    -webkit-transition: right 0.4s ease;
}

.side_qr:hover .qr_button {
    animation: none;
}

.side_qr .qr_button {
    animation: blinker 2s linear infinite;
    position: absolute;
    top: 0px;
    left: -41px;
    display: inline-block;
    width: 50px;
}
.side_qr table {
    margin: 0;
}
.side-left{
     border-top-left-radius: 10px;
     border-bottom-left-radius: 10px
}
.side-right{
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
     background: rgba(12,34,50,1);
}
.side-item{
    height: 30px;
    line-height: 30px;
}

.atmDepTable table.table{
    background-color: transparent
}
.atmDepTable th{
    color: white !important;
    border: 2px solid rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 8px;
    background: linear-gradient(#f152d8, #d40c9c);
}
.atmDepTable td{
    text-align: left;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.button-spin{
    text-align:center
}

.button-spin button{
    padding:8px;
    margin:10px;
    width:120px;
    font:700 22px arial;
    background:red;
    color:#fff;
    box-shadow:0 1px 5px #333;
    border-radius:5px;
    border:1px solid 
    #fff;
    outline:0;
    cursor:pointer
}
.button-spin button:hover{
    background:#e00
}

.button-spin #countdown{
    width:200px;
    margin:0 auto;
    padding:5px;
    font:700 14px arial;
    color:#fff;
    background:#000;
    background:rgba(0,0,0,.5);
    border-radius:10px
}

.button-spin i{
    font-size:50px;
    color:#ff0;
    text-shadow:0 1px 5px #333
}
.winwheel{
    text-align:center;
    padding:3px 3px 0;
    background:#666;
    background:radial-gradient(#000 3%,#000 4%,#0f0 5%,#000 6%,#000 7%,#fc0 8%,#000 9%,#000 10%,#ff0 11%,#000 12%,#000 13%,#f0c 14%,#000 15%,#000 16%,#0cf 17%,#000 18%,#000 19%,#c6f 20%,#000 21%,#000 28%,#fc0 28%,#fc0 30%);
    border-radius:1000px;
    border:5px solid #000;
}
.winwheel-content{
    /*background:linear-gradient(#09c,#f0f,#ff0);*/
    background: rgba(0,0,0,0.2);
    width:100%;
    padding:20px;
    max-width: 500px;
    margin: auto;
}
.prize-table td.step-action div {
    padding: 3px 15px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 5px;
}

.youtube_iframe{
    /* background: url(../../images/project/tv-frame.png) no-repeat center; */
    background-size: contain;
    position: relative;
    height: 500px;
}
.youtube_iframe .youtube {
    height: 400px;
    width: 98%;
    margin: auto;
    padding-top: 63px;
}
.youtube_iframe .youtube .fluid-width-video-wrapper{
    padding-top: 56% !important;
}

.progress-status {
    height: 40px;
    border-radius: 20px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
}

.progress-animation {
    background-color: #D40C9C;
    height: 40px;
    top: 0;
    left: 0;
    position: absolute;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.progress-animation.bronzeProgress{
    width: 17%
}
.progress-animation.silverProgress{
    width: 45%
}
.progress-animation.goldProgress{
    width: 75%
}
.progress-animation.platinumProgress{
    width: 100%;
    border-radius: 20px;
}
/*.progress-animation.diamondProgress{
    width: 100%;
    border-radius: 20px;
}*/

.progress-status .bar-separator:nth-child(2) {
    margin-left: 17%;
}
.progress-status .bar-separator:nth-child(3) {
    margin-left: 45%;
}
.progress-status .bar-separator:nth-child(4) {
    margin-left: 75%;
}
/*.progress-status .bar-separator:nth-child(5) {
    margin-left: 70%;
}*/

.progress-status .bar-separator {
    position: absolute;
    top: 0;
    /*left: 25%;*/
    width: 6px;
    height: 40px;
    background-color: #000;
}

.progress-deposit{
    margin-left: 4%;
}

.progress-deposit .treasure-box{
    margin-left: -15px;
}
.progress-deposit .treasure-box.active{
    animation: createBox 2s infinite;
}
@keyframes createBox {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.8);
  }
}
.progress-deposit:nth-child(2) {
    margin-left: 10%;
}
.progress-deposit:nth-child(3) {
    margin-left: 20%;
}
.progress-deposit:nth-child(4) {
    margin-left: 21%;
}
/*.progress-deposit:nth-child(5) {
    margin-left: 17%;
}*/
.progress-deposit:last-child {
    margin-left: 15%;
    margin-right: 20px;
}
.progress-balance{
    height: 30px;
    border: 2px solid #00FFFF;
    color: #D40C9C;
    border-radius: 3px;
}

/* Shine */
.promoBox figure {
    position: relative;
    margin-bottom: 0px;
}
.promoBox figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.promoBox figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.image-powered-by img{
    width: 10%
}
.productmain {
    margin-top: 45px;
    position: relative;
}
.producttitle {
    position: absolute;
    top: -23px;
    left: 25%;
    right: 25%;
    font-size: 25px;
    background: url(../../images/project/body_bg.jpg) no-repeat center;
    color: white;
    padding: 5px;
    text-transform: uppercase;
}
.ourproduct {
    padding: 20px;
    text-align: -webkit-center;
    border: 6px solid #9fd4f8;
    margin: 10px;
}
.ourproduct img{
    width: 30%
}

#ccbx{
    border-radius:50%;
    margin: 0px auto 0;
    /*margin-top:-25px;*/
    background-color: #D40C9C;
    width:70px;
    height:70px;
    box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 5px 18px 5px rgba(0,0,0,0.12);
    position:relative;
    z-index:1002;
    text-align:center;
}

#ccbx img,#ccbx a{
    text-align:center;
    margin:0 auto;
    vertical-align:middle;
}

#ccbx a,#ccbx img{
    padding-top:6px;
    margin:0 auto;
}
.lang-dropdown img{
    width: 34px;
}

.d-flex{
    display: flex;
}
.desktopView{
    display: block;
}
.mobileView{
    display: none;
}

.title-category{
    transition: filter 0.3s;
}
.title-category.active {
    color: #D40C9C;
}

@media (max-width: 1200px) {
    .progress-deposit:nth-child(2) {
        margin-left: 10%;
    }
    .progress-deposit:nth-child(3) {
        margin-left: 18%;
    }
    .progress-deposit:last-child {
        margin-left: 14%;
        margin-right: 20px;
    }
    .youtube_iframe .youtube {
        width: 97%;
        height: 380px;
    }

@media (max-width: 991px) {
    #header.sticky-header #header-wrap {
        position:fixed;
    }

    #logo{
        position: relative;
    }

    .md-bl{
        border-left: initial;
    }

    .desktopView{
        display: none;
    }
    .mobileView{
        display: block;
    }
    .progress-deposit:nth-child(2) {
        margin-left: 7%;
    }
    .progress-deposit:nth-child(3) {
        margin-left: 16%;
    }
    .progress-deposit:nth-child(4) {
        margin-left: 19%;
    }
    .progress-deposit:last-child {
        margin-left: 12%;
        margin-right: 20px;
    }

    .main-title-past{
        margin-top: 20px;
    }

    .homeGameTitle{
        padding: 5 auto; 
    }

    .side-item{
        height: 50px;
    }
    .side-left{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .side-left i{
        vertical-align: middle;
    }
    .side-right{
        width: 80%;
        height: 50px;
        line-height: 50px;
    }
    .side-right a{
        vertical-align: middle;
    }

    .lang{
        position: absolute;
        top: 7px;
        right: auto;
        left: 80px;
        margin: 30px 0;
    }
    .dropdown-menu.language{
        right: 0;
        left: initial;
    }

    .gameImg {
        filter: grayscale(0);
        position: absolute;
        width: inherit;
        bottom: 10%;
        right: 25%;
    }
    
    .gameImg img{
        filter: grayscale(0);
        margin-top: 0px;
        width: 65%;
    }
    
    .img-play-btn{
        left: 18%;
        width: 120px;
    }
    
     
}

@media (max-width: 767px) {
    .progress-deposit{
        font-size: 12px;
    }
    .progress-status{
        width: 100%;
    }
    .progress-deposit{
        margin-left: -15px;
    }
    .progress-status .bar-separator:nth-child(2) {
        margin-left: 14%;
    }
    .progress-status .bar-separator:nth-child(3) {
        margin-left: 50%;
    }
    .progress-status .bar-separator:nth-child(4) {
        margin-left: 75%;
    }
    .progress-deposit:nth-child(2) {
        margin-left: 7%;
    }
    .progress-deposit:nth-child(3) {
        margin-left: 28%;
    }
    .progress-deposit:nth-child(4) {
        margin-left: 17%;
    }

    .progress-animation.bronzeProgress{
        width: 15%
    }
    .progress-animation.silverProgress{
        width: 15%
    }
    .progress-animation.goldProgress{
        width: 75%
    }
    .progress-animation.platinumProgress{
        width: 100%
        border-radius: 20px;
    }
    /*.progress-animation.diamondProgress{
        width: 100%;
        border-radius: 20px;
    }*/
    .lang{
        left: 60px;
    }

    .producttitle{
        font-size: 18px;
    }
    
    .gameImg img{
        width:50%;
    }
}

/*custom width*/
@media (max-width: 541px) {
    .progress-deposit:nth-child(2) {
        margin-left: 4%;
    }
    .progress-deposit:nth-child(3) {
        margin-left: 25%;
    }
    .progress-deposit:nth-child(4) {
        margin-left: 14%;
    }
    .progress-deposit:last-child {
        margin-left: 9%;
    }
}

/*custom width*/
@media (max-width: 480px) {
    
    .progress-deposit:nth-child(2) {
        margin-left: 0px;
    }
    .progress-deposit:nth-child(3) {
        margin-left: 18%;
    }
    .progress-deposit:nth-child(4) {
        margin-left: 8%;
    }
    .progress-deposit:last-child {
        margin-left: 0px;
    }
    /*.progress-animation.diamondProgress{
        width: 100%;
        border-radius: 20px;
    }*/
}
@media (max-width: 320px) {
   .progress-deposit{
        font-size: 10px;
    }
    .img-play-btn{
        width: 100px;
    }
}