@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body { font-family: "Lato", sans-serif; line-height:1.6; font-size:15px; margin:0 auto; color:#191919; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus { text-decoration: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #fff;
    width: 100%;
}
button:focus,input:focus{
	outline: none;
}
button{
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;

}
.sports_bg{
    background: url(../images/bg/bg-sp.jpg)no-repeat;
    background-position: bottom;
}
.esports_bg{
    background: url(../images/bg/bg-esp.jpg)no-repeat;
    background-position: bottom;
}
.vsports_bg{
    background: url(../images/bg/bg-vsp.jpg)no-repeat;
    background-position: bottom;
}
.lc_bg{
    background: url(../images/bg/bg-lc.jpg)no-repeat;
    background-position: bottom;
}
.slt_bg{
    background: url(../images/bg/bg-slt.jpg)no-repeat;
    background-position: bottom;
}
.pkr_bg{
    background: url(../images/bg/bg-pkr.jpg)no-repeat;
    background-position: bottom;
}
.container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 10px;
}
/*header*/
header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

#side-drawer {
    height: 100vh;
    width: 336px;  /*Ideal width for sidebar accdg to https://forums.envato.com/t/standard-sidebar-width/75633*/
    top: 0;
    right: -336px;
    z-index: 1032;  /*z-index of standard bootstrap navbar is 1030 + 1 offset due to side-drawer-void*/
    transition: right 0.25s ease;
}

