@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');


body {font-family: "Arimo", sans-serif;line-height:1.6;font-size:15px;margin:0 auto;color:#191919;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; }

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;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: unset;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {/* width: 100%; */}
.desktop-view{
    padding-top: 140px;
}

.header_section {
    z-index: 17;
    position: fixed;
    width: 100%;
    top: 0;
}
.top_header {
    background-color: #000000;
    /* height: 80px; */
}
.header_top {
    display: flex;
    /* align-items: center; */
    height: 80px;
    justify-content: space-between;
    position: relative;
}
.logo_desktop{
    width: 200px;
    margin: auto 0;
    margin-left: 30px;
}
.header_bottom_menu {
    display: flex;
    align-items: center;
    width: 100%;
}
ul.main_nav {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    grid-gap: 0;
    width: 100%;
    justify-content: end;
}
ul.main_nav li {
    padding: 0px 1.5%;
    height: 100%;
    /* width: 100%; */
}
ul.main_nav li a {
    color: #ffffff;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    padding: 0 0px;
    text-align: center;
    justify-content: center;
    position: relative;
    letter-spacing: 0.16px;
}
ul.main_nav li a.active {
    color: #ff8906;
}
ul.main_nav li:hover a{
    color: #ff8906;
}
ul.main_nav li a.active:after {
    content: '';
    background-color: #ff8906;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
ul.main_nav li:hover a:after {
    content: '';
    background-color: #ff8906;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}

.bottom_header{
    background-color: #1E1E1E;
    box-shadow: 0px 3px 4px #0000004D;
}
.header_bottom{
    display: flex;
    height: 60px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.header_bottom_btn_wrap{
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.head_form_control{
    width: 168px;
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #000;
    border: none;
    text-align: center;
    font-weight: 500;
}
.header_datetime{
    color: #A5A5A5;
    margin-left: 30px;
}
.header_btn{
    width: 128px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background: transparent;
    font-weight: 600;
}
.login_btn{
    border: 1px solid #FFFFFF;
    color: #fff;
}
.join_btn{
    background: #F5861D 0% 0% no-repeat padding-box;
    border: 1px solid #F5861D;
    color: #000;
}

.lang-box {
    /* top: 10px; */
    /* right: 8px; */
    display: inline-block;
    margin: 0 22px 0 20px;
}

button#language-menu {
    color: #dcdcdc;
    font-size: 13px;
    padding: 0;
}

.lang-box button img {
    max-width: 30px;
}

.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:hover {
    background-color: #262626;
}

.dropdown-menu.language .dropdown-item img {
    max-width: 30px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown_wrap:hover .dropdown-option {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
    z-index: 2;
    transform: none;
}

.dropdown-option ul {
    padding: 0;
    margin: 0
}

.dropdown-option ul li {
    list-style-type: none;
}

.dropdown-option ul li a {
    color: #fff;
    padding: 6px 1px;
    display: block;
    font-size: 13px;
}

.dropdown-option ul li a:hover {
    background: #ff0000;
    color: #fff;
}

/*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: 40px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
    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 25px;
    color: #A5A5A5;
    /* border-bottom: 1px solid #473d24; */
}
.icon-annoucement img {width: 25px;}
.annoucement_wrap{
    
display: flex;
    
align-items: center;
    
max-width: 850px;
    
text-align: center;
    
justify-content: center;
    
margin: auto;
}
.annoucement-text{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.homebanner_tab{
  position: relative;
}
.tabcontent {
  display: none;
  /* padding: 6px 12px; */
  /* border: 1px solid #ccc; */
  /* border-top: none; */
}
.homebanner_tab .tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
  display: flex;
  align-items: center;
  grid-gap: 2%;
  justify-content: left;
  position: absolute;
  left: 8%;
  right: 0;
  top: 50px;
  z-index: 1;
  padding: 0 10px 0 10px;
}

/* Style the buttons that are used to open the tab content */
.homebanner_tab .tab button {
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 9px;
  transition: 0.3s;
  position: relative;
}

.btn_home_hitgames{
    width: 143px;
    height: 50px;
    background: #1E1E1E;
    border-radius: 5px;
    color: #A5A5A5;
    text-align: right;
    display: flex;
    align-items: center;
    padding-right: 10px;
    text-transform: uppercase;
}
.btn_home_hitgames div.hitgames_name{
    word-break: break-word;
    max-width: 90px;
    margin-left: auto;
    line-height: 16.1px;
    font-size: 12px;
}
.btn_home_hitgames_btm{
    width: 143px;
    height: 8px;
    background: #A5A5A5;
    border-radius: 5px;
}
.hitgames-icon-p{position: absolute;left: -18px;width: 74px;top: 2px;border: 2px solid transparent;border-radius: 100%;}
.homebanner_tab .tab button.active .btn_home_hitgames .hitgames_name,.homebanner_tab .tab button:hover .btn_home_hitgames .hitgames_name{
    color: #F5861D;
}
.homebanner_tab .tab button.active .btn_home_hitgames_btm,.homebanner_tab .tab button:hover .btn_home_hitgames_btm{
    background: #F5861D;
}
.homebanner_tab .tab button.active .hitgames-icon-p{
    border: 2px solid #F5861D;
}
.homebanner_tab .tabcontent .tab_img_bg{
    width: 100%;
}
.homebanner_tab .tabcontent{position: relative;}
.tabcontent_text_wrap{

position: absolute;

max-width: 500px;

bottom: 0;

margin: auto;

top: 26%;

left: 8%;
}
.tabcontent_title{

font-size: 46px;

font-weight: 600;
}
.tabcontent_content{

font-size: 16px;

margin: 40px 0;
}
.tabcontent_btn{

width: 200px;

height: 50px;
/* UI Properties */

border: 2px solid #000000;

border-radius: 5px;

font-size: 21px;

display: flex;

justify-content: center;

align-items: center;

font-weight: 700;

background: transparent;
}
.tabcontent_img_wrap{
    
position: absolute;
    
/* max-width: 500px; */
    
bottom: 0;
    
margin: auto;
    
bottom: 0;
    
right: 11%;
}

.desktophotgame_sec{
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.22px;
    color: #ffffff;
    font-weight: 500;
    background-color: #000;
    padding: 40px 20px 30px 20px;
}
.hotgames_title{
  color: #F5861D;
  font-weight: 700;
  font-size: 22px;
}
.slidePrev-btn{
    position: absolute;
    left: 0;
    cursor: pointer;
    width: 25px;
    top: 0;
}
.slidePrev-btn:hover img,.slideNext-btn:hover img{
    filter: invert(33%) sepia(32%) saturate(6451%) hue-rotate(354deg) brightness(102%) contrast(105%);
}
.slideNext-btn{
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 25px;
    top: 0;
}
.swiper .swiper-wrapper{
    margin-top: 62px;
}
.hotgame-main-img{
    position: relative;
    overflow: hidden;
}
.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: flex;
    font-size: 15px;
    font-weight: 700;
    width: 65%;
    height: 36px;
    margin: auto;
    border-radius: 5px;
    padding: 1px 0px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    transition: .5s;
    transform: scale(0.5);
    opacity: 0;
    background-image: linear-gradient(#f5861d, #f5861d);
    justify-content: center;
    align-items: center;
}
.hotgame-main-img:hover .playpop a.play-btn{
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}
.hotgames_cate{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin: 50px 0 40px 0;
    
}
.hotgames_cate a{
    position: relative;
}
.desktoppromo_sec{
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.22px;
    color: #F5861D;
    font-weight: 700;
    background-color: #1E1E1E;
    padding: 50px 20px 40px 20px;
}
.hotgame-main-img img{
    width: 100%;
}

.playpop_game {
    display: flex;
    position: absolute;
    background: rgba(0,0,0,0.2);
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s ease;
    /* opacity: 0; */
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.hotgames_cate a:hover .playpop_game,.desktoppromo_sec .hotgame-main-img:hover .playpop_game{
    /* opacity: 1; */
    visibility: visible;
    transition: 0.3s ease;
    height: 100%;
}
.playpop_gameesport:after{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #20CEF2;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
.playpop_gamecasino:after{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #BF51FE;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
.playpop_gamesports:after{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #2CCB42;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
.playpop_gamefishing:after{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #FF67C2;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
.desktoppromo_sec .hotgame-main-img{
    position: relative;
    display: block;
}
.playpop_game_pro {
    display: flex;
    position: absolute;
    background: rgba(0,0,0,0.2);
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    /*    visibility: hidden;*/
    overflow: hidden;
    cursor: pointer;
    transition: all .4s ease;
}
.desktoppromo_sec .hotgame-main-img:hover .playpop_game_pro{
     opacity: 1; 
/*    visibility: visible;*/
    transition: all .4s ease;
}

/*footer*/
.footer_top{
    background-color: #000000;
    padding: 30px 0 45px 0;
    border-top: 2px solid #A5A5A5;
}
.footer_title{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.footer_provider{
    
display: flex;
    
grid-gap: 15px;
    
flex-flow: wrap;
}
.footer_provider img{
    filter: grayscale(100%);
}
.footer_provider img:hover{
    filter: grayscale(0%);
}
.footer_pad{
    padding: 0 30px;
}
.footer_grid_contact{
    display: grid;
    grid-template-columns: 40% auto auto auto;
    margin: 30px 0 0 0;
}
.footer_grid_gaming img{
    max-width: 40px;
}
.footer_hr{
    
border-top: 2px solid #F5861D;
    
margin: 40px 0;
}
.footer_link_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_link_wrapper{
    display: flex;
    align-items: center;
    grid-gap: 45px;
}
.footer_link_wrapper a{
    color: #fff;
}
.footer_link_wrapper a:hover{
    color: #ff8906;
}
.footer_grid_gaming img:hover{
    filter: invert(33%) sepia(32%) saturate(6451%) hue-rotate(354deg) brightness(102%) contrast(105%);
}
.footer_copyright{
    color: #A5A5A5;
}
.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;
}
.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: 10px;
}
.seo_p_cus{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.seocontent .seo_a_cus a {
    color: #F5D11D;
    margin: 0 10px;
}
.seocontent .seo_a_cus a:first-child{
    margin-left: 0;
}

/*register*/
.modal_custom .modal-dialog{
    max-width: 800px;
}
.modal_custom .modal-header .close{
    position: absolute;
    right: 34px;
    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;
}
.modal_custom .modal-title{
    margin: auto;
    color: #F5861D;
    font-weight: 800;
}
.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 80px;
}
.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 13px 0;
    text-align: center;
    font-size: 15px;
}
.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: 697px;
    margin: auto;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
}
.modal_custom .modal-body.modal_download_banner {
    text-align: center;
    padding: 0;
}
.modal_content_custom{
    margin-top: 20px;
}
.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: 100px;
    height: 40px;
    margin: 10px 0;
}
.modal_custom .modal-body.regsuc {
    text-align: center;
    padding: 20px ;
}
.modal_custom .modal-dialog.regsucwrap{
    max-width: 450px;
}
.reg_body_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4%;
}
.reg_ban img{
    border-radius: 7px;
}
.reg_veri_wrap{
    display: flex;
    align-items: center;
    grid-gap: 15px;
    padding: 21px 0 0 0;
}
.btn_code{
    width: 240px;
    height: 38px;
    background: #505050;
    border-radius: 5px;
    color: #fff;
    border: none;
}
.info_wrap_inner_reg{
    max-width: 1672px;
    padding: 0 0 50px 0;
    margin: auto;
}
.reg_veri_wrap img{
    width: 38px;
}


.innerpage_homebanner .tab button.active .btn_home_hitgames .hitgames_name,.innerpage_homebanner .tab button:hover .btn_home_hitgames .hitgames_name{
    color: #F5861D;
}
.innerpage_homebanner .tab button.active .btn_home_hitgames_btm,.innerpage_homebanner .tab button:hover .btn_home_hitgames_btm{
    background: #F5861D;
}
.innerpage_homebanner .tab button.active .hitgames-icon-p{
    border: 2px solid #F5861D;
}
.innerpage_homebanner .tab button:hover{
    opacity: 0.8;
}
.innerpage_homebanner .tabcontent .tab_img_bg{
    width: 100%;
}
.innerpage_homebanner .tabcontent{position: relative;}
.innerpage_homebanner{
  position: relative;
  background-color: #000;
}
.innerpage_homebanner .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;
  max-width: 1400px;
  margin: auto;
}

/* Style the buttons that are used to open the tab content */
.innerpage_homebanner .tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 9px;
  transition: 0.3s;
  position: relative;
}
.innerpage_homebanner .tabcontent_text_wrap {
    position: absolute;
    max-width: 500px;
    bottom: 0;
    margin: auto;
    top: 26%;
    left: 8%;
    color: #fff;
}
.innerpage_homebanner .tabcontent_btn {
    width: 200px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background: transparent;
    color: #fff;
}
.innerpage_homebanner .btn_home_hitgames div.hitgames_name {
    word-break: break-word;
    max-width: 79px;
    margin-left: auto;
    line-height: 16.1px;
    font-size: 13px;
}
.innerpage_homebanner.casino_tab_custom .tab {
    align-items: center;
    grid-gap: 2%;
    padding: 0 10px 0 10px;
    display: grid;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: #000;
    padding: 30px 0;
    max-width: 1400px;
    margin: auto;
    grid-template-columns: repeat(6,1fr);
}
.innerpage_homebanner.casino_tab_custom .tab button{
    margin: auto;
}
.casino_tab_custom_btm{
    padding: 30px 0;
}
.slots_wrapper{
    display: grid;
    grid-gap: 50px;
    width: 100%;
    grid-template-columns: 280px auto;
}
ul.slots_list {
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    background-color: #1E1E1E;
    border-radius: 10px;
    /* width: 280px; */
    padding: 30px;
}
ul.slots_list li {
    margin-bottom: 0px;
    /* width: 200px; */
    /* max-width: 200px; */
    margin: auto;
    border-bottom: 1px solid #363636;
    margin-bottom: 10px;
}
ul.slots_list li:hover a, ul.slots_list li.active a{
     background: linear-gradient(0deg,#F5D11D 31%,#F5D11D); 
     border-radius: 10px; 
     box-shadow: 0px 1px 2px 1px #0000001c; 
}
ul.slots_list li a {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #363636; */
    padding: 5px 12px;
    margin: 10px 0;
    border-radius: 10px;
    /* justify-content: center; */
}
ul.slots_list li a .slots_list_icon {
    /* min-width: 70px; */
    margin-right: 15px;
}
ul.slots_list li a .slots_list_txt {
    font-size: 12px;
    margin-left: 10px;
    font-weight: 500;
    color: #ffffff;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
ul.slots_list li.active a .slots_list_txt, ul.slots_list li:hover a .slots_list_txt {
    color: #000;
    /* font-weight: bold; */
}
ul.slots_list li a .slots_list_icon img {
    width: 30px;
}
.slots_page_wrapper{
    padding: 60px 50px;
}
.has-search {
    margin-bottom: 0;
    position: relative;
    display: flex;
    grid-gap: 15px;
    justify-content: end;
    /* max-width: 1328px; */
    margin-left: auto;
    padding-right: 10px;
}
.has-search .form-control {
    width: 384px;
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #000;
    border: none;
    text-align: left;
    font-weight: 500;
}
.slots_s_btn{
    border: 1px solid #FFFFFF;
    width: 128px;
    height: 38px;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
}
.slots_product_wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 12px;
    padding: 30px 0 0 0;
    text-align: center;
}
.slots_product_wrap .slots_p_name{
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.slots_product_wrap .hotgame-main-img img {
    width: 200px;
    border-radius: 5px;
}
.slots_product_wrap .hotgame-main-img {
    position: relative;
    overflow: hidden;
    /* width: 200px; */
    margin: auto;
}
.slots_right{
  padding: 0;
  /* width: 100%; */
}
.slots_product_wrap .playpop:after {
    display: none;
}
.slots_product_wrap .hotgame-main-img:hover .playpop {
    /* opacity: 1; */
    visibility: visible;
    transition: 0.3s ease;
    height: 100%;
    border: 2px solid #F5D11D;
    border-radius: 5px;
}
/*reward*/
.mix {
    display: none;
}
.luckydraw-sec {
    background: #000;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1500px;
    margin: auto;
}
.reward-wrapper {
    display: flex;
    /* grid-template-columns: repeat(5, 1fr); */
    grid-gap: 10px;
}
.reward-box {
    height: 200px;
    width: 200px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.reward-box img {
    max-width: 200px;
    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(5, 1fr);
    grid-gap: 40px 0px;
    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: 248px;
}
.prize-img img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-radius: 7px;
}
.prize-des {
    padding: 25px;
    /* padding-bottom: 0; */
    text-align: left;
}
.reward-name {
    color: #F5861D;
    font-size: 18px;
    /* height: 20px; */
    font-weight: 900;
    line-height: 1.3;
}
.reward-point {
    color: #fff;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.reward-point h3 {
    margin-bottom: 0;
    font-size: 32px;
}
.reward-point span{
    
color: #8f8f8f;
    
font-size: 18px;
}
.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: 16px;
}
.reward-des{
  margin: 10px 0;
}
.modal_reward_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
}
.product-spec {
    color: #999999;
}
.product-spec ul {
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin: 0;
}
#reward-tnc.modal_custom .modal-body {
    text-align: left;
    padding: 20px 20px 20px 20px;
}
.filter-menu-bar {
    margin: 20px 0;
    /* background-color: #212121; */
    display: flex;
    justify-content: start;
    overflow: hidden;
}
.pmbox {
    background: none;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 150px;
    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(4,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;
    min-height: 240px;
}
.pm-boxer img{
  border-radius: 5px;
}
.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;
}
.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;
}
.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;
}
table.promo-table tr th {
    color: #000;
    background: #ff8906;
    padding: 4px;
    border: 1px solid #ff8906;
}
table.promo-table tr td {
    border: 1px solid #ff8906;
}
.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;
}
.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: left;
    background-color: #000;
    padding: 50px 0;
    margin: auto;
    max-width: inherit;
}
.download_main_wrap{
    display: flex;
    /* 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: flex;
    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;
}
.dw_title2{

color: #A5A5A5;

margin-bottom: 15px;
}
.dw_input{

color: #F5861D;
}
.dw_mark{

font-style: italic;
}
.dw_hr{
    
border-top: 1px solid rgb(169 169 169 / 61%);
}
.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: 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;
}
.info_select_grid_inn:hover{
    color: #F5861D;
}
.info_select_grid_inn.active{
    border: 2px solid #F5861D;
    color: #F5861D;
}
.info_select_grid_inn img{
    width: 50px;
    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;
}
.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_banner_wrap{
    position: relative;
}
.vip_banner_wrap_content{
    position: absolute;
    text-align: center;
    bottom: 35%;
    right: 11%;
}
.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: 248px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.viprank_to{
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 5px;
    width: 248px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.viprank_from_left{
    color: #fff;
}
.viprank_from_right{
    color: #F5861D;
    font-weight: 700;
}
.viprank_to_right{
    color: #A5A5A5;
    font-weight: 700;
}
.viprank_txt{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.viprank_txt{
    width: 125px;
    font-size: 12px;
}
.vip_afterloginhide{
    display: none;
}
.vip_banner_wrap_content_beforelogin{
    background: rgb(0 0 0 / 80%);
    width: 35%;
    height: 39%;
    right: 15%;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    bottom: 26%;
}
.vip_banner_beforelogin_txt{

color: #fff;

margin-bottom: 45px;
}
.vip_banner_beforelogin_btn{
    
grid-gap: 70px;
    
display: flex;
    
align-items: center;
}
.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: 42px;
    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: 39px 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;
    top: 7px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}
.vip-wrapper {
    max-width: 1450px;
    margin: auto;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    /* border: 1px solid #2f3945; */
    padding: 70px 0;
}
.badge-img {
    max-width: 210px;
    margin: 0 auto;
    margin-top: -90px;
}
.badge-img img{
    width: 100px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 100%;
    padding: 10px;
}
table.vip-table tr {
    background: #00000000;
}
table.vip-table tr:first-child td:first-child{
    background: transparent;
    font-size: 30px;
}
table.vip-table tr td:first-child, table.vip-table tr th:first-child {
    text-align: left;
    padding-left: 20px;
    color: #A5A5A5;
    font-weight: 400;
}
table.vip-table tr th {
    background: #1e1e1e;
    color: #F5861D;
    text-transform: uppercase;
    padding: 35px 5px 0px 5px;
    font-size: 16px;
}
table.vip-table tr td {
    padding: 7px 5px;
    font-weight: 500;
    font-size: 15px;
}

