@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');
/*@font-face {
   font-family: Arial;
   src: url(webfonts/Arialn.ttf);
}*/

body {font-family: "Arimo", sans-serif;line-height:1.6;font-size: 14px;margin:0 auto;color:#000;max-width:999px;background-color:#000}

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;color:#000; }

img { max-width:100%;}

input:focus-visible {
    outline: unset;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
button:focus-visible {
    outline: unset;
}
button:focus {
    outline: unset;
}
button{
    background-color: transparent;
    border: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

.header_section {
    z-index: 16;
    position: fixed;
    width: 100%;
    top: 0;
    max-width:999px
}
.top_header{
    background-color: #000000;
    padding: 0px 10px;
    box-shadow: 0px 3px 4px #0000004D;
    position: relative;
}
.header_grid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}
.menubtn img{
    width: 32px;
}
.logo img{
    width: 91px;
}
.header_btn {
    width: 88px;
    height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background: transparent;
    font-weight: bold;
    font-size: 12px;
}
.login_btn {
    border: 1px solid #FFFFFF;
    color: #fff;
    margin-right: 5px;
}
.join_btn {
    background: #F5861D 0% 0% no-repeat padding-box;
    border: 1px solid #F5861D;
    color: #000;
}
.index_body{
    padding-top: 48px;
}

/*index*/
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 4%;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 28px;
    height: 6px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #BBBBBB;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 5px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #F5861D;
}

.annoucement {
    background: #1E1E1E;
    padding: 5px 10px;
    color: #A5A5A5;
    /* border-bottom: 1px solid #473d24; */
}
.icon-annoucement img {width: 33px;}
.annoucement_wrap{
    
display: flex;
    
align-items: center;
    
max-width: 850px;
    
text-align: center;
    
justify-content: center;
    
margin: auto;
    
height: 24px;
}
.annoucement-text{
    display: flex;
    align-items: center;
    font-size: 10px;
}
.products_wrapper{
    padding: 20px 10px 10px 10px;
    display: grid;
    grid-template-columns: 18% 76%;
    width: 100%;
    grid-gap: 20px;
}
.products_wrap_ul ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.products_wrap_ul ul li a{
    color: #A5A5A5;
    background-color: #1E1E1E;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 12px;
    position: relative;
    width: 68px;
    height: 34px;
    font-size: 12px;
    /* letter-spacing: 0.7px; */
    font-weight: bold;
}
.products_wrap_ul ul li a.active,.products_wrap_ul ul li a:hover{
    color: #F5861D;
}
.products_wrap_ul ul li a:after{
    content: "";
    width: 100%;
    height: 8px;
    background-color: #A5A5A5;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
}
.products_wrap_ul ul li a.active:after,.products_wrap_ul ul li a:hover:after{
    background-color: #F5861D;
}
.hotgames_title{
    color: #F5861D;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}
.products_list_grid{
    width: 100%;
}
.index_slide_txtwrap{
    position: absolute;
    max-width: 45%;
    left: 4%;
    margin-top: -8%;
}
.slidecontent_title{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.slidecontent_content{
    font-size: 10px;
    color: #000;
    font-weight: 600;
}
.index_slide_txtwrap_out{
    display: flex;
}
#listslidecontrol .carousel-item-next, #listslidecontrol .carousel-item-prev, #listslidecontrol .carousel-item.active{
    display: flex;
    align-items: center;
}

.slidePrev-btn{
    position: absolute;
    left: 0;
    cursor: pointer;
    width: 18px;
    top: 0;
}
.slideNext-btn{
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 18px;
    top: 0;
}
.swiper .swiper-wrapper{
    margin-top: 0px;
}
.hotgame-main-img{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.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;
}
.hotgame-main-img:hover .playpop{
    /* opacity: 1; */
    visibility: visible;
    transition: 0.3s ease;
    height: 100%;
}
.playpop:after{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #f5861d;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}

a.play-btn {
    display: block;
    font-size: 11px;
    font-weight: 700;
    /* width: 97px; */
    margin: auto;
    border-radius: 5px;
    padding: 3px 12px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    transition: .5s;
    transform: scale(0.5);
    opacity: 0;
    background-image: linear-gradient(#f5861d, #f5861d);
}
.hotgame-main-img:hover .playpop a.play-btn{
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}
.hotgame_txt{
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.22px;
    color: #F5861D;
    font-weight: 700;
}
.hotgame-main-img img{
    width: 100px;
}
.hotgamesslider_wrap{
    margin-top: 15px;
}
.index_games_wrap{
    padding: 10px;
    display: grid;
    grid-gap: 10px;
}
.index_games_wrap a{
    display: block;
    position: relative;
}
.index_games_wrap a img{
    border-radius: 5px;
    width: 100%;
}
.index_games_wrap a:after{
    content: "";
    width: 100%;
    height: 8px;
    background-color: transparent;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_games_wrap a.es:after{
    background-color: #20CEF2;
}
.index_games_wrap a.live:after{
    background-color: #BF51FE;
}
.index_games_wrap a.spot:after{
    background-color: #2CCB42;
}
.index_games_wrap a.fish:after{
    background-color: #FF67C2;
}
.index_promotion_wrap{
    padding: 20px 10px 25px 10px;
    background-color: #1E1E1E;
    margin-top: 20px;
}
.mySwiper2 .hotgame-main-img img {
    width: 242px;
}

.footer_top {
    background-color: #000000;
    padding: 30px 0 45px 0;
    border-top: 2px solid #A5A5A5;
}
.footer_pad {
    padding: 0 10px;
}
.footer_pad .swiper-wrapper{
    align-items: center;
}
.footer_pad .swiper-wrapper .swiper-slide img{
    filter: grayscale(100%);
}
.footer_pad .swiper-wrapper .swiper-slide:hover img{
    filter: grayscale(0%);
}
.footer_title {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}
.footer_provider {
    display: flex;
    grid-gap: 15px;
    /* flex-flow: wrap; */
    overflow: hidden;
    overflow-x: scroll;
}
.footer_provider img{
    filter: grayscale(100%);
}
.footer_provider img:hover{
    filter: grayscale(0%);
}
.footer_grid_contact_wrap{
    margin-top: 20px;
}
.footer_grid_contact_wrap .footer_provider{
    display: flex;
    grid-gap: 15px;
     flex-flow: wrap; 
    overflow: unset;
    overflow-x: unset;
}
.footer_sec_wrap{
    display: flex;
    justify-content: space-between;
}
.footer_grid_gaming_wrap{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 10px;
    line-height: 1.1;
}
.footer_grid_gaming img {
    max-width: 40px;
    margin-right: 5px;
}
.footer_hr {
    border-top: 2px solid #F5861D;
    margin: 29px 0;
}
.footer_link_wrap{
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}
.footer_link_wrapper{
    display: flex;
    align-items: center;
    grid-gap: 8px 20px;
    flex-wrap: wrap;
}
.footer_link_wrapper a{
    color: #fff;
    font-size: 11px;
}
.footer_copyright{
    color: #A5A5A5;
    font-size: 10px;
}
.footer_seo{
    background-color: #000;
}
.seocontent {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    color: #fff;
}
.seocontent_sub{
    padding: 0;
}
.seocontent h1,.seocontent h2, .seocontent h3,.seocontent h4 {
    font-size: 13px;
    font-weight: bold;
}
.seocontent p {
    margin-bottom: 20px;
    display: grid;
}
.seocontent a{
    color: #F5861D;
    margin-right: 0;
}
.seocontent ol li a{
    color: #F5861D;
    margin-right: 0;
}
.seocontent p.seo_p_custom a {
    color: #F5D11D;
    margin-right: 0;
    margin-bottom: 10px;
}
.seo_p_cus{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.seocontent .seo_a_cus a {
    color: #F5D11D;
    margin: 8px 0;
}
.seocontent .seo_a_cus a:first-child{
    margin-left: 0;
}
#modalmenu .modal-header {
    background-color: #1E1E1E;
    border-radius: 0;
    border-bottom: none;
    padding: 10px 16px;
}
#modalmenu .modal-body {
    padding: 20px 20px 30px 20px;
    background: #000000;
    text-align: right;
    position: relative;
}
#modalmenu .modal-header .close{
    opacity: 1;
}
#modalmenu .modal-header .close img {
    width: 32px;
}
#modalmenu .modal-header a {
    color: #a1aabc;
}
.lang-box {
    /* top: 10px; */
    /* right: 8px; */
    display: inline-block;
    margin: 0;
}
button#language-menu {
    color: #A5A5A5;
    font-size: 13px;
    padding: 0;
}
.lang-box button img {
    max-width: 30px;
    margin-right: 10px;
}
.dropdown-menu.language {
    padding: 2px 0;
    margin: 0;
    min-width: 48px;
    font-size: 13px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    left: 0px!important;
    z-index: 99999;
}
.dropdown-menu.language .dropdown-item {
    padding: 3px 10px;
    color: #ffffff;
    text-align: left;
}
.dropdown-menu.language .dropdown-item img {
    max-width: 30px;
}
.dropdown-toggle::after {
    display: none;
}
.sidemenu_banner img{
    width: 100%;
}
.sidemenu_btn_wrap_login{
    display: flex;
    justify-content: space-between;
    padding: 15px 0 25px 0;
}
.sidemenu_btn_wrap_login .header_btn{
    width: 120px;
}
.sidemenu_btn_wrap_login .header_btn .login_btn{
    margin-right: 0;
}
.sidemenu_product_grids{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    justify-content: center;
    text-align: center;
}
.sidemenu_product_grids a{
    display: block;
    text-align: center;
    background-color: #1E1E1E;
    padding: 8px;
    border-radius: 5px;
    position: relative;
    width: 72px;
    height: 72px;
    margin: auto;
}
.sidemenu_product_grids a img{
    width: 32px;
}
.sidemenu_product_grids a .burgermenu_txt_pro{
    color: #ffffff;
    font-size: 12px;
    padding: 4px 0;
}
.sidemenu_product_grids a .burgermenu_txt_bar{
    background-color: #A5A5A5;
    border-radius: 5px;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sidemenu_product_grids a.active .burgermenu_txt_bar{
    background-color: #F5861D;
}
.sidemenu_product_grids a.active .burgermenu_txt_pro{
    color: #F5861D;
}
.sidemenu_modalul ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sidemenu_modalul ul li a{
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}
.sidemenu_modalul ul li:last-child a{
    margin-bottom: 0;
}
.sidemenu_modalul ul li a img{
    width: 32px;
    margin-right: 10px;
}
.sidemenu_modalul{
    padding: 15px 0;
}
.sidemenu_date{
    background-color: #1E1E1E;
    color: #A5A5A5;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: left;
    font-size: 12px;
    padding: 5px 5px 5px 20px;
}

/*register*/
.modal_custom .modal-dialog{
    max-width: 800px;
}
.modal_custom .modal-header .close{
    position: absolute;
    right: 29px;
    opacity: 1;
    color: #fff;
    font-weight: 100;
    font-size: 32px;
    border: 1px solid #fff;
    border-radius: 100px;
    line-height: 1.1;
    padding: 0px;
    width: 40px;
    height: 40px;
    top: 27px;
}
.modal_custom .modal-title{
    margin: auto;
    color: #F5861D;
    font-weight: 800;
    font-size: 17px;
}
.modal_custom .modal-header{
    border-bottom: 0;
    padding: 30px 0 10px 0;
}
.modal_custom .modal-content{
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
}
#register_modal.modal_custom .modal-body{
    text-align: center;
    padding: 20px 10px;
}
#login_modal.modal_custom .modal-body{
    text-align: center;
    padding: 20px 10px;
}
.modal_custom .modal-body{
    text-align: left;
    padding: 20px;
}
.reg_form_control{
    width: 100%;
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #000;
    border: none;
    text-align: center;
    font-weight: 500;
}
.reg_form_inpot{
    color: #A5A5A5;
    padding: 5px 0 10px 0;
    font-size: 12px;
    text-align: center;
}
.reg_contct_flex{
    display: grid;
    grid-template-columns: 120px auto;
    grid-gap: 15px;
    align-items: center;
    padding: 20px 0;
}
.reg_modal_join{
    color: #000;
    background-color: #F5861D;
    border-radius: 5px;
    width: 100%;
    height: 38px;
    border: none;
    font-weight: bold;
    margin: 25px 0 20px 0;
}
.reg_modal_byclick{
    color: #A5A5A5;
    /* max-width: 552px; */
    margin: auto;
    font-size: 10px;
    text-align: center;
    padding-bottom: 30px;
}
.modal_custom .modal-body.modal_download_banner {
    text-align: center;
    padding: 0;
}
.modal_content_custom{
    margin-top: 10px;
}
.reg_icon_done img{
    width: 30px;
}
.reg_suc_title{
    color: #F5861D;
    font-weight: 900;
    font-size: 18px;
    margin: 10px 0;
}
.reg_suc_content{
    color: #FFFFFF;
    font-size: 16px;
    margin: 10px 0;
}
.reg_suc_remind{
    color: #A5A5A5;
    font-size: 14px;
    margin: 10px 0;
}
.btn_regsuc_close{
    border: 2px solid #A5A5A5;
    border-radius: 5px;
    color: #A5A5A5;
    background-color: transparent;
    width: 120px;
    height: 32px;
    margin: 10px 0;
}
.modal_custom .modal-body.regsuc {
    text-align: center;
    padding: 20px ;
}
.modal_custom .modal-dialog.regsucwrap{
    max-width: 450px;
}
#register_modal.modal_custom .modal-body.modal_download_banner{
    padding: 0 10px;
}
#login_modal.modal_custom .modal-body.modal_download_banner{
    padding: 0 10px;
}
.products_wrapper_innerpage{
    padding-bottom: 60px;
}
.reg_veri_wrap{
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding: 10px 0 0 0;
    justify-content: space-between;
}
.reg_veri_wrap img{
    width: 38px;
}
.btn_code{
    width: 240px;
    height: 38px;
    background: #505050;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 18px;
}
.reg_banner_wrap img{
    width: 100%;
}
.info_title_reg {
    font-size: 16px;
    color: #F5861D;
    text-align: center;
    font-weight: bold;
    padding: 20px 20px 25px 20px;
    margin-bottom: 0;
}
.reg_veri_input{
    padding: 20px 0 0px 0;
}