#side-drawer-void {
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1031;  /*z-index of standard bootstrap navbar is 1030*/
    background: rgba(0,0,0,.6);
}
#side-drawer .side_drawer_custom{
	background-color: #212325;
}
#side-drawer .side_logo{
	background-color: #111;
	padding: 50px 20px;
	text-align: center;
}
#side-drawer .side_logo a img{
	width: 100px;
}
#side-drawer .list-group{
    padding: 20px 25px;
    border-bottom: 1px solid rgba(0,0,0,.3);
}
#side-drawer .list-group-item{
	color: #8f99a3;
	background-color: transparent;
    border: none;
}
#side-drawer .list-group-item-action:focus,#side-drawer .list-group-item-action:hover {
    text-decoration: none;
    background-color: #292c2f;
    border-radius: 10px;
}
.navbar-toggler-icon{
    display: flex;
    overflow: hidden;
    background: #1a1a1a;
    border-radius: 5px;
    padding: 5px;
    width: auto;
    border: none;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.navbar_icon_txt{
    font-size: 13px;
    font-weight: 700;
    padding-left: 8px;
}
.navbar-toggler{
	padding: 0;
}
.primaryHeader{
    padding: 10px 0;
    width: 100%;
    background-color: #111;
    box-shadow: 0 0 10px #000;
}
.primaryHeader_wrapper{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_section img{
	width: 200px;
}
.main_body{
    margin-top: 138px;
    background-color: #111;
    padding: 20px 0px 30px 0px;
}
.main_body_inner{
    margin-top: 138px;
    background-color: #111;
    padding: 0px 0px 30px 0px;
}
.right_section{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
.login-form {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 10px;
    text-align: right;
    align-items: center;
}
input.log_input {
    background: transparent;
    border: none;
    color: #fff;
    width: 155px;
    padding: 5px;
    font-size: 15px;
    border-bottom: 1px solid rgb(255,255,255,0.3);
    margin-bottom: 5px;
}
.forgot,.form-check-label {
    color: #fff;
    font-size: 13px;
    align-self: center;
    color: #8f99a3;
}
.login-btn{
    border-radius: 10px;
    border: 1px solid #f9bb22;
    background-color: transparent;
    color: #fff;
    min-width: 110px;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    height: 45px;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
}
.login-btn:hover{
	background-color: #f9bb22;
}
.join-btn{
    border-radius: 10px;
    border: 1px solid #f9bb22;
    background-color: #f9bb22;
    color: #fff;
    min-width: 110px;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    height: 45px;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
}
.join-btn:hover{
	background-color: transparent;
}
.lang-btn {
    display: flex;
    overflow: hidden;
    background: #1a1a1a;
    border-radius: 5px;
    padding: 5px;
    width: auto;
    border: none;
    align-items: center;
    color: #fff;
}
.lang-btn img{
	width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: text-top;
}
.dropdown-menu.language {
    padding: 0 5px;
    background: rgba(0,0,0,0.7);
    min-width: auto;
    border: none;
    right: 0px;
    left: auto!important;
}
.dropdown-menu.language a {
    color: #fff;
    width: 109px;
    display: block;
    padding: 5px 0;
    text-align: right;
}
.dropdown-menu.language a img{
    width: 20px;
    height: 12px;
    margin-left: 3px;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.secondaryHeader{
    width: 100%;
    display: block;
    background-color: #1a1a1a;
}
.secondaryHeader_custom{
    display: flex;
}
.secondaryHeader_custom ul{
    list-style-type: none;
    padding:0;
    margin: 0;
}
.secondaryHeader_custom ul li a{
    color: #8f99a3;
    padding: 15px;
    display: flex;
    transition: all .3s ease;
    position: relative;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    align-items: center;
    min-height: 55px;
}
.secondaryHeader_custom ul li a:hover{
    color: #fff;
}
.secondaryHeader_custom ul li a.downloadApp{
    background-image: linear-gradient(#5bc220, #125508);
    position: relative;
    color: #fff;
}
.secondaryHeader_custom ul li a .downloadAppTxt{
    display: none;
    transition-timing-function: ease-in-out;
}
.secondaryHeader_custom ul li a:hover .downloadAppTxt{
    display: block;
}
.secondaryHeader_custom ul.navigation{
    display: flex;
}
.secondaryHeader_custom ul li a i{
    margin-right: 10px;
}
.secondaryHeader_custom ul li.downloadListWrapper a i{
    margin-right: 0px;
}
.secondaryHeader_custom ul li.downloadListWrapper a:hover i{
    margin-right: 10px;
}
.secondaryHeader_custom ul li img{
    width: 25px;
    margin-right: 7px;
}
.secondaryHeader_custom ul li.downloadListWrapper a img{
    filter: brightness(0) invert(1);
}
.secondaryHeader_custom ul li a:hover img{
    filter: brightness(0) invert(1);
}
/*headerEND*/

/*footer*/
footer {
    background-color: #0a0a0a;
    color: #8f99a3;
}
.footer_main{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    padding: 20px 0;
    justify-items: center;
    grid-gap: 10px;
}
.footer_01{
    text-align: left;
}
.footer_01 img{
    width: 100px;
}
.footer_main ul{
    padding: 0;
    list-style-type: none;
}
.footer_main ul li a{
    color: #8f99a3;
}
.footer_main ul li a:hover{
    color: #ffffff;
}
.footer_txt_title{
    font-size: 20px;
    color: #f9bb22;
}
.footer_sec{
    padding: 15px 0;
    background-color: #111;
}
.footer_sec ul{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.footer_sec ul li{
    margin: 0 20px;
}
.footer_sec ul li a{
    color: #ffffff;
    font-size: 14px;
}
.footer_main_title{
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
}
.footerslider.slick-slider {
    background-color: transparent;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.footer_logo{
    padding: 20px 0;
    display: grid;
    grid-template-columns: auto auto;
}
.footer_logo ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.footer_logo ul li{
    margin-right: 15px;
}
/*footerEND*/

/*register*/
.card_top {
    padding: 50px;
    flex-direction: column;
    background-color: #222;
    color: #8f99a3;
    align-items: flex-start;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 1px solid #f9bb22;
}
.fontType2{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
}
.specialText{
    color: #f9bb22;
}
.card{
    border-radius: 10px;
    border: none;
    background-color: #1a1a1a;
}
.card_body{
    padding: 10px 40px;
}
.card_body .form-row{
    padding: 15px 0;
}
.form-control:focus{
    border: none;
    box-shadow: none;
}
.card_body .form-row .form-control{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}
.signup_btn{
    background-color: #a2ce2d;
    box-shadow: inset 0 0 0 1px #a2ce2d;
    width: 100%;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    margin: 20px 0px;
}
.signup_btn:hover{
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #a2ce2d;
    width: 100%;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
}
/*registerEND*/

/*index*/
.posterSwiperWrapper {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 20px;
    background-color: #1a1a1a;
}
.posterSwiperWrapper .carousel-inner{
    border-radius: 10px;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-indicators{
    left: unset;
    right: -62px;
}
.winnerSwiperWrapper{
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #125508, #5bc220);
}
.winnerSwiperWrapper_inner{
    display: grid;
    grid-template-columns: 50% 50%;
    background-image: linear-gradient(to right, #0f4506, #499b1a);
    border-radius: 10px;
}
.slide_wrapper{
    display: flex!important;
    width: 100%;
    align-items: center;
}
.posterSwiperWrapper .carousel-inner{
    height: 159px;
}
.gameImageWrapper{
    width: 30%;
    display: flex;
    justify-content: center;
}
.gameImageWrapper .imageWrapper{
    height: 50px;
    width: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,.2);
}
.slide_wrapper .details{
    width: 70%;
}
.slide_wrapper .details .contentWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9rem;
    color: #fff;
}
.winnerUsername,.amountWrapper,.gameName,.winDate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}
.currencyIcon{
    color: #f9bb22;
    padding-right: 5px;
}
.netwinAmount{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contentWrapper .otherDetails,.gameName,.winDate{
    font-size: .8rem;
    color: #8f99a3;
}
.winnerSwiperWrapper_inner .slick-slider{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;  
}
.slider_02.slick-slider{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;  
}
.slick-slide img{
    height: 100%;
}
.winnerSwiperWrapper_inner .slick-slider .slick-current{
    background-color: #1a1a1a40;
}
.sportstitle_index{
    margin: 20px 0;
}
.products_index{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}
.gamebox {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 15px;
}
.playpop {
    display: flex;
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.gamebox:hover .playpop,.promotion_topthree_custom:hover .playpop {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
a.play-btn {
    display: block;
    font-size: 15px;
    font-weight: 700;
    width: 97px;
    margin: auto;
    border-radius: 5px;
    padding: 1px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #dfdfdf;
    transition: .5s;
    transform: scale(0.5);
    opacity: 0;
    background-image: linear-gradient(#5bc220, #125508);
}
.gamebox:hover .playpop a.play-btn,.promotion_topthree_custom:hover .playpop a.play-btn {
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}
.txt_product{
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700;
    background-color: #222222c9;
    padding: 2px 0px;
    text-align: center;
}
.main_title{
    font-size: 30px;
    font-style: italic;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.marquee-txt{
    color: #fff;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    background-color: #000;
}
.loadmore{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0px;
}
.loadmore a{
    color: #fff;
}
/*indexEND*/

/*livecasino*/
.products_index_inner{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.products_index_inner_lc{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
/*livecasinoEND*/

/*slots*/
.main_tab_top{
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    border-radius: 35px;
    padding: 7px 26px;
    margin-top: 30px;
    justify-content: space-between;
}
.main_tab_top .gameSearch-input {
    width: 270px;
    background-color: #222;
    border-radius: 250px;
    overflow: hidden;
    padding: 10px 10px 10px 28px;
    position: relative;
    color: #8f99a3;
    display: flex;
    align-items: center;
}
.main_tab_top .gameSearch-input .gameSearch {
    width: 100%;
    outline: none;
    color: #fff;
    background-color: transparent;
    border: none;
}
.main_tab_wrapper.nav-tabs{
    border-bottom: none;
    background-color: transparent;  
}
.main_tab_wrapper.nav-tabs .nav-link.active{
    color: #fff;
    background-color: transparent;
    border-color: transparent; 
}
.main_tab_wrapper.nav-tabs .nav-link:hover{
    border-color: transparent; 
}
.main_tab_wrapper.nav-tabs .nav-item a{
    color: #8f99a3;
    font-weight: 700;
    position: relative;
}
.main_tab_wrapper.nav-tabs .nav-item a:hover{
    color: #ffffff;
}
.main_tab_wrapper.nav-tabs li a:after{
    content: "";
    height: 2px;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    background-color: #f9bb22;
    transition: all .3s ease;
    opacity: 0;
}
.main_tab_wrapper.nav-tabs li a.active:after{
    opacity: 1;
}

.main_subtab_wrapper.nav-tabs{
    border-bottom: none;
    background-color: transparent;  
}
.main_subtab_wrapper{
    margin: 20px 0;
}
.main_subtab_wrapper.nav-tabs .nav-link:hover{
    border-color: transparent; 
}
.main_subtab_wrapper.nav-tabs li.nav-item{
    margin: 0 10px;
}
.main_subtab_wrapper.nav-tabs .nav-item .nav-link{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a; 
    color: #fff;
}
.main_subtab_wrapper.nav-tabs .nav-link a{
    border: none;
}
.main_subtab_wrapper.nav-tabs .nav-link.active{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a; 
    border-color: #f9bb22;
}
.main_tab_sub_wrapper_primarybox{
    display: grid;
    grid-template-columns: 33% 67%; 
    align-items: center;  
    padding: 0 15px;
    grid-gap: 5px;
}
.features_wrap{
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
}
.features_wrap:before {
    content: "";
    position: absolute;
    left: -138%;
    top: -98%;
    width: 400%;
    height: 400%;
    background: #a1902e;
    background: -webkit-gradient(left top,right bottom,color-stop(0,#a1902e),color-stop(35%,#ffdb66),color-stop(40%,#baa73e),color-stop(44%,#fff8d4),color-stop(48%,#6e5706),color-stop(52%,#574300),color-stop(56%,#fff6c7),color-stop(76%,#ab8f00),color-stop(100%,#ab8f00));
    background: linear-gradient(135deg,#a1902e,#ffdb66 35%,#baa73e 40%,#fff8d4 44%,#6e5706 48%,#574300 52%,#fff6c7 56%,#ab8f00 76%,#ab8f00);
    -webkit-animation: spinblue infinite 5s linear;
    -moz-animation: spinblue infinite 5s linear;
    animation: spinblue infinite 5s linear;
    animation-fill-mode: forwards;
}

@-webkit-keyframes spinblue {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(-360deg);
    }
}
.features_img{
    z-index: 1;
    padding: 5px;
}  
.slottop_product{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;

}
.slottop_product .gamebox{
    margin-top: 0px;
}

#bg_img .carousel-control-prev,
#bg_img .carousel-control-next,
#main_img .carousel-indicators {
  display: none;
}
#bg_img.carousel img{
    -webkit-filter: blur(5px);
    filter: blur(5px);  
}

#main_img.carousel{
    position: absolute;
    width: 60%;
}
#main_img .carousel-control-prev{
    left: -46px;   
}
#main_img .carousel-control-next {
    right: -48px;
}
.features_wrap_main{
    width: 100%;
    padding: 2px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.features_wrap_main .carousel-item{
    border-radius: 10px;
    overflow: hidden;
}
.features_wrap_main .carousel-item img{
    height: 100%;
}
.slots-boxes {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: 18px;
    text-align: center;
    margin: 10px 0;
}
/*slotsEND*/

/*tnc*/
.Condition-title {
    text-align: center;
    padding-bottom: 50px;
}
.Condition-title h1 {
    color: #fff;
    padding: 50px 0;
}
.Condition-title p.important {
    color: #da4a4c;
}
.Intro h3,.Intro h2 {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
}
.Intro p {
    color: #8f99a3;
}
.Intro p a ,.Intro ol{
    color: #f9bb22;
}
.Intro h4 {
    font-weight: 400;
    margin: 5px 0;
    color: #fff;
    font-size: 16px;
}
.aboutContent{
    color: #8f99a3;
    line-height: 30px;
    width: 70%;
    margin: 0 auto;
    font-size: .95rem;
    text-align: center;
}
.aboutUsDesc{
    display: flex;
    width: 100%;
    padding: 20px;
}
.historyContainer,.valuesContainer{
    width: 50%;
    padding: 0 20px;
}
.aboutContainer{
    padding-top: 30px;
}
/*tncEND*/

/*promotions*/
.promotion_topthree{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.promotion_topthree_custom{
    z-index: 1;
}
.promotion_top_title{
   color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-align: center; 
    padding: 10px 0px;
}

.filter-menu-bar {
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    border-radius: 35px;
    padding: 7px;
    margin-top: 30px;
    justify-content: space-between;
}
.mix {
    display: none;
}
.promo-boxes {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 30px 30px;
    text-align: center;
    margin: 10px 0;
}
.pmbox {
    display: grid;
    min-height: : 61px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
    font-size: 14px;
    text-align: center;
    padding: 0px 10px;
    cursor: pointer;
    border: 1px solid #6b6b6b;
    border-radius: 5px;
    margin: 0 10px;
    justify-items: center;
    background-color: #080b0d;
    -webkit-box-shadow: inset 0 0 30px #00f;
    -moz-box-shadow: inset 0 0 30px #00f;
    box-shadow: inset 0 0 30px #3c3c3c;
}
.pmbox.active,.pmbox:hover{
/*    -webkit-box-shadow: inset 0 0 30px #000000;
    -moz-box-shadow: inset 0 0 30px #000000;
    box-shadow: inset 0 0 30px #000000;
    filter: brightness(1.15) drop-shadow(0 0 4px #f0b90b);*/
}
.promo-bx{
/*    border: 1px solid;
    border-image-source: linear-gradient(45deg, #fadd91,#815816,#d7a341,#eec95b);
    border-image-slice: 1;*/
}
.promo-bx:hover{
    /*filter: brightness(1.15) drop-shadow(0 0 4px #f0b90b);*/
}
.promo-dl{
    border-radius: 10px;
    overflow: hidden;
}
.main_title_back a{
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}
.text-yellow{
    color: #f9bb22;
}
.text_promotions{
    color: #fff;
}
.text_promotions ol{
    padding: 0;
    padding-left: 10px;
}
#promomodal .modal-header {
    background-color: #222;
    color: #fff;
        border-bottom: 1px solid #f9bb22;
}
#promomodal .modal-content{
    background-color: #222222ed;
    color: #fff;
}
#promomodal .modal-header .close{
    color: #fff;
}
/*promotionsEND*/

/*afterlogin*/
.afterlogin-form {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-gap: 10px;
    text-align: right;
    align-items: center;
}
.main_body_afterlogin_inner{
    margin-top: 117px;
    background-color: #111;
    padding: 15px 10px 30px 10px;
}
.balance_wrapper{
    background-color: #1a1a1a;
    padding: 6px 15px;
    border-radius: 40px;
    color: #fff;
    display: grid;
    grid-template-columns: 30% 70%;
    text-align: right;
    align-items: center;
    min-width: 200px;
    font-size: 20px;
    box-shadow: 0 0 15px #da4a4c;
}
.balance_wrapper_txt{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.balance_wrapper i{
    color: #da4a4c;
    font-size: 24px;
}
.balance_wrapper .heartbeat{
    -webkit-animation: heartbeat 5s infinite;
    animation: heartbeat 5s infinite;
}
@keyframes heartbeat
{
  0% {
    transform: scale(0.8);
  }
  5% {
    transform: scale(0.9);
  }
  10% {
    transform: scale(0.8);
  }
  15% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(0.8);
  }
}
.refresh_head{
     display: flex;
    overflow: hidden;
    background: #1a1a1a;
    border-radius: 50%;
    padding: 8px;
    width: 40px;
    height: 40px;
    border: none;
    align-items: center;
    justify-content: center;
    color: #f9bb22;
}
.user-btn{
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border: none;
}
.user-icon{
    margin-left: 5px;
    color: #f9bb22;
}
.afterloginnav {
    margin: 0;
    padding: 0;
    width: 250px;
    border-bottom: none;
    float: left;
}
.afterloginnav li {
    display: block;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    float: none;
    padding-top: 3px;
    color: #ffffff;
}
.afterloginnav li a {
    display: flex;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    height: 39px;
    background: transparent;
    font-size: 16px;
    border-radius: 0px;
    margin: 0px;
    font-weight: 700;
    border-radius: 50px;
    line-height: initial;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
    word-break: break-all;
}
.afterloginnav li a.open {
    color: #f9bb22;
    width: 100%;
    border: none;
    font-weight: 700;
    background: #1a1a1a;
    position: relative;
}
.afterloginnav li a:hover{
    color: #f9bb22;
}
.dropdown-container {
    display: none;
    background-color: rgba(0, 16, 28, 0.4);
}
.dropdown-container a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    font-weight: 700;
}
.dropdown-container a.open {
    color: #ffffff;
    font-weight: 700;
    border: none;
    background-color: rgba(255, 255, 255, 0.14);
}
.afterloginnav_icon{
    margin-right: 10px;
}
.afterloginnav li a.open:after{
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: 7px;
    top: 20px;
    transform: translateY(-50%);
}
.dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    background: rgba(0,0,0,0.95);
    color: #fff;
    z-index: 2;
    text-align: center;
    border: 1px solid #f1b90a;
    right: 25%;
    top: 102%;
    border-radius: 10px;
}
.balance-drop:hover .dropdown-balance {
    display: block;
}
.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,#fafac5 0%,#c9b04f 40%,#ab8713 66%,#613c00 99%);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}
.main_left{
    border-top-left-radius: 7px;
}
.main_right{
    border-top-right-radius: 7px;
}
.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
}
.balc {
    display: inline-block;
    margin: 0 3px;
}
.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: #78b714;
    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: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.afterloginnav_content{
    display: block;
    margin-left: 284px;
    min-height: 300px;
    color: #ffffff;
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 15px 50px;
}
.afterloginnav_content_tab{
    display: block;
    margin-left: 284px;
    min-height: 300px;
    color: #ffffff;
}
.content_afterlogin{
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 15px 50px;
}
.afterloginnav_content_tab nav {
  position: relative;
  z-index: 1;
}
.afterloginnav_content_tab nav > a {
    position: relative;
    width: auto;
    display: inline-block;
    padding: 0.7em 2em 0.5em;
    color: #fff;
    text-decoration: none;
    margin-left: 0px;
}
.afterloginnav_content_tab nav > a:first-child{
    margin-left: 20px;
}
.afterloginnav_content_tab nav > a::before {
  /*border: 0.2em solid #fff;*/
}
.afterloginnav_content_tab nav a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-bottom: none;
    border-radius: 0.4em 0.4em 0 0;
    background: #000;
    transform: scale(1.2, 1.3) perspective(0.5em) rotateX(5deg);
}

.afterloginnav_content_tab nav a.active {
  z-index: 2;
}
.afterloginnav_content_tab nav a.active::before {
background-color: #1a1a1a;
    margin-bottom: -0.08em;
}
.afterloginnav_content_tab.tab-left-right nav {
  padding-left: 1.3em;
}
.afterloginnav_content_tab.tab-left-right nav a::before {
  transform-origin: bottom;
}

.msgmodal_cla{
    cursor: pointer;
}
#msgmodal .modal-header {
    background-color: #222;
    color: #fff;
        border-bottom: 1px solid #f9bb22;
}
#msgmodal .modal-content{
    background-color: #222222ad;
    color: #fff;
}
#msgmodal .modal-header .close{
    color: #fff;
}
.ccls{
    text-align: end;
    padding-right: 3%;
}
.center{
    text-align: center;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
/*afterloginEND*/

/*deposit*/
.aftermain_tab_wrapper.nav-tabs{
    border-bottom: none;
    background-color: transparent;  
    text-align: center;
}
.aftermain_tab_wrapper.nav-tabs .nav-item{
    margin-right: 0px;
}
.aftermain_tab_wrapper.nav-tabs .nav-link.active{
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
    transform: translateY(15%);
}
.nav-link_txt{
    font-size: 14px;
}
.aftermain_tab_wrapper.nav-tabs .nav-link:hover{
    border-color: transparent; 
}
.aftermain_tab_wrapper.nav-tabs .nav-item a{
    color: #8f99a3;
    font-weight: 700;
    position: relative;
    font-size: 20px;
}
.aftermain_tab_wrapper.nav-tabs .nav-item a:hover{
    color: #ffffff;
}
.aftermain_tab_wrapper.nav-tabs .nav-item a i{
    background-color: #282828;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.aftermain_tab_wrapper.nav-tabs .nav-link.active i{
    background-color: #1d3043;
}
.aftermain_tab_wrapper.nav-tabs li a:after{
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    transition: all .3s ease;
    opacity: 0;
    color: #f9bb22;
}
.aftermain_tab_wrapper.nav-tabs li a.active:after{
    opacity: 1;
}
.aftermain_tab_content_wrapper{
    background-color: #282828;
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;
}
.nav-pills .nav-link.btn-bankType{
    background-color: #222222;
    border-radius: 60px;
    width: 70px;
    height: 70px;
    padding: 11px;
    text-align: center;
}
.deposit_bank .nav-pills .nav-link.active{
    background-color: #1d3043;
    border: 1px solid #f9bb22;
}
.depositTable table tbody tr th{
    padding: 20px;
}
.depositTable table tbody tr:first-child{
    border-bottom: 1px solid #f9bb22;
}
.depositTable table tbody tr:nth-child(2n){
    background-color: #222;
}
.depositTitle{
    color: #8f99a3;
}
.afterloginnav_content .form-control{
    background-color: #1a1a1a;
    height: 50px;
    border-radius: 25px;
    padding: 0 0 0 20px;
    border: none;
    color: #fff;
}
.btn_reg{
    width: 100%;
    min-height: 56px;
    color: #fff;
    background-color: #a2ce2d;
    box-shadow: inset 0 0 0 1px #a2ce2d;
    text-transform: uppercase;
    outline: none;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    border-radius: 10px;
    margin: 30px 0px;
}
.btn_reg:hover{
    background-color: transparent;
    color: #fff;
}
.deposit_info p{
    color: #f9bb22;
}
/*depositEND*/

/*transfer*/
.balance_top{
    color: #8f99a3;
    align-items: center;
    border-bottom: 1px solid #8f99a3;
    padding: 10px 0px;
}
.balance_top_credit{
    font-size: 30px;
}
.wallet-board{
    text-align: center;
}
.trans-wallet-wrapper {
    /*background: #022330;*/
    color: #fff;
    /*box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.7);*/
    display: grid;
    grid-template-columns: repeat(6,1fr);
    border-radius: 10px;
    padding: 25px 10px;
    grid-gap: 27px 10px;
}
.trans-title {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 4px 0 5px;
    font-weight: 600;
    text-align: left;
}
.wp-logo {
    /*background: rgba(0,0,0,0.5);*/
    border-radius: 10px;
    width: 125px;
    height: auto;
    margin: auto;
    text-align: center;
    padding: 8px 0;
    /*border: 1px solid #3bd6d8;*/
}
.trans-wallet-wrapper label .wp-box img {
    filter: grayscale(1);
}
.trans-wallet-wrapper label:hover .wp-box img {
    filter: grayscale(0);
}
/* HIDE RADIO */
.trans-wallet-wrapper label [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* IMAGE STYLES */
.trans-wallet-wrapper label [type=radio] + .wp-box {
    cursor: pointer;
    background-color: #282828;
    border-radius: 10px;
    min-height: 100px;
}
/* CHECKED STYLES */
.trans-wallet-wrapper label [type=radio]:checked + .wp-box {
    box-shadow: 0 0 5px 1px rgba(255,255,255,0.9);
}
.trans-wallet-wrapper label [type=radio]:checked + .wp-box img {
    filter: grayscale(0) brightness(1.1);
}

button.max-button {
    background: #001520;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #53fdfd;
    padding: 0px 15px;
    width: auto;
    border-radius: 35px;
    height: 30px;
    text-transform: uppercase;
    margin-left: 5px;
}
button.max-button:hover {
    background: #0a3a4e;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.65);
}
button.max-button:focus {
    outline: none;
}
.afterloginnav_content_tab .form-control {
    background-color: #282828;
    height: 50px;
    border-radius: 25px;
    padding: 0 0 0 20px;
    border: none;
    color: #fff;
}
/*transferEND*/

/*statement*/
.statement_date{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
}
.btn_sec{
    width: 103px;
    min-height: 48px;
    color: #fff;
    background-color: #1d3043;
    box-shadow: inset 0 0 0 1px #1d3043;
    text-transform: uppercase;
    outline: none;
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    border-radius: 10px;
    margin: 30px 0px;
    font-weight: 800;
}
.btn_sec:hover{
    background-color: transparent;
    color: #fff;
}
.afterloginnav_content_tab.statementform .form-control{
    background-color: #1a1a1a;
    border-bottom: 2px solid #282828;
    height: 50px;
    border-radius: 0px;
    padding: 0 0 0 20px;
    color: #fff;
}
/*statementEND*/

/*download*/
.downloadTab{
    margin: 20px 0;
}
.downloadTab .nav-pills .nav-link {
    background: #2e2e2e;
    margin-bottom: 5px;
    height: 50px;
    color: #ffffff;
}
.downloadTab .nav-pills .nav-link.active,.downloadTab .nav-pills .nav-link:hover{
    background-image: linear-gradient(#5bc220, #125508);

}
.downloadbody{
    text-align: center;
}
.downloadbox{
    text-align: center;
    width: 23%;
    margin: 0 5px;
    display: inline-block;
    height: 173px;
}
.ndl-btn{
    background: linear-gradient(to bottom, #c9ffe2 0%, #3ddd85 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
}
.ndl-btn:hover,.ndl-btn:focus{
    color: #406794;
}
.adl-btn{
    background: linear-gradient(to bottom, #ffffff 0%, #d4d4d4 100%);
    color: #001c3c;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
}
.adl-btn:hover,.adl-btn:focus{
    color: #406794;
}
.dl{
    max-width: 500px;
    margin: auto;
}
.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}
.dl table th {
    border: 1px solid #f9bb22;
    text-align: center;
    padding: 8px;
    background-color: #080a0d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #382b13;
    border: 1px solid #f9bb22;
    color: #ffffff;
}
.dl .username_custom {
    color: #f0b90b;
}
.downloadboxContent{
    padding: 10px;
    border: 1px solid #f9bb22;
}
/*downloadEND*/