table.vip-table tr.valid-row {
    background: #13242c;
}
table.vip-table tr:first-child td:nth-child(2){
    color: #fff;
}
table.vip-table tr:first-child td:nth-child(3){
    color: #C8DBFF;
}
table.vip-table tr:first-child td:nth-child(4){
    color: #E5AD3C;
}
table.vip-table tr:first-child td:nth-child(5){
    color: #AA7AFE;
}
table.vip-table tr:first-child td:nth-child(6){
    color: #4ED6CF;
}
table.vip-table tr:first-child td:nth-child(7){
    color: #F5861D;
}
table.vip-table tr td:nth-child(2) {
    background: #1E1E1E;
    /* color: #72c7ff; */
    /* border-left: 2px solid #1d242c; */
}
table.vip-table tr td:nth-child(3) {
    background: #1E1E1E;
    /* color: #c8c8c8; */
    /* border-left: 2px solid #1d242c; */
}
table.vip-table tr td:nth-child(4) {
    background: #1E1E1E;
    /* color: #ffbe5a; */
    /* border-left: 2px solid #1d242c; */
}
table.vip-table tr td:nth-child(5) {
    background: #1E1E1E;
    /* color: #ffbe5a; */
    /* border-left: 2px solid #1d242c; */
}
table.vip-table tr td:nth-child(6) {
    background: #1E1E1E;
    /* color: #ffbe5a; */
    /* border-left: 2px solid #1d242c; */
}
table.vip-table tr td:last-child {
    background: #1E1E1E;
    /* color: #debbff; */
    /* border-left: 2px solid #1d242c; */
}
table.vip-table tr:first-child td {
    background: linear-gradient(to bottom, #1E1E1E 0%, #1E1E1E 100%);
    text-transform: uppercase;
}
table.vip-table tr:first-child {
    background: none;
}
table.vip-table tr:last-child td {
    color: #fff;
    padding: 10px 20px 65px 20px;
}
table.vip-table tr:last-child td:first-child{
    color: #A5A5A5;
}
table.vip-table tr:last-child td:nth-child(2){
  border-bottom-left-radius: 0;
}
table.vip-table tr.vip_bg_spe{
    background: #000000;
}
.vip-table .fa-times{
    color: #dd1111;
}
.vip-table .fa-check{
    color: #06ee79;
}
table.vip-table tr th:first-child{
    background-color: transparent;
    color: #F5861D;
    font-weight: 600;
}
table.vip-table tr:first-child td:nth-child(2){
    border-top-left-radius: 0;
}
table.vip-table tr:first-child td{padding: 36px 7px;}

/*afterlogin*/
.afterlogin_head_balance{
    width: 280px;
    height: 38px;
    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 10px;
}
.icon_reh{
    width: 25px;
    margin-left: 20px;
    cursor: pointer;
}
.icon_reh:hover{
    filter: invert(50%) sepia(27%) saturate(7367%) hue-rotate(8deg) brightness(98%) contrast(96%);
}
.afterlogin_head_cury{
    color: #A5A5A5;
}
.afterlogin_head_amount{
    display: flex;
    align-items: center;
}
.header_dep_icon{
    cursor: pointer;
    width: 35px;
}
.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: 14px;
    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;
}
.header_line{
    width: 0px;
    height: 40px;
    border: 1px solid #A5A5A5;
    margin: 0 19px 0 30px;
}
.user_icon_head{
    width: 40px;
    margin-right: 15px;
}
.header_lang_drop .dropdown-toggle {
    color: #F5861D;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    position: relative;
}
.header_lang_drop.head_list_drop .dropdown-menu {
    background-color: #000000;
    min-width: 162px;
    border-radius: 5px;
    border: 1px solid #fff;
}
ul.head_list {
    margin: 0;
    padding: 0px 5px;
    list-style-type: none;
}
ul.head_list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px;
}
ul.head_list li a {
    color: #ffffff;
    font-size: 16px;
    margin: 0px 10px;
}
ul.head_list li a:hover{
    color: #F5861D;
}
.msg_cus {
    position: relative;
}
.msg_cus .badge {
    position: absolute;
    top: -2px;
    left: 50px;
    padding: 3px 5px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 9px;
}
.afterlogin_body{
    background-color: #000;
    padding: 60px 0;
    margin-top: 140px;
}
.afterlogin_body_inner{
    max-width: 1600px;
    margin: auto;
    padding: 0 20px;
}
.afterlogin_bodygrid{
    display: grid;
    grid-template-columns: 280px auto;
}
.sidebarpanel_menu {
    background-color: #1E1E1E;
    height: 100%;
    min-height: 500px;
    font-size: 16px;
    position: relative;
}
.side_menu_icon{
    margin-top: -48px;
}
.side_menu_icon img{
    width: 80px;
    background-color: #fff;
    border-radius: 100%;
    padding: 10px;
}
.side_menu_top{
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 15px 25px 25px 25px;
}
.side_menu_name{
    font-size: 16px;
    color: #F5861D;
    margin-top: 9px;
}
.side_menu_hr{
    border-top: 1px solid #fff;
}
.vip_l_title{
    color: #fff;
    font-size: 14px;
}
.vip_level{
    color: #FFC02D;
    font-weight: bold;
}
.user_amount{
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.user_amount .afterlogin_head_amount {
    display: flex;
    align-items: center;
    color: #FFC02D;
    font-weight: bold;
}
.restore_btn{
    width: 128px;
    height: 38px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    margin-top: 20px;
}
.side_menu_bottom{
    padding: 15px 25px 25px 25px;
}
.side_tit{
    text-align: right;
    color: #A5A5A5;
    font-size: 14px;
}
.side_menu_btm_hr{
    border-top: 1px solid #fff;
}
ul.side_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.side_ul li {
    margin: 14px 0;
    position: relative;
}
ul.side_ul li a {
    color: #fff;
}
ul.side_ul li.active a, ul.side_ul li:hover a {
    color: #F5861D;
}
.afterlogin_lightbar{
    width: 100%;
    height: 8px;
    background: #F5861D;
    border-radius: 5px;
}
.sidebarpanel_menu .afterlogin_lightbar{
    width: 100%;
    height: 8px;
    background: #F5861D;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}
.sidemenu_content{
    margin-left: 20px;
    background: #1E1E1E;
    min-height: 500px;
}
.side_menu_content_wrap{
    padding: 25px;
    color: #fff;
}
.span_mark{
    color: #D63513;
    margin-left: 10px;
}
.choosebank_wrap{
    display: flex;
    align-items: center;
    padding-left: 14px;
    grid-gap: 64px;
}
.choosebank_wrap a{
    display: block;
    position: relative;
}
.afterlogin-icon-p{
    position: absolute;
    left: -9px;
    width: 74px;
    top: 2px;
    border: 2px solid transparent;
    border-radius: 100%;
    filter: grayscale(100%);
}
.button_choose{
    width: 143px;
    height: 36px;
    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: 95px;
    margin-left: auto;
    line-height: 16.1px;
    font-size: 12px;
}
.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: 50px;
    background-color: #fff;
    padding: 5px;
    border-radius: 100%;
    top: -3px;
    left: -12px;
}
.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: 40px;
    justify-content: space-between;
}
.choosebank a{
    display: block;
}
.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: space-between;
    margin-top: 10px;
}
.deposit_btn_sel button{
    width: 80px;
    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: 33px 0;
}
.form_important{
    background: #A5A5A5;
    color: #505050;
    padding: 20px;
    border-radius: 5px;
}
.form_important p{
    color: #000;
    font-weight: 600;
}
.form_important ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 14px;
    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: 200px auto;
    grid-gap: 25px;
}
.qr_wrapper_inn img{
    width: 200px;
    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: 25px;
    background-color: #000;
    width: 425px;
    border-radius: 5px;
    height: 100%;
}
.qr_title{
    color: #F5861D;
    font-weight: 900;
    margin-bottom: 10px;
}
.qr_content p{
    color: #A5A5A5;
}
.qr_txt{
    color: #fff;
}
.qr_content hr{
    border-top: 1px solid #fff;
}
.qr_content p span.hr1{
    margin-bottom: 0;
    line-height: 3.1;
}