/*innerpage*/
.two_product_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.two_product_grid a{
    border-radius: 5px;
    overflow: hidden;
}
.two_product_grid a img{
    width: 100%;
}
.one_product_grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}
.one_product_grid a{
    border-radius: 5px;
    overflow: hidden;
}
.one_product_grid a img{
    width: 100%;
}

/*reward*/
.mix {
    display: none;
}
.luckydraw-sec {
    background: #000;
    padding-top: 25px;
    padding-bottom: 40px;
    max-width: 1500px;
    margin: auto;
}
.reward-wrapper {
    display: flex;
    /* grid-template-columns: repeat(5, 1fr); */
    grid-gap: 10px;
    overflow: hidden;
    overflow-x: scroll;
}
.reward-box {
    /* height: 200px; */
    /* width: 200px; */
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.reward-box img {
    max-width: 100px;
    border-radius: 100%;
    border: 1px solid transparent;
}
.reward-box.active img{
    border: 1px solid #F5861D;
    border-radius: 100%;
}
.reward-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
    margin-top: 30px;
}
.prize-col {
    padding: 2px;
    text-align: center;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* min-height: 330px; */
    background-color: #1E1E1E;
    border-radius: 7px;
    width: 100%;
}
.prize-img img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-radius: 7px;
}
.prize-des {
    padding: 15px;
    /* padding-bottom: 0; */
    text-align: left;
}
.reward-name {
    color: #F5861D;
    font-size: 14px;
    /* height: 20px; */
    font-weight: 900;
    line-height: 1.3;
}
.reward-point {
    color: #fff;
    font-size: 13px;
    display: grid;
    justify-content: space-between;
    align-items: end;
}
.reward-point h3 {
    margin-bottom: 0;
    font-size: 22px;
}
.reward-point span{
    
color: #8f8f8f;
    
font-size: 14px;
}
.redeem-btn {
    /* max-width: 170px; */
    background: #F5861D 0% 0% no-repeat padding-box;
    border: 1px solid #F5861D;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
}
.reward-des{
  margin: 10px 0;
}
.modal_reward_wrap{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
}
.product-spec {
    color: #999999;
}
.product-spec ul {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding-left: 20px;
}
#reward-tnc.modal_custom .modal-body {
    text-align: left;
    padding: 20px 20px 20px 20px;
}

