@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet"');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;900&display=swap');

body { font-family: "Noto Sans", sans-serif; line-height:1.6; font-size:15px; margin:0 auto; color:#191919; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus { text-decoration: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
/* .container{
    max-width: 1140px;
} */
.txt_mon{
   font-family: 'Montserrat', sans-serif;
}

input.form-control::placeholder {
    color:#a5a5a5;
}
.logo{
    width: 143px;
}
.index_caro .carousel-inner{
    background: #252525;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}
body.main_bg_wrap{

padding-top: 145px;
}
.header_section{
    z-index: 3;
    position: fixed;
    width: 100%;
    background-color: #161616;
    top: 0;
}
.top_header{
    background-color: #0f0f0f;
    height: 95px;
}
.top-header-box{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
ul.nav-list{
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    align-items: center;
}
ul.nav-list li a{
    color: #8c8b8b;
    text-transform: uppercase;
    gap: 10px;
    font-size: clamp(0.8rem, 0.8vw, 0.95rem);
    font-weight: bold;
}
ul.nav-list li{
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 9px;
    position: relative;
}
.top_header_con{
    height: 100%;
    max-width: 1280px;
}
ul.nav-list li:before{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background: 0 0;
    transition: background .3s;
}
ul.nav-list li:hover:before,ul.nav-list li.active:before{
    background: #982ddf;
}
ul.nav-list li.active a,ul.nav-list li:hover a{
    color: #982ddf;
}
.headermenu_wrap{
    display: flex;
    height: 100%;
    align-items: center;
}
.header_menu_btn_wrap{
    display: flex;
}
.btn_login{
    background-color: #191919;
    border: 1px solid #8238b3;
    color: #8238b3;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 600;
    min-height: 34px;
    transition: background .3s;
}
.btn_login:hover{
    background-color: #8238b3;
    color: #000;
}
.btn_join{
    background-color: #982ddf;
    border: 1px solid #982ddf;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 500;
    min-height: 34px;
    transition: background .3s;
}
.btn_join:hover{
    background-color: transparent;
    color: #fff;
}
.header_menu_btn_wrap button{
    margin: 0px 5px;
}
.second_header{
    background-color: #252525;
    height: 50px;
}
.second_header_cus{
    display: flex;
    align-items: center;
}
.header_lang_drop .dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 13px;
    position: relative;
}
.header_lang_drop img{
    width: 20px;
}
.header_lang_drop button{
    color: #ffffff;
}
.header_lang_drop .btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.header_lang_drop .dropdown-toggle::after{
    position: absolute;
    top: 15px;
    color: #ffffff;
}
.header_top_right{
    height: 100%;
    display: flex;
    align-items: center;
}
.header_lang_drop .dropdown-menu{
    background-color: #252525;
    min-width: 314px;
    border-radius: 0px;
}
ul.lang_ul{
    margin: 0;
    padding: 5px 15px;
    list-style-type: none;
}
ul.lang_ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    text-align: center;
}
ul.lang_ul li a{
    color:#b2b2b2;
    font-size: 14px;
    margin: 0px 10px;
}
ul.lang_ul li a:after{
    content: '/';
    margin-left: 10px;
}
ul.lang_ul li a:last-child:after{
    content: '';
}
.sec_wrap{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}
.sec_wrap a{
    color: #8c8b8b;
    margin: 0 10px;
    font-size: 12px;
}
.sec_wrap a:hover{
    color: #8238b3;
}
.sec_tic{
    color: #161616;
}
.time{
    color: #c7c7c7;
    font-size: 12px;
    position: relative;
    padding: 0 10px;
}
.time:before{
    content: "";
    width: 2px;
    height: 27px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    background: #121212;
}
.time:after{
    content: "";
    /* width: 2px; */
    /* height: 27px; */
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    /* background: #121212; */
}
a.refer{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.marquee_wrap{
    background-color: #252525;
    color: #a2a8b8;
}
.marquee_custom{
    display: flex; 
    font-size: 13px;  
    padding: 5px 0;
}
.step_section{
    background: #111111 url(../images/index/section.jpg);
    min-height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 30px;
}
.step_bar{
    background-color: rgb(0 0 0 / 80%);
    padding: 5px 0;
}
.step_bar ul{
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px 0;
    align-items: center;
}
.step_bar ul li{
    display: flex;
    align-items: center;
    min-height: 100px;
}
.step-text{
    margin-left: 10px;
    line-height: 1;
}
.step-text h4{
    text-transform: uppercase;
    color: #8238b3;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 1px;
}
.step-text span{
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}
.cs_img img{
    width: 50px;
}
.cs_deposit{
    background-image: url(../images/index/deposit.png);
    background-size: 100% 100%;
    background-position: center;
    width: 384px;
    justify-content: end;
    background-repeat: no-repeat;
}
.cs_deposit .step-text span{
    color: #982ddf;
}
.cs_deposit .step-text{
    margin-right: 50px;
}
.bonus_c_wrap{
    display: grid;
    grid-template-columns: 63% 36%;
    grid-gap: 15px;
    margin-top: 30px;
    margin-bottom: 70px;
}
.bonus_tit{
    color: #D7AC28;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.bonus_tit img{
    margin-right: 10px;
}
.bonus_c_wrap_custom{
    width: 100%;
}
.bonus_match_wrap{
    
background-color: #ffffff5c;padding: 10px;}
.slidermain_01{
    width: 550px;
    width: 77%;
}
.slidermain_02{
    width: 150px;
    width: 23%;
}
.slider.slider-single .slick-slide img{
    cursor: pointer;
    width: 100%;
}
.slider.slider-nav .slick-slide .slide_txt{
    width: 145px;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.4;
    background-color: #1e2022;
    font-weight: bold;
    text-align: center;
    border: 1px solid #d7ac27;
    border-bottom: 3px solid #d7ac27;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    height: 56px!important;
    display: flex!important;
    align-items: center;
}
.slider.slider-nav .slick-slide .slide_txt:after{
    right: 0;
    border-radius: 35px;
    position: absolute;
    content: "";
    background: #d7ac27;
    width: 73px;
    height: 3px;
    left: 0;
    bottom: 0px;
    transform: perspective(0.5em) rotateX(8deg);
    margin: auto;
}

.slider.slider-nav .slick-slide.slick-active.is-active .slide_txt,.slider.slider-nav .slide_txt:hover{
    opacity: 1;
}
.slider.slider-nav{
    height: 100%;
}
.main_slider_wrap{
    display: flex;
    align-items: center;
}
.slide_img_main{
    position: relative;
}
.slide_img_txt{
    position: absolute;
    bottom: 0;
    line-height: 1;
    left: 24px;
}
.slide_img_txt01{
    color: #00e3f7;
    font-size: 69px;
    font-weight: 900;
}
.slide_img_txt02{ 
    color: #fff; 
    font-size: 28px; 
    font-weight: 900;  
    text-transform: uppercase;
}
/*.slider-single .slick-current.slick-active{
  animation-name: fadeInUpSD;
  animation-duration: 1.5s;
  opacity: 1;
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}*/
/*.trigger_img_effect{
    opacity: 0;
}
.trigger_img_effect.animate__animated{
    opacity: 1;
}*/
.slide_img_txt{
    opacity: 0;
}
.slide_img_txt.animate__animated{
    opacity: 1;
}
.animate__animated {
   -webkit-animation-duration: 0.6s;
   animation-duration: 0.6s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.slide_txt{

}
.slide_txt01{
    color: #00e3f7;
    font-size: 17px;
}
.slide_txt02{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.more_m{
    background-color: #982ddf;
    border: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;   
}
.bonus_custom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.spin_tit{
    color: #D7AC28;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.ribbon_txt{
    position: relative;
    text-align: center;
    display: flex;
    margin-left: 20px;
}
.ribbon_txt span{
    position: absolute;
    font-size: 10px;
    color: #fff;
    left: 0;
    top: 6px;
    right: 0;
}
.spin_group{
    display: flex;
}
.jackpot_wrap{
    width: 387px;
    position: relative;
}
.jackpot_txt{
    position: absolute;
    bottom: 8%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    color: #D7AC28;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 2px 3px #000;
}
.games-list{
    width: 100%;
    margin-left: 20px;
}
.nav-tabs.index_jack_tab{
    position: relative;
}
.nav-tabs.index_jack_tab .nav-item{
    margin-right: 10px;
}
.nav-tabs.index_jack_tab .nav-item.show .nav-link, .nav-tabs.index_jack_tab .nav-link.active {
    color: #fff;
    background-color: #8238b3;
    border-color: #8238b3 #8238b3 #8238b3;
}
.nav-tabs.index_jack_tab .nav-link {
    border: 1px solid #4a4949;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #252525;
    font-weight: 800;
}
.nav-tabs.index_jack_tab .nav-link{
    color: #4a4949;
}
.nav-tabs.index_jack_tab {
        border-bottom: 2px solid #4a4949;
}
.nav-tabs.index_jack_tab .nav-link:focus, .nav-tabs.index_jack_tab .nav-link:hover {
    color: #fff;
    background-color: #8238b3;
    border-color: #8238b3 #8238b3 #8238b3;
}
a.more_g {
    position: absolute;
    right: 0;
    color: #696969;
    top: 8px;
    font-size: 13px;
}
.more_g span{
    color: #696969;
}
.spin_product{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    padding-top: 20px;
}
.gamebox {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #8238b3;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.playpop {
    display: flex;
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s ease;
    /* opacity: 0; */
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.gamebox:hover .playpop{
    /* opacity: 1; */
    visibility: visible;
    transition: 0.3s ease;
    height: 100%;
}
.gamebox:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 6px #282828;
}

a.play-btn {
    display: block;
    font-size: 15px;
    font-weight: 700;
    width: 97px;
    margin: auto;
    border-radius: 5px;
    padding: 1px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #dfdfdf;
    transition: .5s;
    transform: scale(0.5);
    opacity: 0;
    background-image: linear-gradient(#982ddf, #982ddf);
}
.gamebox:hover .playpop a.play-btn{
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}
.gamebox_ini{
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    background-color: #131313;
    padding: 10px;
    align-items: center;
}
.gamebox_ini img{ 
    width: 17px;  
    height: 15px;
}
.index_live_wrap{
    background-color: #191919;
    padding: 30px 0;
}
.live_tit{
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.live_group{
    display: flex;
}
.live_wrap{
    min-width: 437px;
}
.live-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-left: 20px;
}
.live_group img{
    transition: .5s;
}
.live_group img:hover{
    transform: scale(1.1);
    transition: .5s;
}
.download_index_wrap{
    background-color: #111111;
    padding: 30px 0;
}
.dw_tit{
    color: #D7AC28;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 0px;
}
.footer_wrap{
    background-color: #191919;
    padding: 30px 0;
    padding-bottom: 0;
}
.top_footer_wrap{
    display: grid;
    grid-template-columns: 30% 68%;
    gap: 20px;
    padding-bottom: 30px;
}
ul.provider{
    padding: 0;
    margin: 0;
    display: block;
    list-style-type: none;
}
ul.provider .title{
    color: #ffffff;
    font-size: 13px;
}
ul.provider li a{
    color: #50535b;
    font-size: 12px;
}
ul.provider li a:hover{
    color: #982ddf;
    border-bottom: 1px solid #982ddf;
}
ul.provider.p_img li{
    margin-bottom: 15px;
}
ul.provider.p_img li img{
    filter: grayscale(100%);
}
ul.provider.p_img li img:hover{
    filter: grayscale(0);
}
.icon-android-footer {
    display: inline-block;
    width:  29px;
    height: 29px;
    fill: #a2aabd;
}
.icon-ios-footer {
    display: inline-block;
    width:  29px;
    height: 29px;
    fill: #a2aabd;
}
.icon-ios-footer:hover {
    fill: #efefef;
    opacity: 1!important;
    cursor: pointer;
}
.icon-android-footer:hover {
    fill: #85c808;
    opacity: 1!important;
    cursor: pointer;
}
.Copyright{
    font-size: 11px;
    color: #fff;
}
.bottom_footer_wrap{
    border-top: 1px solid #4d2865;
    border-bottom: 1px solid #4d2865;
    padding: 30px 0;
    padding-top: 30px;
}
.seo-content-wrap{
    color: #b3b3b3;
    font-size: 12px;
}
.seo-content-wrap h1{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.seo-content-wrap h2{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.seo-content-wrap a{ 
    color: #982ddf;
}
.seo-toogle-button p{
    color: #474950;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid #474950;
}
.footerlogo{
    text-align: right;
    padding-top: 10px;
    padding-bottom: 30px;
}
.footerlogo img{
    filter: grayscale(100%);
    width: 130px;
}
.footerlogo img:hover{
    filter: grayscale(0);
    width: 130px;
}
.f_download_t{
    background-color: #242424;
    border-radius: 5px 0 5px 0;
    color: #ff1400;
    font-weight: 900;
padding: 10px;position: relative;padding-left: 56px;font-size: 12px;padding-bottom: 0;}
.crown_cus{

position: absolute;bottom: -24px;left: 5px;}
.crown_cus_m{
    
width: 80px;position: absolute;top: -43px;right: 1px;}
.f_download_b{
    background-color: #000;
    padding: 30px 10px 10px 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
grid-gap: 5px;margin-bottom: 20px;}
.f_download_b_cus img{
    width: 45px;
}
.f_download_b_cus{
    display: flex;
width: 100%;color: #fff;justify-content: space-between;}
.download_btn_f{
    
color: #fff!important;background-color: #ff1400;padding: 3px;border-radius: 5px;}

#loginmodal .modal-content,#forgotmodal .modal-content{
    background-color: #161616;
    border-radius: 15px;
    border: 1px solid #982ddf6b;
}
#loginmodal .modal-header,#forgotmodal .modal-header{
    border-bottom: none;
    padding: 7px 15px 0 15px;
}
#loginmodal .close,#forgotmodal .close{
    opacity: 1;
    filter: grayscale(1);
}
#loginmodal .modal-body,#forgotmodal .modal-body{
    padding-top: 0;
    padding-bottom: 43px;
    width: 400px;
    margin: auto;
    color: #fff;
}
.modal_logo{
    margin-bottom: 42px;
}
.input-item{
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
}
.modal_input{
    background-color: #fff;
    border: 1px solid #982ddf;
    border-radius: 5px;
    height: 35px;
}
.input_wrap{
    margin-left: 10px;
    min-width: 272px;
}
#loginmodal .input_wrap{
    margin: 0;
    margin-left: 0px;
}
input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    /* margin-left: 44px; */
}
#loginmodal .modal-dialog,#forgotmodal .modal-dialog{
    max-width: 600px;
}
.btn-item a{
    color: #ffffff;
    margin-right: 43px;
}
.btn-item .btn_join{
    min-width: 103px;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    background-color: #982ddf00;
    color: #fff;
}
#loginmodal .modal-footer{
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 13px;
    border-top: none;
    width: 400px;
    margin: auto;
}
#loginmodal .modal-footer a{
    color: #982ddf;
}
.forgot_txt{
    max-width: 330px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: auto;
    padding-bottom: 36px;
}
.modal_forgot_tit{
    font-size: 24px; 
    font-weight: bold;
}
.forgot_txt a{
    color: #982ddf;
}
#forgotmodal .btn-item{
    margin-left: 213px;
}