.error_txt{
    background-color: #D63513;
    color: #fff;
    display: flex;
    font-size: 12px;
    align-items: center;
    padding: 0 10px;
    height: fit-content;
    /* display: none; */
}
.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: flex;
    grid-gap: 10px;
    justify-content: space-between;
}
.btn_transfer_select{
    background: #FFFFFF;
    text-align: center;
    color: #000;
    border: 2px solid #000000;
    width: 245px;
    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: 500px;
    padding: 10px;
}
.dropdownmenu_transfer .tab button{
    background-color: transparent;
    border: none;
    color: #505050;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}
.dropdownmenu_transfer .tab button.active,.dropdownmenu_transfer .tab button:hover{
    color: #F5861D ;
}
.dropdownmenu_transfer .tab button:after{
    content: "";
    height: 15px;
    z-index: 99;
    background-color: #8b8b8b;
    position: absolute;
    right: 0;
    width: 1px;
    top: 8px;
}
.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;
}
.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;
}
.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 20px 20px 20px;
    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: 250px 250px auto;
    grid-gap: 30px;
}
.history_date_wrapper .side_menu_content_custom{
    margin: 0;
}
.table_icon{
    width: 20px;
    margin-left: 10px;
}
.history_table_share table tr:first-child {
    background-color: #000;
}
.history_table_share table tr th{
    padding: 10px 10px;
}
.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: 15px 10px;
    border-bottom: 1px solid #fff;
    /* min-width: 200px; */
}
.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: 180px;
    min-width: 0;
    height: 46px;
}
.transfer_balance_wrapper.changepass_wrapper ul.nav {
    display: flex;
    grid-gap: 25px;
}
.withdrawal_wrapper_bank.banking_add_table .input_custom {
    background: #fff;
}
.banking_table_wrap{
    margin-top: 35px;
}