/*promotion*/
.filter-menu-bar {
    margin: 0 0 20px 0;
    /* background-color: #212121; */
    display: grid;
    justify-content: start;
    /* overflow: hidden; */
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
}
.pmbox {
    background: none;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 5px;
    font-weight: 700;
    font-size: 10px;
    /* margin-right: 10px; */
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
}
.pmbox.active {
    color: #000;
    background: linear-gradient(0deg,#ff8906 31%,#ff8906 );
    /* transform: skew( -25deg); */
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff8906;
}
.promo-content {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(1,1fr);
}
.pm-boxer_inner {
    display: grid;
    font-size: 13px;
    color: #fff;
    background-color: #1E1E1E;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pm-boxer img{
  border-radius: 5px;
  width: 100%;
}
.pm-boxer_inner_sec {
    display: flex;
    margin-top: 10px;
    align-items: flex-end;
    grid-gap: 15px;
}
.moreinfo_btn {
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    height: 30px;
    font-size: 13px;
    min-width: 100px;
    border: 1px solid #fff;
    width: 100%;
}
.apply_btn {
    background: linear-gradient(0deg,#F5861D 31%,#F5861D );
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #F5861D;
    border-radius: 5px;
    min-width: 100px;
    height: 30px;
    font-size: 13px;
    width: 100%;
}
.pm-boxer_inner h4{
    
color: #F5861D;
    
font-size: 18px;
}
.pm-boxer_inner_text{
    margin: 10px 0;
}
.pm-boxer_inner_text span{
    color: #A5A5A5;
}
.pmtable-wrapper {
    margin: 15px 0;
    font-size: 10px;
}
table.promo-table tr th {
    color: #000;
    background: #ff8906;
    padding: 5px 10px;
    border: 1px solid #ff8906;
    font-size: 11px;
    min-width: 100px;
}
table.promo-table tr td {
    border: 1px solid #ff8906;
    padding: 5px;
}
.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;
    background-color: #2e2e2e;
}
.promo_wrap{
    min-height: 600px;
}
#promomodal.modal_custom .modal-body {
    text-align: left;
    padding: 20px;
}

/*download*/
.innerpage_homebanner .tab button.active .download_icon {
    border: 2px solid #F5861D;
}
.innerpage_homebanner .tab button .download_icon{
    border: 2px solid transparent;
    border-radius: 100%;
}
.innerpage_homebanner .download_wrapper .tab {
    align-items: center;
    grid-gap: 2%;
    padding: 0 10px 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #000;
    padding: 50px 0;
    margin: auto;
    max-width: inherit;
}
.download_main_wrap{
    display: grid;
    /* grid-template-columns: 40% 60%; */
    grid-gap: 35px;
}
.download_main_qr_btn{
    width: 195px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background: transparent;
    font-weight: 600;
    background: #F5861D 0% 0% no-repeat padding-box;
    border: 1px solid #F5861D;
    color: #000;
    margin: auto;
    margin-top: 20px;
}
.download_main_qr_img{
    max-width: 248px;
}
.download_main_qr{
    display: grid;
    justify-content: center;
    text-align: center;
    grid-gap: 30px;
}
.download_main_qr_box{
  display: grid;
  text-align: center;
  justify-content: center;
}
.download_wrapper{
  padding-bottom: 30px;
  max-width: 1400px;
}
.download_main_content{
    background-color: #1E1E1E;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
}
.dw_title{

color: #F5861D;

margin-bottom: 30px;

font-size: 14px;
}
.dw_title2{

color: #A5A5A5;

margin-bottom: 15px;

font-size: 12px;
}
.dw_input{

color: #F5861D;

font-size: 12px;
}
.dw_mark{

font-style: italic;

font-size: 12px;
}
.dw_hr{
    
border-top: 1px solid rgb(169 169 169 / 61%);
}

