body{
    background-color: #eeeff3;
    display: block;
    width: 100%;
    float: left;
    position: relative;
    -webkit-overflow-scrolling: touch;
    font-family: 'Open Sans', sans-serif;
}
.hf{
    float: left;
    width: 100%;
}
.ns{
    width: 1200px;
    margin: 0 auto;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
header{
    height: 120px;
    position: fixed;
    z-index: 5;
}

/* scroller */
i.shout-icon:before{ 
    content: url(../../images/desktop/shout-icon.png);
}
.scroller .ns{
    position: relative;
}
.scroller i.shout-icon{
    position: absolute;
    left: 0;
    top: 4px;
}
.banner-container{
    position: relative;
}
.scroller{
    background: rgb(0 0 0 / 60%);
    color: #fff;
    font-size: 13px;
    height: 34px;
    position: absolute;
    bottom: -1px;
}
.scroller marquee{
    width: 100%;
    float: left;
    margin-left: 30px;
    position: relative;
    top: 7px;
}

/* slick */
.slick-slide img{
    width: 100%;
}
.slick-slider, .slick-dotted.slick-slider{
    margin-bottom: -6px;
}
.slick-next{
    right: 30px;
}
.slick-next{
    right: 30px;
}
.slick-prev {
    left: 30px;
    z-index: 1;
}
.slick-dots{
    bottom: 45px;
    text-align: right;
    padding-right: 25px;
}
.slick-dots li button:before {
    color: #990c0f;
}
.slick-dots li.slick-active button:before {
    color: white;
}
.slick-dots li {
    margin: 0;
}
/* slick end */

.swal2-popup .swal2-styled.swal2-confirm{
    background-color: #ec2224;
}


/* ie */
.ie{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, .7);
    text-align: center;
    font-family: arial;
}
.ie button{
    background: #1a73e8;
    color: #fff;
    font-size: 20px;
    border: none;
    padding: 10px 0;
    border-radius: 3px;
    cursor: pointer;
    width: 240px;
}
.ie img{
    display: block;
    margin: 10px auto;
}
.ie .center{
    height: 130px;
    float: left;
    width: 260px;
    left: 50%;
    top: 50%;
    position: relative;
    margin-top: -65px;
    margin-left: -130px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ie{
        display: block;
    }       
}
/* ie end */