/*esports*/
.inner_main_body{
    background-color: #111111;
    min-height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
}
.inner_product_content{
    width: 400px;
    text-align: center;
    margin-right: auto;
    padding-top: 110px;
}
.inner_product_txt{
    color: #fff;
}
.inner_product_content .btn_join{
    min-width: 150px;
    margin-top: 30px;
    min-height: 45px;
}
.inner_product_btn ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 10px 0;
    margin: 0;
}
.inner_product_btn_cus .grey{
    display: block;
}
.inner_product_btn_cus .ori{
    display: none;
}
.inner_product_btn_cus.active .grey,.inner_product_btn_cus:hover .grey{
    display: none;
}
.inner_product_btn_cus.active .ori,.inner_product_btn_cus:hover .ori{
    display: block;
}
.inner_product_btn_cus.active{
    transform: translateY(-9px);
}
.inner_product_btn_cus:hover{
    transform: translateY(-9px);
}

.inner_product_bg{
    width: 155px;
    border-radius: 5px;
    cursor: pointer;
    opacity: 1;
    background-color: #111111;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #982ddf;
    padding: 5px 5px 8px 5px;
    min-height: 74px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: 0.3s;
    justify-content: center;
}

.inner_product_bg:after{
    right: 0;
    border-radius: 35px;
    position: absolute;
    content: "";
    background: #982ddf;
    width: 73px;
    height: 3px;
    left: 0;
    bottom: 0px;
    transform: perspective(0.5em) rotateX(8deg);
    margin: auto;
}
.inner_product_btn{
    padding-top: 84px;
    padding-bottom: 34px;
}
.all_page_over{
    overflow: hidden;
}
/*slots*/
.slots_jackpot{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 368px;
}
.slots_jackpot_txt{
    position: absolute;
    color: #fff;
    font-size: 5em;
    background: -webkit-linear-gradient(#382b0c, #f4eca8,#ffe0a3,#5a4114);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.slots_filter_wrap{
    padding: 8px 15px;
    background-color: #1a1a1a;
    display: grid;
    grid-template-columns: 830px auto;
    border-radius: 10px;
    margin: 0 0 0px 0;
    align-items: center;
}
ul.slots_menu{
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
ul.slots_menu li{
    max-width: 200px;
    margin-bottom: 0px;
    padding: 0 30px;
}
ul.slots_menu li:not(:last-child){
    border-right: .01rem solid #717171;
}
ul.slots_menu li a{
    color: #a3aabd;
    /* border-bottom: 1px solid transparent; */
    font-size: 16px;
}
ul.slots_menu li.active a,ul.slots_menu li:hover a{
    color: #eb1c21;
    /* border-bottom: 1px solid #eb1c21; */
}
.fa-search{
    color: #000;
}
.seach_cus,.btn.btn-link{
    background-color: #d1d2d7;
}
.slots_products_wrap{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    padding: 20px 0 40px 0;
}
.slots_container{
    max-width: 1366px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
}
.slots_search{
    /* width: 210px; */
    display: flex;
    align-items: center;
    justify-self: self-end;
}
a.more_g_slots {
    color: #982ddf;
    font-size: 13px;
    padding-bottom: 30px;
}
.more_g_slots span{
    color: #fff;
}
.slot_overall_wrap{
    display: grid;
    grid-template-columns: 200px auto;
margin-top: 73px;grid-gap: 10px;}
ul.brand-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
background-color: #161616;}
ul.brand-list li a{
    display: flex;
    color: #777777;
    align-items: center;
    justify-content: left;
    margin-left: 20px;
    border-bottom: 1px solid #ffffff2b;
    font-size: 14px;
    padding: 11px 5px;
    /* margin-right: 20px; */
    }
ul.brand-list li.active a,ul.brand-list li:hover a{
    color: #eb1c21;
}
ul.brand-list li a img{
    margin-right: 10px;
    width: 41px;
}
ul.brand-list li a img.img_slot{
    display: none;
}
ul.brand-list li.active a img.img_slot,ul.brand-list li:hover a img.img_slot{
    display: block;
}
ul.brand-list li.active a img.img_slot_grey,ul.brand-list li:hover a img.img_slot_grey{
    display: none;
}
ul.brand-list li{
    position: relative;
}
.inn_hoticon{
    
position: absolute;
    
width: 36px;
}

.poker_step_bar{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-top: 200px;
    padding-bottom: 50px;
    grid-gap: 35px;
}
.poker_step_inn{
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.poker_org_txt{
    color: #982ddf;
}
.poker_step_inn img{
    margin-right: 10px;
}
.poker_step_inn_cus{
    width: 290px;
}
.poker_sec_02{
    border-top: 2px solid #313131;
    border-bottom: 2px solid #313131;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
.poker_details_box{
    display: grid;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    grid-template-columns: repeat(2,1fr);
    -webkit-justify-content: center;
    justify-content: center;
    width: 689px;
}
.poker_box{
    display: flex;
    color: #7c818f;
    font-size: 13px;
}
.poker_box img{
    height: fit-content;
    width: 37px;
    margin-right: 14px;
}
.poker_box_con{
    margin-top: 10px;
}
.poker_box_con .poker_org_txt{
    margin-bottom: 10px;
}
.poker_sec_03{
    padding: 30px 0 100px 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    color: #7c818f;
    font-size: 13px;
}
.poker_sec_03 h4{
    padding-bottom: 10px;
    padding-top: 10px;
}

/*promotion*/
.mix {
    display: none;
}
.filter-menu-bar{
    /* margin: 20px 0; */
    /* background-color: #e1e1e1; */
    display: flex;
    justify-content: start;
    overflow: hidden;
}
.pmbox_1st{
    margin-left: -10px;
}
.pmbox {
    background: none;
    color: #a2a8b8;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 115px;
    text-align: center;
    border-right: 1px solid #3b3b3b;
}
.pmbox:last-child{
    border-right: none;
}
.pmbox.active {
    color: #fff;
    /* background: linear-gradient(0deg,#b80000 31%,#b80000); */
    /* transform: skew( -25deg); */
    display: flex;
    justify-content: center;
    align-items: center;
}
.pmbox.active >* {
    /* transform: skew(25deg); */
}
.promo-content {
    display: grid;
    grid-gap: 15px;
    padding-bottom: 20px;
grid-template-columns: repeat(3,1fr);}
.pm-boxer {
    display: grid;
    /* grid-template-columns: 640px 365px; */
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 15px 0 0px 0;
    /* grid-gap: 10px; */
    /* background-color: #212121; */
    color: #ffffff;
}
.pm-boxer_inner{
    display: grid;
    padding: 20px;
    text-align: left;
    background-color: #252525;
    font-size: 12px;
    color: #a2aabd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }
.pm-boxer_inner_sec{
    display: flex;
    align-items: flex-end;
    justify-content: left;
margin: 10px 0;}
.pm-boxer img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.moreinfo_btn{
    background-color: #982ddf;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    height: 34px;
    font-size: 13px;
    min-width: 130px;
    margin-right: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
}
.apply_btn{
    background: #a2aabd00;
    color: #982ddf;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    min-width: 130px;
    height: 34px;
    font-size: 13px;
    border: 1px solid #982ddf;
    border-radius: 5px;
}
.moreinfo_btn:hover{
    background-color: transparent;
    color: #fff; 
    border: 1px solid #982ddf;
}
.apply_btn:hover{
    background-color: #982ddf;
    color: #ffffff;
}
.text_red{
    color: red;
}
.text_blue{
    color: blue;
}
.modal-dialog.promo {
    max-width: 800px!important;
}
.modal-content.promo {
    padding: 20px;
    border-radius: 0;
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #0f0f0f;
    color: #fff;
    border: 1px solid #982ddf;
}
button.close-promo {
    background: none;
    border: none;
    font-size: 23px;
    padding: 17px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}
.pm-title-wrapper {
    font-size: 20px;
    font-weight: 700;
    background: #982ddf;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pmtable-wrapper {
    margin: 15px 0;
}
table.promo-table tr th {
    color: #fff;
    background: #982ddf;
    padding: 4px;
    border: 1px solid #982ddf;
}
table.promo-table tr td {
    border: 1px solid #982ddf;
}
.gr-title {
    font-weight: 700;
    font-size: 16px;
}
.grlist ul {
    padding-left: 20px;
    margin-top: 5px;
}
.grlist ul li {
    padding-bottom: 3px;
    font-size: 14px;
}
.promo_body{
    padding-top: 100px;
}
.promo_wrap{
    min-height: 600px;
}
.filter_wrap{
    padding-top: 20px;
}
.pmbox .poker_org_txt{
    margin-left: 5px;
}
.pm-boxer_inner h4{
    display: flex;
    justify-content: left;
    font-size: 20px;
    align-items: center;
font-weight: 900;color: #fff;}
.pm-boxer_inner h4 img{
    margin-right: 10px;
}
.inner_product_content.vip_wrap{
    width: 400px;
    text-align: left;
    margin-left: auto;
    padding-top: 110px;
}
.status_wrapper{
    margin-top: 30px;
}
.vip_tit{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}
.vip_con{ 
    font-size: 13px;
    margin-bottom: 20px;
}
.vip_status_wrap{
    display: grid;
    grid-template-columns: 279px auto;
    padding-top: 0px;
    padding-bottom: 30px;
}
.vip_status_wrap img{
    width: 210px;
}
.progress-bar{
    position: relative;
    overflow: hidden;
    height: 30px;
    margin-top: 10px;
    border-radius: 30px;
    background: repeating-linear-gradient(35deg,#3b3f4c,#3b3f4c 1rem,#111 0,#111 1.2rem);
}
.progress-bar>span{
    position: relative;
    display: block;
    height: 100%;
}
.progress-bar>span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: repeating-linear-gradient(35deg,#982ddf,#982ddf 1rem,#111 0,#111 1.2rem);
}
.current-status-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.current-status h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.status-bottom h6 {
    margin: 0;
    padding: 41px 0 0px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.status-bottom h6:before {
    width: 1px;
    height: 27px;
    position: absolute;
    background: #fff;
    bottom: 20px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}
.status-bottom p {
    color: #707070;
    font-size: 13px;
    padding: 7px 0 0;
    line-height: 13px;
    text-align: center;
    font-weight: bold;
}
.vip span {
    text-shadow: 1px 3px 4px #000;
}
.status-bottom span {
    display: block;
}
.grey-color{
    color: #a5a5a5;
}
.gold-color{
    color: #a38842;
}
.blue-color{
    color: #a5c0d4;
}
.purple-color{
    color: #7d6daa;
}
.brown-color{
    color: #f0c783;
}
.elite-color{
    color: #c0a06e;
}
.progress_percent_bronze{
    width: 10%;
}
.progress_percent_silver{
    width: 29%;
}
.progress_percent_gold{
    width: 50%;
}
.progress_percent_platinum{
    width: 72%;
}
.progress_percent_diamond{
    width: 100%;
}
.vip_table{
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    background: #111111;
    border: 1px solid #252525;
    border-radius: 10px;
    overflow: hidden;
}
.icon_1st{
    content: '';
    min-height: 28px;
}
.txt_yellow{
    color: #ffffff;
}
.vip_line hr{
    border-top: 1px solid rgb(175 175 175);
}
table.vip_table tbody tr td:first-child{
    text-align: left;
    background-color: #111111;
}
table.vip_table tbody tr td img{
    width: 100px;
}
table.vip_table tbody tr td{
    padding: 11px;
    border-right: 1px solid #252525;
}
table.vip_table tbody tr:first-child td{
    border-right:none;
    color: #d7ac28;
}
table.vip_table tbody tr td.text-left{
    text-transform: uppercase;
    background-color: #252525;
    color: #d7ac28;
    padding: 5px 5px 5px 10px;
}
.vip_pri{
    font-size: 20px;
    vertical-align: bottom;
    background-color: transparent!important;
}
.vip_bom_img{
    text-align: center;
    padding-top: 30px;
}
.details_bg{
    background-color: #252525;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 100%;
    min-height: 500px;
    padding: 50px;
    color: #fff;
}
.details_bg hr{
    border-top: 1px solid #434343;
}
.details_out_wrap{
    padding-top: 50px;
}
.details_bg h2{
    color: #d7ac28;
    font-weight: bold;
}
.details_bg p{
    color: #ffffff;
    font-size: 17px;
}
.faq-card, .tnc-card {
    border-bottom: 1px solid #d3d3d3;
}
button.btn-tnc {
    background: #3c3c3c;
    color: #ffffff;
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
}
button.btn-tnc.collapsed {
    background: none;
    color: #737373;
}
.tnc-body {
    padding: 20px 15px;
    color: #8d8d8d;
}
button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s;
}
button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

/*afterlogin*/
.afterlogin_bg_wrap{
    padding-top: 30px;
}
.afterlogin_bg{
    display: grid;
    grid-template-columns: 200px auto;
}
.sidebarpanel_menu{
    background-color: #252525;
    padding: 20px;
    height: 100%;
    min-height: 500px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sidebarpanel_menu hr{
    
border-top: 1px solid rgb(217 217 217 / 21%);
}
.id_user{
    font-weight: bold;
    padding-top: 20px;
}
.id_lvl{
    line-height: 1;
    padding-top: 10px;
    color: #7c8c8b;
}
.side_tit{
    font-weight: bold;
    color: #d2ab22;
}
ul.side_ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 13px;
}
ul.side_ul li{
    margin: 14px 0;
    position: relative;
    color: #7c8c8b;
}
ul.side_ul li.active:before,ul.side_ul li:hover:before{
    content: '';
    width: 10px;
    height: 24px;
    border-left: 4px solid #962ddf;
    position: absolute;
    left: -20px;
}
ul.side_ul li a{
    color: #7c8c8b;
}
ul.side_ul li.active a,ul.side_ul li:hover a{
    color: #962ddf;
    font-weight: bold;
}
.sidebarpanel_content{
    margin-left: 13px;
}
.sidebarpanel_content_top{
    padding: 30px;
    background-color: #252525;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sidebarpanel_content_top_1{
    display: flex;
    font-size: 13px;
}
.sidebarpanel_content_top_inn{
    display: flex;
    color: rgb(165, 165, 165);
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    border-right: 1px solid rgb(165, 165, 165);
    padding-right: 20px;
}
.sidebarpanel_content_top_1 .sidebarpanel_content_top_inn:last-child{
    border-right: none;
}
.sidebarpanel_content_top_inn img{
    width: 62px;
    margin-right: 10px;
}
.sidebarpanel_content_top_txt{
    line-height: 1;
}
.wallet_bal{
    display: flex;
    align-items: center;
}
.sidebarpanel_content_top_2{
    color: rgb(165, 165, 165);
}
.wallet_b{
    color: #fff;
    font-size: 28px;
    margin-left: 10px;
}
.wallet_r{
    font-size: 21px;
    color: #982ddf;
    margin: 0 10px;
}
.wallet_res_btn{
    background-color: #982ddf;
    color: #ffffff;
    border: none;
    border-radius: 36px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
}
.sidebarpanel_content_bottom{
    min-height: 500px;
    background-color: #191919;
    padding: 30px;
}
.sidebarpanel_from_wrap{
    display: grid;
    grid-template-columns: 200px auto;
    margin-bottom: 20px;
    font-size: 13px;
    color: rgb(165, 165, 165);
}
.panel_wrap_bgpanel_wrap_bg{
    background: #f2f1f1;
    border-radius: 5px;
}
.requie{
    color: red;
}
ul.nav-tabs.deposit_tabs{
    background-color: #f2f1f1;
    border-bottom: 0;
    padding: 0px;
    border-radius: 5px;
}
.nav-tabs.deposit_tabs .nav-item.show .nav-link, .nav-tabs.deposit_tabs .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    border-right: 1px solid transparent;
    color: #982ddf;
}
.nav-tabs.deposit_tabs .nav-link {
    border: none;
    border-right: 1px solid transparent;
    color: #495057;
    font-size: 12px;
    position: relative;
}
.nav-tabs.deposit_tabs .nav-item:last-child .nav-link{
    border-right: 1px solid transparent;
}
.nav-tabs.deposit_tabs .nav-link img{
    filter: grayscale(1);
    height: 26px;
}
.nav-tabs.deposit_tabs .nav-link.active img{
    filter: grayscale(0);
}
.nav-tabs.deposit_tabs .nav-item {
    margin-bottom: -1px;
    min-width: 100px;
    text-align: center;
}
.nav-tabs.deposit_tabs .nav-link:after{
    content: "";
    height: 35px;
    border-right: 1px solid #c8c8c8;
    position: absolute;
    right: 0;
    top: 15px;
}
.nav-tabs.deposit_tabs li:last-child .nav-link:after{
    content: "";
    height: 35px;
    border-right: 1px solid transparent;
    position: absolute;
    right: 0;
    top: 15px;
}
ul.deposit_bank_pro{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-flex-wrap: wrap;
    /* grid-template-columns: repeat(3,1fr); */
    /* grid-gap: 15px 5px; */
    flex-wrap: wrap;
}
ul.deposit_bank_pro {
    background-color: #f2f1f1;
    border-bottom: 0;
    padding: 10px 0;
    border-radius: 5px;
}
ul.deposit_bank_pro li a{
    color: #495057;
    font-size: 12px;
    filter: grayscale(1);
    position: relative;
    padding: 0 20px;
}
ul.deposit_bank_pro li.active a{
    color: #495057;
    font-size: 12px;
    filter: grayscale(0);
    color: #982ddf;
}
ul.deposit_bank_pro li a:after{
    content: "";
    height: 22px;
    border-right: 1px solid #c8c8c8;
    position: absolute;
    right: 0px;
    top: -1px;
}
ul.deposit_bank_pro li:last-child a:after{
    content: "";
    height: 22px;
    border-right: 1px solid transparent;
    position: absolute;
    right: 0;
    top: 0px;
}
.sidebarpanel_content input.form-control,.sidebarpanel_content select.form-control{
    height: 30px;
    width: 70%;
    font-size: 13px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #982ddf;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #982ddf12;
}
.btn_submit {
    background-color: #982ddf;
    border: 1px solid #982ddf;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 34px;
    color: #fff;
    transition: background .3s;
}
.btn_submit:hover {
    background-color: transparent;
    border: 1px solid #982ddf;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 34px;
    transition: background .3s;
    color: #495057;
}
.sidepanel_important{
    background-color: #f2f1f1;
    padding: 15px;
    border-radius: 5px;
    width: 400px;
}
.sidepanel_important h4{
    color: #982ddf;
    font-size: 13px;
    font-weight: bold;
}
.sidepanel_important ul{
    padding: 0;
    list-style-type: none;
    font-size: 12px;
}
.withdrawal table {
    border-collapse: collapse;
    width: 100%;
    color: #000000;
}
.withdrawal table th {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: #000000;
    background-color: rgba(129, 157, 187, 0.15);
}
.withdrawal table td {
    text-align: left;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
}
.withdrawal table td:first-child {
    text-align: right;
}
.withdrawal.rebate_custom table td{
    text-align: center;
}
.wallet_head_bal{
    color: #fff;
    margin-left: 13px;
    border-right: 1px solid #5d5d5d;
    padding-right: 8px;
}
.wallet_head_bal i{
    color: #982ddf;
    padding: 0 10px;
}
ul.head_list{
    margin: 0;
    padding: 0px 15px;
    list-style-type: none;
}
ul.head_list li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 8px 0px;
}
ul.head_list li a{
    color:#b2b2b2;
    font-size: 12px;
    margin: 0px 10px;
}
.header_lang_drop.head_list_drop .dropdown-menu {
    background-color: #0f0f0f;
    min-width: 162px;
    border-radius: 0px;
}
.wallet_bal_cat{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.transfer_amt_box_t{
    background-color: #cacaca;
    display: flex;
    color: #3f3f3f;
    padding: 3px 5px;
    align-items: center;
    grid-gap: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.transfer_amt_box_b{
    display: grid;
    grid-template-columns: 48px auto;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: #982ddf;
    align-items: center;
    padding: 5px;
}
.transfer_tit{
    font-weight: bold;
    color: #982ddf;
    font-size: 18px;
}
.transfer_amt_box_t img{
    width: 40px;
    height: 40px;
}
.wallet_wrap{
    margin-bottom: 30px;
}
.btn_allin {
    border: 1px solid #982ddf;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 63px;
    font-weight: 700;
    min-height: 26px;
    color: #ffffff;
    transition: background .3s;
    background-color: transparent;
    font-size: 13px;
}
.btn_allin:hover {
    background-color: #982ddf;
    border: 1px solid #982ddf;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 63px;
    font-weight: 700;
    min-height: 26px;
    transition: background .3s;
    color: #fff;
}
.wallet_wrap hr{
    margin-top: 5px;
}
.history_search{
    display: flex;
    align-items: center;
}
.history_search span{
    margin: 0 10px;
}
.history_search input.form-control{
    width: 26%;
}
.history_table_wrap{
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px 0;
}
.history_table_wrap thead tr{
    background-color: #2f2f2f;
    color: #fff;
}
.history_table_wrap thead tr td:first-child{
    border-radius: 5px 0 0 5px;
}
.history_table_wrap thead tr td:last-child{
    border-radius: 0 5px 5px 0px;
}
.history_table_wrap thead tr td{
    padding: 10px;
}
.history_table_wrap tbody tr td{
    padding: 10px;
    color: #fff;
    /* width: 32%; */
}
.history_table_wrap tbody tr{
    border-bottom: 1px solid #c8c8c8;
}
.inbox_msg_text {
    color: #982ddf;
    cursor: pointer;
    width: 55%;
}
/*profile*/
.profile_main{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #888888;
    grid-column-gap: 5px;
    font-size: 13px;
}
.profile_main_title{
    color: #982ddf;
}
.profile_main_bg{
    /* background-color: #e2e2e2; */
    /* padding: 20px; */
}
.bank_details_content{
    display: flex;
    align-items: center;
}
.rebate_qr{
    width: 200px;
}
.register_bg{
    padding-top: 30px;
    max-width: 700px;
    margin: auto;
    padding-bottom: 30px;
}
.register_top{
    background-color: #982ddf;
    display: flex;
    position: relative;
    padding: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.step_tit{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.reg_close{  
    position: absolute;  
    right: 10px;    
    top: 8px;
}
.register_bottom{
    background-color: #e5e5e5;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.register_step_row{
    display: flex;
    justify-content: space-between;
}
.register_form_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding-top: 20px;
}
.input_wrap{
    margin: 20px 0;
}
.btn_reg{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
}
.input_wrap .form-control{
    height: 45px;
    background-color: transparent;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
}
.rigi_tit{
    font-weight: bold;
    font-size: 23px;
    color: #982ddf;
}
ul.regi_ul{
    padding: 0;
    list-style-type: none;
}
.phone_wrap{
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 10px;
    align-items: center;
}
.download_bg{
    width: 550px;
    margin-left: auto;
}
ul.nav-tabs.download_ul li{
    width: 50%;
    text-align: center;
}
ul.nav-tabs.download_ul{
    border-bottom: none;
}
.nav-tabs.download_ul .nav-link {
    border: 1px solid transparent;
    /* border-top-left-radius: 0.25rem; */
    /* border-top-right-radius: 0.25rem; */
    background-color: #282a2c;
    color: #fff;
}
.nav-tabs.download_ul .nav-item.show .nav-link, .nav-tabs.download_ul .nav-link.active {
    color: #ffffff;
    background-color: #fff;
    border-color: #982ddf #982ddf #982ddf #982ddf;
    background-color: #982ddf;
}
.nav-tabs.download_ul li:first-child .nav-link{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0rem;
}.nav-tabs.download_ul li:last-child .nav-link{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0rem;
}
.download_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding: 20px 0;
}
.download_inner{
    min-height: 700px;
}
.download_btn_wrap{
    display: flex;
}
.download_btn_left{
    border: none;
    background-color: #44464b;
    color: #fff;
    font-size: 11px;
    padding: 4px;
    width: 100%;
}
.download_btn_right,.download_btn_right_ios{
    border: none;
    background-color: #2d2f33;
    color: #fff;
    font-size: 11px;
    padding: 4px;
    width: 100%;
}
.download_btn_left:hover,.download_btn_right:hover,.download_btn_right_ios:hover{
    background-color: #982ddf;
}
.download_title{
    background-color: #191919;
    color: #cfcfcf;
    font-size: 15px;
    padding: 2px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 4px solid #424242;
    text-transform: uppercase;
}
.qr_download_wrap{
    position: relative;
}
.qr_download{
    background-color: #000000b3;
    display: none;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.qr_download img{
    width: 60px;
    margin: auto;
    padding-top: 25px;
}
.dl{
    max-width: 500px;
    margin: auto;
}
.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}
.dl table th {
    border: 1px solid #982ddf;
    text-align: center;
    padding: 8px;
    background-color: #2d2f33;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #2d2f33;
    border: 1px solid #982ddf;
    color: #ffffff;
}
.dl .username_custom {
    color: #982ddf;
}
#sticky.stick {
  position: fixed;
  top: 124px;
  z-index: 10000;
  border-radius: 0;
  background-color: #111111;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 1107px;
}
.input_main_txt{
    color: #982ddf;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
}
.header_lang_drop .dropdown-toggle .badge {
  position: absolute;
  top: -2px;
  right: 7px;
  padding: 3px 5px;
  border-radius: 50%;
  background: red;
  color: white;
}
.msg_cus{
    position: relative;
}
.msg_cus .badge {
    position: absolute;
    top: -2px;
    right: 41px;
    padding: 3px 5px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 9px;
}
.login_wrap .register_top {
    background-color: #161616;
    display: flex;
    position: relative;
    padding: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    width: 100%;
    justify-content: center;
    min-height: 51px;
}
.login_wrap .register_bottom {
    background-color: #161616;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.login_wrap{
    color: #fff;
    font-size: 13px;
}
.login_body{
    padding: 20px;
    width: 430px;
    margin: auto;
}
.login_wrap a {
    color: #982ddf;
}
.video_intro_wrap{
    display: grid;
    grid-template-columns: 450px auto;
margin-bottom: 30px;}
.video_intro_tabs{
    display: grid;
    grid-template-columns: 220px auto;
}
.video_intro_wrap .nav-pills .nav-link.active,.video_intro_wrap .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
}
.video_intro_wrap .nav-pills a.nav-link {
    color: #fff;
}
.video_intro_wrap .nav-pills a.nav-link .video_intro_tabs_title{
    color: #fff;
    margin-bottom: 15px;
    font-weight: 900;
}
.video_intro_wrap .nav-pills a.nav-link.active .video_intro_tabs_title{
    color: #902fd3;
}
.video_intro_wrap .nav-pills a.nav-link.active .video_intro_tabs_con{
    color: #919191;
}
.index_miss_wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    margin: 25px 0 20px 0;
    }
.index_miss_all{
    width: auto;
    height: 226px;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding: 0 15px;
    position: relative;
    /* cursor: pointer; */
}
.index_miss_all .hover-box{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: height .3s,opacity .3s;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    height: 0;
    opacity: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 15px;
    }

.index_miss_all:hover .hover-box{
    opacity: 1;
    height: 265px;
}
.index_miss_all .bottom-box{
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
    -webkit-transform: translateY(0.4rem);
    transform: translateY(55px);
    opacity: 0;
    visibility: hidden;
}
.index_miss_all:hover .bottom-box{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: unset;
}

/* .index_miss_all .bottom{
    cursor: pointer;
    -webkit-transform: translateY(0.4rem);
    transform: translateY(55px);
    transition-delay: .1s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.index_miss_all:hover .bottom{
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */
.index_miss_all .bottom:before{
    height: 32px;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: background .5s;
    /* content: ""; */
    position: absolute;
}
.index_miss_all .bottom:after{
    width: 5.33rem;
    height: 30px;
    left: 36%;
    /* right: 50%; */
    bottom: 37px;
    -webkit-transform: perspective(0.5em) rotateX(8deg);
    transform: perspective(0.5em) rotateX(8deg);
    transition: background .5s;
    /* content: ""; */
    position: absolute;
}
.index_miss_all .bottom span{
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    left: 0;
    right: 0;
    font-weight: 900;
    bottom: 19px;
    color: #fff;
    text-shadow: 0 0 7px black;
    text-transform: uppercase;
    /* transform: translateY(34px); */
    /* transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s; */
    /* transition-delay: .1s; */
}
/* .index_miss_all:hover .bottom span{
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */

.index_miss_con{
    color: #fff;
font-size: 12px;}

.panel_usdt_wrap{

}
.panel_usdt_wrap_sel{
    border: 1px solid #28a27d;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    background-color: #f2f1f1;
}
.panel_usdt_wrap_sel img{
    display: block;
    margin: auto;
}
.panel_usdt_wrap_remark{
    
padding: 15px;
    
margin-top: 10px;
    
border: 1px solid #dbdbdb;
    
border-radius: 5px;
}
.qr_main{

color: #00529b;
}
.qr_main img{
    
width: 150px;
}
.wallet_copy{
    display: flex;
    align-items: center;
    width: 72%;
}
.wallet_copy input{
    margin-right: 10px;
}
.upload-file {
    display: flex;
    position: relative;
    width: 72%;
}
.btn-file {
    background: #982ddf;
    color: #fff;
    /* padding: 5px 20px; */
    height: 34px;
    top: 0px;
    position: relative;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    width: 24%;
    font-weight: 700;
    text-transform: uppercase;
}
.custom-file-input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.vip_bg{
    background: #000 url(../images/vip/bg.jpg);
    background-repeat: no-repeat;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    background-position: center;
    background-size: cover;
}
.text_iden{
    
color: #982ddf;
    
background-color: #2e2e2e;
}
.vip_table_slogan{
    
background-color: #252525!important;
    
text-align: center!important;
    
font-size: 18px;
    
color: #d7ac28;
}


.index_miss_p_01{
    background-image: url(../images/index/1_.png);
}.index_miss_p_02{
    background-image: url(../images/index/2_.png);
}.index_miss_p_03{
    background-image: url(../images/index/3_.png);
}.index_miss_p_04{
    background-image: url(../images/index/4_.png);
}

.index_miss_p_01 .hover-box{
    background-image: url(../images/index/1.png);
}
.index_miss_p_01 .bottom:before{
    background: #00a1ff;
}
.index_miss_p_01 .bottom:after{
    background: #00a1ff;
}

.index_miss_p_02 .hover-box{
    background-image: url(../images/index/2.png);
}
.index_miss_p_02 .bottom:before{
    background: #01dad1;
}
.index_miss_p_02 .bottom:after{
    background: #01dad1;
}

.index_miss_p_03 .hover-box{
    background-image: url(../images/index/3.png);
}
.index_miss_p_03 .bottom:before{
    background: #de5318;
}
.index_miss_p_03 .bottom:after{
    background: #de5318;
}

.index_miss_p_04 .hover-box{
    background-image: url(../images/index/4.png);
}
.index_miss_p_04 .bottom:before{
    background: #f2c301;
}
.index_miss_p_04 .bottom:after{
    background: #f2c301;
}

.index_miss_title[data-page="sports"]{
    color: #00a1ff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    margin-top: 19px;
}
.index_miss_title[data-page="casino"]{
    color: #f1c300;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    margin-top: 19px;
}
.index_miss_title[data-page="slots"]{
    color: #eb1c21;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    margin-top: 19px;
}
.index_miss_title[data-page="Fishing"]{
    color: #00dacf;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    margin-top: 19px;
}


/*foreachtheme*/

/*sports*/
body[data-singlepage="sports"] .btn_join {
    border: 1px solid #01a1ff00;
    background: linear-gradient(180deg, rgba(0,161,255,1) 0%, rgba(0,104,165,1) 100%);
    color: #fff;
}
body[data-singlepage="sports"] .inner_product_bg:after {
    background: #00a1ff;
}
body[data-singlepage="sports"] .inner_product_bg {
    border-bottom: 3px solid #00a1ff;
}
ul.nav-list li.active[data-menu="sports"] a, ul.nav-list li:hover[data-menu="sports"] a {
    color: #00a1ff;
}
ul.nav-list li:hover[data-menu="sports"]:before, ul.nav-list li.active[data-menu="sports"]:before {
    background: #00a1ff;
}
body[data-singlepage="sports"] .btn_login{
    border: 1px solid #00a1ff;
    color: #00a1ff;
}


/*esports*/
body[data-singlepage="esports"] .btn_join {
    background: linear-gradient(180deg, rgba(255,78,0,1) 0%, rgba(171,52,0,1) 100%);
    border: 1px solid transparent;
    color:#fff;
}
body[data-singlepage="esports"] .inner_product_bg:after {
    background: #ff4e00;
}
body[data-singlepage="esports"] .inner_product_bg {
    border-bottom: 3px solid #ff4e00;
}
ul.nav-list li.active[data-menu="esports"] a, ul.nav-list li:hover[data-menu="esports"] a {
    color: #ff4e00;
}
ul.nav-list li:hover[data-menu="esports"]:before, ul.nav-list li.active[data-menu="esports"]:before {
    background: #ff4e00;
}
body[data-singlepage="esports"] .btn_login{
    border: 1px solid #ff4e00;
    color: #ff4e00;
}

/*vsports*/
body[data-singlepage="vsports"] .btn_join {
    background-color: #01a1ff;
    border: 1px solid #01a1ff;
}
body[data-singlepage="vsports"] .inner_product_bg:after {
    background: #01a1ff;
}
body[data-singlepage="vsports"] .inner_product_bg {
    border-bottom: 3px solid #01a1ff;
}
ul.nav-list li.active[data-menu="vsports"] a, ul.nav-list li:hover[data-menu="vsports"] a {
    color: #01a1ff;
}
ul.nav-list li:hover[data-menu="vsports"]:before, ul.nav-list li.active[data-menu="vsports"]:before {
    background: #01a1ff;
}

/*casino*/
body[data-singlepage="casino"] .btn_join {
    background: linear-gradient(180deg, #f1c300 0%, rgba(136,110,0,1) 100%);
    border: transparent;
    color: #fff;
}
body[data-singlepage="casino"] .btn_login{
    border: 1px solid #f1c300;
    color: #f1c300;
}
body[data-singlepage="casino"] .inner_product_bg:after {
    background: #f1c300;
}
body[data-singlepage="casino"] .inner_product_bg {
    border-bottom: 3px solid #f1c300;
}
ul.nav-list li.active[data-menu="casino"] a, ul.nav-list li:hover[data-menu="casino"] a {
    color: #f1c300;
}
ul.nav-list li:hover[data-menu="casino"]:before, ul.nav-list li.active[data-menu="casino"]:before {
    background: #f1c300;
}
.casino_hoticon{
    
position: absolute;
    
width: 38px;
    
top: 0px;
    
left: 0px;
    
/* z-index: 1; */
}
.casino_customlogo .grey,.casino_customlogo .ori{

max-width: 92px;
}

/*p2p*/
body[data-singlepage="p2p"] .btn_join {
    background-color: #c701f7;
    border: 1px solid #c701f7;
}
body[data-singlepage="p2p"] .inner_product_bg:after {
    background: #c701f7;
}
body[data-singlepage="p2p"] .inner_product_bg {
    border-bottom: 3px solid #c701f7;
}
ul.nav-list li.active[data-menu="p2p"] a, ul.nav-list li:hover[data-menu="p2p"] a {
    color: #c701f7;
}
ul.nav-list li:hover[data-menu="p2p"]:before, ul.nav-list li.active[data-menu="p2p"]:before {
    background: #c701f7;
}

/*fishing*/
body[data-singlepage="fishing"] .btn_join {
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(0,218,207,1) 0%, rgba(0,131,124,1) 100%);
    color: #fff;
}
body[data-singlepage="fishing"] .inner_product_bg:after {
    background: #00dacf;
}
body[data-singlepage="fishing"] .inner_product_bg {
    border-bottom: 3px solid #00dacf;
}
ul.nav-list li.active[data-menu="fishing"] a, ul.nav-list li:hover[data-menu="fishing"] a {
    color: #00dacf;
}
ul.nav-list li:hover[data-menu="fishing"]:before, ul.nav-list li.active[data-menu="fishing"]:before {
    background: #00dacf;
}
body[data-singlepage="fishing"] .btn_login{
    border: 1px solid #00dacf;
    color: #00dacf;
}

/*horse*/
body[data-singlepage="horse"] .btn_join {
    background: linear-gradient(180deg, rgba(0,66,255,1) 0%, rgba(0,36,139,1) 100%);
    border: 1px solid transparent;
    color:#fff;
}
body[data-singlepage="horse"] .inner_product_bg:after {
    background: #0042ff;
}
body[data-singlepage="horse"] .inner_product_bg {
    border-bottom: 3px solid #0042ff;
}
ul.nav-list li.active[data-menu="horse"] a, ul.nav-list li:hover[data-menu="horse"] a {
    color: #0042ff;
}
ul.nav-list li:hover[data-menu="horse"]:before, ul.nav-list li.active[data-menu="horse"]:before {
    background: #0042ff;
}
body[data-singlepage="horse"] .btn_login{
    border: 1px solid #0042ff;
    color: #0042ff;
}

.logo-wrap img{
    width: 150px;
}

body[data-singlepage="slots"] .btn_login{
    border: 1px solid #eb1c21;
    color: #eb1c21;
}

/* 23082023 */

.blog {
    padding-top: 20px;
    padding-bottom: 50px;
}

.blog-section{
    background-color: #1b1b1b;
    padding: 15px;
    border-radius: 10px;
}

.top-icon-section{
    background-color: #982ddf;
    border-radius: 10px;
    padding-left: 15px;
}

.top-icon-section i{
    color: #fff;
    margin: 10px;
    font-size: 20px;
}

.blog-content{
    padding-top:15px;
}

.blog-info {
    display: flex;
}

.blog-title {
    padding-left: 30px;
    color: #6f6e6e;
}

.blog-title h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 32px;
}

.blog-title span{
    margin-left: 5px;
    font-size: 13px;
}

.blog-title p {
    padding-top: 10px;
    font-size: 13px;
}

.read-btn{
    color: #000;
    background-color: #982ddf;
    width: 180px;
    border: none;
    border-radius: 15px;
    text-align: left;
    padding: 5px 10px;
    font-weight: 600;
}

.read-btn i{
    float: right;
    padding: 5px;
}

.blog-content hr{
    position: relative;
    top: 20px;
    border: none;
    height: 3px;
    background: #252525;
    margin-bottom: 50px;
}

/* 07112023 */
.text-blink{
    animation: blink 0.5s infinite alternate;
    text-transform: uppercase;
}

@keyframes blink {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

/* 13122023 */
/* cock */
.index_miss_title[data-page="cock"]{
    color: #f7a901;
text-transform: uppercase;font-weight: 900;font-size: 25px;margin-top: 40px;
}

body[data-singlepage="cock"] .btn_join {
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(0,255,168,1) 0%, rgba(0,113,74,1) 100%);
}
body[data-singlepage="cock"] .inner_product_bg:after {
    background: #00ffa8;
}
body[data-singlepage="cock"] .inner_product_bg {
    border-bottom: 3px solid #00ffa8;
}
ul.nav-list li.active[data-menu="cock"] a, ul.nav-list li:hover[data-menu="cock"] a {
    color: #00ffa8;
}
ul.nav-list li:hover[data-menu="cock"]:before, ul.nav-list li.active[data-menu="cock"]:before {
    background: #00ffa8;
}

.floating {
    position: fixed;
    width: 150px;
    z-index: 1;
    animation: floating 20s infinite;
    bottom: 248px;
    right: 0%;
}
@keyframes floating {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-300px);
}


}
#closeButton {
border: none;
background: none;
position: absolute;
left: -15px;
font-size: 20px;
font-weight: bold;
color: #b7b7b7;
}
ul.deposit_bank_pro li a img{
    width: 38px;
}