/*infopage*/
.info_wrap{
    background-color: #fff;
}
.info_title{
    font-size: 22px;
    color: #F5861D;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #F5861D;
    padding: 40px;
    margin-bottom: 60px;
}
.info_title_btm{
    font-weight: 900;
    margin-bottom: 12px;
}
.info_content_top{
    margin: 50px 0 40px 0;
}
.info_content{
    padding: 2px 0;
}
.info_wrap_inner{
    padding: 0 0 50px 0;
    max-width: 1500px;
    margin: auto;
}
.faq-card, .tnc-card {
    /* border-bottom: 1px solid #d3d3d3; */
    margin-bottom: 27px;
}
.termcaps{
    padding-bottom: 25px;
}
#accordion {
    color: #fff;
    width: 100%;
}
button.btn-tnc {
    background: #F5861D;
    color: #ffffff;
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
    /* margin-bottom: 20px; */
}
button.btn-tnc.collapsed {
    /* background: none; */
}
.tnc-body {
    padding: 10px 10px 15px 10px;
    background: #ffffff;
    color: #000;
}
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;
}
.info_select_grid{
    display: flex;
    justify-content: center;
    padding: 50px 0 0px 0;
    grid-gap: 25px;
}
.info_select_grid_inn{

color: #A5A5A5;

width: 100px;

height: 100px;

background: #000000 0% 0% no-repeat padding-box;

border: 2px solid transparent;

border-radius: 100%;

text-align: center;

display: flex;

align-items: center;

justify-content: center;

font-weight: 700;

font-size: 10px;

line-height: 1.3;
}
.info_select_grid_inn:hover{
    color: #F5861D;
}
.info_select_grid_inn.active{
    border: 2px solid #F5861D;
    color: #F5861D;
}
.info_select_grid_inn img{
    width: 32px;
    margin-bottom: 10px;
    filter: unset
}
.info_select_grid_inn.active img,.info_select_grid_inn:hover img{
    filter: invert(50%) sepia(27%) saturate(7367%) hue-rotate(8deg) brightness(98%) contrast(96%);
}
.contact_wrap{
    display: flex;
    grid-gap: 25px;
    justify-content: center;
    margin: 80px 0 40px 0;
    flex-wrap: wrap;
}
.contact_wrap_ball{

width: 160px;

height: 160px;

background: #000000 0% 0% no-repeat padding-box;

border: 2px solid transparent;

border-radius: 100%;

text-align: center;

display: flex;

align-items: center;

justify-content: center;

font-weight: 700;
}
.contact_wrap_ball_txt{
    color: #F5861D;
}
.contact_wrap_ball_inn img{
    width: 50px;
    margin-bottom: 10px;
}

/*vip*/
.vip_out_wrap_left .vip_table_opa{
    background: transparent;
}
.vip_table_opa{
    background: #1E1E1E;
}
.vip_table_opa th,.vip_table_opa td{
    opacity: 0;
}
.vip_head_img_custom{
    
height: 177px;
}
.vip-wrapper {
    max-width: 1450px;
    margin: auto;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 30px 0 60px 0;
}
.vip_top_rankshow{
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.viprank_from{
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #fff;
    font-size: 13px;
}
.viprank_to{
    background: #1E1E1E 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #fff;
    font-size: 13px;
}
.viprank_from_left{
    color: #fff;
}
.viprank_from_right{
    color: #F5861D;
    font-weight: bold;
}
.viprank_to_right{
    color: #A5A5A5;
    font-weight: bold;
}
.viprank_txt{
    width: 100%;
    font-size: 12px;
    color: #fff;
    position: relative;
}
.viprank_txt:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    right: 0;
    top: 50%;
}
.viprank_txt:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 50%;
}
.progress-bar {
    position: relative;
    overflow: hidden;
    height: 30px;
    margin-top: 10px;
    border-radius: 5px;
    background: #000000;
    border: 1px solid #fff;
}
.progress-bar>span {
    position: relative;
    display: block;
    height: 100%;
}
.progress_percent_bronze {
    width: 50%;
}
.progress-bar>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent linear-gradient(270deg, #F5861D 0%, #412A15 100%) 0% 0% no-repeat padding-box;
}
.current-status-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.status-bottom img{
    width: 38px;
    background-color: #fff;
    border-radius: 100%;
    padding: 4px;
    border: 2px solid transparent;
}
.status-bottom.status-bottom-active img {
    border: 2px solid #F5861D;
}
.status-bottom h6 {
    margin: 0;
    padding: 27px 0 0px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.status-bottom h6:before {
    width: 1px;
    height: 14px;
    position: absolute;
    background: #fff;
    top: 7px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}
.vip_banner_wrap_content{
    padding: 0 10px;
}
.vip_afterloginhide {
    display: none;
}
.vip_banner_wrap_content_beforelogin{
    background: rgb(30 30 30 / 80%);
    width: 85%;
    height: 100%;
    right: 15%;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    bottom: 26%;
    padding: 10px;
}
.vip_banner_beforelogin_txt{

color: #fff;

margin-bottom: 45px;
}
.vip_banner_beforelogin_btn{
    
grid-gap: 70px;
    
display: flex;
    
align-items: center;
}
.slidebtn_wrapper{
    position: absolute;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 45px;
    z-index: 1;
}
table.vip-table tr:first-child td,table.vip-table tr:first-child th{
    height: 95px;
}
table.vip-table tr td {
    padding: 4px;
    font-weight: 500;
    font-size: 11px;
    /* height: 50px; */
}
.badge-img {
    max-width: 210px;
    margin: 0 auto;
    margin-top: -70px;
    z-index: 1;
}
.badge-img img {
    width: 94px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 100%;
    padding: 10px;
    z-index: 1;
}
.vip_main_wrap{
    padding: 90px 0 0 0;
}
table.vip-table tr td:nth-child(1){
    /* width: 35%; */
}
table.vip-table tr td:nth-child(2) {
    background: #1E1E1E;
    width: 65%;
}
.vip_out_wrap{
    padding: 0px 15px;
    display: grid;
    grid-template-columns: 50% 50%;
    /* margin-top: 20px; */
    /* padding-top: 100px; */
}
.vip_out_wrap_left{
        padding: 90px 0 0 0;
}
.slidebtn_wrapper .slideNext-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 25px;
    top: 0;
}
.slidebtn_wrapper .slidePrev-btn {
    position: absolute;
    left: 0;
    cursor: pointer;
    width: 25px;
    top: 0;
}
table.vip-table tr th{
    /* height: 50px; */
}
table.vip-table tr th:first-child {
    background: #1E1E1E;
    color: #F5861D;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px;
    line-height: 1.2;
    font-size: 12px;
}
.vip_out_wrap_left table.vip-table tr th:nth-child(1) {
    background: transparent;
}
table.vip-table tr td:first-child {
    text-align: center;
    color: #A5A5A5;
    font-weight: 400;
    background: #1E1E1E;
}
.vip_out_wrap_left table.vip-table tr td:first-child {
    text-align: center;
    color: #A5A5A5;
    font-weight: 400;
    background: transparent;
}
.vip_out_wrap_left table.vip-table tr td:first-child {
    text-align: left;
    color: #A5A5A5;
    font-weight: 400;
}
.table_img_txtcolor_02{
    color: #C8DBFF;
}
.table_img_txtcolor_03{
    color: #E5AD3C;
}
.table_img_txtcolor_04{
    color: #AA7AFE;
}
.table_img_txtcolor_05{
    color: #4ED6CF;
}
.table_img_txtcolor_06{
    color: #F5861D;
}