.header_top{
    background: #191718;
    height: 74px;
}
.logo{
    float: left;
    width: 112px;
    margin: 10px 0;
}
.sponsor-header{
    float: left;
    width: 186px;
    margin: 10px 25px;
    position: relative;
    display: none;
}
.sponsor-header::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    top: 11px;
    left: -13px;
    background-color: rgb(255 255 255 / 22%);
}
.header_right{
    height: 74px;
    float: right;
    display: flex;
    align-items: center;
}
.lang_dd{
    float: left;
    width: 205px;
    color: #fff;
    font-size: 14px;
    height: 30px;
    display: table;
    position: relative;
    margin-left: 10px;
}
.lang_dd .lang_dd_btm{
    display: none;
    position: absolute;
    top: 40px;
    background: #191718;
    width: 100%;
    left: 0;
    z-index: 1;
}
.lang_dd .lang_dd_btm ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.lang_dd .lang_dd_btm ul li{
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 5px;
}
.lang_dd .lang_dd_btm ul li:hover{
    background: #242424;
}
.lang_dd .lang_dd_btm ul li p{
    display: inline-block;
    margin: 0;
    width: 150px;
    padding-left: 5px;
    color: #fff;
}
.header_right.prelogin button{
    width: 120px;
    height: 30px;
    margin: 0 5px;
}
.header_right button{
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    float: left;
}
.green_btn{
    background: linear-gradient(to right, #4E916D 0%, #5DAC81 15%, #5DAC81 30%, #4E916D 55%, #4E916D 100%);
    color: #fff;
}
.red_btn{
    background: linear-gradient(to right, #E41A43 0%, #CD1514 15%, #CD1514 30%, #E41A43 55%, #E41A43 100%);
    color: #fff;
}
.lang_dd_icon{
    display: inline-block;
    float: right;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0 10px;
    background-image: url(../../images/desktop/flag-sprite.png);
    background-repeat-x: no-repeat;
    position: relative;
}
.lang_dd_icon.en{
    background-position-y: 0px;
}
.lang_dd_icon.ma{
    background-position-y: -151px;
}
.lang_dd_icon.vn{
    background-position-y: -76px;
}
.lang_dd_icon.th{
    background-position-y: -113px;
}
.lang_dd_icon.kr{
    background-position-y: -228px;
}

.lang_dd_top p{
    display: inline-block;
    margin: 0;
    width: 155px;
    padding-left: 5px;
}
.lang_dd_top{
    width: 205px;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header_nav{
    height: 41px;
    background: #fff;
}
.header_nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
/*    display: table;*/
    display: flex;
    width: 100%;
    height: 46px;
}
.header_nav ul li{
    display: table-cell;
    /* cursor: pointer; */
    vertical-align: middle;
    /* position: relative; */
    flex:  1 1 auto;
    margin-top: 6px;
}
.header_nav ul li a{
    color: inherit;
}
.header_nav ul li label{
    cursor: pointer;
    margin: 0;
    font-weight: 600;
}
.header_nav ul li:hover label{
    color: #ec2224;    
}
.header_nav ul li:hover{
    transition: 0.5s;
}

.header_nav ul li::after{
    content: '';
    display: block;
    position: relative;
    top: 6px;
    right: 0;
    float: right;
    width: 1px;
    background-color: #d3d3d3;
    height: 34%;
}
.lang_dd_icon i{
    right: -13px;
    position: absolute;
    top: 8px;
    font-size: 10px;
}
.content{
    background-color: #1d1d1d;
    padding-top: 114px;
}
.promotion_page_nav ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.promotion_page_nav ul li{
    color: #6a6a6a;
    display: inline-block;
    border-right: 1px solid #6a6a6a;
    padding: 0px 15px;
    margin: 25px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.promotion_page_nav ul li:last-child{
    border: none;
}
.promotion_page_nav ul li:hover{
    color: #fff;
}
.promotion_page_nav ul li.active{
    color: #fff;
}
.promo_box{
    width: 390px;
/*    height: 374px;*/
    height: 360px;
    background: #141414;
    color: #a7a7a7;
    font-size: 14px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin: 3px;
}
.promo_box_title{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 10px 10px;
    overflow: hidden;
    height: 33px;
}
.promo_box_img{
    height: 160px;
    border-bottom: 5px solid #ce1415;
    overflow: hidden;
    width: 100%;
}
.promo_box_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.promo_box_p{
    margin: 0 10px;
    overflow: hidden;
    height: 65px;
}
.promo_box button{
    width: 122px;
    height: 34px;
    border-radius: 5px;
    margin: 5px 10px 10px;
    cursor: pointer;
}
.promo_box_rtime{
    margin: 0 10px;
}
.promo_box_rtime span{
    color: #a51415;
}
footer{
    background-color: #110f10;
    width: 100%;
    float: left;
    color: #c3c3c3;
    font-size: 14px;
    padding-bottom: 30px;
}
.footerNav{
    height: 37px;
    border-bottom: 1px solid #3e3e3e;
    line-height: 2.7;
}
.footerNavLeft{
    float: left;
    font-size: 13px;
}
.footerNavLeft a{
    color: #c3c3c3;
    margin-right: 30px;
    position: relative;
    transition: .2s;
}
.footerNavLeft a:hover{
    color: #fff;
}
.footerNavLeft a::after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background-color: #c3c3c3;
    height: 13px;
    right: -15px;
    top: 3px;
}
.footerNavLeft a:last-child::after{
    display: none;
}
.footerNavRight{
    float: right;
    color: #8c8a8b;
    font-size: 12px;
}
.footerWhite{
    background: #e3e3e3;
    padding: 20px 0;
}
footer .footerWhite .ns div h3{
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
footer .footerWhite .ns div p{
    margin: 0;
}
footer .footerWhite .ns div{
    float: left;
    width: 33.33%;
    font-size: 13px;
    font-weight: 500;
    color: #525252;
    padding: 20px 25px;
    height: 220px;
}

/* global modal */
.globalModal{
    z-index: 9;
}
.globalModal, .globalModal-bg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.globalModal-bg{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}
.globalModal-box{
    position: relative;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    /* change */
    width: 1000px;
    height: 550px;
    margin-left: -500px;
    margin-top: -250px;
}
.globalModal-header{
    background-color: #343232;
    color: #fff;
    width: 100%;
    text-align: center;
    position: relative;
    height: 40px;
    line-height: 2;
}
.globalModal-close{
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 18px;
    border-radius: 50%;
    color: #bf1a20;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}



/* promo page modal */
.promoModal .globalModal-header p{
    font-size: 20px;
    font-weight: 600;
}
.promoModal .modalBanner{
    width: 100%;
    text-align: center;
    padding: 6px 0;
}
.promoModal .modalBanner img{
    width: 97%;
    border-radius: 10px;
    height: 208px;
}
.promoModal .modalCont{
    overflow: auto;
    height: 275px;
    width: 97%;
    margin: 0 auto;
    font-size: 14px;
}
.promoModal .modalCont::-webkit-scrollbar {
    width: 7px;
}
.promoModal .modalCont::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 10%);
}
.promoModal .modalCont::-webkit-scrollbar-thumb {
    background: rgb(191 26 32 / 50%);
}
.promoModal .modalCont::-webkit-scrollbar-thumb:hover {
    background: #bf1a20;
}



footer table{
    width: 100%;
}
footer p{
    margin: 20px 0 10px;
}
.bvScLinks div{
    width: 28px;
    height: 25px;
    display: inline-block;
    background-image: url(../../images/desktop/footer/footerLinks.png);
    background-position-y: -6px;
    /* background-color: #fff; */
    background-repeat: no-repeat;
}
.bvScLinks div.fb{
    background-position-x: 2px;
}
.bvScLinks div.ig{
    background-position-x: -36px;
}
.bvScLinks div.tw{
    background-position-x: -76px;
}
.bvScLinks div.yt{
    background-position-x: -116px;
}
.bvScLinks div.pn{
    background-position-x: -155px;
}
.footerBlackburn{
    line-height: 1.5;
    align-items: center;
    margin: 0px 0;
    position: relative;
    padding-left: 147px;
}
.footerBlackburn img{
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 25px;
    left: 0;
}


/* casino page */
.casino_page{
    /* height: 989px; */
    background-image: url(../../images/desktop/casino/casino-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #191718;
}
.casino_upper{
    width: 100%;
    height: 470px;
    position: relative
}
.casino_girls{
    width: 659px;
    height: 463px;
    display: inline-block;
    position: absolute;
    bottom: 0;
}
.casino_details{
    float: right;
    text-align: center;
    margin: 108px 157px 0;
}
.casino_details_2{
    color: #fff;
    font-size: 16px;
    width: 367px;
}
.casino_item{
    position: relative;
    display: inline-block;
    margin: 0 4px 4px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    width: 158px;
    color: #fff;
    text-align: center;
    background: #a92929;
}
.casino_item img.top{
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: .2s;
    width: 158px;
}
.casino_item img.bottom{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 158px;
}
.casino_item img.top:hover{
    opacity: 0;
}



/* slots page */
.slots_page_banner{
    height: 361px;
    background-image: url(../../images/desktop/slots/slot-banner.jpg);
    background-position: top center;
}
.slots_page{
    color: #636466;
    font-size: 15px;
}
.slots_page .side_nav{
    width: 187px;
    background: #282828;
    border-radius: 10px;
    float: left;
    margin: 15px 0;
}
.slots_page .side_nav ul{
    padding: 0;
    margin: 0;
}
.slots_page .side_nav ul li{
    list-style: none;
    border-bottom: 1px solid #636466;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px 0 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.slots_page .side_nav ul li:last-child{
    border: none;
}
.slots_page .side_nav_icon{
    height: 56px;
    display: inline-block;
    width: 48px;
    /* background: gray; */
    margin-right: 5px;
    background-image: url(../../images/desktop/slots/slot_nav_sprite.png?v=1);
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    /* transition: .2s; */
}
.slots_page .side_nav p{
    display: inline-block;
    margin: 0;
}
.slots_page .side_nav ul li.active{
/*    color: #e82022;*/
    color: #000;
    font-weight: bold;
/*    background: #ad972c;*/
    background: #fff;
}
.slots_page .side_nav ul li.active .side_nav_icon{
    background-position-y: -56px;
}

.slots_page .side_nav ul li.kiss918 .side_nav_icon{
    background-position-x: 0px;
}
.slots_page .side_nav ul li.xe88 .side_nav_icon{
    background-position-x: -48px;
}
.slots_page .side_nav ul li.jdb .side_nav_icon{
    background-position-x: -96px;
}
.slots_page .side_nav ul li.pragmatic .side_nav_icon{
    background-position-x: -144px;
}
.slots_page .side_nav ul li.ag .side_nav_icon{
    background-position-x: -192px;
}
.slots_page .side_nav ul li.habanero .side_nav_icon{
    background-position-x: -240px;
}
.slots_page .side_nav ul li.isoftbet .side_nav_icon{
    background-position-x: -288px;
}
.slots_page .side_nav ul li.gs .side_nav_icon{
    background-position-x: -336px;
}
.slots_page .side_nav ul li.ameba .side_nav_icon{
    background-position-x: -384px;
}
.slots_page .side_nav ul li.tomhorn .side_nav_icon{
    background-position-x: -432px;
}
.slots_page .side_nav ul li.gpi .side_nav_icon{
    background-position-x: -480px;
}
.slots_page .side_nav ul li.joker .side_nav_icon{
    background-position-x: -528px;
}
.slots_page .side_nav ul li.cq9 .side_nav_icon{
    background-position-x: -576px;
    position: relative;
    top: 3px;    
}
.slots_page .side_nav ul li.spade .side_nav_icon{
    background-position-x: -624px;
}
.slots_page .side_nav ul li.skywind .side_nav_icon{
    background-position-x: -672px;
}
.slots_page .side_nav ul li.png .side_nav_icon{
    background-position-x: -720px;
}
.slots_page .side_nav ul li.pt .side_nav_icon{
    background-position-x: -768px;
}
.slots_page .side_nav ul li.rt .side_nav_icon{
    background-position-x: -816px;
}
.slots_page .side_nav ul li.evoplay .side_nav_icon{
    background-position-x: -864px;
}
.slots_page .side_nav ul li.ygg .side_nav_icon{
    background-position-x: -912px;
}
.slots_page .side_nav ul li.mega888 .side_nav_icon{
    background-position-x: -960px;
}
.slots_page .side_nav ul li.pussy888 .side_nav_icon{
    background-position-x: -1008px;
}
.slots_page .side_nav ul li.bbin .side_nav_icon{
    background-position-x: -1056px;
}
.slots_page .side_nav ul li.simpleplay .side_nav_icon{
    background-position-x: -1104px;
}
.slots_page .side_nav ul li.pg .side_nav_icon{
    background-position-x: -1152px;
}
.slots_page .side_nav ul li.jili .side_nav_icon{
    background-position-x: -1200px;
}
.slots_page .side_nav ul li.fc .side_nav_icon{
    background-position-x: -1248px;
}
.slots_page .side_nav ul li.mg .side_nav_icon{
    background-position-x: -1296px;
}
.slots_page .side_nav ul li.TURBOGAMES .side_nav_icon{
    background-position-x: -1344px;
}

/*.slots_page .side_nav ul li:nth-of-type(2) .side_nav_icon{
    background-position-x: -48px;
}*/
/*.slots_page .side_nav ul li:nth-of-type(3) .side_nav_icon{
    background-position-x: -96px;
}*/
/*.slots_page .side_nav ul li:nth-of-type(4) .side_nav_icon{
    background-position-x: -144px;
}
.slots_page .side_nav ul li:nth-of-type(5) .side_nav_icon{
    background-position-x: -192px;
}
.slots_page .side_nav ul li:nth-of-type(6) .side_nav_icon{
    background-position-x: -240px;
}*/
/*.slots_page .side_nav ul li:nth-of-type(7) .side_nav_icon{
    background-position-x: -288px;
}
.slots_page .side_nav ul li:nth-of-type(8) .side_nav_icon{
    background-position-x: -336px;
}
.slots_page .side_nav ul li:nth-of-type(9) .side_nav_icon{
    background-position-x: -384px;
}
.slots_page .side_nav ul li:nth-of-type(10) .side_nav_icon{
    background-position-x: -432px;
}
.slots_page .side_nav ul li:nth-of-type(11) .side_nav_icon{
    background-position-x: -480px;
}
.slots_page .side_nav ul li:nth-of-type(12) .side_nav_icon{
    background-position-x: -528px;
}*/
/*.slots_page .side_nav ul li:nth-of-type(13) .side_nav_icon{
    background-position-x: -576px;
}
.slots_page .side_nav ul li:nth-of-type(14) .side_nav_icon{
    background-position-x: -624px;
}
.slots_page .side_nav ul li:nth-of-type(15) .side_nav_icon{
    background-position-x: -672px;
}*/
/*.slots_page .side_nav ul li:nth-of-type(16) .side_nav_icon{
    background-position-x: -720px;
}
.slots_page .side_nav ul li:nth-of-type(17) .side_nav_icon{
    background-position-x: -768px;
}
.slots_page .side_nav ul li:nth-of-type(18) .side_nav_icon{
    background-position-x: -816px;
}
.slots_page .side_nav ul li:nth-of-type(19) .side_nav_icon{
    background-position-x: -864px;
}
.slots_page .side_nav ul li:nth-of-type(20) .side_nav_icon{
    background-position-x: -912px;
}*/
.slots_page .side_nav ul li.show_new_icon::after{
    content: 'NEW';
    display: block;
    position: absolute;
    top: -8px;
    right: -17px;
    background: linear-gradient(90deg, #29bb20, #0c7805);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 35px;
    transform: rotate(48deg);
    border-radius: 3px;
    line-height: 4.5;
}


.slots_page .side_nav ul li.show_hot_icon::after{
    content: 'HOT';
    display: block;
    position: absolute;
    top: -8px;
    right: -17px;
    background: linear-gradient(90deg, #e95e19, #ed2b0d);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 35px;
    transform: rotate(48deg);
    border-radius: 3px;
    line-height: 4.5;
}
.slot_cont{
    float: left;
    width: 1000px;
    margin: 15px 0;
    margin-left: 13px;
}
.slot_menu ul{
    padding: 15px 0;
    margin: 0;
    display: table;
    width: 766px;
    float: left;
}
.slot_menu ul li{
    list-style: none;
    border-right: 1px solid #636466;
    display: table-cell;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
    color: #fff;    
}
.slot_menu ul li:last-child{  
    border: none;   
}
.slot_menu ul li.active{
/*    color: #e82022;   */
    color: #ffd60e;
    font-weight: 700;
}
.slot_search{
    height: 32px;
    float: left;
    border: 1px solid #5b5b5b;
    width: 233px;
    border-radius: 4px;
    font-size: 14px;
    margin: 12px 0;
    position: relative;
}
.slot_search input{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: none;
    padding: 0 25px 0 5px;
    background: transparent;
    color: #fff;
}
.search_icon{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.slot_items .slot_item{
/*    width: 158px;
    height: 105px;
    float: left;
    position: relative;
    margin-right: 8px;
    margin-top: 8px;
    cursor: pointer;*/    
    width: 132px;
    height: 93px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    cursor: pointer;

}
.slot_items .slot_item:nth-child(7n){
    margin-right: 0;
}
.slot_item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    float: left;
}
.slot_item_title{
/*    position: absolute;
    bottom: 0;
*/    position: absolute;
    bottom: -24px;
/*    height: 55px;*/
    height: 24px;
    color: #fff;
    width: 100%;
    left: 0;
/*    background: linear-gradient(0deg, #e82022, transparent);*/
    display: flex;
    flex-direction: column-reverse;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    background: #e1dbdb;
    color: #000;
    font-weight: 700;
}


/* vip page */
.vip_page{
    background-image: url(../../images/desktop/vip/BG.jpg);
    background-position: top center;
    background-repeat-y: no-repeat;
    background-color: #191718;
    background-size: cover;
}
.vip_upper{
    width: 100%;
    height: 587px;
    position: relative;
}
.vip_girls{
    width: auto;
    height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.vip_details{
    float: right;
    text-align: left;
    margin: 123px 2px 0;
}
.vip_details_2{
    color: #fff;
    font-size: 16px;
    width: 367px;
}
.vip_details_1{
    color: #c51821;
    text-align: left;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
}
.vip_lower table{
    width: 1060px;
    margin: 0 auto;
    color: #c51821;
    font-size: 15px;
    border-bottom: 1px solid #c51821;
}
.vip_lower table tr:first-child td img{
    width: 100%;
    max-width: 707px;
}
.vip_lower table tr td:first-child{
    text-align: left;
    width: 348px;
    color: #d5d5d5;
}
.vip_lower table tr:nth-of-type(2) td{
    font-weight: 600;
    font-size: 15px;
}
.vip_lower table tr:nth-of-type(2) td span{
    display: block;
    margin: 5px 0 10px;
}
.vip_lower table tr:nth-of-type(2) td p{
    margin: 10px 0 15px;
}
.vip_lower table tr:nth-of-type(2) td:nth-of-type(2){
    color: #ababab;
}
.vip_lower table tr:nth-of-type(2) td:nth-of-type(3){
    color: #a1812a;
}
.vip_lower table tr:nth-of-type(2) td:nth-of-type(4){
    color: #9fbfd8;
}
.vip_lower table tr:nth-of-type(2) td:nth-of-type(5){
    color: #736ba7;
}
.vip_lower table tr:nth-of-type(2){
    border-bottom: 1px solid rgb(197 24 33 / 50%);
}
.vip_lower table tr td{
    padding: 10px 0;
}
.vip_lower table tr:nth-of-type(1) td,
.vip_lower table tr:nth-of-type(2) td{
    padding: 0;
}
.vip_tnc{
    width: 1060px;
    margin: 50px auto;
    color: #d5d5d5;
    font-size: 15px;
}
.vip_tnc ol{
    padding-left: 18px;
    font-size: 15px;
    line-height: 2;
}
.vip_titles{
    font-size: 20px !important; 
    color: #c51821 !important; 
    vertical-align: bottom; 
    line-height: 2.5;
    font-weight: bold;
    margin: 0;
}


/* postlogin */
.header_right.postlogin button{
    height: 30px;
    padding: 0 10px;
    margin: 0 5px;
}
.black_btn{
    background: linear-gradient(45deg, #292929,#3e3e3e);
    color: #fff;
}
.header_right.postlogin .total_bal{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;   
}
.header_right.postlogin .total_bal span{
    font-weight: normal;
    margin: 0 5px 0px 10px;
}
.header_right.postlogin .total_bal i{
    color: #ec2224;
    margin-right: 15px;
    cursor: pointer;
    transition: .2s;
}
.header_right.postlogin .total_bal i:hover{
    transform: rotate(90deg);
}
.postlogin_nav{
    float: left;
    background: #efefef;
    width: 200px;
    font-size: 15px;
    text-align: left;
    padding: 20px 15px;
    margin: 20px 0;
    border-radius: 15px;
    color: #292929;
}
.postlogin_nav ul{
    padding: 0;
}
.postlogin_nav ul li{
    list-style: none;
    display: flex;
    align-items: center;
    height: 45px;
    margin: 1px 0;
    cursor: pointer;
    border-radius: 25px;
    font-size: 14px;
}
.postlogin_nav ul a{
    color: inherit;
}
.postlogin_nav ul li.active,
.postlogin_nav ul li:hover{
    background-color: #b4171e;
    color: #fff;
}
.postlogin_nav ul li p{
    margin: 0;
}
.postlogin_nav ul li .pl_nav_icon{
    width: 30px;
    height: 40px;
    background-image: url(../../images/desktop/postlogin/postlogin_nav_sprite.png);
    background-repeat: no-repeat;
    margin: 0 15px;
    background-size: 250px;
}
.postlogin_nav ul a:nth-of-type(2) .pl_nav_icon{
    background-position-x: -32px;
}
.postlogin_nav ul a:nth-of-type(3) .pl_nav_icon{
    background-position-x: -63px;
}
.postlogin_nav ul a:nth-of-type(4) .pl_nav_icon{
    background-position-x: -95px;
}
.postlogin_nav ul a:nth-of-type(5) .pl_nav_icon{
    background-position-x: -126px;
}
.postlogin_nav ul a:nth-of-type(6) .pl_nav_icon{
    background-position-x: -157px;
}
.postlogin_nav ul a:nth-of-type(7) .pl_nav_icon{
    background-position-x: -187px;
}
.postlogin_nav ul a:nth-of-type(8) .pl_nav_icon{
    background-position-x: -219px;
}
.postlogin_nav ul li.active .pl_nav_icon,
.postlogin_nav ul li:hover .pl_nav_icon{
    background-position-y: -40px;
}
.postlogin_cont{
    margin: 20px 0 20px 10px;
    float: left;
    background: #fff;
    border-radius: 15px;
    width: 990px;
}
.postlogin_cont .total_bal_panel{
    display: table;
    background: #474747;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-align: left;
    padding: 20px;
    color: #a7a7a7;
    font-size: 15px;
}
.postlogin_cont .total_bal_panel .total_bal_panel_div{
    display: table-cell;
    border-right: 1px solid;
    padding: 0 30px;
    vertical-align: middle;
}
.postlogin_cont .total_bal_panel .total_bal_panel_div:last-child{
    border: none;
}
.postlogin_cont .total_bal_panel .total_bal_panel_div div{
    float: left;
    width: 100%;
    margin: 0;
}
.postlogin_cont .total_bal_panel .total_bal_panel_div i{
    font-size: 18px;
    margin-left: 5px;
    color: #eb2225;
    cursor: pointer;
}
.postlogin_cont .total_bal_panel .total_bal_panel_div button{
    background: #fff;
    border-radius: 20px;
    border: none;
    font-weight: 700;
    color: #eb2225;
    width: 145px;
    padding: 8px 0;
    cursor: pointer;
    transition: .2s;
    font-size: 14px;
}
.postlogin_cont .total_bal_panel .total_bal_panel_div button:hover{
    opacity: .8;
}


/* profile page */
.profile_left, .profile_right{
    float: left;
    width: 450px;
    margin: 22.5px;
}
.profile_left p{
    color: #eb2225;
    font-weight: bold;
    font-size: 16px;
}
.profile_left table{
    color: #252324;
    font-size: 15px;
}
.profile_left table tr{
    border-top: 1px solid #dcdcdc;
}
.profile_left table tr:last-child{
    border-bottom: 1px solid #dcdcdc;
}
.profile_left table tr td{
    padding: 10px 0;
    font-size: 14px;
}
.profile_left table tr td:last-child{
    font-weight: bold;
    text-align: right;
}
.profile_left table tr td i{
    color: #eb2225;
    cursor: pointer;
    margin-left: 5px;
}
/*.profile_right div:first-child{*/
/*.profile_right div:nth-child(2){
    width: 100%;
    color: #fff;
    background: #eb2225;
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 16px;
}
.profile_right div:last-child{
    font-size: 15px;
    background: #f2f1f1;
    padding: 20px 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.profile_right div:last-child label{
    display: inline-block;
    width: 35%;
    margin-bottom: 20px;
    font-size: 14px;
}
.profile_right div:last-child input{
    display: inline-block;
    width: 64%;
    padding: 3px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-size: 13px;
}
.profile_right div:last-child button{
    display: block;
    color: #fff;
    background: #eb2225;
    border: none;
    border-radius: 5px;
    padding: 5px 60px;
    font-weight: 600;
    margin: 0 auto;
    cursor: pointer;
}*/


/* transfer page */
.transfer_page .tr_note{
    width: 90%;
    text-align: left;
    background: antiquewhite;
    margin: 20px auto;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 15px;
}
.transfer_page table{
    margin-left: 50px;
/*    float: left;
    width: 42.5%;*/
    margin-bottom: 40px;
}
.transfer_page table tr{
/*    border-bottom: 1px solid #dcdcdc;*/
}
.transfer_page table tr td{
    padding: 10px 0;
    color: #474747;
    font-size: 15px;
}
.transfer_page table tr:first-child td{
    color: #eb2225;
    font-weight: bold;
}
.transfer_page table tr td:last-child{
    text-align: right;
}
.transfer_page select, .transfer_page input{
    height: 33px;
    border-radius: 5px;
    width: 200px;
}


/* report page */
.report_page{
    padding: 30px 50px;
    font-size: 15px;
}
.report_page .calendar_cont label{
    float: left;
    margin-right: 10px;
}
.report_page .calendar_cont .calender_box{
    position: relative;
    float: left;
    margin-right: 10px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    overflow: hidden;
}
.report_page .calendar_cont .calender_box input{
    position: relative;
    border: none;
    font-size: 14px;
    padding: 2px 6px 2px 6px;
}
.report_page .calendar_cont .calender_box i{
    position: absolute;
    top: 3px;
    right: 4px;
    color: #eb2225;
    font-size: 18px;
    cursor: pointer;
}
.report_page .calendar_cont button{
    font-weight: 600;
    color: #fff;
    background: #e81f21;
    border: none;
    border-radius: 4px;
    padding: 3px 35px;
    font-size: 14px;
    cursor: pointer;
}
.report_page table{
    text-align: center;
    font-size: 14px;
    margin: 25px 0;
}
.report_page table td{
    padding: 5px 2px;
}
.report_page table th{
    background: #2c2829;
    color: #fff;
    padding: 5px 0;
    font-weight: normal;
}
.report_page table th:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.report_page table th:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* inbox page */
.inbox_page{
    padding: 30px 50px;
    font-size: 15px;
}
.inbox_page table{
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
}
.inbox_page table td{
    padding: 5px 2px;
    border-bottom: 1px solid rgb(44 40 41 / 20%);
    cursor: pointer;
}
.inbox_page table th{
    background: #2c2829;
    color: #fff;
    padding: 5px 0;
    font-weight: normal;
}
.inbox_page table th:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.inbox_page table th:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*.inbox_page button{
    border: none;
    padding: 4px 20px;
    border-radius: 3px;
    cursor: pointer;
    margin: 15px 0 0;
    font-size: 14px;
    display: none;
}*/
.inboxModal .globalModal-box{
    width: 542px;
    height: 515px;
    margin-left: -272px;
    margin-top: -263px;
}
.inboxModal .inboxModal_details{
    border: 1px solid #c6c6c6;
    width: 95%;
    margin: 2% 2.5%;
    font-size: 13px;
    float: left;
    border-bottom: none;
    border-right: 0;
}
.inboxModal .inboxModal_details div{
    width: 30%;
    float: left;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    padding: 2px 5px;
}
.inboxModal .inboxModal_details div:nth-child(2n){
    width: 70%;
}
.inboxModal .inboxModal_cont{
    margin: 0% 2.5%;
    float: left;
    height: 392px;
    overflow: auto;
}
.inboxModal .globalModal-header{
    line-height: 2.7;
}



/* referral page */
.referral_page{
    color: #474747;
    font-size: 14px;
}
.referral_page .code_link_cont{
    background: #f2f1f1;
    width: 90%;
    margin: 20px auto;
    border-radius: 5px;
    padding: 20px 30px;
}
.referral_page .code_link_cont label{
    margin-right: 10px;
}
.referral_page .code_link_cont div{
    display: inline-block;
}
.referral_page .code_link_cont div i{
    margin-left: 5px;
    cursor: pointer;
}
.referral_left, .referral_right{
    float: left;
    width: 42%;
    margin-left: 5%;
    margin-bottom: 30px;
}
.referral_left button{
    font-weight: 600;
    color: #fff;
    background: #e81f21;
    border: none;
    border-radius: 4px;
    padding: 3px 15px;
    font-size: 14px;
    cursor: pointer;
}
.referral_left ul{
    list-style: none;
    border: 1px solid #eb2225;
    margin: 3px 0;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    width: 200px;
    outline: none;
}
.referral_left ul li{
    padding: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}
/* .referral_left ul li:hover{
    background: #e81f21;
    color: #fff;
} */
.referral_left ul li span{
    width: 31px;
    height: 32px;
    display: inline-block;
    margin-right: 3px;
    background-image: url(../../images/desktop/referral/referral_sc_icons.png);
    background-position-x: 0px;
}
.referral_left ul li span.ri_fb{
    background-position-x: 1px;
}
.referral_left ul li span.ri_em{
    background-position-x: -30px;
}
.referral_left ul li span.ri_wa{
    background-position-x: -61px;
}
.referral_left ul li span.ri_tg{
    background-position-x: -92px;
}
.referral_left ul li span.ri_li{
    background-position-x: -123px;
}
.referral_left ul li span.ri_zalo{
    width: 25px;
    height: 25px;
    margin-left: 3px;
    margin-right: 6px;    
    background-image: url(../../images/mobile/media/zalo.png);
    background-size: cover;

}
.referral_right_upper, .referral_right_lower div{
    background: #f2f1f1;
    padding: 15px 20px;
    border-radius: 5px;
}
.referral_right_upper ol{
    padding-left: 15px;
}
.referral_right_lower div span{
    color: #eb2225;
    font-weight: bold;
}


/* withdraw and deposit page */
.withdraw_page, .deposit_page{
    font-size: 15px;
    padding: 40px;
    color: #606060;
}
.wd_opt_col,
.dp_opt_col{
    display: flex;
}
.wd_opt_col1, .wd_opt_col2,
.dp_opt_col1, .dp_opt_col2{
    display: inline-block;
}
.wd_opt_col1,
.dp_opt_col1{
    width: 150px;
}
.wd_opt_col2,
.dp_opt_col2{
/*    width: 755px;*/
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
.wd_opt_col2 div,
.dp_opt_col2 div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 10px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
.wd_opt_col2 div.active,
.dp_opt_col2 div.active{
    color: #eb2225;
}
.wd_opt_col2 div::after,
.dp_opt_col2 div::after{
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right: 0px;
    height: 35px;
    width: 1px;
    background-color: #d5d5d5;
}
.wd_cont,
.dp_cont{
    display: none;
    padding: 10px;
}
.wd_cont.active,
.dp_cont.active{
    display: block;
    padding: 10px;
}


.wd_opt_col2 div span,
.dp_opt_col2 div span{
    display: block;
    width: 35px;
    height: 35px;
    /* background-image: url(../../images/desktop/withdraw/1-BANK.png); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.dp_opt_col2 div span{
    width: 81px;
}


.wd_opt_col2 div:nth-of-type(1) span{
    background-image: url(../../images/desktop/withdraw/1-BANK.png);
}
.wd_opt_col2 div:nth-of-type(1).active span{
    background-image: url(../../images/desktop/withdraw/1-BANK-HOVER.png);
}
.wd_opt_col2 div:nth-of-type(2) span{
    background-image: url(../../images/desktop/withdraw/1-CRYPTO.png);
}
.wd_opt_col2 div:nth-of-type(2).active span{
    background-image: url(../../images/desktop/withdraw/1-CRYPTO-HOVER.png);
}



.dp_opt_col2 div:nth-of-type(1) span{
    background-image: url(../../images/desktop/deposit/1-BANK.png);
}
.dp_opt_col2 div:nth-of-type(1).active span{
    background-image: url(../../images/desktop/deposit/1-BANK-HOVER.png);
}
.dp_opt_col2 div:nth-of-type(2) span{
    background-image: url(../../images/desktop/deposit/1-EEZIEPAY.png);
}
.dp_opt_col2 div:nth-of-type(2).active span{
    background-image: url(../../images/desktop/deposit/1-EEZIEPAY-HOVER.png);
}
.dp_opt_col2 div:nth-of-type(3) span{
    background-image: url(../../images/desktop/deposit/1-HELP2PAY.png);
}
.dp_opt_col2 div:nth-of-type(3).active span{
    background-image: url(../../images/desktop/deposit/1-HELP2PAY-HOVER.png);
}
.dp_opt_col2 div:nth-of-type(4) span{
    background-image: url(../../images/desktop/deposit/1-PAYTRUST.png);
}
.dp_opt_col2 div:nth-of-type(4).active span{
    background-image: url(../../images/desktop/deposit/1-PAYTRUST-HOVER.png);
}
.dp_opt_col2 div:nth-of-type(5) span{
    background-image: url(../../images/desktop/deposit/1-CRYPTO.png);
}
.dp_opt_col2 div:nth-of-type(5).active span{
    background-image: url(../../images/desktop/deposit/1-CRYPTO-HOVER.png);
}


#wd_cont_1 table{
    margin: 20px 0;
}
#wd_cont_1 table tr td:first-child{
    width: 200px;
}
#wd_cont_1 table tr td:nth-child(2){
    width: 410px;
}
#wd_cont_1 table tr td{
    padding: 5px 0;
}
#wd_cont_1 table tr td input,
#wd_cont_1 table tr td select{
    width: 400px!important;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#wd_cont_1 table tr td select{
    background: #f1f1f1;    
    color: #5a5a5a;
}
#wd_cont_1 table tr td button{
    background: #eb2225;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}

.wd_cont .note,
.dp_cont .note{
    background: #f1f1f1;
    width: 500px;
    border-radius: 5px;
    padding: 20px;
}
.wd_cont .note p:first-child,
.dp_cont .note p:first-child{
    color: #eb2225;
    margin-bottom: 5px;
}


#wd_cont_2 table{
    margin: 20px 0;
}
#wd_cont_2 table tr td:first-child{
    width: 150px;
}
#wd_cont_2 table tr td:nth-child(2){
    width: 510px;
}
#wd_cont_2 table tr td{
    padding: 5px 0;
}
#wd_cont_2 table tr td input,
#wd_cont_2 table tr td select,
#wd_cont_2 table tr td .ex_rt{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#wd_cont_2 table tr td select{
    background: #f1f1f1;    
    color: #5a5a5a;
}
#wd_cont_2 table tr td button{
    background: #eb2225;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#wd_cont_2 table tr:nth-of-type(6) td input{
    width: 213px;
}
#wd_cont_2 table tr td .ex_rt{
    pointer-events: none;
    background: #f1f1f1;
    font-weight: bold;
    color: #757575;
}
#wd_cont_2 table tr td .ex_rt span{
    color: #eb2225;
}
#wd_cont_2 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#wd_cont_2 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 30px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#wd_cont_2 .token_opts div img{
    width: 28px;
    display: inline-block;
}
#wd_cont_2 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#wd_cont_2 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}

/* wd localbank modal */
#wdlb_modal .globalModal-box{
    width: 500px;
    height: 295px;
    margin-left: -250px;
    margin-top: -187px;
}
#wdlb_modal .globalModal-header{
    font-weight: bold;
    line-height: 2.5;
}
#wdlb_modal .modalCont{
    padding: 31px 40px;
    background: #e5e5e5;
    height: 100%;
}
#wdlb_modal .modalCont label{
    width: 29%;
    margin-bottom: 20px;
}
#wdlb_modal .modalCont input,
#wdlb_modal .modalCont select{
    width: 70%;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#wdlb_modal .modalCont select{
    background-color: transparent;
}
#wdlb_modal .modalCont button{
    background: #eb2225;
    color: #fff;
    display: block;
    float: right;
    width: 70%;
    border: none;
    padding: 5px 0;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}

/* wd crypto modal */
#wdcr_modal .globalModal-box{
    width: 500px;
    height: 333px;
    margin-left: -250px;
    margin-top: -187px;
}
#wdcr_modal .globalModal-header{
    font-weight: bold;
    line-height: 2.5;
}
#wdcr_modal .modalCont{
    padding: 31px 40px;
    background: #e5e5e5;
    height: 100%;
}
#wdcr_modal .modalCont label{
    width: 29%;
    margin-bottom: 20px;
}
#wdcr_modal .modalCont input,
#wdcr_modal .modalCont select{
    width: 70%;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#wdcr_modal .modalCont select{
    background-color: transparent;
}
#wdcr_modal .modalCont button{
    background: #eb2225;
    color: #fff;
    display: block;
    float: right;
    width: 70%;
    border: none;
    padding: 5px 0;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}