ul.deposit_bank_pro li a.after_last-none:after{
    display: none;
}

.index_top3_container{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
    padding-bottom: 20px;
}
.top3_box{
    padding: 10px;
    background-color: #252525;
    border-radius: 8px;
    position: relative;
    width: 100%;
    height: auto;
}
.top3_box_wrap{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.top3_box_wrap p{
    margin: 0;
    font-size: 16px;
    color: #a32ce2;
    text-transform: uppercase;
    font-weight: 600;
}
.top3_box_wrap span{
    color: #fff;
    font-size: 13px;
}
.top3_boximg{
    position: absolute;
    bottom: 0;
    right: -16px;
    width: 216px;
    max-width: 61%;
}
.playerwin_wrapper{
    /* background: #252525; */
    /* border-radius: 5px; */
    display: flex;
    align-items: center;
}
.player_win_box{
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 12px;
    align-items: flex-start;
    justify-content: center;
    padding-left: 10px;
    background: #252525;
    border-radius: 0 10px 10px 0;
    padding: 5px 10px;
    min-width: 130px;
    width: 100%;
}
.playerwin_wrapper img{
    width: 68px;
    height: 60px;
}
  /* the slides */
.player_slider .slick-slide {
    margin: 0 15px;
}

/* the parent */
.player_slider .slick-list {
    margin: 0 -15px;
}
.player_slider{
    padding-bottom: 30px;
}
.btm_downloadapp_wrapper{
    display: grid;
    grid-template-columns: 60% 37%;
    gap: 13px;
    justify-content: space-between;
    align-items: end;
}

.Testimonial_box{
    background: #252525;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 236px;
}
.Testimonial_box p{
    margin: 0;
    text-align: center;
}
.star_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.star_wrap img{
    width: 20px;
}
.Testimonial_boxtop{
    color: #fff;
}
.Testimonial_boxtitle{
    color: #a02ae1;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}
.Testimonial_boxtxt{
    color: #a1a1a1;
    font-size: 12px;
}
.Testimonial_slider .slick-prev,.Testimonial_slider .slick-next{
    background: #982ae1;
    border-radius: 19px;
    width: 30px;
    height: 30px;
    z-index: 1;
}
.Testimonial_slider .slick-prev{
    left: -17px;
}
.Testimonial_slider .slick-next{
    right: -17px;
}
.Testimonial_slider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104";
    font-size: 23px;
    color: #000;
}
.Testimonial_slider .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-size: 23px;
    color: #000;
}
.btm_player_corner_tit{
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.Testimonial_slider .slick-slide{
    margin: 0 15px;
}

.burgermenu_wrap_icon{
    color: #8c8b8b;
    font-size: 23px;
    cursor: pointer;
}
.burgermenu_wrap{
    position: relative;
}
.burgermenu_box{
    display: none;
    background-color: #191919;
    padding: 2.3rem 2rem;
    position: absolute;
    min-width: 400px;
    right: 0;
    z-index: 9;
    min-height: 300px;
    top: 100%;
}
.burgermenu_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.burgermenu_grid .left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.burgermenu_grid .right .right_top{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.burgermenu_a{
    display: flex;
    align-items: center;
}
.burgermenu_a img{
    width: 31px;
}
.burgermenu_a span{
    font-size: 14px;
    color: #8c8b8b;
}
.burgermenu_grid .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(0deg, rgba(25,25,25,1) 0%, rgba(37,37,37,1) 100%);
    border-radius: 10px;
    padding: 15px;
    margin-top: -15px;
    padding-bottom: 0;
}
.droploginbtn{
    border: 1px solid #8c8b8b;
    color: #8c8b8b;
    background: transparent;
    border-radius: 5px;
    min-width: 100px;
    min-height: 35px;
    text-transform: uppercase;
}
.right_btm{
    display: flex;
    justify-content: center;
}
.cs_img_first img{
    width: 95px;
}
.title_foo{
    color: #fff;
    margin-bottom: 8px;
    font-size: 14px;
}
.gamingcuracaoimg{
    width: 100px;
    margin-bottom: 18px;
}
.top_footer_content p{
    color: #9da5b7;
    font-size: 12px;
}
.footer_allimg img{max-width: 93px;width: auto;filter: grayscale(1);}
.footer_allimg img:hover{
    filter: grayscale(0);
}
.footer_allimg{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.top_footer_content_custom{
    display: grid;
    gap: 30px 30px;
    grid-template-columns: repeat(2,1fr);
}
.footer_allimg.footer_allimgcustom img {
    max-width: 40px;
    width: auto;
}
.footer_allimg.footer_allimgcustom img.fpx{
    max-width: 73px;
}
.btmfooter_link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}
.btmfooter_link .left{
    display: flex;
    align-items: center;
}
.btmfooter_link .left a{
    color: #5b606a;
    border-right: .01rem solid #5b606a;
    padding: 0 18px;
    font-size: 14px;
}
.btmfooter_linkcontainer{
    padding: 0;
}
.btmfooter_link .left a:first-child{
    padding-left: 0;
}
.btmfooter_link .right{
    display: flex;
    align-items: center;
    gap: 5px;
}
.btmfooter_link .right a img{
    width: 28px;
}

ul.nav-list li.active[data-menu="slots"] a, ul.nav-list li:hover[data-menu="slots"] a {
    color: #eb1c21;
}
ul.nav-list li:hover[data-menu="slots"]:before, ul.nav-list li.active[data-menu="slots"]:before {
    background: #eb1c21;
}
.jackpot_prize_wrap {
    display: flex;
    gap: 7px;
    justify-content: center;
    position: absolute;
}
.jackpot_prize_wrap span {
    font-weight: 700;
    background: #FFF078;
    background: linear-gradient(to bottom, #ffe163 0%, #ffe163 50%, #ffe163 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    border: 2px solid #ffe16387;
    border-radius: 10px;
    padding: 0 2px;
    font-size: clamp(2rem, 5vw, 5rem);
    box-shadow: 0px 2px 2px 0px #f1c300;
}
.jackpot_prize_wrap span.prize_span_cus {
    border: none;
    padding: 0;
    box-shadow: none;
}
[data-singlepage="slots"] .gamebox{
    border-bottom: 4px solid #eb1c21;
}
[data-singlepage="slots"] a.play-btn {
    background-image: linear-gradient(#eb1c21, #eb1c21);
}
body[data-singlepage="casino"] .inner_product_btn_cus.active,body[data-singlepage="casino"] .inner_product_btn_cus:hover {
    border-top: 1px solid #f1c300;
    border-left: 1px solid #f1c300;
    border-right: 1px solid #f1c300;
}
body[data-singlepage="sports"] .inner_product_btn_cus.active,body[data-singlepage="sports"] .inner_product_btn_cus:hover {
    border-top: 1px solid #00a1ff;
    border-left: 1px solid #00a1ff;
    border-right: 1px solid #00a1ff;
}
body[data-singlepage="lotto"] .inner_product_btn_cus.active,body[data-singlepage="lotto"] .inner_product_btn_cus:hover {
    border-top: 1px solid #9f86ef;
    border-left: 1px solid #9f86ef;
    border-right: 1px solid #9f86ef;
}
body[data-singlepage="fishing"] .inner_product_btn_cus.active,body[data-singlepage="fishing"] .inner_product_btn_cus:hover {
    border-top: 1px solid #00dacf;
    border-left: 1px solid #00dacf;
    border-right: 1px solid #00dacf;
}
body[data-singlepage="cardboard"] .inner_product_btn_cus.active,body[data-singlepage="cardboard"] .inner_product_btn_cus:hover {
    border-top: 1px solid #ff8894;
    border-left: 1px solid #ff8894;
    border-right: 1px solid #ff8894;
}
body[data-singlepage="esports"] .inner_product_btn_cus.active,body[data-singlepage="esports"] .inner_product_btn_cus:hover {
    border-top: 1px solid #ff4e00;
    border-left: 1px solid #ff4e00;
    border-right: 1px solid #ff4e00;
}
body[data-singlepage="horse"] .inner_product_btn_cus.active,body[data-singlepage="horse"] .inner_product_btn_cus:hover {
    border-top: 1px solid #0042ff;
    border-left: 1px solid #0042ff;
    border-right: 1px solid #0042ff;
}
body[data-singlepage="cock"] .inner_product_btn_cus.active,body[data-singlepage="cock"] .inner_product_btn_cus:hover {
    border-top: 1px solid #00ffa8;
    border-left: 1px solid #00ffa8;
    border-right: 1px solid #00ffa8;
}
body[data-singlepage="others"] .inner_product_btn_cus.active,body[data-singlepage="others"] .inner_product_btn_cus:hover {
    border-top: 1px solid #f68e56;
    border-left: 1px solid #f68e56;
    border-right: 1px solid #f68e56;
}

body[data-singlepage="cock"] .btn_login{
    border: 1px solid #00ffa8;
    color: #00ffa8;
}

/*lotto*/
body[data-singlepage="lotto"] .btn_join {
    border: 1px solid #01a1ff00;
    background: linear-gradient(180deg, rgba(159,134,239,1) 0%, rgba(98,83,148,1) 100%);
    color: #fff;
}
body[data-singlepage="lotto"] .inner_product_bg:after {
    background: #9f86ef;
}
body[data-singlepage="lotto"] .inner_product_bg {
    border-bottom: 3px solid #9f86ef;
}
ul.nav-list li.active[data-menu="lotto"] a, ul.nav-list li:hover[data-menu="lotto"] a {
    color: #9f86ef;
}
ul.nav-list li:hover[data-menu="lotto"]:before, ul.nav-list li.active[data-menu="lotto"]:before {
    background: #9f86ef;
}
body[data-singlepage="lotto"] .btn_login{
    border: 1px solid #9f86ef;
    color: #9f86ef;
}

/*cardboard*/
body[data-singlepage="cardboard"] .btn_join {
    border: 1px solid #01a1ff00;
    color: #fff;
    background: linear-gradient(180deg, rgba(255,136,148,1) 0%, rgba(185,99,107,1) 100%);
}
body[data-singlepage="cardboard"] .inner_product_bg:after {
    background: #ff8894;
}
body[data-singlepage="cardboard"] .inner_product_bg {
    border-bottom: 3px solid #ff8894;
}
ul.nav-list li.active[data-menu="cardboard"] a, ul.nav-list li:hover[data-menu="cardboard"] a {
    color: #ff8894;
}
ul.nav-list li:hover[data-menu="cardboard"]:before, ul.nav-list li.active[data-menu="cardboard"]:before {
    background: #ff8894;
}
body[data-singlepage="cardboard"] .btn_login{
    border: 1px solid #ff8894;
    color: #ff8894;
}

/*others*/
body[data-singlepage="others"] .btn_join {
    border: 1px solid #01a1ff00;
    color: #fff;
    background: linear-gradient(180deg, rgba(246,142,86,1) 0%, rgba(185,107,65,1) 100%);
}
body[data-singlepage="others"] .inner_product_bg:after {
    background: #f68e56;
}
body[data-singlepage="others"] .inner_product_bg {
    border-bottom: 3px solid #f68e56;
}
ul.nav-list li.active[data-menu="others"] a, ul.nav-list li:hover[data-menu="others"] a {
    color: #f68e56;
}
ul.nav-list li:hover[data-menu="others"]:before, ul.nav-list li.active[data-menu="others"]:before {
    background: #f68e56;
}
body[data-singlepage="others"] .btn_login{
    border: 1px solid #f68e56;
    color: #f68e56;
}

.info-wrapper h5,.info-wrapper h6{
    color: #d7ac28;
}
.sports_plybtn{
    background: linear-gradient(180deg, #f1c300 0%, rgba(136,110,0,1) 100%);
    color: #fff;
    border-radius: 6px;
    display: flex;
    min-width: 160px;
    min-height: 51px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 7%;
    bottom: 8%;
    text-transform: uppercase;
    border: 1px solid #d7ac27;
    font-weight: 500;
    padding: 5px 0;
}
.sports_plybtn:hover{
color: #4f4f4f;
}
#carouselExampleControls .carousel-indicators li{
    width: 130px;
    height: 100%;
    opacity: 1;
    margin-left: 6px;
    margin-right: 6px;
    border-bottom: 0;
}
#carouselExampleControls .carousel-indicators .active {
    opacity: 1;
}
#carouselExampleControls .carousel-indicators{
    margin-bottom: 0;
    z-index: 2;
}
#carouselExampleControls .carousel-indicators li {
    position: relative;
}