/*afterlogin*/
.afterlogin_head_balance{
    width: 160px;
    height: 32px;
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #F5861D;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7px;
    font-size: 13px;
}
.icon_reh{
    width: 21px;
    margin-left: 4px;
    cursor: pointer;
}
.icon_reh:hover{
    filter: invert(50%) sepia(27%) saturate(7367%) hue-rotate(8deg) brightness(98%) contrast(96%);
}
.afterlogin_head_cury{
    color: #A5A5A5;
    margin-right: 10px;
}
.afterlogin_head_amount{
    display: flex;
    align-items: center;
}
.header_dep_icon{
    cursor: pointer;
    padding: 0;
}
.header_dep_icon img{
    width: 28px;
}
.dropdown-balance {
    /* width: 400px; */
    /* background: #031428; */
    /* background-size: cover; */
    color: #F5861D;
    z-index: 2;
    text-align: center;
    /* border: 1px solid #083f7f; */
    padding-top: 12px;
    margin-top: 10px;
    text-align: left;
}

.dropdown-balance_emtpy {
    height: 11px;
    top: -12px;
    position: absolute;
    width: 100%;
}

.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 9px 0px;
    font-size: 12px;
    padding-bottom: 10px;
}

.main-item,
.main-amount {
    background: linear-gradient(to bottom, rgba(157, 54, 209, 1) 0%, rgba(66, 9, 93, 1) 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.balc {
    display: inline-block;
    margin: 0 3px;
}

.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
}

.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}