#dp_cont_1 table{
    margin: 20px 0;
}
#dp_cont_1 table tr td:first-child{
    width: 200px;
}
#dp_cont_1 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_1 table tr td{
    padding: 5px 0;
}
#dp_cont_1 table tr td input,
#dp_cont_1 table tr td select,
#dp_cont_1 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_1 table tr td select{
/*    background: #f1f1f1;    */
    color: #5a5a5a;
}
#dp_cont_1 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_1 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_1 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_1 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_1 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_1 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_1 .token_opts div img{
    width: 28px;
    display: inline-block;
}
#dp_cont_1 .token_opts div img.bot{
    display: none;
}
#dp_cont_1 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_1 .token_opts div.active img.top{
    display: none;
}
#dp_cont_1 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_1 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}



#dp_cont_2 table{
    margin: 20px 0;
}
#dp_cont_2 table tr td:first-child{
    width: 200px;
}
#dp_cont_2 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_2 table tr td{
    padding: 5px 0;
}
#dp_cont_2 table tr td input,
#dp_cont_2 table tr td select,
#dp_cont_2 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_2 table tr td select{
    background: #f1f1f1;    
    color: #5a5a5a;
}
#dp_cont_2 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_2 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_2 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_2 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_2 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_2 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_2 .token_opts div img{
    width: 28px;
    display: inline-block;
}
#dp_cont_2 .token_opts div img.bot{
    display: none;
}
#dp_cont_2 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_2 .token_opts div.active img.top{
    display: none;
}
#dp_cont_2 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_2 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}


#dp_cont_3 table{
    margin: 20px 0;
}
#dp_cont_3 table tr td:first-child{
    width: 200px;
}
#dp_cont_3 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_3 table tr td{
    padding: 5px 0;
}
#dp_cont_3 table tr td input,
#dp_cont_3 table tr td select,
#dp_cont_3 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_3 table tr td select{
    background: #f1f1f1;    
    color: #5a5a5a;
}
#dp_cont_3 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}



#dp_cont_4 table{
    margin: 20px 0;
}
#dp_cont_4 table tr td:first-child{
    width: 200px;
}
#dp_cont_4 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_4 table tr td{
    padding: 5px 0;
}
#dp_cont_4 table tr td input,
#dp_cont_4 table tr td select,
#dp_cont_4 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_4 table tr td select{
    background: #f1f1f1;    
    color: #5a5a5a;
}
#dp_cont_4 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_4 table tr:nth-of-type(6) td input[type=text]{
    width: 230px;
    margin-right: 5px;
}
#dp_cont_4 table tr:nth-of-type(6) td input[type=file]{
    width: 180px;
    font-size: 11px;
    position: relative;
    top: -2px;
}
#dp_cont_4 table tr td .point_none{
    /* pointer-events: none; */
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_4 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_4 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_4 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_4 .token_opts div img{
    width: 28px;
    display: inline-block;
}
#dp_cont_4 .token_opts div img.bot{
    display: none;
}
#dp_cont_4 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_4 .token_opts div.active img.top{
    display: none;
}
#dp_cont_4 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_4 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}
#dp_cont_4 table tr td i{
    float: right;
    margin: 4px 0;
    cursor: pointer;
}


#dp_cont_5 table{
    margin: 20px 0;
}
#dp_cont_5 table tr td:first-child{
    width: 200px;
}
#dp_cont_5 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_5 table tr td{
    padding: 5px 0;
}
#dp_cont_5 table tr td input,
#dp_cont_5 table tr td select,
#dp_cont_5 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_5 table tr td select{
/*    background: #f1f1f1;    */
    color: #5a5a5a;
}
#dp_cont_5 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_5 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_5 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_5 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_5 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_5 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_5 .token_opts div img{
    width: 28px;
    display: inline-block;
}
#dp_cont_5 .token_opts div img.bot{
    display: none;
}
#dp_cont_5 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_5 .token_opts div.active img.top{
    display: none;
}
#dp_cont_5 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_5 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}




#dp_cont_6 table{
    margin: 20px 0;
}
#dp_cont_6 table tr td:first-child{
    width: 200px;
}
#dp_cont_6 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_6 table tr td{
    padding: 5px 0;
}
#dp_cont_6 table tr td input,
#dp_cont_6 table tr td select,
#dp_cont_6 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_6 table tr td select{
/*    background: #f1f1f1;    */
    color: #5a5a5a;
}
#dp_cont_6 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_6 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_6 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_6 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_6 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_6 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_6 .token_opts div img{
    width: 70px;
    display: inline-block;
}
#dp_cont_6 .token_opts div img.bot{
    display: none;
}
#dp_cont_6 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_6 .token_opts div.active img.top{
    display: none;
}
#dp_cont_6 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_6 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}



#dp_cont_7 table{
    margin: 20px 0;
}
#dp_cont_7 table tr td:first-child{
    width: 200px;
}
#dp_cont_7 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_7 table tr td{
    padding: 5px 0;
}
#dp_cont_7 table tr td input,
#dp_cont_7 table tr td select,
#dp_cont_7 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_7 table tr td select{
/*    background: #f1f1f1;    */
    color: #5a5a5a;
}
#dp_cont_7 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_7 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_7 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_7 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_7 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_7 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_7 .token_opts div img{
    width: 70px;
    display: inline-block;
}
#dp_cont_7 .token_opts div img.bot{
    display: none;
}
#dp_cont_7 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_7 .token_opts div.active img.top{
    display: none;
}
#dp_cont_7 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_7 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}




#dp_cont_8 table{
    margin: 20px 0;
}
#dp_cont_8 table tr td:first-child{
    width: 200px;
}
#dp_cont_8 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_8 table tr td{
    padding: 5px 0;
}
#dp_cont_8 table tr td input,
#dp_cont_8 table tr td select,
#dp_cont_8 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_8 table tr td select{
/*    background: #f1f1f1;    */
    color: #5a5a5a;
}
#dp_cont_8 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_8 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_8 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_8 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_8 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_8 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_8 .token_opts div img{
    width: 70px;
    display: inline-block;
}
#dp_cont_8 .token_opts div img.bot{
    display: none;
}
#dp_cont_8 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_8 .token_opts div.active img.top{
    display: none;
}
#dp_cont_8 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_8 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}





#dp_cont_9 table{
    margin: 20px 0;
}
#dp_cont_9 table tr td:first-child{
    width: 200px;
}
#dp_cont_9 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_9 table tr td{
    padding: 5px 0;
}
#dp_cont_9 table tr td input,
#dp_cont_9 table tr td select,
#dp_cont_9 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_9 table tr td select{
/*    background: #f1f1f1;    */
    color: #5a5a5a;
}
#dp_cont_9 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_9 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_9 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_9 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_9 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_9 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_9 .token_opts div img{
    width: 28px;
    display: inline-block;
}
#dp_cont_9 .token_opts div img.bot{
    display: none;
}
#dp_cont_9 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_9 .token_opts div.active img.top{
    display: none;
}
#dp_cont_9 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_9 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}




#dp_cont_10 table{
    margin: 20px 0;
}
#dp_cont_10 table tr td:first-child{
    width: 200px;
}
#dp_cont_10 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_10 table tr td{
    padding: 5px 0;
}
#dp_cont_10 table tr td input,
#dp_cont_10 table tr td select,
#dp_cont_10 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_10 table tr td select{
/*    background: #f1f1f1;    */
    color: #5a5a5a;
}
#dp_cont_10 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_10 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_10 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_10 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_10 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_10 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_10 .token_opts div img{
    width: 28px;
    display: inline-block;
}
#dp_cont_10 .token_opts div img.bot{
    display: none;
}
#dp_cont_10 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_10 .token_opts div.active img.top{
    display: none;
}
#dp_cont_10 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_10 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}




#dp_cont_11 table{
    margin: 20px 0;
}
#dp_cont_11 table tr td:first-child{
    width: 200px;
}
#dp_cont_11 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_11 table tr td{
    padding: 5px 0;
}
#dp_cont_11 table tr td input,
#dp_cont_11 table tr td select,
#dp_cont_11 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_11 table tr td select{
/*    background: #f1f1f1;    */
    color: #5a5a5a;
}
#dp_cont_11 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_11 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_11 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_11 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_11 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_11 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_11 .token_opts div img{
    width: 28px;
    display: inline-block;
}
#dp_cont_11 .token_opts div img.bot{
    display: none;
}
#dp_cont_11 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_11 .token_opts div.active img.top{
    display: none;
}
#dp_cont_11 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_11 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}