/*changecolor*/
body[data-singlepage="sport"] .innerpage_homebanner .tab button.active .btn_home_hitgames .hitgames_name,body[data-singlepage="sport"] .innerpage_homebanner .tab button:hover .btn_home_hitgames .hitgames_name {
    color: #2CCB42;
}
body[data-singlepage="sport"] .innerpage_homebanner .tab button.active .btn_home_hitgames_btm,body[data-singlepage="sport"] .innerpage_homebanner .tab button:hover .btn_home_hitgames_btm {
    background: #2CCB42;
}
body[data-singlepage="sport"] .innerpage_homebanner .tab button.active .hitgames-icon-p {
    border: 2px solid #2CCB42;
}
body[data-singlepage="sport"] ul.main_nav li a.active {
    color: #2CCB42;
}
body[data-singlepage="sport"] ul.main_nav li a.active:after {
    background-color: #2CCB42;
}

body[data-singlepage="esport"] .innerpage_homebanner .tab button.active .btn_home_hitgames .hitgames_name,body[data-singlepage="esport"] .innerpage_homebanner .tab button:hover .btn_home_hitgames .hitgames_name {
    color: #20CEF2;
}
body[data-singlepage="esport"] .innerpage_homebanner .tab button.active .btn_home_hitgames_btm,body[data-singlepage="esport"] .innerpage_homebanner .tab button:hover .btn_home_hitgames_btm {
    background: #20CEF2;
}
body[data-singlepage="esport"] .innerpage_homebanner .tab button.active .hitgames-icon-p {
    border: 2px solid #20CEF2;
}
body[data-singlepage="esport"] ul.main_nav li a.active {
    color: #20CEF2;
}
body[data-singlepage="esport"] ul.main_nav li a.active:after {
    background-color: #20CEF2;
}