#carouselExampleControls .progress-bar2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    background-color: #d7ac28;
    transition: width 7s ease;
}
.viprank_head{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
}
.viprank_head img{
    width: 25px;
}
.viprank_head.vip_mainimg img{
    width: 35px;
    margin-top: -6px;
}
.viprank_head span{
    color: #8c8b8b;
    font-size: 13px;
    padding: 0 0px;
}
.viprank_head_r{
    border-right: 1px solid #5d5d5d;
}
.header_lang_drop .dropdowndot.dropdown-toggle::after{
    content: none;
}
.header_lang_drop .dropdowndot.dropdown-toggle{
    color: #8c8b8b;
    font-size: 18px;
}
.header_lang_drop.head_list_drop.dropdowndotmenu .dropdown-menu {
    background-color: #0f0f0f;
    min-width: auto;
    border-radius: 0px;
}
.lottocontainer{
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 8rem 0;
}
.lotto_grid{
    display: grid;
    grid-template-columns: 16% 80%;
    gap: 50px;
}
.lotto_grid .left{
    background-color: #161616;
    min-height: 500px;
    border-radius: 10px 0 0 10px;
}
.lotto_grid .left ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.lotto_grid .left ul li a{
    display: flex;
    color: #777777;
    align-items: center;
    justify-content: left;
    margin-left: 20px;
    border-bottom: 1px solid #ffffff2b;
    font-size: 14px;
    padding: 5px;
    margin-right: 0;
}
.lotto_grid .left ul li.active a{
    color: #9f86ef;
}
.lotto_grid .left ul li a img{
    margin-right: 14px;
    width: 42px;
}
.lotto_grid .left ul li a img.img_slot{
    display: none;
}
.lotto_grid .left ul li.active a img.img_slot,.lotto_grid .left ul li:hover a img.img_slot{
    display: block;
}
.lotto_grid .left ul li.active a img.img_slot_grey,.lotto_grid .left ul li:hover a img.img_slot_grey{
    display: none;
}
.lottowraptab .nav-tabs .nav-link{
    border: 1px solid #797979;
    background: #252525;
    color: #fff;
    border-bottom: 0;
}
.lottowraptab .nav-tabs .nav-item.show .nav-link,.lottowraptab  .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #9f86ef;
    border-color: #9f86ef;
}
.lottowraptab .nav-tabs{
    gap: 10px;
    border-bottom: 1px solid #79797900;
    margin-bottom: 0;
}
.lottowraptab .nav-tabs .nav-item{
    margin-bottom: -1px;
}
.lottowraprow{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #797979;
}
.right_draw{
    display: flex;
    align-items: center;
    color: #8c8b8b;
    gap: 10px;
    margin-right: 14px;
}
input.draw_date{ 
    border: 1px solid #797979;
    background: unset;
    color: #8c8b8b; 
    padding: 7px; 
    border-bottom: 0; 
    border-radius: 6px 6px 0 0;
}
input.draw_date::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}
.lottowraptab .nav-tabs .nav-item button:focus {
    outline: unset;
}
.lotto_wrappermain{
    padding: 20px 0;
}
.lotto_wrappermaingrid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
.lotto_box{
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}
.lotto_boxheader{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.lotto_boxheader h1{
    color: #000;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}
.lotto_boxheader img{
    width: 30px;
}
.lotto_1strow{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
}
.lotto_1strow_box{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1px;
}
.lotto_1strow_box p{
    margin: 0;
    background: #262626;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
}
.lotto_1strow_box span{
    font-size: 18px;
}
.lotto_boxbody{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.lotto_spec_title{
    background: #262626;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.lotto_spec_result table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.lotto_spec_result table td{
    border: 1px solid #262626;
    text-align: center;
    font-size: 14px;
}
.lotto_spec_result table tr:last-child td:first-child{
    border-bottom-left-radius: 6px;
}
.lotto_spec_result table tr:last-child td:last-child{
    border-bottom-right-radius: 6px;
}
.damacai .lotto_1strow_box p{
    background: #0f1468;
}
.damacai .lotto_spec_title {
    background: #0f1468;
}
.damacai .lotto_spec_result table td {
    border: 1px solid #0f1468;
}
.CashSweep .lotto_1strow_box p{
    background: #083e04;
}
.CashSweep .lotto_spec_title {
    background: #083e04;
}
.CashSweep .lotto_spec_result table td {
    border: 1px solid #083e04;
}
.Sandakan .lotto_1strow_box p{
    background: #2f9505;
}
.Sandakan .lotto_spec_title {
    background: #2f9505;
}
.Sandakan .lotto_spec_result table td {
    border: 1px solid #2f9505;
}
.Sabah .lotto_1strow_box p{
    background: #ad0900;
}
.Sabah .lotto_spec_title {
    background: #ad0900;
}
.Sabah .lotto_spec_result table td {
    border: 1px solid #ad0900;
}
.Singapore .lotto_1strow_box p{
    background: #12689b;
}
.Singapore .lotto_spec_title {
    background: #12689b;
}
.Singapore .lotto_spec_result table td {
    border: 1px solid #12689b;
}
.TOTO .lotto_1strow_box p{
    background: #e92e29;
}
.TOTO .lotto_spec_title {
    background: #e92e29;
}
.TOTO .lotto_spec_result table td {
    border: 1px solid #e92e29;
}
.Grand .lotto_1strow_box p{
    background: #cf4900;
}
.Grand .lotto_spec_title {
    background: #cf4900;
}
.Grand .lotto_spec_result table td {
    border: 1px solid #cf4900;
}
.nine .lotto_1strow_box p{
    background: #f4861f;
}
.nine .lotto_spec_title {
    background: #f4861f;
}
.nine .lotto_spec_result table td {
    border: 1px solid #f4861f;
}




.totofived{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border: 1px solid #e92e29;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.totofived-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e92e29;
}
.totoborderbtm{
    border-bottom: unset;
}
.totoborderright{
    border-right: 1px solid #e92e29;
}
.totofived-box p{
    margin: 0;
    text-align: center;
    min-width: 38px;
}
.totofived-box span{
    width: 100%;
    text-align: center;
    display: block;
}

.totosix{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    border: 1px solid #e92e29;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.totosix-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e92e29;
}
.totosix-box p{
    margin: 0;
    text-align: center;
    min-width: 55px;
}
.totosix-box span{
    width: 100%;
    text-align: center;
    display: block;
}
.totosix .totosix-box:last-child{
    border-bottom: none;
}
.six_box_wrap{
    display: flex;
    text-align: center;
    justify-content: space-between;
    width: 100%;
}

.Grand .totosix{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    border: 1px solid #cf4900;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.Grand .totosix-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cf4900;
}
.nine .totosix{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    border: 1px solid #f4861f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.nine .totosix-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4861f;
}
.lottopayout_wrap .tab{
	display: none;
}
.lottopayout_wrap .tab-active{
	display: block;
}
.lottopayout_wrap .tab-menu ul li a{
    color: #8697a2;
    padding: 0 13px;
    font-weight: 600;
    border-right: 1px solid #8697a25e;
}
.lottopayout_wrap .tab-menu ul li a.active-a,.lottopayout_wrap .tab-menu ul li a:hover{
    color: #fff;
}
.lottopayout_wrap .tab-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 22px 0;
}
.payout_bg{
    background: #282828;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    padding-bottom: 0;
}
.payout-details-table{

margin-bottom: 20px;

width: 100%;
}
.payout-details-table td,.payout-details-table th{
    padding: 10px;
    text-align: center;
    min-width: 130px;
}
.payout-table{
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}
.payout-table table tbody tr th {
    align-items: flex-start;
    display: flex;
    padding: 10px;
}
.payout-table table tbody tr:nth-child(odd) td {
    background: hsla(0, 0%, 100%, .1);
    border: 0;
}
.payout-table table tbody tr td:first-of-type {
    border-radius: .3rem 0 0 .3rem;
}
.payout-table table tbody tr td:last-of-type {
    border-radius: 0 .3rem .3rem 0;
}
.payout-table table thead tr th:first-of-type {
    text-align: left;
}

/* width */
.payout-table::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
  }
  
  /* Track */
  .payout-table::-webkit-scrollbar-track {
    background: #3b3b3b;
    border-radius: 10px;
  }
  
  /* Handle */
  .payout-table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

.hoticon_img{
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 23px;
    animation-name: floatinghot;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floatinghot {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 5px); }
    100%   { transform: translate(0, -0px); }    
}