#dp_cont_12 table{
    margin: 20px 0;
}
#dp_cont_12 table tr td:first-child{
    width: 200px;
}
#dp_cont_12 table tr td:nth-child(2){
    width: 510px;
}
#dp_cont_12 table tr td{
    padding: 5px 0;
}
#dp_cont_12 table tr td input,
#dp_cont_12 table tr td select,
#dp_cont_12 table tr td .point_none{
    width: 500px;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#dp_cont_12 table tr td select{
/*    background: #f1f1f1;    */
    color: #5a5a5a;
}
#dp_cont_12 table tr td button{
    background: #b4171e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
}
#dp_cont_12 table tr:nth-of-type(6) td input{
    width: 230px;
}
#dp_cont_12 table tr td .point_none{
    pointer-events: none;
    background: #f1f1f1;
    /* font-weight: bold; */
    color: #757575;
}
#dp_cont_12 table tr td .point_none span{
    color: #eb2225;
}
#dp_cont_12 .token_opts{
    width: 755px;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 5px;
}
#dp_cont_12 .token_opts div{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 16px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
#dp_cont_12 .token_opts div img{
    width: 70px;
    display: inline-block;
}
#dp_cont_12 .token_opts div img.bot{
    display: none;
}
#dp_cont_12 .token_opts div.active img.bot{
    display: inline-block;
}
#dp_cont_12 .token_opts div.active img.top{
    display: none;
}
#dp_cont_12 .token_opts div p{
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}
#dp_cont_12 .token_opts div::after{
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    height: 24px;
    width: 1px;
    background-color: #d5d5d5;
}



.token_opts div.active p{
    color: #eb2225;
}


/* nav dropdown */
.header_nav .sub_nav{
    position: absolute;
    left: 0;
    background: rgba(238, 238, 238, 0.9);
    width: 100%;
    display: none;
    top: 114px;
}
.header_nav .sub_nav::after{
    content: '';
    width: 100%;
    background: #151515;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.header_nav .sub_nav .ns{
    display: table;
}
.header_nav .sub_nav .ns .sub_nav_items{
    display: table-cell;
    position: relative;
    cursor: pointer;
    transition: .1s;
    padding-bottom: 30px;
}
.header_nav .sub_nav .ns .sub_nav_items p{
    background: #151515;
    color: #fff;
    font-size: 13px;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    height: 30px;
    line-height: 2.4;
    font-weight: 500;
    z-index: 1;
}
.header_nav .sub_nav .ns .sub_nav_items:hover{
    background-color: #fff;
}
.header_nav .sub_nav .ns .sub_nav_items:hover p{
    background-color: #ff0000;
}
.header_nav .sub_nav .ns .sub_nav_items.not_opt{
    pointer-events: none;
    cursor: default;
    width: 138px;
    padding: 0 10px;
}
.header_nav .sub_nav .ns .sub_nav_items.not_opt p{
    display: none;
}


/* login modal */
.loginModal .globalModal-box{
    width: 394px;
    height: 370px;
    margin-left: -197px;
    margin-top: -184px;
    border-radius: 12px;
}
.loginModal .globalModal-header{
    text-align: left;
    padding: 8px 10px;
    background-color: #343232;
    height: 50px;
    font-size: 18px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.loginModal .globalModal-close{
    top: 12px;
    right: 10px;
    background: transparent;
    color: #fff;
    font-weight: lighter;
}
.loginModal .modalCont{
    height: 324px;
    overflow: hidden;
    position: relative;
}
.loginModal #login_steps_cont{
    width: 1970px;
    height: 324px;
    position: absolute;
    top: 0;
    left: 0;
    /* left: -394px; */
    /* left: -788px; */
    /* left: -1182px; */
    /* left: -1576px; */
    transition: 1s;
}
.loginModal #login_steps_cont.exe-1{
    left: 0;
}
.loginModal #login_steps_cont.exe-2{
    left: -394px;
}
.loginModal #login_steps_cont.exe-3{
    left: -788px;
}
.loginModal #login_steps_cont.exe-4{
    left: -1182px;
}
.loginModal #login_steps_cont.exe-5{
    left: -1576px;
}
.loginModal .login_step{
    width: 394px;
    height: 324px;
    float: left;
    position: relative;
}
.login_modal_field{
    width: 320px;
    height: 45px;
    border: 1px solid #c6c6c6;
    margin: 10px auto;
    position: relative;
}
.login_modal_field i{
    position: absolute;
    z-index: 1;
    border-right: 1px solid #c6c6c6;
    font-size: 20px;
    height: 100%;
    width: 40px;
    text-align: center;
    line-height: 2;
    left: 0;
    top: 0;
}
.login_modal_field input{
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    padding-left: 47px;
    outline: none;
    border: none;
    font-size: 16px;
    left: 0;
    top: 0;
}
#login_step_1 a.fgtpss{
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    margin-right: 35px;
    color: #3e3e3e;
    display: block;
    text-align: right;
    float: right;
    margin-bottom: 10px;
}
#login_step_1 p{
    font-size: 14px;
    color: #3e3e3e;
    display: block;
    text-align: left;
    margin-left: 35px;
}
.loginModal button.red-lg{
    cursor: pointer;
    margin: 10px auto;
    display: block;
    width: 320px;
    border: none;
    height: 41px;
    border-radius: 5px;
    background: linear-gradient(45deg, #cd1514, #e12d4c);
    color: #fff;
}
.loginModal button.red-sm{
    cursor: pointer;
    margin: 5px 2px;
    display: inline-block;
    width: 142px;
    border: none;
    height: 30px;
    border-radius: 5px;
    background: linear-gradient(45deg, #cd1514, #e12d4c);
    color: #fff;
    font-size: 15px;
}
.loginModal button.gray-sm{
    cursor: pointer;
    margin: 0 2px;
    display: inline-block;
    width: 142px;
    border: none;
    height: 30px;
    border-radius: 5px;
    background: #e2e2e2;
    color: #3a3a3a;
    font-size: 15px;
}
.loginModal #login_step_1{
    padding: 10px 0;
}
.loginModal .rp_header{
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 3.2;
    font-size: 16px;
}
.loginModal .rp_header i{
    font-size: 24px;
    margin: 0px 0px;
    position: absolute;
    left: 10px;
    top: 12px;
    cursor: pointer;
}
.loginModal i{
    color: #d81d2a;
}
#login_step_2 img{
    margin: 3px auto;
    display: block;
}
#login_step_2 span{
    color: #d81d2a;
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
}
.rp_form .login_modal_field{
    height: 34px;
}
.rp_form .login_modal_field input{
    font-size: 14px;
    padding-left: 45px;
}
.rp_form .login_modal_field i{
    border-right: 0;
    font-size: 17px;
}
.rp_form input.only{
    width: 320px;
    height: 32px;
    border: 1px solid #c6c6c6;
    margin: 10px auto;
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    display: block;
}
#login_step_3, #login_step_4, #login_step_5{
    text-align: center;
}
#login_step_3 input{
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #bdbdbd;
    width: 30px;
    text-align: center;
    margin: 20px 5px;
    font-size: 20px;
    color: #6a6a6a;
    font-weight: 500;
}
#login_step_4 .notes{
    text-align: left;
    padding-left: 40px;
    font-size: 12px;
    color: #747474;
}
#login_step_4 .notes span{
    display: block;
}
#login_step_1 p a{
    color: #d82231;
}