body[data-singlepage="casino"] .innerpage_homebanner .tab button.active .btn_home_hitgames .hitgames_name,body[data-singlepage="casino"] .innerpage_homebanner .tab button:hover .btn_home_hitgames .hitgames_name {
    color: #BF51FE;
}
body[data-singlepage="casino"] .innerpage_homebanner .tab button.active .btn_home_hitgames_btm,body[data-singlepage="casino"] .innerpage_homebanner .tab button:hover .btn_home_hitgames_btm {
    background: #BF51FE;
}
body[data-singlepage="casino"] .innerpage_homebanner .tab button.active .hitgames-icon-p {
    border: 2px solid #BF51FE;
}
body[data-singlepage="casino"] ul.main_nav li a.active {
    color: #BF51FE;
}
body[data-singlepage="casino"] ul.main_nav li a.active:after {
    background-color: #BF51FE;
}

body[data-singlepage="slots"] ul.main_nav li a.active {
    color: #F5D11D;
}
body[data-singlepage="slots"] ul.main_nav li a.active:after {
    background-color: #F5D11D;
}

body[data-singlepage="fishing"] .innerpage_homebanner .tab button.active .btn_home_hitgames .hitgames_name,body[data-singlepage="fishing"] .innerpage_homebanner .tab button:hover .btn_home_hitgames .hitgames_name {
    color: #FF67C2;
}
body[data-singlepage="fishing"] .innerpage_homebanner .tab button.active .btn_home_hitgames_btm,body[data-singlepage="fishing"] .innerpage_homebanner .tab button:hover .btn_home_hitgames_btm {
    background: #FF67C2;
}
body[data-singlepage="fishing"] .innerpage_homebanner .tab button.active .hitgames-icon-p {
    border: 2px solid #FF67C2;
}
body[data-singlepage="fishing"] ul.main_nav li a.active {
    color: #FF67C2;
}
body[data-singlepage="fishing"] ul.main_nav li a.active:after {
    background-color: #FF67C2;
}