/* mission */
.mission_body{
    
padding: 50px 0;
}
.challenge-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.challenge-task-container {
    position: relative;
    width: 100%;
}
.challenge-task {
    background-color: #252525;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    border: 1px solid #8238b3;
}
.task-header {
    font-weight: 600;
    color: #982ddf;
    margin-bottom: 10px;
    background: #000000;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.task-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.task-info {
    display: flex;
    /* margin-right: 10px; */
    justify-content: space-between;
    align-items: center;
}
.go-button {
    background-color: #111111;
    color: white;
    font-weight: bold;
    padding: 3px 30px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #8238b3;
}
.go-button:hover{
    background-color: #8238b3;
}
.task-coin {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    align-items: baseline;
}
.task-coin .progress-bar {
    background: #8238b3;
    border-radius: 5px;
    height: 10px;
    margin-top: 5px;
    overflow: hidden;
    width: 50%;
}
.progress-fill {
    background-color: #6f8ab7;
    height: 100%;
    width: 0%;
}
.reward {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.reward-icon {
    margin-right: 5px;
}
.reward-value {
    color: #fff;
    font-weight: bold;
}
.reward-icon img {
    width: 30px;
}
.password_wrapper{
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 31%;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 5px;
    top: 0;
}

.toggle-password:hover {
    color: #535353;
}
button.toggle-password:focus{
    outline: none;
}

/* ANGPAO RAIN */
.snowflakes {
    z-index: 999;
}

.snowflake img {
    max-width: 66px;
}

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
    position: fixed;
    top: -10%;
    z-index: 9999;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    /* cursor: default; */
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    cursor: pointer;
}