/* bottom popup */
.bottom_popup{
    position: fixed;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.bottom_popup .bottom_popup_x{
    background: #7a0808;
    position: absolute;
    left: 160px;
    font-size: 20px;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
}


/* dl drawer */
.dlDrawer{
    position: fixed;
    top: 9.375rem;
    left: -195px;
    transition: .5s;
    z-index: 9;
}
.dlDrawer.show{
    left: 0;
}
.dlDrawer .thumb{
    position: absolute;
    right: -33px;
    width: 33px;
    background: linear-gradient(#df322e, #ac1818);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 0;
    cursor: pointer;
    height: 160px;
}
.dlDrawer .thumb img{
    margin: 5px auto;
    display: block;
    width: 17px;
}
.dlDrawer .thumb p{
    float: left;
    width: 100%;
    text-orientation: mixed;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0px;
    padding: 0;
    line-height: 1.7;
    transform: rotate(90deg);
}
.dlDrawer .cont{
    width: 195px;
    height: auto;
    background: url(../../images/desktop/drawers/bg-left.jpg);
    padding: 15px 5px 5px 5px;
    float: left;
}
.dlDrawer .cont .redbg{
    background: #c31b1a;
    border: none;
    width: 180px;
    border-radius: 5px;
    margin: 10px 3px;
    cursor: pointer;
    float: left;
}
.dlDrawer .cont .redbg a{
    width: 80%;
    margin: 0 10%;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
    float: left;
}
.dlDrawer .cont .redbg img{
    float: left;
    margin: 5px 0px;
    display: block;
}
.dlDrawer .cont .redbg p{
    margin: 6px 7px;
    color: #fff;
    float: left;
    font-size: 12px;
}
.dlDrawer .cont .redbg a:last-child {
    border-bottom: none;
}
/* dl drawer end */



/* contact drawer */
.contactDrawer{
    position: fixed;
    top: 9.375rem;
    right: -195px;
    transition: .5s;
    z-index: 9;
}
.contactDrawer.show{
    right: 0;
}
.contactDrawer .thumb{
    position: absolute;
    left: -33px;
    width: 33px;
    background: linear-gradient(#df322e, #ac1818);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 0;
    cursor: pointer;
    /* height: 160px; */
}
.contactDrawer .thumb img{
    margin: 5px auto;
    display: block;
    width: 24px;
}
.contactDrawer .thumb p{
    float: left;
    width: 100%;
    text-orientation: mixed;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0px;
    padding: 0;
    line-height: 1.7;
    transform: rotate(90deg);
}
.contactDrawer .cont{
    width: 195px;
    height: auto;
    background: url(../../images/desktop/drawers/bg-left.jpg);
    padding: 15px 5px 5px 5px;
    float: left;
    text-align: center;
}
.contactDrawer .cont .redbg{
    background: #c31b1a;
    border: none;
    width: 95%;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin: 5% 2.5%;
}
.contactDrawer .cont .redbg a{
    width: 90%;
    margin: 1% 5%;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
    float: left;
}
.contactDrawer .cont .redbg img{
    float: left;
    margin: 5px 0px;
    display: block;
    width: 25px;
}
.contactDrawer .cont .redbg p{
    margin: 6px 7px;
    color: #fff;
    float: left;
    font-size: 13px;
}
.contactDrawer .cont .redbg a:last-child {
    border-bottom: none;
}
/* contact drawer end */



/* transfer drawer */
.transDrawer{
    position: fixed;
    top: 17em;
    right: -195px;
    transition: .5s;
    z-index: 9;
}
.transDrawer.show{
    right: 0;
}
.transDrawer .thumb{
    position: absolute;
    left: -33px;
    width: 33px;
    background: linear-gradient(#df322e, #ac1818);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px 0;
    cursor: pointer;
    /* height: 160px; */
}
.transDrawer .thumb img{
    margin: 5px auto;
    display: block;
    width: 24px;
}
.transDrawer .thumb p{
    float: left;
    width: 100%;
    text-orientation: mixed;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0px;
    padding: 0;
    line-height: 1.7;
    transform: rotate(90deg);
}
.transDrawer .cont{
    width: 195px;
    height: auto;
    background: url(../../images/desktop/drawers/bg-left.jpg);
    padding: 15px 5px 5px 5px;
    float: left;
    text-align: center;
    position: relative;
    top: -150px;
    color: #fff;
}
.transDrawer .cont select,
.transDrawer .cont input{
    width: 95%;
    margin: 2% 2.5%;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 5px;
    color: #6c6c6c;
    border: none;
}
.transDrawer .cont button{
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #ed1f23;
    width: 95%;
    border: none;
    border-radius: 5px;
    padding: 4px 0;
    cursor: pointer;
    transition: .1s;
}
.transDrawer .cont p{
    font-weight: bold;
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
}
.transDrawer .cont button:hover{
    opacity: .8;
}
.transDrawer .cont .trScroll{
    margin: 0;
    height: 252px;
    overflow: auto;
}
.transDrawer .cont ul{
    padding-left: 0;
    text-align: left;
    list-style: none;
    font-size: 14px;
    height: 100%;
}
.transDrawer .cont ul li{
    padding: 3px 6px;
}
.transDrawer .cont ul li:nth-of-type(odd){
    background-color: rgb(0 0 0 / 50%);
}
.transDrawer .cont .trScroll::-webkit-scrollbar {
    width: 7px;
}
.transDrawer .cont .trScroll::-webkit-scrollbar-track {
    background: rgb(241 241 241 / 10%);
}
.transDrawer .cont .trScroll::-webkit-scrollbar-thumb {
    background: #404040;
}
.transDrawer .cont .trScroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.transDrawer .cont ul li span:last-child{
    float: right;
}
/* transfer drawer end */


/* home page */
section.sec1{
    /*background: url(../../images/desktop/home/sec1bg.png) no-repeat center;*/
    background-color: #f4f5f9;
}
section.sec0, section.sec0a, section.sec1, section.sec2, section.sec3, section.sec4{
    background-color: #1a1819;
    text-align: center;
}
.s1img{
    float: left;
    margin: 50px 0 50px 30px;
}
.s1img img{
    width: 589px;
    padding-left: 50px;
}
.s1rs{
    float: right;
    text-align: left;
    width: 520px;
    margin: 45px 30px 0px 0;
}
.s1rs div:nth-of-type(1){
    /* old browsers */
    background: #ff232d;
    /* IE10+ */
    background: -ms-linear-gradient(100deg, #ff232d, #d01914);
    /* Mozilla Firefox */
    background: -moz-linear-gradient(100deg, #ff232d, #d01914);
    /* Opera */
    background: -o-linear-gradient(100deg, #ff232d, #d01914);
    /* Webkit (Chrome 11+) */
    background: -webkit-linear-gradient(100deg, #ff232d, #d01914);
    /* W3C Markup */
    background: linear-gradient(100deg, #ff232d, #d01914);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    font-weight: 600;
}
.s1rs div:nth-of-type(2){
    color: #d6d6d6;
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
}
.s1rs div:nth-of-type(3) button{
    background: linear-gradient(-155deg, #ed2024, #e03348 100%);
    border: none;
    color: #fff;
    width: 190px;
    height: 44px;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    /*-webkit-box-shadow: 0 6px 10px 6px rgba(255, 81, 16, 0.31);*/
    /*box-shadow: 0 6px 10px 6px rgba(255, 81, 16, 0.31);*/
    float: left;
}
.s1rs div:nth-of-type(3) a{
    margin: 13px 20px 8px 0px;
    float: left;
}
.s1rs div:nth-of-type(3) img:last-child{
    margin: 11px 0;
}
.s1rs div:nth-of-type(4){
    font-size: 13px;
    color: #d6d6d6;
    margin: 10px 0 20px 0;
}
.s1rs .boxez{
    width: 50%;
    float: left;
    text-align: center;
}
.s1rs .boxez label{
    color: #eb242b;
    margin: 15px 0 4px 0;
    font-size: 14px;
}
.s1rs .boxez p{
    margin: 0;
    font-size: 13px;
    color: #d6d6d6;
}
.s3boxes{
    float: left;
    width: 555px;
    margin: 15px 22px;
    border-radius: 5px;
    height: 155px;
    overflow: hidden;
    border: 2px solid #e11933;
}
.s3boxes .white{
    background: #1a1819;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    height: 100%;
}
.s3boxes .white div:nth-of-type(1){
    float: left;
    margin: 33px 15px;
    text-align: center;
}
.s3boxes .white div:nth-of-type(2) label{
    font-size: 15px;
    font-weight: normal;
    color: #ef1f24;
    margin: 0;
    margin-bottom: 0;
}
.s3boxes .white div:nth-of-type(2) h3{
    font-size: 15px;
    font-weight: normal;
    color: #ef1f24;
    margin: 0;
    margin-bottom: 0;
}
.s3boxes .white div:nth-of-type(2) p{
    font-size: 13px;
    margin: 0;
    padding: 0;
    color: #d6d6d6;
}
.sec3 h1{
    background: #ff232d;
    background: -ms-linear-gradient(100deg, #ff232d, #d01914);
    background: -moz-linear-gradient(100deg, #ff232d, #d01914);
    background: -o-linear-gradient(100deg, #ff232d, #d01914);
    background: -webkit-linear-gradient(100deg, #ff232d, #d01914);
    background: linear-gradient(100deg, #ff232d, #d01914);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 600;
}
.sec3 h3{
    color: #d6d6d6;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px;
}
.s3tabs div{
    float: left;
    padding: 20px 0;
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 600;
    text-align: center;
}
.s3tabs div:nth-of-type(1){
    background: url(../../images/desktop/home/sec3/btm.png) repeat;
    width: 79px;
    height:  88px;
}
.s3tabs div:nth-of-type(3), .s3tabs:nth-of-type(3) div:nth-of-type(2), .s3tabs:nth-of-type(4) div:nth-of-type(2){
    color: #fb1f21;
    font-size: 45px;
    padding: 15px 5px;
    font-weight: 500;
    position: relative;
}
.s3tabs div:nth-of-type(4){
    line-height: 3.5;
}
.s3tabs{
    margin: 20px 40px;
    float: left;
}
.sec2 .kaliwa, .sec2 .kanan, .sec2 .kaliwa div, .sec2 .kanan .paliters{
    float: left;
    position: relative;
    margin: 15px 5px;
}
.sec2 .kanan .paliters .imahe{
    width: 620px;
    height: 590px;
    float: left;
    position: absolute;
    right: -200px;
}
.sec2 .kanan .paliters{
    visibility: hidden;
    float: left;
    width: 100%;
    height: 540px;
    opacity: 0;
    transition: .5s;
    position: absolute;
    bottom: -30px;
}
.sec2 .kanan .paliters:nth-of-type(1) .imahe{
    background: url(../../images/desktop/home/sec2/one-h.png) no-repeat top center;
}
.sec2 .kanan .paliters:nth-of-type(2) .imahe{
    background: url(../../images/desktop/home/sec2/two-h.png) no-repeat top center;
}
.sec2 .kanan .paliters:nth-of-type(3) .imahe{
    background: url(../../images/desktop/home/sec2/three-h.png) no-repeat top center;
}
.sec2 .kanan .paliters:nth-of-type(4) .imahe{
    background: url(../../images/desktop/home/sec2/four-h.png) no-repeat top center;
}
/*.sec2 .kanan .paliters:nth-of-type(5) .imahe{
    background: url(../../images/desktop/home/sec2/five-h.png) no-repeat top center;
}
.sec2 .kanan .paliters:nth-of-type(6) .imahe{
    background: url(../../images/desktop/home/sec2/six-h.png) no-repeat top center;
}*/
.sec2 .kaliwa{
    width: 365px;
    margin-left: 50px;
}
.sec2 .kanan{
    width: 770px;
    height: 540px;
}
.sec2 .kanan .paliters .impormasyon{
    width: 400px;
    text-align: left;
    float: left;
    margin: 40px 10px;
    color: #8a8a8a;
}
.sec2 .kanan .paliters .impormasyon h1{
    background: #ff232d;
    background: -ms-linear-gradient(100deg, #ff232d, #d01914);
    background: -moz-linear-gradient(100deg, #ff232d, #d01914);
    background: -o-linear-gradient(100deg, #ff232d, #d01914);
    background: -webkit-linear-gradient(100deg, #ff232d, #d01914);
    background: linear-gradient(100deg, #ff232d, #d01914);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 600;
}
.sec2 .kanan .paliters .impormasyon h2{
    background: #ff232d;
    background: -ms-linear-gradient(100deg, #ff232d, #d01914);
    background: -moz-linear-gradient(100deg, #ff232d, #d01914);
    background: -o-linear-gradient(100deg, #ff232d, #d01914);
    background: -webkit-linear-gradient(100deg, #ff232d, #d01914);
    background: linear-gradient(100deg, #ff232d, #d01914);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 600;
}

section.sec2{
    padding: 0px 0 30px 0;
    overflow: hidden;
}
.sec2 .kanan .paliters .impormasyon button{
    padding: 0 20px;
    /*background: linear-gradient(-155deg, #ed2024, #ffa86c 100%);*/
    border: none;
    color: #fff;
/*    width: 170px;*/
    height: 50px;
    font-size: 22px;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 80px;
    left: 20px;
     /*-webkit-box-shadow: 0 6px 10px 6px rgba(255, 81, 16, 0.31);*/
    /*box-shadow: 0 6px 10px 6px rgba(255, 81, 16, 0.31);*/
    background: linear-gradient(45deg, #ce1616, #e43953);
}
.sec2 .kanan .paliters .impormasyon label{
    font-size: 20px;
    margin: 0 0 30px 0px;
    font-weight: 500;
    color: #d6d6d6;
}
.sec2 .kanan .paliters .impormasyon p{
    font-size: 14px;
}
.sec2 .kaliwa div img:hover, .sec2 .kaliwa div.active img {
/*    -webkit-filter: grayscale(0%) brightness(100%) contrast(100%);*/
    -webkit-filter: grayscale(10%) brightness(60%) contrast(60%);
    -webkit-transition: .2s ease-in-out;
/*    -moz-filter: grayscale(0%) brightness(100%) contrast(100%);*/
    -moz-filter: grayscale(10%) brightness(60%) contrast(60%);
    -moz-transition: .2s ease-in-out;
/*    -o-filter: grayscale(0%) brightness(100%) contrast(100%);*/
    -o-filter: grayscale(10%) brightness(60%) contrast(60%);
    -o-transition: .2s ease-in-out;
/*    filter: grayscale(0%) brightness(100%) contrast(100%);*/
    filter: grayscale(10%) brightness(60%) contrast(60%);
}
.sec2 .kaliwa div img {
/*    -webkit-filter: grayscale(100%) brightness(80%) contrast(80%);*/
    -webkit-filter: grayscale(0%) brightness(100%) contrast(100%);
    -webkit-transition: .8s ease-in-out;
/*    -moz-filter: grayscale(100%) brightness(80%) contrast(80%); */
    -moz-filter: grayscale(0%) brightness(100%) contrast(100%);
    -moz-transition: .8s ease-in-out;
/*    -o-filter: grayscale(100%) brightness(80%) contrast(80%); */
    -o-filter: grayscale(0%) brightness(100%) contrast(100%);
    -o-transition: .8s ease-in-out;
/*    filter: grayscale(100%) brightness(80%) contrast(80%);*/
    filter: grayscale(0%) brightness(100%) contrast(100%);
    cursor: pointer;
}
.sec2 .kanan .paliters .provids{
    width: 398px;
    height: 106px;
    float: left;
    background-repeat: no-repeat;
}
.sec2 .kanan .paliters:nth-of-type(1) .provids{
    background-image: url(../../images/desktop/home/sec2/prov-sport.png);
}
.sec2 .kanan .paliters:nth-of-type(2) .provids{
    background-image: url(../../images/desktop/home/sec2/prov-live.png);
}
.sec2 .kanan .paliters:nth-of-type(3) .provids{
    background-image: url(../../images/desktop/home/sec2/prov-slot.png);
}
.sec2 .kanan .paliters:nth-of-type(4) .provids{
    background-image: url(../../images/desktop/home/sec2/prov-fish.png);
}
/*.sec2 .kanan .paliters:nth-of-type(5) .provids{
    background: url(../../images/desktop/home/sec2/prov-sport.png);
}
.sec2 .kanan .paliters:nth-of-type(6) .provids{
    background: url(../../images/desktop/home/sec2/prov-number.png);
}*/
section.sec0 iframe{
    max-width: 1240px;
    width: 100%;
    height: 408px;
}
.sec2 .kaliwa div span{
    position: absolute;
    left: 6px;
    color: #fff;
    bottom: 11px;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.sec2 .kanan .paliters.active{
    visibility: visible;
    opacity: 1;
    bottom: 0;
    transition: 1.5s;
}



/* sec4 */
.sec4 .onebx{
    width: 380px;
    float: left;
    margin: 30px 10px;
}
.sec4 .onebx .titl{
    height: 40px;
    background: #9c0709;
    color: #fff;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 600;
    line-height: 2.5;;
}
.sec4 .onebx .titl img{
    width: 22px;
    margin-top: -5px;
}
.sec4 .onebx .cont{
    color: #d6d6d6;
    height: 255px;
    overflow: auto;
    border: 1px solid #2b2b2b;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
}
.sec4 .onebx .cont ul{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y:hidden;
}
.sec4 .onebx .cont ul li{
    float: left;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #2b2b2b;
}
.sec4 .onebx .cont ul li div{
    float: left;
    padding: 4px 8px;
    text-align: left;
    position: relative;
}
.sec4 .onebx .cont ul li div:nth-of-type(1){
    width: 25%;
}
.sec4 .onebx .cont ul li div:nth-of-type(2){
    width: 37%;
}
.sec4 .onebx .cont ul li div:nth-of-type(3){
    width: 38%;
    text-align: right;
    padding: 13px 8px 13px 0;
}
.sec4 .onebx .cont ul li div:nth-of-type(1) span{
    float: left;
    width: 100%;
}
.sec4 .onebx .cont ul li div:nth-of-type(1) span:last-child{
    color: #828282;
    position: absolute;
    left: 7px;
    width: 170%;
    top: 24px;
}
.hide-scrollbar::-webkit-scrollbar {
  display:none;
}
.data-list {
  height:50px;
  width:200px;
  overflow-y:hidden;
}
.qr-{
    height: 132px;
}
/* sec4 end */


/*new s3 w ambassador*/
.s3bigright{
    float: left;
    width: 870px;
}
.s3bigleft{
    float: left;
    width: 330px;
    font-size: 12px;
    color: #bbb9ba;
    text-align: center;
    margin: 10px 0;
}
.sign{
    float: left;
    width: 40%;
    margin-top: 5%;
    margin-left: -8%;
}
.girl{
    float: left;
    width: 53%;
}
.girl.new{
    float: left;
    width: 47%;
}
.sign img, .girl img{
    padding: 10px 0;
}
.kerry{
    margin-bottom: -10px;
    width: 65%;
}
.s3boxes {
    width: 420px;
    margin: 7px;
    border-radius: 0;
    height: 200px;
}
.s3boxes .white div:nth-of-type(1) {
    margin: 55px 15px;
}
.s3boxes .white div:nth-of-type(2){
    height: 100%;
    align-items: center;
    display: grid;
    text-align: left;
    padding: 10px;
    width: 300px;
}
/*new s3 w ambassador END*/
.s3tabs div:nth-of-type(3) span, .s3tabs:nth-of-type(3) div:nth-of-type(2) span, .s3tabs:nth-of-type(4) div:nth-of-type(2) span{
    padding: 20px 0;
    font-size: 11px;
    color: #d6d6d6;
    font-weight: 600;
    text-align: center;
    -webkit-text-fill-color: #d6d6d6;
    position: absolute;
}
.s3tabs:nth-of-type(1) div:nth-of-type(3){
    line-height: 1;
}
.s3tabs:nth-of-type(1) div:nth-of-type(3) span{
    bottom: -16px;
    left: 8px;
}
.s3tabs:nth-of-type(2) div:nth-of-type(3){
    line-height: 1;
}
.s3tabs:nth-of-type(2) div:nth-of-type(3) span{
    bottom: -16px;
    left: 11px
}
.s3tabs:nth-of-type(3) div:nth-of-type(2){
    line-height: 1.6;
}
.s3tabs:nth-of-type(3) div:nth-of-type(2) span{
    top: -5px;
    left: 3px;
    font-size: 10px;
}
.s3tabs:nth-of-type(3) div:nth-of-type(3){
    float: left;
    padding: 28px 0;
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 600;
    text-align: center;
}
.s3tabs:nth-of-type(4) div:nth-of-type(2){
    line-height: 1.6;
}
.s3tabs:nth-of-type(4) div:nth-of-type(2) span{
    top: -5px;
    left: 31px;
    font-size: 11px;
}
.s3tabs:nth-of-type(4) div:nth-of-type(3){
    float: left;
    padding: 20px 0;
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 600;
    text-align: center;
}

/* sports page */
.sports-game{
    position: relative;
    width: 100%;
    float: left;
    background: url(../../images/desktop/sports/sports-bg.jpg) center;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.sports-game #ybfifull{
    width: 100%;
    float: left;
    background: url(../../images/desktop/fish/fish100.jpg) center;
    height: 860px;
    background-repeat: no-repeat;
    background-size: cover;
}
.sports-game #sports-bg{
    width: 1020px;
    margin: 20px auto 0;
    background: url(../../images/desktop/sports/f1bg.png) bottom center/650px no-repeat;
    height: 570px;
    text-align: center;
    padding-top: 170px;
    transition: .2s;
}
.sports-game .hayp{
    float: left;
    cursor: pointer;
    margin-top: 10px !important;
    position: relative;
    margin: 0 auto;
    transition: .4s;
    left: 0;
}
.sports-game #f1 img{
    top: -70px;
    left: -65px;
}
.sports-game #f2 img{
    top: 58px;
    left: -42px;
}
.sports-game #f3 img{
    top: 185px;
    left: -15px;
}
.sports-game #f4 img{
    top: 290px;
    left: 10px;
}
.sports-game #f5 img{
    top: 395px;
    left: 35px;
}
.sports-game #f6 img{
    top: -60px;
    left: 800px;
}
.sports-game #f7 img{
    top: 58px;
    left: 775px;
}
.sports-game #f8 img{
    top: 185px;
    left: 750px;
}
.sports-game #f9 img{
    top: 290px;
    left: 725px;
}
.sports-game #f10 img{
    top: 395px;
    left: 700px;
}
.sports-game .gamebtns{
    width: 100%;
    position: relative;
    display: none;
    top: 310px;
/*    top: -150px;*/
    text-align: center;
}
.sports-game .gamebtns a:hover{
    text-decoration:none;
}
.sports-game .f1p {
    display: block;
}
.sports-game .gamebtns img{
    width: 40px;
    position: relative;
    top: -3px;
    left: -4px;
}
.sports-game .hayp img{
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.sports-game .gamebtns .btmbtns{
    width: 240px;
    height: 55px;
    font-size: 25px;
    font-weight: bold;
    color: #000;
    background: linear-gradient(0deg, #ffc331 50%, #ffd457 50%);
    border-radius: 7px;
    -webkit-text-stroke: transparent;
    text-shadow: none;
    box-shadow: 3px 3px #442c00;
    padding: 10px 0px 10px 12px;
    margin: 0 auto;
    cursor: pointer;
}
.sportstag{
    background: rgb(0 0 0 / 50%);
    color: #fff;
    width: auto;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 5px 0;
    max-width: 900px;
    font-size: 13px;
}
.sportsPage .newtitle img:first-child{
    margin: 20px 0 5px;
    width: 250px;
}
.newtitle{
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}
.newtitle img:first-child{
    margin-top: 11px;
    height: 70px;
}
.newtitle img:last-child{
    margin-top: -10px;
}
/* sports page  end */

/* FISHING START */

.fishing-game #ybfifull {
    width: 100%;
    float: left;
    background: url(../../images/desktop/fish/fish100.jpg) center;
    height: 860px;
    background-repeat: no-repeat;
    background-size: cover;
}

.fishing-game #fish-bg {
    width: 1020px;
    margin: 20px auto;
    background: url(../../images/desktop/fish/f1bg.png) no-repeat top center;
    height: 578px;
    text-align: center;
    transition: .2s;
}

.fishing-game .hayp {
    float: left;
    cursor: pointer;
    margin-top: 10px !important;
    position: relative;
    margin: 0 auto;
    transition: .4s;
    left: 0;
}

.fishing-game .hayp img {
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

/*.fishing-game .hayp img.top:hover {
    opacity: 0 !important;
}

.fishing-game .fleft:hover {
    left: 50px;
}

.fishing-game .fright:hover {
    left: -50px;
}*/

.fishing-game #f1 img {
    top: -54px;
    left: -92px;
}

.fishing-game #f2 img {
    top: 60px;
    left: -65px;
}

.fishing-game #f3 img {
    top: 180px;
    left: -40px;
}

.fishing-game #f4 img {
    top: 300px;
    left: -15px;
}

.fishing-game #f5 img {
    top: -54px;
    left: 830px;
}

.fishing-game #f6 img {
    top: 60px;
    left: 800px;
}

.fishing-game #f7 img {
    top: 180px;
    left: 775px;
}

.fishing-game #f8 img {
    top: 300px;
    left: 750px;
}

.fishing-game #f9 img {
    top: 290px;
    left: 725px;
}

.fishing-game #f10 img {
    top: 395px;
    left: 700px;
}
.fishing-game .gamebtns {
    width: 100%;
    position: relative;
    display: none;
    top: 420px;
/*    top: 520px;*/
    text-align: center;
}

.fishing-game .gamebtns a:hover {
    text-decoration:none;
}

.fishing-game .f1p {
    display: block;
}

.fishing-game .gamebtns img {
    /*position: absolute;*/
    cursor: pointer;
}


/** Glow Button **/

	@-webkit-keyframes brightPulse {
	    from {
	        -webkit-filter: brightness(100%) grayscale(10%);
	    }
	    50% {
	        -webkit-filter: brightness(125%) grayscale(0%);
	    }
	    to {
	        -webkit-filter: brightness(100%) grayscale(10%);
	    }
	}

.fishing-game .gamebtns img:hover, .fishing-game .gamebtns .btmbtns:hover {
	    -webkit-animation-name: brightPulse;
	    -webkit-animation-duration: 2.5s;
	    -webkit-animation-iteration-count: infinite;
	}

.fishing-game {
    float: left;
    position: relative;
    width: 100%;
    /* height: 720px;
    margin-bottom: 10px; */
    /* background-image: url(../../../images/desktop/fishing/bg-fishing.jpg);
    background-position: center top; */
    background-repeat: no-repeat
}

.fishing-game img.background {
    width: 100%;
}

.fishing-game .content-container {
    top: 0;
    position: absolute;
    width: 100%;
}

.fishing-game .content-container .content {
    width: 1040px;
    margin: auto;
}

.fishing-game .content-container .content .tab {
    position: relative;
}

.fishing-game .content-container .content .tab .col-xs-4 {
    padding-right: 0;
}

.fishing-game .content-container .content .tab a.fishing-btn {
    position: absolute;
    bottom: 75px;
    left: 84px;
}

.fishing-game .content-container .content .tab a.fishing-btn img {
    width: 100%;
}

.fishing-game .content-container .content .tab a.fishing-btn2 {
    position: absolute;
    width: 40%;
    top: 225px;
    left: 380px;
}

.fishing-game .content-container .content .tab a.fishing-btn2 img {
    width: 100%;
}

.fishing-game .content-container .content .tab-pane {
    position: relative;
}

.fishing-game .content-container .content .tab-pane img {
    margin-top: 4%;
}

.fishing-game .content-container .content .nav-tabs-fishing {
    position: absolute;
    top: 200px;
    left: 67px;
    border-bottom: 0;
}

.fishing-game .content-container .content .nav-tabs-fishing li.active a img:last-child,
.fishing-game .content-container .content .nav-tabs-fishing a:hover img:last-child {
    opacity: 1;
}

.fishing-game .content-container .content .nav-tabs-fishing li {
    margin: 0;
}

.fishing-game .content-container .content .nav-tabs-fishing li img {
    width: 100%;
}

.fishing-game .content-container .content .nav-tabs-fishing li img:last-child {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    webkit-transition: opacity .01s ease;
    -o-transition: opacity .01s ease;
    transition: opacity .01s ease;
}

.fishing-game .content-container .content .nav-tabs-fishing li a {
    padding: 0;
    margin-right: 0;
    margin-bottom: 5px;
    border: 0;
    position: relative;
}

.fishing-game .content-container .content .nav-tabs-fishing>li.active>a,
.fishing-game .content-container .content .nav-tabs-fishing>li.active>a:hover,
.fishing-game .content-container .content .nav-tabs-fishing>li.active>a:focus,
.fishing-game .content-container .content .nav-tabs-fishing>li>a:hover,
.fishing-game .content-container .content .nav>li>a:hover,
.fishing-game .content-container .content .nav>li>a:focus {
    background-color: transparent;
    border: 0;
}
.newtitle{
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}
/*.newtitle img:first-child{
    margin-top: 30px;
}*/
.newtitle img:last-child{
    margin-top: -10px;
}
.fishtag{
    width: 963px;
    height: 117px;
    padding: 43px 0 29px 0;
    text-align: center;
    margin: 0 auto;
    margin-top: -10px;
    font-size: 15px;
    /*font-weight: bold;*/
    color: #023e5c;
    /*-webkit-text-fill-color: white;*/
    /*-webkit-text-stroke-width: 1px;*/
    /*-webkit-text-stroke-color: #023e5c;*/
    background-image: url(../../images/desktop/fish/text.png);
}

.gamebtns.rows2{
    width: 750px;
    margin: 0 auto;
    top: 495px; 
    /*top: 505px; */
}
    /*for 1 row game btns*/
.gamebtns .btmbtns{
    background-image: url(../../images/desktop/fish/button-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 226px;
    height: 69px;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 0;
    -webkit-text-stroke: 1px #003d59;
    color: white;
    text-shadow: 2px 2px 0 #003d59, -1px -1px 0 #003d59, 1px -1px 0 #003d59, -1px 1px 0 #003d59, 1px 1px 0 #003d59;
    display: inline-block;
    cursor: pointer;
}
    /*for 2 rows game btns*/
.gamebtns.rows2 .btmbtns{
    background-image: url(../../images/desktop/fish/button-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 55px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    -webkit-text-stroke: 1px #003d59;
    color: white;
    text-shadow: 0 0 0 #003d59, -1px -1px 0 #003d59, 1px -1px 0 #003d59, -1px 1px 0 #003d59, 1px 1px 0 #003d59;
}

/* fishing page end */

/* register start */
.registerPage{
    background: #111010;
    float: left;
    width: 100%;
}
.reg-centerer{
    width: 982px;
    margin: 0 auto;
    text-align: center;
}
.reg-bg{
    width: 100%;
    float: left;
/*    height: 584px;*/
    height: 684px;
    background-color: #fff; 
    margin: 40px 0;
    border-radius: 20px;
}
.reg-left{
    position: relative;
    float: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 50%;
}
.reg-left img{
/*    height: 100%;*/
/*    width: auto;*/
    height: 684px;
    width: 491px;
}
.reg-slice{
    position: absolute;
    background: #fff;
    right: -18px;
/*    right: -16px;*/
    width: 32px;
    top: 0;
    height: 100%;
    transform: skew(-2deg);
/*    transform: skew(-3deg);*/
}
.reg-right{
    position: relative;
    float: left;
    width: 50%;
}
.reg-nav div{
    float: left;
    width: 50%;
    font-size: 14px;
    padding: 10px 0;
    cursor: pointer;
    color: #d42027;
    font-weight: bold;
}
.reg-nav div.active{
    border-bottom: 2px solid #d42027;
}
.form-sigup{
    width: 491px;
    overflow: hidden;
/*    height: 543px;*/
    height: 643px;
    position: relative;
}
.form-sigup .long-form{
    position: relative;
    height: 100%;
    transition: .5s;
}
.form-sigup.normal .long-form{
    width: 1473px;
    /* 3 slices */
}
.form-sigup.quick .long-form{
    width: 982px;
    /* 2 slices */
}
.form-sigup .long-form .slices{
    width: 491px;
    float: left;
    height: 100%;
    position: relative;
    padding: 10px 25px;
}
.form-sigup.normal .long-form .slices h4{
    font-size: 18px;
    color: #ed1f23;
    text-align: left;
    float: left;
    background: #fff;
    position: relative;
    z-index: 1;
    left: 20px;
    margin-top: 10px;
}
.form-sigup.quick .long-form .slices h4{
    color: #d42027;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 10px;
    margin-left: 19px;
}
.form-sigup.normal .long-form .slices ul{
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    border: 1px dashed #ccc;
    border-radius: 5px;
    padding: 10px 20px;
    top: -17px;
}
.form-sigup .long-form .slices ul li{
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
    list-style: none;
}
.form-sigup .long-form .slices li label{
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 2px;
    color: #000;/*#cd1514;*/
    font-weight: 600;
}
.form-sigup .long-form .slices li input{
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #bbbbbb;
    color: #0F192E;
    height: 35px;
}
.form-sigup .long-form .slices li span.err{
    color: #d42027;
    font-size: 11px;
    display: block;
    margin: 3px 0;
    line-height: 1;
    position: absolute;
    bottom: -18px;
    font-weight: bold;
}
.form-sigup .long-form .slices li select{
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 2.625rem;
    padding: .6875rem;
    border: 1px solid #ADACB1;
    border-radius: 0;
    background: #fff;
    color: #777;
}
.form-sigup .long-form button{
    border: none;
    padding: 5px 20px;
    border-radius: 3px;
    cursor: pointer;
}
.form-sigup .long-form button.next{
    float: right;
}
.form-sigup .long-form button.back{
    float: left;
}
.reg-phone-num, .reg-vercod{
    position: relative;
    width: 100%;
}
.reg-phone-num span.reg-flag{
    width: 28px;
    height: 28px;
    display: block;
    background-image: url(../../images/desktop/flag-sprite.png);
    position: absolute;
    left: 3px;
    top: 3px;
    background-position-y: 30px;
}
.reg-phone-num label{
    position: absolute;
    top: 8px;
    left: 35px;
    float: left;
    width: auto !important;
    color: #5d5d5d !important;
}
.reg-phone-num input{
    padding-left: 70px !important;
}
.reg-vercod span.reload{
    position: absolute;
    background: url(../../images/desktop/register/icon-reload.png) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    top: 7px;
    right: 5px;
    cursor: pointer;
    transition: .3s;
}
.reg-vercod span.reload:hover{
    transform: rotate(100deg);
}
.reg-vercod img{
    position: absolute;
    top: 0px;
    right: 30px;
    height: 34px;
}
.ticklabel{
    font-size: 14px;
    color: #444;
    margin: 0px 0 20px;
}
.form-sigup.normal .long-form .slices.slice-2 ul{
    padding: 15px 25px;
}
.form-sigup .long-form .slices.slice-1{
    padding: 5px 25px;
}
.form-sigup .long-form .slices .icon-register-over{
    width: 6.25rem;
    height: 6.25rem;
    margin-bottom: 1.25rem;
    background: url(../../images/desktop/register/icon-over.png) no-repeat center;
    display: block;
    margin: 70px auto 10px;
}
.form-sigup .long-form .slices.slice-3 h4{
    color: #d42027;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    float: none;
    left: 0;
}
.form-sigup .long-form .slices.slice-3 .box{
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    padding: 15px 30px;
    color: #505050;
    line-height: 2;
    margin: 30px 0;
    text-align: center;
}
.form-sigup .long-form .slices.slice-3 .box i{
    color: #d52b27;
    width: 18px;
    text-align: center;
}
.form-sigup .long-form .slices.slice-3 button{
    width: 100%;
}
.smsvc{
    height: 35px;
    position: relative;
}
.smsvc span.resend {
    height: 100%;
    position: absolute;
    right: 10px;
    padding: 7px 0;
    color: rgb(0 0 0 / 50%);
    font-size: 14px;
    cursor: pointer;
    top: 0;
}
.smsvc p{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    height: 100%;
    background: linear-gradient(45deg, #2b7e54, #50916f);
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
.smsvc.enable p{
    display: block;
}
.form-sigup .long-form .slices input[type="checkbox"] {
    width: auto;
    height: auto;
}
.form-sigup .long-form .slices li label.ticklabel {
    display: inline;
    font-size: 14px;
}
.form-sigup.quick .long-form .slices ul{
    float: left;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0px 20px;
}
.form-sigup.quick .long-form button{
    width: 90%;
    float: none;
}
.normalticks{
    text-align: left;
    margin-bottom: 20px;
    margin-left: 2px;
}
.normalticks .ticklabel{
    margin: 0;
}
.form-sigup.normal .long-form .slices ul li{
    margin-bottom: 20px;
}
/* register end */


/* turnover page */
.turnover_page{
    padding: 30px 50px;
    font-size: 15px;
}
.turnover_page button{
    border: none;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(41 41 41 / 50%),rgb(62 62 62 / 50%));
    color: #fff;
}
.turnover_page button.active{
    background: linear-gradient(to right, #E41A43 0%, #CD1514 15%, #CD1514 30%, #E41A43 55%, #E41A43 100%);
}
.turnover_page span{
    color: #e81f21;
    font-size: 13px;
    margin-left: 20px;
}
.turnover_item_cont{
    padding: 20px 0;
}
.turnover_item_cont .turnover_item{
    width: 290px;
    display: inline-block;
    background: #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
/*    height: 247px;*/
    height: 217px;
    margin: 2px;
}
.turnover_item_cont .turnover_item img{
    height: 130px;
    width: 100%;
    object-fit: cover;
}
.turnover_item_cont .turnover_item p{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 9px;
    height: 24px;
    overflow: hidden;
}
.turnover_item_cont .turnover_item .turnover_item_percent{
    width: 95%;
    margin: 0 2.5% 10px;
    background-color: #c1c1c1;
    height: 22.5px;
    border-radius: 3px;
    position: relative;
}
.turnover_item_cont .turnover_item .turnover_item_percent div{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #e81f21;
}
.turnover_item_cont .turnover_item .turnover_item_percent span{
    z-index: 1;
    color: #000;
    position: absolute;
    width: 100%;
    left: 0;
    top: 2px;
    margin: 0;
    font-weight: 600;
}

/* others page */
.others{
    background: #1a1819;
    color: #fff;
    padding-top: 160px;
}
.others .onethou{
    padding-top: 50px;
}
.others-left{
    float: left;
    width: 215px;
    height: 100%;
}
.others-nav{
    background: #242223;
    float: left;
    border-radius: 5px;
}
.others-nav a{
    float: left;
    width: 100%;
}
.others-nav a:hover{
    text-decoration: none;
}
.others-nav div{
    padding: 10px 0;
    height: 45px;
    color: #999;
    font-size: 14px;
    position: relative;
    text-align: center;
}
.others-nav div.active, 
.others-nav div:hover{
    background: #b80205;
    color: #fff;
}
.others-nav a:first-child div{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.others-nav a:last-child div{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.others-right{
    float: right;
    width: 985px;
    padding-left: 50px;
    text-align: left;
    font-size: 13px;
    line-height: 2;
    padding-bottom: 50px;
}
.others-nav div::after{
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #353535;
    width: 70%;
    bottom: -1px;
    margin: 0 15%;
}
.others-nav a:last-child div::after{
    display: none;
}
.others-right h2{
    margin-bottom: 1.8rem;
    color: #ed1f23;
    font-size: 27px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 5px solid #ed1f23;
}
.others-right h4{
    color: #ed1f23;
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
}
.others-right a{
    color: #ed1f23;
    border-bottom: 1px solid #ed1f23;
    text-decoration: none;
}
.others-right ol{
    padding-inline-start: 15px;
}
.others-right ol li{
    display: list-item;
    list-style: decimal;
}
.others-right b{
    font-size: 18px;
}
/* others page end */

.short_ul {
    flex: 0 1 45px!important;
}

.icon {
    width: 25px;
}

.slick-dots {
    padding-right: calc(100%/2)!important;
}
.reg-flag.vn {
    background-position-y: -76px!important;
}
.reg-flag.en {
    background-position-y: 30px!important;
}
.reg-flag.ma {
    background-position-y: 30px!important;
}

.reg-flag.VND {
    background-position-y: -76px!important;
}
.reg-flag.MYR {
    background-position-y: -150px!important;
}
.reg-flag.SGD {
    background-position-y: 66px!important;
}
.reg-flag.THB {
    background-position-y: -112px!important;
}
.reg-flag.KRW {
    background-position-y: 30px!important;
}

.swal2-popup {
    padding:  0px!important;
    border-radius: 10px;
}
.swal2-popup .swal2-header{
    background: #dc2e2e;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.swal2-popup .swal2-title{
    color:  #fff;
    margin: 6px;
    font-size: 25px;
}
.swal2-popup .swal2-actions{
    margin: 10px auto 0;
    margin-bottom: 15px;
}
.swal2-popup .swal2-styled.swal2-confirm{
    font-size: 16px;
    background-color: #b4171e;
}
.swal2-popup .swal2-styled {
    padding: 5px 35px;
}
.swal2-popup #swal2-content{
    padding: 10px 15px 5px 15px;
    padding-top: 10px;
    font-size: 15px;
}
.swal2-popup #swal2-content {
  text-align: left;  
}
.swal2-popup .swal2-close {
    font-family: monospace;
    font-size: 26px;
}

.header_right_top { 
    display: flex;  
    height: 74px;
    align-items: center;
    float: right;
}
button[disabled] { 
    background: #a5a5a5!important;
}

.sub_nav_items.not_opt img {
    width: 138px;
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.slots_page .side_nav {
    height: 100%!important;
    width: 100%!important;
/*    overflow-y: scroll;*/
/*    box-sizing: content-box;
    padding-right: 17px;*/
}

.btn-red, .btn-red:hover {
    color: red;
}

.slotCat{
    background: #1d1d1d;
/*    color: #636466;*/
    color: #fff;
    font-size: 15px;
    padding: 2px 5px 2px 5px;    
    border-radius: 5px;
}

.slotCat.active {
    color: red;
}

.eyes{
    width: 22px;
    height: 22px;
    position: absolute;
    right: 6px;
    top: 5px;
}

.btn-action{
    color: #fff;
    height: 30px;
    padding: 0 10px;
    margin: 0 5px;

    font-weight: 500;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    float: left;
    width: 100%;
}

.input-prepend {
  position: absolute;
  background: #eaeaea;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  line-height: 29px;
  width: 45px;
  text-align: center;
  padding-right: 4px;
  height: 34px;
}

.input-prepend-text {
  border: 1px solid #bbb!important;
  width: 100%!important;  
  padding-left: 50px!important;
  height: 34px;
/*  color: #fff;*/
}
.input-group-row { padding-bottom: 8px; font-size: 1.2rem;} 
.input-group {  display: inline-flex;  width: 100%; font-size: 15px; }
.input-group label { margin-bottom: 0; }

.input-text { 
  border: 1px solid #bbb!important;
  width: 100%!important;
  height: 34px;
}

.input-text[disabled] {
  background: #ebebf2;
  color: #ccc6c6;
}
.input-prepend-text[disabled] {
/*  background: #ebebf2;*/
/*  background: #a3a3aa;*/
  background: #c5c5c9;
/*  color: #ccc6c6;*/
    color: #706e6e;
}

#deposit-notice {
    background: antiquewhite;
    padding: 20px;
    border-radius: 8px;

}


.app-banner{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #2b2929;
    background-image: url(../../images/desktop/download/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
}

.app-page-top {
    width: 50%;
    max-width: 600px;
    margin: auto;
    padding: 5%;
    transform: translateX(-50%);
    line-height: 1.2;    
}

.app-page-top h2 {
    margin-bottom: 5px;
    color: #ED1F23;
    font-size: 35px;
    font-weight: bold;
    text-shadow: 0 3px 5px rgb(0 0 0 / 40%);
}

.app-page-top span {
    color: #ffffff;
    font-size: 28px;
    text-shadow: 0 3px 5px rgb(0 0 0 / 40%);
}

.app-page-top p {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    text-shadow: 0 3px 5px rgb(0 0 0 / 40%);
}



.app-qrcode img {
    position: relative;
    width: 150px;
    padding: 5px;
    background-color: #ED1F23;
    text-align: center;    
}


.app-page-bottom{
    max-width: 1098px;
    height: auto;
    margin: 1% auto;   
/*    background-color: #2b2929; */
}

.app-page-bottom h3 {
    color: #ED1F23;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    padding: 2% 0;
}

.app-page-bottom ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.app-page-bottom ul li {
    display: inline-flex;
    flex-direction: column;
    justify-content: start;
    width: 25%;
    height: auto;
    padding: 0 10px;
    cursor: pointer;    
}

.mobile-dl-box img {
    display: block;
    position: relative;
    z-index: 2;
    width: 65%;
    margin: auto;
    transition: transform .2s;
}

.mobile-dl-box img:hover{
    transform: scale(1.05);
} 

.mobile-dl-text {
    padding: 5px 15px;
    text-align: center;    
}

.mobile-dl-text .title {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    padding: 13px;
    color: #ED1F23;
    font-size: 16px;
    border-radius: 20px;
    background: #fff;    
}

.mobile-dl-text .title span {
    display: block;
    font-size: 12px;
    line-height: 1;
}

.mobile-dl-text .title i {
    font-size: 18px;
    font-weight: 800;
}

.mobile-dl-text .title:hover{
    background: #ED1F23;
    color: #fff;
}

.mobile-dl-text p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}


.mobile-dl-text .title::before, .mobile-dl-text .title::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile-dl-text .title::after {
    width: 55px;
    height: 55px;
    padding-top: 0%;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: -3px 1px 6px rgb(6 8 15 / 30%);
}


.mobile-dl-text .title::before {
    width: 72px;
    height: 72px;
    border-radius: 15px;
    background: linear-gradient(145deg, #ED1F23 10%, rgba(255, 255, 255, 0.4) 40%, #ED1F23 43%), #ED1F23;
}

.btn-rain {
    color: #fff;
    background: #b4171e;    
    border: none;
    border-radius: 5px;
    padding: 5px 60px;
    font-weight: 600;
    display: block;    
}
.input-rain{
    display: inline-block;
    width: 100%;
    padding: 3px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;    
}

.divInbox{
min-width: 20px;
    background: black;
    color: white;
    border-radius: 15px;
    text-align: center;
    position: relative;
    top: -3px;
    font-size: 10px;
    padding: 2px 5px;
    left: 4px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
}


#dp_cont_1 .token_opts div.active{
    color: red;
}

#dp_cont_6 .token_opts div.active{
    color: red;
}
#dp_cont_7 .token_opts div.active{
    color: red;
}
#dp_cont_8 .token_opts div.active{
    color: red;
}
#dp_cont_12 .token_opts div.active{
    color: red;
}


.LocalBank{
  background-image: url(../../images/desktop/deposit/1-BANK.png)!important;      
}
.LocalBank.active{
  background-image: url(../../images/desktop/deposit/1-BANK-HOVER.png)!important;      
}

.OnlineBank{
  background-image: url(../../images/desktop/deposit/iBanking.png)!important;      
}
.OnlineBank.active{
  background-image: url(../../images/desktop/deposit/iBanking-HOVER.png)!important;      
}

.QR{
  background-image: url(../../images/desktop/deposit/QR.png)!important;      
}
.QR.active{
  background-image: url(../../images/desktop/deposit/QR-HOVER.png)!important;      
}

.Momo{
  background-image: url(../../images/desktop/deposit/momo.png)!important;      
}
.Momo.active{
  background-image: url(../../images/desktop/deposit/momo-HOVER.png)!important;      
}


.EeziePay{
  background-image: url(../../images/desktop/deposit/1-EEZIEPAY.png)!important;
}
.EeziePay.active{
  background-image: url(../../images/desktop/deposit/1-EEZIEPAY-HOVER.png)!important;
}

.PayTrust{
  background-image: url(../../images/desktop/deposit/1-PAYTRUST.png)!important;    
}
.PayTrust.active{
  background-image: url(../../images/desktop/deposit/1-PAYTRUST-HOVER.png)!important;    
}

.SurePay{
  background-image: url(../../images/desktop/deposit/SurePay.png)!important;    
}
.SurePay.active{
  background-image: url(../../images/desktop/deposit/SurePay-HOVER.png)!important;    
}
.HengPayDeposit{
  background-image: url(../../images/desktop/deposit/HengPay.png)!important;    
}
.HengPayDeposit.active{
  background-image: url(../../images/desktop/deposit/HengPay-HOVER.png)!important;    
}

.VirtualBank{
  background-image: url(../../images/desktop/deposit/VirtualBank.png)!important;    
}
.VirtualBank.active{
  background-image: url(../../images/desktop/deposit/VirtualBank-HOVER.png)!important;    
}


.Help2Pay{
  background-image: url(../../images/desktop/deposit/1-HELP2PAY.png)!important;      
}
.Help2Pay.active{
  background-image: url(../../images/desktop/deposit/1-HELP2PAY-HOVER.png)!important;      
}

.GrabPay{
  background-image: url(../../images/desktop/deposit/GrabPay.png)!important;      
}
.GrabPay.active{
  background-image: url(../../images/desktop/deposit/GrabPay-HOVER.png)!important;      
}

.Boost{
  background-image: url(../../images/desktop/deposit/Boost.png)!important;      
}
.Boost.active{
  background-image: url(../../images/desktop/deposit/Boost-HOVER.png)!important;      
}

.TouchNGo{
  background-image: url(../../images/desktop/deposit/TouchNGo.png)!important;      
}
.TouchNGo.active{
  background-image: url(../../images/desktop/deposit/TouchNGo-HOVER.png)!important;      
}

.Crypto{
  background-image: url(../../images/desktop/deposit/1-CRYPTO.png)!important;      
}
.Crypto.active{
  background-image: url(../../images/desktop/deposit/1-CRYPTO-HOVER.png)!important;      
}

.MOMO{
  background-image: url(../../images/desktop/deposit/momo.png)!important;      
}
.MOMO.active{
  background-image: url(../../images/desktop/deposit/momo-hover.png)!important;      
}

.PayNow{
  background-image: url(../../images/desktop/deposit/PayNow.png)!important;      
}
.PayNow.active{
  background-image: url(../../images/desktop/deposit/PayNow-HOVER.png)!important;      
}


#loadingImageType::after{
    content: none;
}

.headerRed{
    color: #eb2225;
    font-weight: bold;    
}

.providerTable th, .providerTable td {
    border-bottom:  1px solid #d0d0d0;
    cursor: pointer;
}

.daterangepicker .calendar-table th {
    background: #e81f21;
}

.reportTable td {
    border-bottom: 1px solid #d0d0d0;
}

.nav-tabs {
    margin-bottom: 20px;
}

.nav-link {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #fff;
    color: #000;
    width: 180px;
    cursor: pointer;
}

.nav-tabs .nav-link.active{
    background: #c90a0d;
    color: #fff;
}

.nav-tabs .nav-link {
    border: 1px solid #c90a0d;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom: 0;
    margin-right: 1px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    background: #c90a0d;
    color: #fff;    
}

.nav-tabs .nav-link:hover {
    color: #fff!important;
}

.hf td {
    border-bottom: 1px solid #d0d0d0;
}
/*.header_nav ul li::after {
    content: '';
    display: block;
    position: relative;
    top: 6px;
    float: right;
}*/
/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


#depoPGMethod div::after{
    top: 3px!important;
}
#dp_cont_2 .token_opts div.active {
    color: red;
}

.seoFooter {
  padding-top: 50px;
  background: #e3e3e3;  
  color: black;
}

.liWithAcc{
    margin-bottom: 2px!important;
}

/*.sports-game .hayp.active img.bottom{
    opacity: 1;
}*/

/*.sports-game #f2 img.bottom{
    display: none;
}*/


/* sports new animation */
.sports-game .hayp img.bottom{
    opacity: 0;
}
.sports-game .hayp.active img.top{
    opacity: 0;
}
.sports-game .hayp.active img.bottom{
    opacity: 1;
}
.sports-game .hayp img{
    transition: none;
}


.casino_item.new::after, .casino_item.hot::after{
    content: 'NEW';
    display: block;
    position: absolute;
    top: -8px;
    right: -17px;
    background: linear-gradient(90deg, #19e929, #197808);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 35px;
    transform: rotate(48deg);
    border-radius: 3px;
    line-height: 4.5;
    z-index: 2;
}
.casino_item.hot::after{
    content: 'HOT';
    background: linear-gradient(90deg, #e95e19, #ed2b0d);
}


.hayp.new1::after, .hayp.hot1::after{
    content: 'NEW';
    display: block;
    position: absolute;
    top: -37px;
    right: -116px;
    background: linear-gradient(0deg, #19e929, #197808);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 23px;
    /* transform: rotate(48deg); */
    border-radius: 3px;
    line-height: 21px;
    z-index: 2;
}
.hayp.hot1::after{
    content: 'HOT';
    background: linear-gradient(90deg, #e95e19, #ed2b0d);
}


.hayp.new2::after, .hayp.hot2::after{
    content: 'NEW';
    display: block;
    position: absolute;
    top: 73px;
    right: -143px;
    background: linear-gradient(0deg, #19e929, #197808);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 23px;
    /* transform: rotate(48deg); */
    border-radius: 3px;
    line-height: 21px;
    z-index: 2;
}
.hayp.hot2::after{
    content: 'HOT';
    background: linear-gradient(90deg, #e95e19, #ed2b0d);
}


.hayp.new3::after, .hayp.hot3::after{
    content: 'NEW';
    display: block;
    position: absolute;
    top: 196px;
    right: -171px;
    background: linear-gradient(0deg, #19e929, #197808);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 23px;
    /* transform: rotate(48deg); */
    border-radius: 3px;
    line-height: 21px;
    z-index: 2;
}
.hayp.hot3::after{
    content: 'HOT';
    background: linear-gradient(90deg, #e95e19, #ed2b0d);
}


.hayp.new4::after, .hayp.hot4::after{
    content: 'NEW';
    display: block;
    position: absolute;
    top: 73px;
    right: -127px;
    background: linear-gradient(0deg, #19e929, #197808);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 23px;
    /* transform: rotate(48deg); */
    border-radius: 3px;
    line-height: 21px;
    z-index: 2;
}
.hayp.hot4::after{
    content: 'HOT';
    background: linear-gradient(90deg, #e95e19, #ed2b0d);
}


.hayp.new5::after, .hayp.hot5::after{
    content: 'NEW';
    display: block;
    position: absolute;
    top: -37px;
    right: -970px;
    background: linear-gradient(0deg, #19e929, #197808);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 23px;
    /* transform: rotate(48deg); */
    border-radius: 3px;
    line-height: 21px;
    z-index: 2;
}
.hayp.hot5::after{
    content: 'HOT';
    background: linear-gradient(90deg, #e95e19, #ed2b0d);
}


.hayp.new6::after, .hayp.hot6::after{
    content: 'NEW';
    display: block;
    position: absolute;
    top: 73px;
    right: -940px;
    background: linear-gradient(0deg, #19e929, #197808);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 23px;
    /* transform: rotate(48deg); */
    border-radius: 3px;
    line-height: 21px;
    z-index: 2;
}
.hayp.hot6::after{
    content: 'HOT';
    background: linear-gradient(90deg, #e95e19, #ed2b0d);
}


.hayp.new7::after, .hayp.hot7::after{
    content: 'NEW';
    display: block;
    position: absolute;
    top: 196px;
    right: -910px;
    background: linear-gradient(0deg, #19e929, #197808);
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    width: 50px;
    text-align: center;
    height: 23px;
    /* transform: rotate(48deg); */
    border-radius: 3px;
    line-height: 21px;
    z-index: 2;
}
.hayp.hot6::after{
    content: 'HOT';
    background: linear-gradient(90deg, #e95e19, #ed2b0d);
}


.menu_slots:hover{
    color: #000;
    background: #fff;
}

.vipBronze{ color: #ad9c6f!important}
.vipSilver{ color: #ababab!important}
.vipGold{ color: #a1812a!important}
.vipPlatinum{ color: #9fbfd8!important}
.vipDiamond{ color: #736ba7!important}


.dp_opt_col.hf>div{
    width: 755px;
}


/*  shop page */
#menu-shop img{
    width: 22px;
    position: relative;
    margin-right: 3px;
    top: -2px;
}
#menu-shop img.new-icon{
    top: -8px;
}
.shopPageNav{
    color: #fff;
    text-align: left;
    border-radius: 30px;
    margin: 10px 0 10px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 10px;
}
.shopPageCont{
    margin: 15px 0 80px;
    padding: 0;
}
.shopPageCont button{
    border: 1px solid #d10100;
    width: 338px;
    height: 64px;
    font-weight: 600;
    font-size: 18px;
    background: transparent;
    margin-bottom: 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: .2s;
}
.shopPageCont button img{
    width: 38px;
    margin-right: 10px;
}
.shopPageCont button:hover{
    background: #d101002b;
    border: 1px solid transparent;
}
.shopBoxCont{
    max-height: 680px;
    overflow: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 15px;
    padding: 10px;
}
.shopBox{
    height: 210px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 0%);
    transition: .2s;
    max-width: 222px;
    position: relative;
}
.shopBox:hover{
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
}
.shopBoxCont::-webkit-scrollbar{
    width: 6px;
}
.shopBoxCont::-webkit-scrollbar-thumb{
    background-color: rgb(30 30 30 / 10%);
    border-radius: 10px;
    transition: .2s;
}
.shopBox_img{
    width: 192px;
    height: 125px;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}
.shopBox_img img{
    object-fit: contain;
    width: 100%;
}
.shopBox label{
    margin: 5px auto;
    font-weight: 500;
    display: block;
    line-height: 1;
    white-space: nowrap;
    width: 97%;
    height: 20px;
    overflow: hidden;
}
.htrBtn{
    background-color: #1e8655;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    margin: 20px 0 10px;
    width: 70%;
    transition: .2s;
    cursor: pointer;
}
.htrBtn img{
    width: 35px;
    margin: 2px 5px;
}
.htrBtn img.hover{
    display: none;
}
.htrBtn:hover img.default{
    display: none;
}
.htrBtn:hover img.hover{
    display: inline-block;
}
.htrBtn:hover{
    background-color: #d1161c;
    color: #fff600;
}
.shopPageNav .shopPageNav-item{
    background-color: #1e1e1e;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 0;
    cursor: pointer;
    font-size: 15px;
    transition: .2s;
}
.shopPageNav-item span{
    position: relative;
    top: 3px;
}
.shopPageNav-item img{
    height: 35px;
}
.shopPageNav-item img.hover{
    display: none;
}
.shopPageNav-item:hover, .shopPageNav-item.active{
    background-color: #cd1515;
    color: #fff600;
}
.shopPageNav-item:hover img.default, .shopPageNav-item.active img.default{
    display: none;
}
.shopPageNav-item:hover img.hover, .shopPageNav-item.active img.hover{
    display: inline-block;
}
.shopBox_amt{
    position: absolute;
    top: 40px;
    font-weight: 900;
    right: 15px;
    width: 69px;
    font-size: 20px;
    letter-spacing: -2px;
    text-align: center;
    color: #1e1e1e;
}
    /*  modal -- shop  */
.myModal{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}
.myModalBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}
.myModalCont{
    position: relative;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 500px;
    background: #fff;
    margin-top: -250px;
    margin-left: -550px;
    border-radius: 15px;
    text-align: center;
}
.myModalClose{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #acacac;
    color: #fff;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    transition: .2s;
}
.myModalClose:hover{
    background: #444;
}
    /* htr modal -- shop */
.htrModal_title{
    font-weight: 600;
    font-size: 32px;
    padding: 30px 0;
}
.htrModal_title img{
    width: 50px;
    position: relative;
    top: -12px;
    margin-right: 10px;
}
#htrModal table{
    margin: 0 auto;
    width: 60%;
    border-radius: 30px;
    font-size: 14px;
    border-radius: 10px;
}
#htrModal table tr td{
    width: 50%;
    padding: 5px 0;
    border-bottom: 1px solid #1e1e1e;
    border-left: 1px solid #1e1e1e;
    display: inline-block;
}
#htrModal table tr:first-child td{
    background-color: #1e1e1e;
    color: #fff;
}
#htrModal table tr:first-child td:first-child{
    border-top-left-radius: 10px;
}
#htrModal table tr:first-child td:last-child{
    border-top-right-radius: 10px;
}
#htrModal table tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}
#htrModal table tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
}
#htrModal table tr td:last-child{
    border-right: 1px solid #1e1e1e;
}
.htrScroll{
    overflow: auto;
    height: 370px;
    margin: 0 15px;
    padding: 0px 40px;
}
.htrScroll::-webkit-scrollbar{
    width: 6px;
}
.htrScroll::-webkit-scrollbar-thumb{
    background-color: rgb(30 30 30 / 10%);
    border-radius: 10px;
    transition: .2s;
}
.htrModal_field{
    text-align: left;
    font-size: 14px;
}
.htrModal_field label,
.htrModal_field a{
    color: #ce0100;
    font-weight: bold;
}
.htrModal_field ol{
    padding-left: 15px;
}
.htrModal_field ol li{
    list-style-type: decimal;
    display: list-item;
    line-height: 1.8;
}
.shop-search-redeem
{
    padding:5px 0px;
}
.shop-search
{
    float:left;
    width:35% !important;
    background-color:#cd1515;
    border-radius:10px;
    padding:5px;
    color:#FFF;
    text-transform:uppercase;
    margin:2px;
}
.shop-filter
{
    float:left;
    width:15% !important;
}
.shop-filter a
{
    display:block;
    background-color:#cd1515;
    border-radius:10px;
    padding:5px;
    color:#FFF!important;
    text-transform:uppercase;
    margin:2px;
    width:100%;
    cursor: pointer;
}
.shop-filter.on a{
    background-color: #2b7e51;
}

.shop-search-box
{
    border-radius:10px;
    color:#FFF;
    text-transform:uppercase;
}
.shop-redeem
{
    float:right;
    width:48% !important;
}
.shop-search-redeem:after, shop-search:after
{
    clear:both;
}
.shop-redeem a
{
    color:#FFF;
    display:block;
    width:100% !important;
    background-color:#2b7e51;
    border-radius:10px;
    padding:1%;
    color:#FFF;
    text-transform:uppercase;
}
.shop-floatleft
{
    float:left;
}
.shop-floatright
{
    float:right;
}
.shopSearchtxt
{
    width:90%;
}
.shopSearchtxt input, .shopSearchtxt input:focus
{
    background-color: transparent !important;
    border: 0px solid !important;
    outline: none !important;
    width:100%;
}
.shopSearch
{
    background:transparent;
    color:#FFF !important;
}
.shopSearch::placeholder {color: #FFF;}
.shopSearch::-ms-input-placeholder {color: #FFF;}
.shopSearch::-ms-input-placeholder {color: #FFF;}
.shopSearchicon
{
    width:8%;
}
.shopPage{
    background: #fff;
}
.shop-balance{
    width: 15%;
    float: left;
    background: #000000;
    border-radius: 10px;
    padding: 6px;
    margin: 2px;
    color: #fff;
}


/* BLOG */
.blog-content {
    width: 100%;
    padding: 30px 0px 30px 0px;
    background-color: #1d1d1d;
    margin: 0 auto;
    line-height: normal !important;
}

.blog-content-table {
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 3%;
    text-align: center !important;
}

.blog-table-content {
    background-color: #EEE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 10px;
}

.blog-table-content img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-table-content-text {
    font-size: 13px;
    background-color: #EEE;
    padding: 0px 10px;
    overflow: hidden;
    height: 151px;
    text-align: left !important;
}

.blog-table-content h3 {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 0px;
    line-height: normal !important;
}

.blog-more-button a {
    background: -webkit-linear-gradient(#9d0104, #fd0002);
    background: -o-linear-gradient(#9d0104, #fd0002);
    background: linear-gradient(#9d0104, #fd0002);
    margin: 0 auto;
    text-align: center !important;
    padding: 5px 10px;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    width: 95%;
    border-radius: 5px;
    display: block;
    margin-top: 5px;
}
.blog-paging-content {
    margin: 0 auto !important;
    text-align: center !important;
    padding-top: 100px;
}
.blog-paging-button {
    background: -webkit-linear-gradient(#333, #999);
    background: -o-linear-gradient(#333, #999);
    background: linear-gradient(#333, #999);
    margin: 0 auto;
    text-align: center !important;
    padding: 5px 10px;
    color: #FFF;
    border: none;
}
.blog-paging-button.active, .blog-paging-button:hover {
    background: -webkit-linear-gradient(#9d0104, #fd0002);
    background: -o-linear-gradient(#9d0104, #fd0002);
    background: linear-gradient(#9d0104, #fd0002);
    margin: 0 auto;
    text-align: center !important;
    padding: 5px 10px;
    color: #FFF;
    border: none;
}

.blog-content-inner {
    width: 1000px;
    margin: 0 auto;
}

.blog-content-table-article {
    width: 700px;
    margin: 0 auto;
    text-align: left !important;
    color: #c0c0c0 !important;
    float: left;
    font-size: 14px;
}

.blog-content-table-article a {
    color: #f35c5c !important;
}

.blog-content-table-article h1 {
    color: #fff;
    font-size: 25px !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal !important;
}

.blog-content-table-article-img img {
    border-radius: 10px !important;
    margin: 10px 0px;
}

.blog-content-table-article img {
    width: 100%;
    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-content-table-article h2 {
    font-size: 20px !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal !important;
}

.blog-featured-article {
    width: 280px;
    margin: 0 auto;
    text-align: left !important;
    color: #000 !important;
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}

.blog-feat-article-box {
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: bold;
}

.blog-feat-article-box-content {
    padding: 5px 10px;
    color: #000 !important;
}

.blog-feat-article-box-content a {
    color: #c0c0c0 !important;
    font-size: 14px;
}

.blog-feat-article-box-content2 {
    margin-top: 5px;
    padding: 5px 0px;
    color: #FFF !important;
}

.blog-feat-article-box-content img, .blog-feat-article-box-content2 img {
    width: 280px !important;
    /* height: 215px !important; */
}

/* END BLOG */

.newtitle img:last-child{
    margin-top: 20px;
}
.sports-game{
    top: 0 !important;
}
.logo {
    width: 143px;
    margin: 3px 9px;
}


/* BVTV */
.footerWhite{
    padding-bottom: 50px;
}
.bvtv_featured_promo div{
    cursor: pointer;        
    transition: .2s;
}
.bvtv_featured_promo div:hover{
    transform: scale(1.05);
}
.bvtv_title{
    color: #ed2224;
    text-align: center;
    font-weight: 600;
    font-size: 35px;
}
.bvtv_device{
    color: #fff;
}
.bvtv_device button{
    background: linear-gradient(-155deg, #ed2024, #e03348 100%);
    color: #fff;
    font-weight: 600;
    padding: 5px 16px;
    font-size: 18px;
    border: none;
    border-radius: 35px;
    margin: 16px 0;
    cursor: pointer;
    transition: .2s;
}
.bvtv_device button:hover{
    opacity: .7;
}
.bvtv_device img{
    width: 80%;
}
.bvtv_device__list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
}
.accent1{
    background: radial-gradient(circle, rgba(205, 21, 20, 1) 0%, rgb(29 29 29) 100%);
    color: #fff;
    padding: 8px 0;
}
.accent1_bg{
    background: rgb(29,29,29);
    background: linear-gradient(0deg, rgba(29, 29, 29, 1) 0%, rgb(74 16 16) 76%);
    padding: 120px 0;
}
.accent1 p{
    margin: 0;
}
.accent1 .get{
    background: linear-gradient(-155deg, #ed2024, #e03348 100%);
    color: #1d1d1d;
    font-weight: 800;
    padding: 9px 33px;
    font-size: 24px;
    border: none;
    border-radius: 40px;
    width: fit-content;
    margin: 20px auto 0;
    letter-spacing: -1px;
}
.access2{
    color: #fff;
}
.access2_item{
    width: 33.33%;
}
.access2_item img{
    width: 60%;
    max-height: 146px;
    width: auto;
}
.access2_item__desc{
    width: 64%;
    margin: 0 auto;
    margin: 0 auto 20px;
}
.bvtv-page .modal-dialog{
    max-width: 993px;
}
.bvtv-page .modal-content{
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.bvtv-page .close{
    position: absolute;
    right: 10px;
    background: #fff;
    color: #c00000;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 1;
    top: 10px;
    outline: none;
    box-shadow: 1px 1px 4px 0px #00000059;
    font-size: 24px;
    transition: .2s;
    opacity: .5;
    z-index: 1;
}
.bvtv-page .close:hover{
    opacity: 1;
}
.bvtv-page .modal-body{
    padding: 0;
}
.bvtv-page .modal_img img{
    width: 100%;
}
.bvtv-page .modal_desc{
    padding: 20px;
    font-size: 14px;
}
.bvtv-page .modal-header{
    background: #343232;
    color: #fff;
    padding: 11px 20px;
}
.phone_menu .phone_menu_item, .phone_menu .computer_menu_item{
    background: #161616;
    color: #fff;
    border: none;
    margin: 20px 5px;
    padding: 6px 18px;
    border-radius: 40px;
    cursor: pointer;
}
.phone_menu .phone_menu_item.active, .phone_menu .computer_menu_item.active{
    background: linear-gradient(-155deg, #ed2024, #e03348 100%);
}
.phone_cont_item, .computer_cont_item{
    display: none;
}
.phone_cont_item.active, .computer_cont_item.active{
    display: block;
}
.phone_cont h4{
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.phone_cont h3{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}
.phone_cont img{
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}
/* BVTV end*/


/* New Casino start */
.casino_page {
    background-image: url(../../images/desktop/casino/new/BG.jpg);
}
.casino_head {
    padding: 30px 0;
    text-align: center;
}
.casino_head img {
    width: 380px;
}
.casino_body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.casino_body_menu_item img.hov {
    display: none;
}
.casino_body_menu_item img {
    width: 286px;
    cursor: pointer;
    transition: .2s;
}
.casino_body_center {
    width: 500px;
    height: 587px;
    position: relative;
}
.casino_body_center_item {
    position: absolute;
    top: 0;
}
.casino_body_center_item img{
    width: 500px;
}
.casino_body_center_item {
    opacity: 0;
    transition: .2s;
}
.casino_body_center_item.active {
    opacity: 1;
}
.casino_body_menu_item {
    margin: 30px 0;
}
.casino_body_menu__left .casino_body_menu_item:nth-child(1) img{
    margin-left: 45px;
}
.casino_body_menu__left .casino_body_menu_item:nth-child(2) img{
    margin-left: 30px;
}
.casino_body_menu__left .casino_body_menu_item:nth-child(3) img{
    margin-left: 15px;
}

.casino_body_menu__right .casino_body_menu_item:nth-child(1) img{
    margin-right: 45px;
}
.casino_body_menu__right .casino_body_menu_item:nth-child(2) img{
    margin-right: 30px;
}
.casino_body_menu__right .casino_body_menu_item:nth-child(3) img{
    margin-right: 15px;
}
.casino_body_menu__left .casino_body_menu_item {
    display: flex;
    justify-content: start;
}
.casino_body_menu__right .casino_body_menu_item {
    display: flex;
    justify-content: end;
}
.casino_body_menu_item.active img.def {
    display: none;
}
.casino_body_menu_item.active img.hov {
    display: block;
}
.casino_body_menu_item.active img {
    transform: scale(1.1);
}
/* New Casino end */


/* seo footer */
footer .footerWhite{
    color: #191718;
    text-align: justify;
    padding: 30px 0 !important;
}
footer .footerWhite p{
    font-size: 13px;
    margin: 10px 0 0px;
}
footer .footerWhite h3{
    font-size: 14px;
    margin-top: 15px;
    font-weight: bold;
}
footer .footerWhite h2{
    font-size: 16px;
    margin: 20px 0 5px;
    font-weight: bold;
}
footer .footerWhite h1{
    font-size: 18px;
    font-weight: bold;
}
footer .footerWhite a{
    color: #d10000;
}
footer .footerWhite a:hover{
    text-decoration: underline;
}
footer .footerWhite {
    padding: 20px 0;
}
/* end seo footer */