button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #F5861D;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #353535;
    color: #F5861D;
    text-transform: uppercase;
    font-size: 13px;
}
#balance_modal.modal_custom .modal-dialog {
    max-width: 450px;
}
.afterlogin_head_r{
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.afterlogin_side_user{
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 12px 10px;
    text-align: left;
    padding-left: 63px;
    position: relative;
    background-color: #1E1E1E;
}
.burger_sidemenu_name{
    font-size: 14px;
    color: #F5861D;
    font-weight: bold;
    padding-left: 10px;
}
.burger_side_menu_hr{
    border-top: 1px solid #fff;
    margin: 10px 0;
}
.burger_vip_l_title{
    color: #FFFFFF;
    font-size: 12px;
    padding-left: 10px;
}
.burger_vip_l_title span{
    color: #FFC02D;
    margin-left: 15px;
}
.burger_user_img {
    width: 46px;
    background-color: #fff;
    border-radius: 100%;
    padding: 4px;
    position: absolute;
    left: 21px;
    top: 23%;
}
.footer_bar{
    max-width: 999px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}
.footer_bar_menu{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 5px 75px 5px 15px;
}
.footer_bar_menu a{
    display: flex;
    color: #000;
    font-size: 10px;
    align-items: center;
    font-weight: bold;
}
.footer_bar_menu a img{
    width: 38px;
    margin-right: 8px;
}
.afterlogin_footer_body_pad{
    padding-bottom: 50px;
}
.afterlogin_body{
    padding: 0 15px;
}
.side_menu_icon {
    margin-top: -36px;
}
.side_menu_icon img{
    width: 42px;
    background-color: #fff;
    border-radius: 100%;
    padding: 4px;
}
.side_menu_top{
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 17px;
    background-color: #1E1E1E;
    margin-top: 30px;
}
.side_menu_name{
    font-size: 14px;
    color: #F5861D;
    margin-top: 9px;
    font-weight: bold;
}
.side_menu_hr{
    border-top: 1px solid #fff;
    margin: 7px 0;
}
.vip_l_title{
    color: #fff;
    font-size: 12px;
}
.vip_level{
    color: #FFC02D;
}
.user_amount{
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user_amount .afterlogin_head_amount {
    display: flex;
    align-items: center;
    color: #FFC02D;
    font-weight: bold;
}
.restore_btn{
    width: 120px;
    height: 32px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
}
.user_amount_inn{
    display: flex;
    align-items: center;
}
.fund_menu_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    text-align: center;
    grid-gap: 40px;
    padding: 40px 50px;
}
.fund_menu_wrap a{
    background-color: #1E1E1E;
    font-size: 12px;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 9px;
}
.fund_menu_wrap a:after{
    content: "";
    width: 100%;
    height: 8px;
    background-color: #F5861D;
    position: absolute;
    bottom: 0;
    border-radius: 5px;
}
.fund_menu_wrap_inn{
    line-height: 1.1;
}
.fund_menu_wrap a img{
    width: 50px;
    margin-bottom: 5px;
}
.afterlogin_header_title{
    font-size: 16px;
    font-weight: bold;
    color: #F5861D;
}
.header_backend_back{
    display: flex;
    align-items: center;
    color: #fff;
}
.header_backend_back:hover{
    color: #fff;
}
.header_backend_back img{
    width: 32px;
    margin-right: 10px;
}
.afterlogin_menu_wrap{
    background-color: #1E1E1E;
    padding: 20px 10px 15px 10px;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    color: #fff;
}
.afterlogin_menu_wrap:before{
    content: "";
    width: 100%;
    height: 8px;
    background-color: #F5861D;
    position: absolute;
    top: 0;
    border-radius: 5px;
    left: 0;
}
.side_menu_content_wrap label {
    font-weight: 700;
}
.span_mark {
    color: #D63513;
    margin-left: 10px;
}
.choosebank_wrap{
    display: flex;
    align-items: center;
    padding-left: 14px;
    grid-gap: 30px;
    justify-content: space-between;
}
.choosebank_wrap a{
    display: block;
    position: relative;
    width: 100%;
}
.afterlogin-icon-p{
    position: absolute;
    left: -9px;
    width: 74px;
    top: 2px;
    border: 2px solid transparent;
    border-radius: 100%;
    filter: grayscale(100%);
}
.button_choose{
    width: 100%;
    height: 33px;
    background: #000000;
    border-radius: 5px;
    color: #A5A5A5;
    text-align: right;
    display: flex;
    align-items: center;
    padding-right: 10px;
    /* text-transform: uppercase; */
}
.button_choose_txt{
    word-break: break-word;
    max-width: 68px;
    margin-left: auto;
    line-height: 1;
    font-size: 11px;
    font-weight: bold;
}
.choosebank_wrap a.active .button_choose_txt,.choosebank_wrap a:hover .button_choose_txt{
    color: #F5861D;
}
.choosebank_wrap a.active .afterlogin-icon-p,.choosebank_wrap a:hover .afterlogin-icon-p {
    border: 2px solid #F5861D;
    filter: grayscale(0%);
}
.choosebank_wrap img{
    width: 39px;
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    top: 2px;
    left: -15px;
}
.choosebank_wrap a.active .button_choose_bar,.choosebank_wrap a:hover .button_choose_bar{
    background: #F5861D;
}
.button_choose_bar{
    width: 100%;
    height: 8px;
    background: #A5A5A5;
    border-radius: 5px;
}
.choosebank{
    display: flex;
    align-items: center;
    margin: 24px 0 0 0;
    grid-gap: 20px;
    flex-flow: column;
}
.choosebank a{
    display: block;
    margin-right: auto;
}
.choosebank_a_inn{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 5px;
    width: 116px;
    justify-content: space-between;
}
.choosebank_a_inn img{
    width: 26px;
}
.choosebank_a_inn_text{
    color: #fff;
    line-height: 1.1;
    font-size: 12px;
    text-align: end;
}
.choosebank a.active .choosebank_a_inn,.choosebank a:hover .choosebank_a_inn{
    background-color: #000;
}
.choosebank a.active .choosebank_a_inn_text,.choosebank a:hover .choosebank_a_inn_text{
    color: #F5861D;
}
.choosebank a:hover .choosebank_a_inn{
    border: 1px solid #F5861D;
}
.side_menu_content_wrap_inn_btm{
    max-width: 500px;
}
.side_menu_content_custom{
    margin: 25px 0;
}
.input_custom{
    width: 100%;
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #000000;
    border-radius: 5px;
    text-align: center;
}
.deposit_btn_sel{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
    flex-wrap: wrap;
    grid-gap: 18px;
}
.deposit_btn_sel button{
    width: 83px;
    height: 38px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    color: #fff;
    background-color: transparent;
}
.deposit_btn_sel button:hover{
    border: 2px solid #F5861D;
    color: #F5861D;
}
.btn_submit{
    width: 100%;
    height: 38px;
    background: #F5861D 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    border: none;
    margin: 18px 0;
}
.form_important{
    background: #A5A5A5;
    color: #505050;
    padding: 20px;
    border-radius: 5px;
}
.form_important p{
    color: #000;
    font-weight: bold;
    font-size: 12px;
}
.form_important ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.5;
}
.form_important ol{
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 16px;
}
.crypto_footer{
    margin-top: 74px;
}
.btn_copy{
    width: 80px;
    height: 36px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    background-color: transparent;
}
.btn_copy img{
    width: 25px;
}
.input_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 10px;
    margin: 10px 0;
}
.input_wrapper .input_custom{
    background: #A5A5A5;
    text-align: left;
    padding-left: 10px;
}
.input_wrapper.upload_in .input_custom{
    background: #fff ;
    text-align: center;
}
.btn_copy_upload img{
    width: 26px;
}
.upload_in{
    display: flex;
    align-items: center;
    grid-gap: 11px;
}


.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn--browse{
    background-color: transparent;
    height: 38px;
    padding: 3px;
    border: 2px solid #fff;
    border-radius: 5px;
    width: 70px;
}

.f-input{
    background-color: white;
    border: none;
    padding: 0 14px;
    width: 100%;
    height: 38px;
    border-radius: 5px;
}
.crypto_content_custom .choosebank {
    display: flex;
    align-items: center;
    margin: 0 0 0 0;
    grid-gap: 40px;
    justify-content: left;
}
.crypto_content_custom .choosebank_a_inn {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 5px;
    width: 135px;
    justify-content: space-between;
}
.qr_wrapper{
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 15px;
}
.qr_wrapper_inn img{
    width: 100%;
    border-radius: 5px;
}
.qr_wrapper_inn button{
    width: 100%;
    color: #000;
    border: none;
    height: 38px;
    background: #F5861D 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font-weight: 900;
    margin-top: 10px;
}
.qr_content{
    padding: 10px;
    background-color: #000;
    /* width: 425px; */
    border-radius: 5px;
    height: 100%;
}
.qr_title{
    color: #F5861D;
    font-weight: 900;
    margin-bottom: 10px;
    font-size: 12px;
}
.qr_content p{
    color: #A5A5A5;
    font-size: 12px;
}
.qr_txt{
    color: #fff;
    font-size: 11px;
}
.qr_content hr{
    border-top: 1px solid #fff;
}
.qr_content p span.hr1{
    margin-bottom: 0;
    /* line-height: 3.1; */
    font-size: 12px;
}