@-webkit-keyframes snowflakes-fall {
     from { top: -10%; }
    to { top: 100%; }
}

@-webkit-keyframes snowflakes-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
		
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%;
    }

    100% {
        top: 100%;
    }
}

@keyframes snowflakes-shake {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(80px);
    }
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s;
}

.snowflake:first-of-type {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s;
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s;
}
.snowflakes {
    z-index: 999;
    animation-delay: 10s;
}
.angpowmodalbody{
    background-color: transparent;
}
.angpowmodalcontent{
    background-color: transparent;
    border: none;
}
.modal_openangpow{
    cursor: pointer;
    text-align: center;
}
.modal_angpowwrapper{
    text-align: center;
    display: none;
}
.modal_openangpow img{
    max-width: 300px;
}
.modal_angpowwrapper img{
    max-width: 300px;
}
@font-face {
    font-family: 'DejaVuSerif';
    src: url('../webfonts/DejaVuSerifCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'FuturaLT';
    src: url('../webfonts/FuturaLT-Bold.ttf') format('truetype');
    font-weight: bold;
}
.congratulations_txt h1 {
    font-family: 'DejaVuSerif', serif;
    position: absolute;
    background: -webkit-linear-gradient(top, #ffffff 50%, #ffcb9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-size: 38px;
    font-weight: bold;
    top: -39px;
    margin-bottom: 0;
    left: auto;
    right: auto;
    &.outline {
      transform: translate(1px, 2px);
      background: #e46b00;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0;
    }
}
.congratulations_txt{
    display: flex;
    justify-content: center;
}
.wontitle{
    color: #ffea59;
    text-transform: uppercase;
    font-size: 2rem;
}
.prizetitle{
    color: #ffea59;
    background: -webkit-linear-gradient(#ffe400, #ff9c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.1;
    font-family: 'FuturaLT', serif;
}
.fotune_body{
    min-height: 600px;
}
.fortune_wrap {
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 9% 0 25px 0;
}
.fortune_btn_wrap {
    display: flex;
    align-items: end;
    justify-content: center;
    grid-gap: 10px;
}
.token_wrap {
    background: #000;
    color: #ffffff;
    border-radius: 11px;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;
    padding: 9px;
    border: 3px solid #efb932;
    font-weight: 700;
    flex-direction: column;
    line-height: 1.2;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(180deg, #efb932, #594000, #efb932) border-box;
    border-radius: 10px;
    border: 3px solid transparent;
    
}
.fortune_btn_wrap button {
    background: transparent;
    border: none;
    position: relative;
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    width: 260px;
}
.fortune_btn_wrap button:focus{
    outline: none;
}
.fortune_img_inn{
    width: 400px;
}
.wheel_product.wheel-wrap {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    /* margin: 10px; */
    border-radius: 10px;
    cursor: pointer;
    min-height: 400px;
    /* margin-bottom: 40px; */
    /* z-index: -1; */
    /* margin-left: 0px; */
    display: flex;
    align-items: center;
    min-width: 500px;
}
.wheel-wrap .wheel_product_frame {
    width: 100%;
    position: absolute;
    top: -23%;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0px auto;
    animation: wheelRotate 7s cubic-bezier(.37, -.15, .3, .94) infinite;
}
@keyframes wheelRotate {
    0% {
    transform: rotate(0deg)
   }
    80% {
    transform: rotate(1turn)
   }
    to {
    transform: rotate(1turn)
   }
   }
.wheel-wrap .wheel_product_arrow {
    width: 6%;
    position: absolute;
    bottom: 66%;
    z-index: 6;
    top: auto;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.wheel-wrap .wheel_product_zeus {
    width: 69px;
    position: absolute;
    left: -0%;
    bottom: 53%;
    z-index: 7;
    right: 0%;
    margin: 0px auto;
}
.wheel_product_fortunewheel{
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 433px;
    height: auto;
}
.password-input-group {
    position: relative;
}
.password-input-group .toggle-password {
    position: absolute;
    right: 3px;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 5px;
    top: 30px;
}
  @media (max-width: 1199px) {
    .jackpot_txt {
        bottom: 11%;
    }

    .index_miss_all:hover .bottom-box {
        -webkit-transform: translateY(0);
        transform: translateY(-2px);
        opacity: 1;
        visibility: unset;
    }
    .index_miss_all {
        height: 194px;
    }
    .index_miss_all:hover .hover-box {
        opacity: 1;
        height: 226px;
    }
  }