body[data-singlepage="horse"] .innerpage_homebanner .tab button.active .btn_home_hitgames .hitgames_name,body[data-singlepage="horse"] .innerpage_homebanner .tab button:hover .btn_home_hitgames .hitgames_name {
    color: #4381FF;
}
body[data-singlepage="horse"] .innerpage_homebanner .tab button.active .btn_home_hitgames_btm,body[data-singlepage="horse"] .innerpage_homebanner .tab button:hover .btn_home_hitgames_btm {
    background: #4381FF;
}
body[data-singlepage="horse"] .innerpage_homebanner .tab button.active .hitgames-icon-p {
    border: 2px solid #4381FF;
}
body[data-singlepage="horse"] ul.main_nav li a.active {
    color: #4381FF;
}
body[data-singlepage="horse"] ul.main_nav li a.active:after {
    background-color: #4381FF;
}

ul.main_nav li:hover[data-menu="sport"] a {
    color: #2CCB42;
}
ul.main_nav li:hover[data-menu="sport"] a:after {
    content: '';
    background-color: #2CCB42;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
ul.main_nav li:hover[data-menu="esports"] a {
    color: #20CEF2;
}
ul.main_nav li:hover[data-menu="esports"] a:after {
    content: '';
    background-color: #20CEF2;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
ul.main_nav li:hover[data-menu="casino"] a {
    color: #BF51FE;
}
ul.main_nav li:hover[data-menu="casino"] a:after {
    content: '';
    background-color: #BF51FE;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
ul.main_nav li:hover[data-menu="slots"] a {
    color: #F5D11D;
}
ul.main_nav li:hover[data-menu="slots"] a:after {
    content: '';
    background-color: #F5D11D;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
ul.main_nav li:hover[data-menu="fishing"] a {
    color: #FF67C2;
}
ul.main_nav li:hover[data-menu="fishing"] a:after {
    content: '';
    background-color: #FF67C2;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
ul.main_nav li:hover[data-menu="horse"] a {
    color: #4381FF;
}
ul.main_nav li:hover[data-menu="horse"] a:after {
    content: '';
    background-color: #4381FF;
    height: 8px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
}
.index_slickslide{
    position: relative;
}
.index_tablinks{
    position: relative;
    background-color: transparent;
    border: none;
    padding: 12px 0;
}
.slidermain_02{
    position: absolute;
    z-index: 1;
    width: 100%;
    /* margin-top: 2%; */
    margin: auto;
    left: 0%;
    right: 0;
    top: 6%;
    max-width: 1330px;
    padding: 0 25px;
    margin-left: 4%;
}
.slidermain_02 .btn_home_hitgames{
    margin-left: auto;
    width: 120px;
    height: 42px;
}
.slidermain_02 .btn_home_hitgames_btm{
    margin-left: auto;
    width: 120px;
    height: 8px;
}
.slidermain_02 .hitgames-icon-p {
    position: absolute;
    left: 38px;
    width: 63px;
    top: 2px;
    border: 2px solid transparent;
    border-radius: 100%;
}
.slidermain_02 .is-active .btn_home_hitgames_btm{
    background: #F5861D;
    
}
.slidermain_02 .is-active .hitgames-icon-p {
    border: 2px solid #F5861D;
}
.slidermain_02 .is-active .btn_home_hitgames{
    color:  #F5861D;
}
.tabcontent_btn {
    width: 200px;
    height: 50px;
    border: 2px solid #000000;
    border-radius: 5px;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background: transparent;
}
.tabcontent_btn:hover{
    border: 2px solid #F5861D;
    background: #F5861D;
}
.slidermain_02 .index_tablinks:hover{
    opacity: 0.8;
}
.reward_m_banner{
    display: none;
}

.fund_menu_wrap{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    text-align: center;
    grid-gap: 40px;
    padding: 0;
}
.fund_menu_wrap a{
    background-color: #101010;
    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;
}

#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;
}
.slick-slide img{
    margin: 0 auto;
    width: 100%;
}

/**********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;
}
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;
}
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;
}


@media only screen and (min-width: 1400px) {
    ul.main_nav li {
        padding: 0px 2%;
        height: 100%;
    }
    ul.main_nav li a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1400px) {
    .hitgames-icon-p {
        width: 56px;    
    }
    .homebanner_tab .tab button {
        background-color: inherit;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 3px 4px;
        transition: 0.3s;
        position: relative;
    }
    .btn_home_hitgames_btm {
        width: 124px;
        height: 8px;
        background: #A5A5A5;
        border-radius: 5px;
    }
    .btn_home_hitgames {
        width: 124px;
        height: 50px;
        background: #1E1E1E;
        border-radius: 5px;
        color: #A5A5A5;
        text-align: right;
        display: flex;
        align-items: center;
        padding-right: 10px;
    }
    .innerpage_homebanner .btn_home_hitgames {
        width: 143px;
        height: 50px;
        background: #1E1E1E;
        border-radius: 5px;
        color: #A5A5A5;
        text-align: right;
        display: flex;
        align-items: center;
        padding-right: 10px;
    }
    .innerpage_homebanner .btn_home_hitgames_btm {
        width: 143px;
        height: 8px;
        background: #A5A5A5;
        border-radius: 5px;
    }
    .homebanner_tab .tab {
        overflow: hidden;
        /* border: 1px solid #ccc; */
        /* background-color: #f1f1f1; */
        display: flex;
        align-items: center;
        grid-gap: 1%;
        justify-content: left;
        position: absolute;
        left: 8%;
        right: 0;
        top: 32px;
        z-index: 1;
        padding: 0 10px 0 10px;
    }
    .tabcontent_content {
        font-size: 15px;
        margin: 17px 0;
    }
    .tabcontent_content {
        font-size: 13px;
        margin: 17px 0;
    }
    .tabcontent_title {
        font-size: 38px;
        font-weight: 600;
    }
    .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: 150px;
    }
    .slidermain_02{
        position: absolute;
        z-index: 1;
        width: 100%;
        /* margin-top: 2%; */
        /* margin: auto; */
        left: 0%;
        right: 0;
        top: 6%;
        max-width: 1200px;
        padding: 0 15px;
        margin-left: 3%;
    }
    .slidermain_02 .hitgames-icon-p {
        position: absolute;
        left: 27px;
        width: 60px;
        top: 2px;
        border: 2px solid transparent;
        border-radius: 100%;
    }
}
@media only screen and (max-width: 1180px){
    .btn_home_hitgames {
        width: 113px;
        height: 50px;
        background: #1E1E1E;
        border-radius: 5px;
        color: #A5A5A5;
        text-align: right;
        display: flex;
        align-items: center;
        padding-right: 10px;
    }
    .btn_home_hitgames_btm {
        width: 113px;
        height: 8px;
        background: #A5A5A5;
        border-radius: 5px;
    }
    .innerpage_homebanner .btn_home_hitgames {
        width: 143px;
        height: 50px;
        background: #1E1E1E;
        border-radius: 5px;
        color: #A5A5A5;
        text-align: right;
        display: flex;
        align-items: center;
        padding-right: 10px;
    }
    .innerpage_homebanner .btn_home_hitgames_btm {
        width: 143px;
        height: 8px;
        background: #A5A5A5;
        border-radius: 5px;
    }
    .homebanner_tab .tab {
        overflow: hidden;
        /* border: 1px solid #ccc; */
        /* background-color: #f1f1f1; */
        display: flex;
        align-items: center;
        grid-gap: 13px;
        justify-content: left;
        position: absolute;
        left: 8%;
        right: 0;
        top: 32px;
        z-index: 1;
        padding: 0 10px 0 10px;
    }
}