.error_txt{
    background-color: #D63513;
    color: #fff;
    display: flex;
    font-size: 8px;
    align-items: center;
    padding: 0 4px;
    height: fit-content;
    text-align: end;
}
.witherror_row{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.btn_regsuc_contact{
    border: 2px solid #F5861D ;
    border-radius: 5px;
    color: #000;
    background-color: #F5861D ;
    width: 100px;
    height: 40px;
    margin: 10px 0;
}
.modal_btn_wrapper_dep{
    display: flex;
    justify-content: space-evenly;
}
.transfer_dropdown_wrap{
    display: grid;
    grid-gap: 20px;
    /* justify-content: space-between; */
}
.btn_transfer_select{
    background: #FFFFFF;
    text-align: center;
    color: #000;
    border: 2px solid #000000;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_transfer{
    position: absolute;
    width: 30px;
    right: 7px;
}
.dropdownmenu_transfer .tab{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 10px;
}
.dropdownmenu_transfer{
    width: 100%;
    padding: 10px;
}
.dropdownmenu_transfer .tab button{
    background-color: transparent;
    border: none;
    color: #000000;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    /* max-width: 80px; */
    text-align: left;
    line-height: 1.1;
}
.dropdownmenu_transfer .tab button.active,.dropdownmenu_transfer .tab button:hover{
    color: #F5861D ;
}
.dropdownmenu_transfer .tab button:after{
    content: "";
    height: 69%;
    z-index: 99;
    background-color: #8b8b8b;
    position: absolute;
    right: 14%;
    width: 1px;
    top: 16%;
}
.dropdownmenu_transfer .tab button:last-child:after{
    display: none;
}
.dropdownmenu_transfer .tab_home ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.dropdownmenu_transfer .tab_home ul li a{
    color: #505050;
    display: block;
    font-size: 16px;
    margin: 5px 0;
    padding: 0 15px;
}
.dropdownmenu_transfer .tab_home ul li{
    cursor: pointer;
}
.dropdownmenu_transfer .tab_home ul li:hover a{
    color: #fff;
    background-color: #F5861D;
}
.transfer_all_wrap .btn_submit{
    margin: 9px 0;
}
.transfer_grid_content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}
.transfer_grid_txt{
    color: #fff;
    text-align: left;
    line-height: 1.1;
    display: flex;
    align-items: end;
}
.transfer_grid_content_txt{
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    background-color: #A5A5A5;
    padding: 5px;
    font-weight: 700;
}
.transferside_menu_content_wrap{
    display: flex;
    grid-gap: 35px;
}
.transfer_balance_wrapper ul.nav{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.transfer_balance_wrapper .nav-pills .nav-link {
    width: 100%;
    background: #505050 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-align: center;
    color: #A5A5A5;
    position: relative;
    /* min-width: 250px; */
    font-size: 13px;
}
.transfer_balance_wrapper .nav-pills .nav-link:hover{
    color: #F5861D;
}
.transfer_balance_wrapper .nav-pills .nav-link.active, .transfer_balance_wrapper .nav-pills .show>.nav-link {
    color: #F5861D;
    background-color: #000;
}
.transfer_balance_wrapper .nav-pills .nav-link:after{
    content: "";
    width: 100%;
    height: 8px;
    background: #A5A5A5 0% 0% no-repeat padding-box;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.transfer_balance_wrapper .nav-pills .nav-link.active:after,.transfer_balance_wrapper .nav-pills .nav-link:hover:after{
    content: "";
    width: 100%;
    height: 8px;
    background: #F5861D 0% 0% no-repeat padding-box;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.transfer_bal_wrap{
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
}
.accordion_class button.btn-tnc {
    background: transparent;
    color: #F5861D;
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: end;
    padding: 15px 15px;
    position: relative;
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #fff;
}
.accordion_class button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 17px;
    top: 21px;
    transform: rotate(90deg);
    transition: all 0.3s;
    right: unset;
    color: #fff;
}
.accordion_class button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(270deg);
    transition: all 0.3s;
}
.accordion_class button.btn-tnc:hover{
    color: #fff;
} 
.accordion_class button.btn-tnc:hover::after{
    color: #F5861D;
} 
.tran-body ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 10px;
}
.tran-body ul li a{
    color: #fff;
}
.tran_bal_txt{
    color: #fff;
}
.tran-body ul li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.withdrawal_wrapper_bank{
    padding: 10px 10px 20px 10px;
    background-color: #000;
    border-radius: 5px;
}
.withdrawal_wrapper_bank .input_custom{
    background: #A5A5A5;
}
.withdrawal_wrapper_bank label{
    margin: 10px 0 0 0;
}
.side_menu_content_wrap label{
    font-weight: 700;
}
.form_important ul li a{
    text-decoration: underline;
    letter-spacing: 0.14px;
    color: #F5861D;
    font-weight: bold;
}
.history_page_wrap{
    max-width: 1000px;
}
.history_type_wrap{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.history_type_wrap_btn button{
    width: 100%;
    height: 40px;
    background: #505050 0% 0% no-repeat padding-box;
    border-radius: 5px;
    border: none;
    color: #A5A5A5;
}
.history_type_wrap_btn.active button,.history_type_wrap_btn:hover button{
    background: #000;
    color: #F5861D;
}
.history_type_wrap_btn .history_type_wrap_bar{
    width: 100%;
    height: 8px;
    background: #A5A5A5 0% 0% no-repeat padding-box;
    border-radius: 5px;
}
.history_type_wrap_btn.active .history_type_wrap_bar,.history_type_wrap_btn:hover .history_type_wrap_bar{
    background: #F5861D 0% 0% no-repeat padding-box;
}
.history_type_wrap_date{
    display: flex;
    align-items: center;
    grid-gap: 25px;
}
.history_type_wrap_date button{
    height: 40px;
    background: transparent;
    border-radius: 5px;
    border: none;
    color: #fff;
    border:2px solid #fff;
    /* width: 120px; */
}
.history_type_wrap_date .history_type_wrap_btn.active button,.history_type_wrap_date .history_type_wrap_btn:hover button{
    color: #F5861D;
    background: transparent;
    border:2px solid #F5861D;
}
.history_date_wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 13px;
}
.history_date_wrapper .error_txt {
    background-color: #D63513;
    color: #fff;
    display: flex;
    font-size: 8px;
    align-items: center;
    padding: 0 4px;
    height: fit-content;
    text-align: end;
}
.history_date_wrapper .side_menu_content_custom{
    margin: 0;
}
.history_date_wrapper label{
    font-size: 14px;
    line-height: 1.3;
}
.table_icon{
    width: 20px;
    margin-left: 10px;
}
.history_table_share table tr:first-child {
    background-color: #000;
}
.history_table_share table tr th{
    padding: 7px;
}
.table_greendot{
    width: 14px;
    height: 14px;
    background: #2CCB42 0% 0% no-repeat padding-box;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 20px;
}
.table_reddot{
    width: 14px;
    height: 14px;
    background: #D63513 0% 0% no-repeat padding-box;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 20px;
}
.table_greydot{
    width: 14px;
    height: 14px;
    background: #A5A5A5 0% 0% no-repeat padding-box;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 20px;
}
.table_succ{
    position: relative;
    align-items: center;
    grid-gap: 10px;
}
.history_table_share table tr td {
    padding: 7px;
    border-bottom: 1px solid #fff;
    min-width: 159px;
}
.history_table_share table tr td.table_succ{
    padding-left: 20px;
}
.inbox_top_btn_wrap{
    display: flex;
    align-items: center;
    justify-content: end;
    grid-gap: 20px;
}
.round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.round label {
  background-color: #1e1e1e;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
  margin-bottom: 0;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 5px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: rotate(-45deg);
  width: 8px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: #F5861D;
  border-color: #F5861D;
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.btn_read{
    width: 180px;
    height: 38px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    color: #fff;
    background-color: transparent;
    font-weight: 700;
}
.btn_delete{
    width: 180px;
    height: 38px;
    background: #F5861D 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #000;
    border: 2px solid #F5861D;
    font-weight: 700;
}
.dot_read{
    width: 14px;
    height: 14px;
    border: 2px solid #A5A5A5;
    border-radius: 100%;
}
.inbox_msg_text{
    cursor: pointer;
}
.history_table_share.inbox_table_wrap table tr td:last-child{
    font-style: italic;
}
#delete_msgmodal .modal_btn_wrapper_dep{
    margin-top: 60px;
}
.profile_hr{
    border-top: 2px solid #fff;
    margin-top: 50px;
}
.transfer_balance_wrapper.changepass_wrapper .nav-pills .nav-link{
    width: 100%;
    min-width: 0;
    height: 46px;
}
.transfer_balance_wrapper.changepass_wrapper ul.nav {
    display: grid;
    grid-gap: 0;
    justify-content: space-between;
}
.withdrawal_wrapper_bank.banking_add_table .input_custom {
    background: #fff;
}
.banking_table_wrap{
    margin-top: 35px;
}
.banktrn_choosebank{
    display: flex;
    grid-gap: 45px;
}
.history_table_share.inbox_table_wrap table tr td{
    min-width: unset;
    padding: 12px 5px;
    font-size: 11px;
}
.history_table_share.inbox_table_wrap table tr th {
    padding: 5px;
    font-size: 12px;
}
.reward_m_banner{
    display: block;
}
.reward_d_banner{
    display: none;
}
.lang-btn{
    color: #fff;
}
span.detailrew-label {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 40px;
    color: #fff;
    background: linear-gradient(to bottom, #F5861D 0%, #F5861D 100%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
span.reward-points {
    font-size: 19px;
    font-weight: 800;
    padding: 5px 25px;
    color: #000;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.reward-summary{
    margin-top: 20px;
}

/**********Language***********/
#languageModal .modal-header {
    /* background: #9a7922; */
    /* border-bottom: none; */
}

#languageModal .modal-header .close {
    color: #ffffff75;
    font-size: 32px;
}

#languageModal .modal-title {
    /* text-align: left; */
    /* color: #fff; */
}

.language_main {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: end;
    text-align: center;
    grid-gap: 10px;
}

.language_custom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.language_custom ul li {
    text-decoration: none;
    float: left;
}

.language_custom ul li::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
}

.language_custom ul li:last-child::after {
    display: none;
}

.language_custom ul li a {
    color: #fff;
}

.language_custom ul li a:hover {
    color: #8a8a8a;
}

.language_out_wrapper {
    border-bottom: 2px dotted #fff;
    padding-bottom: 20px;
    padding-top: 20px;
}

.language_out_wrapper:first-child {
    padding-top: 0px;
}

.language_out_wrapper:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

#languageModal .modal-content {
    /* background-color: #000000e3; */
    /* border: 2px solid #f0b90b; */
    /* border-radius: 8px; */
}

.language_main {
    color: #fff;
}

.language_main img {
    width: 40px;
}

.language_custom {
    padding-bottom: 10px;
}

button.btn-flag {
    border: none;
    background: none;
}

body[data-singlepage="afterlogin"] .top_header {
    background-color: #1E1E1E;
}


body[data-singlepage="slots"] .products_wrap_ul ul li a.active:after, .products_wrap_ul ul li a:hover:after {
    background-color: #F5D11D;
}
body[data-singlepage="slots"] .products_wrap_ul ul li a.active, body[data-singlepage="slots"] .products_wrap_ul ul li a:hover {
    color: #F5D11D;
}
body[data-singlepage="slots"] .top_header:after{
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -6px;
    border-radius: 5px;
    background-color: #F5D11D;
    left: 0;
}
body[data-singlepage="esport"] .products_wrap_ul ul li a.active:after, .products_wrap_ul ul li a:hover:after {
    background-color: #20CEF2;
}
body[data-singlepage="esport"] .products_wrap_ul ul li a.active, body[data-singlepage="esport"] .products_wrap_ul ul li a:hover {
    color: #20CEF2;
}
body[data-singlepage="esport"] .top_header:after{
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -6px;
    border-radius: 5px;
    background-color: #20CEF2;
    left: 0;
}
body[data-singlepage="casino"] .products_wrap_ul ul li a.active:after, .products_wrap_ul ul li a:hover:after {
    background-color: #BF51FE;
}
body[data-singlepage="casino"] .products_wrap_ul ul li a.active, body[data-singlepage="casino"] .products_wrap_ul ul li a:hover {
    color: #BF51FE;
}
body[data-singlepage="casino"] .top_header:after{
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -6px;
    border-radius: 5px;
    background-color: #BF51FE;
    left: 0;
}
body[data-singlepage="sport"] .products_wrap_ul ul li a.active:after, .products_wrap_ul ul li a:hover:after {
    background-color: #2CCB42;
}
body[data-singlepage="sport"] .products_wrap_ul ul li a.active, body[data-singlepage="sport"] .products_wrap_ul ul li a:hover {
    color: #2CCB42;
}
body[data-singlepage="sport"] .top_header:after{
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -6px;
    border-radius: 5px;
    background-color: #2CCB42;
    left: 0;
}
body[data-singlepage="fishing"] .products_wrap_ul ul li a.active:after, .products_wrap_ul ul li a:hover:after {
    background-color: #FF67C2;
}
body[data-singlepage="fishing"] .products_wrap_ul ul li a.active, body[data-singlepage="fishing"] .products_wrap_ul ul li a:hover {
    color: #FF67C2;
}
body[data-singlepage="fishing"] .top_header:after{
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -6px;
    border-radius: 5px;
    background-color: #FF67C2;
    left: 0;
}
body[data-singlepage="horse"] .products_wrap_ul ul li a.active:after, .products_wrap_ul ul li a:hover:after {
    background-color: #626262;
}
body[data-singlepage="horse"] .products_wrap_ul ul li a.active, body[data-singlepage="horse"] .products_wrap_ul ul li a:hover {
    color: #4381FF;
}
body[data-singlepage="horse"] .top_header:after{
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -6px;
    border-radius: 5px;
    background-color: #4381FF;
    left: 0;
}