body{
    background-color: #fff;
    display: block;
    width: 100%;
    float: left;
    position: relative;
	-webkit-overflow-scrolling: touch;
    font-family: 'Roboto', sans-serif;
}
.hf{
	float: left;
	width: 100%;
}
.ns{
	width: 1200px;
	margin: 0 auto;
}
a:hover{
    color: inherit;
    text-decoration: none;
}

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


/* 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;
}
.slick-dots li button:before{
    color: #fff;
}
.slick-dots li.slick-active button:before{
    color: #fff;
}
/* slick end */

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


/* 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{
    float: left;
    width: 100%;
    background-color: #fcfcfc;
    height: 71px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 22%);
}
.content{
    padding-top: 71px;
    float: left;
}
header .logo{
    float: left;
}
header .logo img{
    width: 171px;
    margin: 15px 0;
}

/*.main_nav_item .mni_submenu{
    display: none;
    position: fixed;
    background: rgb(38 164 222 / 70%);
    top: 71px;
    left: 0;
    width: 100%;
    padding: 15px 0;
}
*/
.main_nav_item .mni_submenu{
    display: none;
    position: fixed;
    background-image: linear-gradient(rgb(38 164 222 / 40%), rgb(8 68 112 / 95%) );
    top: 71px;
    left: 0;
    width: 100%;
    padding: 15px 0;
}


.main_nav_item .mni_submenu a{
/*    width: 116px;*/
    width: 106px;
/*    height: 137px;*/
    display: inline-grid;
    margin: 0;
    align-items: center;
    border-radius: 5px;
    padding: 5px;
    transition: .2s;
    overflow: hidden;
}
.main_nav_item .mni_submenu a img{
    width: 100%;
    border-radius: 3px;
}
.main_nav_item .mni_submenu a:hover{
    background: rgb(0 0 0 / 30%);
}
.main_nav{
    float: left;
    width: 879px;
    height: 71px;
    text-align: center;
    display: table;
/*    padding: 0 105px;*/
    padding: 0 150px 0 50px;
    /* table-layout: fixed; */
}
.main_nav .main_nav_item{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.header_btns{
    width: 150px;
    float: left;
    margin: 20px 0;
    position: relative;
}
.main_nav .main_nav_item a.mni_title{
    font-size: 16px;
    color: rgb(20 20 20 / 75%);
    font-weight: 300;
    position: relative;
    text-decoration: none;
}
.main_nav .main_nav_item.active a.mni_title{
    font-weight: 400;
    color: rgb(20 20 20 / 100%);
}
.main_nav .main_nav_item a.mni_title::after{
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, rgba(19,191,134,1) 0%, rgba(38,164,222,1) 35%, rgba(133,69,148,1) 100%);
    left: 0;
    transition: .2s;
    border-radius: 2px;
}
.main_nav .main_nav_item.active a.mni_title::after, .main_nav .main_nav_item.hovered a.mni_title::after{
    width: 100%;
}
.header_btns a{
    padding: 1px;
    display: inline-block;
    background: linear-gradient(90deg, #26a4de, #3c3ca0);
    border-radius: 15px;
    height: 30px;
    width: 70px;
    transition: .2s;
}
.header_btns a button{
    border-radius: 15px;
    border: none;
    background: #fcfcfc;
    color: #3366b9;
    font-size: 14px;
    width: 100%;
    height: 100%;
}
.header_btns a button.register_btn{
    background: transparent;
    color: #fcfcfc;
}
.header_btns a:hover{
    opacity: .8;
}
.hs_title{
    float: left;
    display: flex;
    align-items: center;
}
.hs_title .hs_icon{
    float: left;
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #3c3ca0, #26a4de);
    border-radius: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hs_title h3{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-left: 10px;
}
.home_page section{
    margin: 15px 0 5px;
}
.home_slots_nav .hs_all{
    display: flex;
    align-items: center;
    float: right;
    height: 28px;
    background: #f6eb1b;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    width: 28px;
    position: relative;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
}
.home_slots_nav .hs_all i{
    position: absolute;
    right: 7px;
}
.home_slots_nav .hs_all span{
    position: absolute;
    transition: .5s;
    opacity: 0;
/*    left: 11px;
    width: 64px;*/
    left: 11px;
    width: 120px;
}
.home_slots_nav .hs_all:hover{
    width: 120px;
}
.home_slots_nav .hs_all:hover span{
    opacity: 1;
}
.home_slots_item_cont .home_slots_item{
    width: 190px;
    height: 186px;
    text-align: left;
    display: inline-block;
    border-radius: 20px;
    background: #e3e3e3;
    overflow: hidden;
    margin: 4px;
    position: relative;
}
.home_slots_item_cont .home_slots_item:first-child{
    margin-left: 0;
}
.home_slots_item_cont .home_slots_item:last-child{
    margin-right: 0;
}
.home_slots_item_cont .hsi_img{
    width: 100%;
    height: 126px;
    overflow: hidden;
}
.home_slots_item_cont .hsi_img img{
    width: 100%;
    object-fit: cover;
}
.home_slots_item_cont .hsi_desc{
    float: left;
    padding: 10px;
    height: 61px;
    width: 100%;
    display: grid;
    /* line-height: 1.1; */
}
.home_slots_item_cont .hsi_desc span:first-child{
    font-size: 16px;
    color: #141414;
    overflow: hidden;
}
.home_slots_item_cont .hsi_desc span:last-child{
    font-size: 14px;
    color: rgb(20 20 20 / 70%);
    overflow: hidden;
}
.hsi_btns{
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    transition: .3s;
    opacity: 0;
}
.home_slots_item:hover .hsi_btns{
    top: 0;
    opacity: 1;
}
.hsi_btns a{
    padding: 2px;
    display: inline-block;
    background: linear-gradient(90deg, #26a4de, #3c3ca0);
    border-radius: 20px;
    height: 40px;
    width: 140px;
    transition: .2s;
}
.hsi_btns a button{
    border-radius: 20px;
    border: none;
    background: #ffffff;
    color: #3366b9;
    font-size: 16px;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #fcfcfc;
}

.hsi_btns button{
    padding: 2px;
    display: inline-block;
    background: linear-gradient(90deg, #26a4de, #3c3ca0);
    border-radius: 20px;
    height: 40px;
    width: 140px;
    transition: .2s;
    border: none;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #fcfcfc;
    width: 120px;      
}

.hsi_btns a:hover{
    opacity: .8;
}
.home_slots_nav{
    margin: 15px 0;
}
.home_casino_item{
    width: 595px;
    height: 189px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.home_casino_item_cont .home_casino_item:nth-child(2n){
    margin-right: 0;
}
.home_casino_item .hci_img{
    width: 292px;
    height: 189px;
    border-radius: 15px;
    overflow: hidden;
    float: left;
    z-index: 1;
    position: relative;
}
.home_casino_item .hci_img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.home_casino_item .hci_desc{
    margin-top: 9px;
    width: 317px;
    height: 176px;
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    float: left;
    margin-left: -14px;
    padding: 10px 10px 10px 25px;
    position: relative;
}
.home_casino_item .hci_desc .hci_title{
    height: 30px;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
    color: #26a4de;
}
.home_casino_item .hci_desc h3{
    font-size: 14px;
    font-weight: 300;
    color: rgb(20 20 20 / 70%);
    height: 33px;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    line-height: 1.2;
}
.home_casino_item .hci_desc button{
    padding: 2px;
    background: linear-gradient(90deg, #26a4de, #3c3ca0);
    border-radius: 20px;
    height: 40px;
    width: 150px;
    transition: .5s;
    color: #fff;
    border: none;
    font-size: 16px;
    position: absolute;
    top: 104px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.hci_cat_item{
    background: #fff;
    border-radius: 10px;
    float: left;
    display: flex;
    padding: 2px;
    margin-right: 3px;
    margin-bottom: 3px;
    opacity: 1;
}
.hci_cat_item .icon{
    background: #dbdada;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    overflow: hidden;
}
.hci_cat_item .icon img{
    width: 100%;
}
.hci_cat_item span{
    font-size: 12px;
    font-weight: 300;
    margin: 0 7px;
}
.hci_cat{
    float: left;
    height: 52px;
    overflow: hidden;
    transition: .5s;
}
.home_casino_item:hover .hci_cat{
    opacity: 0;
}
.home_casino_item:hover .hci_desc button{
    opacity: 1;
}
footer{
    float: left;
    width: 100%;
    background-color: #fff;
    color: #141414;
    padding-top: 30px;
}
.footer-link-group{
    width: 100%;
    padding: 0;
    margin: 25px 0 65px;
    display: table;
    font-size: 14px;
}
.footer-link-group li{
    display: table-cell;
}
.footer-link-group .icon-wrap{
    width: 60px;
    height: 60px;
    float: left;
}
.footer-link-group .icon-wrap.icon1{
    background-image: url(../../images/desktop/footer/icon-24hr.png);
}
.footer-link-group .icon-wrap.icon2{
    background-image: url(../../images/desktop/footer/icon-book.png);
}
.footer-link-group .icon-wrap.icon3{
    background-image: url(../../images/desktop/footer/icon-win.png);
}
.footer-link-group .icon-wrap.icon4{
    background-image: url(../../images/desktop/footer/icon-license.png);
}
.footer-link-group .text-wrap span{
    display: block;
}
.footer-link-group .text-wrap a{
    display: block;
    transition: .2s;
    color: #1494cd;
}
.footer-link-group .text-wrap{
    float: left;
    padding: 0 10px;
}
.footer-link-group .text-wrap span:nth-of-type(2){
    font-weight: 300;
    color: rgb(20 20 20 / 70%);
}
.footer-article{
    color: #141414;
    text-align: center;
    overflow: auto;
    height: 573px;
    margin-bottom: 120px;
    padding: 30px 10px 30px 0;
    position: relative;
    display: none;
}
.footer-article h1{
    font-size: 24px;
}
.footer-article h2 a{
    font-size: 20px;
    color: #141414;
}
.footer-article ul{
    list-style-position: inside;
}
.footer-article::-webkit-scrollbar {
    width: 6px;
}
.footer-article::-webkit-scrollbar-track {
    background: rgb(241 241 241 / 38%);
}
.footer-article::-webkit-scrollbar-thumb {
    background: rgb(189 189 189 / 91%);
    border-radius: 5px;
    transition: .2s;
}
.footer-article::-webkit-scrollbar-thumb:hover {
    background: rgb(175 175 175); 
}
.footer-partner-wrap{
    background-color: #222;
}
.footer-partner-wrap .title{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
/*    margin: 30px 0 15px;*/
    margin: 10px 0 10px 0;
    display: block;
    font-family: fantasy;
}
.footer-partner-wrap .partner img, .footer-partner-wrap .duty img, .footer-partner-wrap .payment img{
    opacity: .3;
    margin: 0 3px 25px  0;
}
.footer-partner-wrap .partner img{
    margin: 0;
    height: 30px;
    object-fit: contain;
}
.footer-partner-wrap .duty img, .footer-partner-wrap .payment img{
    margin: 0 14px 25px  0;
}
.footer-logo-wrap{
    border-top: 1px solid rgb(204 204 204 / 10%);
    position: relative;
}
.footer-logo-wrap .footer-logo{
    width: 150px;
    position: absolute;
    height: 100%;
    align-items: center;
    display: flex;
}
.footer-logo-wrap .footer-logo img{
    width: 100%;
}
.footer-logo-wrap .link-wrap{
    float: right;
}
.footer-logo-wrap .link-wrap ul{
    display: table;
    padding: 0;
    margin: 15px 0;
    width: 100%;
    text-align: center;
}
.footer-logo-wrap .link-wrap ul li{
    display: table-cell;
    width: 50%;
    padding: 0px 15px;
    border-right: 1px solid rgb(255 255 255 / 10%);
}
.footer-logo-wrap .link-wrap ul li:last-child{
    border-right: none;
}
.footer-logo-wrap .link-wrap ul li a{
    color: #279fdb;
    font-weight: 500;
}
.footer-logo-wrap .link-wrap p{
    color: rgb(255 255 255 / 50%);
    margin: 10px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 10px 0;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}
.footer_vendor{
    /* background: #000; */
    padding: 0 0 15px;
    border-radius: 10px;
}
.footer_vendor .slick-slide {
    margin: 0 2px;
    padding: 10px 5px;
    background: #161616;
    border-radius: 5px;
    text-align: center;
}
.contact-service-box{
    position: fixed;
    z-index: 2;
    right: -220px;
    width: 220px;
    background: #fff;
    height: auto;
    top: 100px;
    text-align: center;
    transition: .5s;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 22%);
}
.contact-service-box:hover{
    right: 0;
}
.contact-service-box .slide-btn{
    position: absolute;
    left: -60px;
    width: 60px;
    background-color: #0174ce;
    border: none;
    top: 0;
    padding: 10px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 182px;
}
.contact-service-box .slide-btn img, .contact-service-logo img{
    width: 36px;
    position: absolute;
    top: 7px;
    left: 12px;
}
.contact-service-logo img{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.contact-service-box .slide-btn span{
    display: block;
    color: #fff;
    rotate: -90deg;
    white-space: nowrap;
    position: absolute;
    top: 97px;
    font-size: 18px;
    left: -30px;
}
.contact-service-logo{
    width: 60%;
    display: inline-block;
    margin: 10px auto;
}
.side-slider-content{
    padding: 15px 0;
}
#side-cs-cont{
    background-color: #f5f5f5;
    padding: 0;
    margin: 0px 15px;
    list-style: none;
    border-radius: 5px;
}
#side-cs-cont li img{
    width: 25px;
    margin-right: 5px;
}
#side-cs-cont li{
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 22px;
    text-align: left;
}
#side-cs-cont li:last-child{
    border: none;
}
#side-cs-cont li a{
    cursor: pointer;
    color: #7a7a7a;
    font-size: 14px;
}
#side-cs-cont li a:hover{
    color: #000;
}
.global-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.global-modal .bg{
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
}
.global-modal .cont{
    background: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    height: 298px;
    width: 390px;
    margin-left: -195px;
    margin-top: -149px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
}


.sports_page .home_casino{
    background-image: url(../../images/desktop/sports/Untitled-1.png);
    padding: 30px 0;
    background-size: cover;
    background-position: center;
}
.home_sports_item{
    width: 33.33%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.home_sports_item .hci_img{
    width: 382px;
    height: 247px;
    border-radius: 15px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: 0;
    transition: .5s;
}
.home_sports_item .hci_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.home_sports_item .hci_desc{
    width: 382px;
    height: 90px;
    background: linear-gradient(179deg, #26a4de, #3c3ca0);
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    padding: 10px 10px 10px 25px;
    position: relative;
    margin: 5px auto;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
}
.home_sports_item .hci_desc .hci_title {
    height: 30px;
    font-size: 24px;
    font-weight: 500;
    overflow: hidden;
}
.home_sports_item .hci_desc h3{
    font-size: 14px;
    font-weight: 300;
    color: rgb(255 255 255 / 48%);
    height: 33px;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    line-height: 1.2;
}
.home_sports_item:hover .hci_img{
    top: -10px;
}
.casino_page .home_casino{
    padding: 40px 0;
}
.slot_nav_item{
    width: 124px;
    height: 42px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 3px 0;
}
.slot_nav_item span{
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    top: 9px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 1;
    transition: .4s;
}
.slot_nav_item img{
/*    opacity: .1;*/
    opacity: 0;
    height: 100%;
    width: auto;
    margin: 0 auto;
    transition: .4s;
}
.slot_upper_nav{
    height: 52px;
    background:linear-gradient(0deg, #3a47a6, #2a91d3);
}
.slot_nav{
    margin: 2px auto;
    width: 95%;
}
.slot_nav_item:hover img, .slot_nav_item.active img{
    opacity: 1;
}
.slot_nav_item:hover span, .slot_nav_item.active span{
    opacity: 0;
}
.slot_nav_item.active{
    border-radius: 5px;
    background: rgb(0 0 0 / 20%);
}
.slot_nav .slick-next{
    right: -31px;
}
.slot_nav .slick-prev{
    left: -31px;
}
.slot_nav_item::after{
    content: '';
    position: absolute;
    height: 40%;
    width: 1px;
    background-color: rgb(255 255 255 / 50%);
    right: 0;
    top: 14px;
}
.slick-next:before {
    content: '';
    background-image: url(../../images/desktop/chevron-right-solid-white.png);
    width: 9px;
    height: 18px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
}
.slick-prev:before {
    content: '';
    background-image: url(../../images/desktop/chevron-right-solid-white.png);
    width: 9px;
    height: 18px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0 auto;
    transform: rotate(180deg);
}
.slot_page .home_slots_item_cont .home_slots_item:nth-child(6n){
    margin-right: 0;
}
.slot_page .home_slots_item_cont .home_slots_item:nth-child(6n+1){
    margin-left: 0;
}
.slot_lower_nav ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 30px 0;
}
.slot_lower_nav ul li{
    font-size: 16px;
    font-weight: 300;
    color: #141414;
    padding: 7px 15px;
    cursor: pointer;
    margin: 0 3px;
    border-radius: 15px;
    transition: .2s;
}
.slot_lower_nav ul li.active{
    font-weight: 500;
    color: #fff;
    background: linear-gradient(0deg, #3a47a6, #2a91d3);
}
.slot_lower_nav ul li:hover{
    color: #0174CE;
}
.slot_lower_nav ul li.active:hover{
    color: #fff;
}
.slot_lower_nav .ns{
    position: relative;
}
.slot_search{
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    background: #f6eb1b;
    border-radius: 20px;
    height: 36px;
}
.slot_search input{
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    border: none;
    border-radius: 20px;
    padding: 0 15px;
    font-size: 14px;
}
.slot_search i{
    right: 5px;
    position: absolute;
    top: 4px;
    font-size: 16px;
    cursor: pointer;
    padding: 5px;
    transition: .2s;
}
.slot_search i:hover{
    opacity: .8;
}
.vip_page section{
    background-color: #141414;
}
.vip_page .vip_bg{
    float: left;
    width: 100%;
    background: linear-gradient(90deg, rgba(19,191,134,1) 0%, rgba(38,164,222,1) 35%, rgba(133,69,148,1) 100%);
    margin: 40px 0;
    padding: 5px;
}
.vip_page table img{
    width: 100%;
    border-radius: 10px;
}
.vip_page table{
    width: 100%;
    background: #141414;
    margin: 0;
}
.vip_page table tr td{
    border: 1px solid rgb(35 167 210 / 15%);
    color: #23a7d2;
    text-align: center;
    padding: 10px;
}
.vip_page table tbody tr td:first-child{
    text-align: left;
}
.vip_page table tbody tr:first-child td:first-child{
    text-align: center;
}
.vip_page .rules-wrap{
    margin: 0 0 70px;
    color: #fff;
}
.vip_page .rules-wrap h2{
    font-size: 24px;
    font-weight: 400;
}
.vip_page .rules-wrap ol{
    font-weight: 300;
    color: rgb(255 255 255 / 70%);
    padding-left: 17px;
    line-height: 2;
}
.affiliate_page section{
    background: linear-gradient(0deg, #1494cd40, transparent);
    padding: 50px 0;
    line-height: 1.5;
}
.affiliate_page section h3{
    margin-top: 40px !important;
}

/* other pages */
.other_page{
    background-color: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 70px;
}
.other_page .aboutus-wrap {
    display: -webkit-flex;
    display: flex;
    min-height: 100vh;
    margin: 3.125rem auto 0;
}
.aboutus-tab-wrap {
    -webkit-flex: 0 0 11.25rem;
    flex: 0 0 18.25rem;
}
.aboutus-tab-group {
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 0;
}
.aboutus-tab-item {
    background-color: white;
}
.aboutus-tab-link {
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 2.8125rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
}
.aboutus-tab-link:hover, .aboutus-tab-link.active {
    background-color: #0090c7;
    color: #FFFFFF;
}
.aboutus-tab-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70%;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.1);
}
.aboutus-body {
    -webkit-flex: 1;
    flex: 1;
}
.article-content {
    margin: 0 3.4375rem;
}
.article-content-title {
    margin-bottom: 2.5rem;
    padding-left: 1.25rem;
    border-left: 5px solid #00a3e0;
    color: #00a3e0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}
.article-detail {
    margin-bottom: 2.1875rem;
}
.article-detail-content .text, .article-detail-content .list, .article-detail-content .list-number, .article-detail-content .list-dot {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1.5;
}
.article-detail-tile {
    color: #00a3e0;
    font-weight: bold;
    line-height: 2.1875rem;
}
.article-detail-content .link {
    border-bottom: 1px solid #00a3e0;
    color: #00a3e0;
}

/* promo */
.promo_nav{
    display: table;
    width: 70%;
    text-align: center;
    margin: 30px auto;
    font-size: 16px;
    background: linear-gradient(256deg, rgba(19,191,134,1) 0%, rgba(38,164,222,1) 35%, rgba(133,69,148,1) 100%);
    padding: 10px 10px;
    border-radius: 30px;
    color: #fff;
    font-weight: 300;
    table-layout: fixed;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
}
.promo_nav div{
    display: table-cell;
    padding: 5px 0;
    cursor: pointer;
}
.promo_nav div.active{
    border: 1px solid #fff;
    border-radius: 20px;
    background: #fff;
    color: #3074c2;
    font-weight: 400;
}
.promo_item{
    position: relative;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
    cursor: pointer;
    width: 48%;
    margin: 5px;
}
.promo_item img{
    width: 100%;
}
.promo_item_desc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    transition: .3s;
    opacity: 0;
}
.promo_item:hover .promo_item_desc{
    opacity: 1;
}
.promo_item:hover .promo_item_title{
    top: 78%;
    left: 11px;
}
.promo_item:hover .promo_item_desc button{
    right: 9px;
}
.promo_item_title{
    position: absolute;
    top: 104%;
    bottom: -28.7%;
    border-radius: 0;
    height: 20%;
    width: 96%;
    text-align: center;
    font-size: 18px;
    align-items: center;
    display: grid;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    border: 1px solid rgb(255 255 255 / 25%);
    transition: .5s;
    padding: 0 1%;
}
.promo_item_desc button{
    position: absolute;
    bottom: 48px;
    right: -12%;
    width: 71px;
    border: none;
    background: #f6eb1b;
    color: #000;
    font-weight: bold;
    border-radius: 15px;
    padding: 4px 11px;
    text-align: left;
    transition: .5s;
}
.promo_item_desc button i{
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 13px;
}
.promo_item .long_term{
    position: absolute;
    top: 19px;
    right: -42px;
    font-size: 12px;
    background: #14bd8c;
    color: #fff;
    width: 163px;
    text-align: center;
    rotate: 35deg;
    padding: 3px 0;
    box-shadow: 0px 1px 5px 0px rgb(255 255 255 / 22%);
}
.promo_cont{
    padding: 30px 50px;
    background: #f5f5f5;
    border-top: 4px solid #3a8fce;
}
#promoModal .cont {
    height: 685px;
    width: 822px;
    margin-left: -421px;
    margin-top: -355px;
}
.promoModal_header{
    position: relative;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 22%);
    height: 266px;
}
#promoModal .btn-close{
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
    transition: .2s;
}
#promoModal .btn-close:hover{
    opacity: .7;
}
.promoModal_header img{
    height: 220px;
    object-fit: cover;
}
.promoModal_header .promoModal_title{
    font-size: 20px;
    height: 46px;
    text-align: left;
    align-items: center;
    display: grid;
    position: relative;
    padding-left: 10px;
}
.promoModal_header button{
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: linear-gradient(90deg, #26a4de, #3c3ca0);
    color: #fff;
    border: none;
    padding: 8px 13px;
    border-radius: 20px;
    font-weight: 500;
}
.promoModal_body{
    height: 419px;
    overflow-y: auto;
    padding: 30px;
}
.promoModal_body::-webkit-scrollbar {
    width: 6px;
}
.promoModal_body::-webkit-scrollbar-track {
    background: rgb(241 241 241 / 38%);
}
.promoModal_body::-webkit-scrollbar-thumb {
    background: rgb(189 189 189 / 91%);
    border-radius: 5px;
    transition: .2s;
}
.promoModal_body::-webkit-scrollbar-thumb:hover {
    background: rgb(175 175 175); 
}

/* register page */
.reg_bg{
    margin: 60px 0;
    padding: 5px;
    background: linear-gradient(90deg, rgba(19,191,134,1) 0%, rgba(38,164,222,1) 35%, rgba(133,69,148,1) 100%);
}
.reg_cont{
    background-color: #fff;
    position: relative;
}
.reg_cont .reg_left{
    float: left;
    width: 35%;
    min-height: 600px;
    padding: 0 30px;
}
.reg_cont .reg_right{
    width: 65%;
    display: grid;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    right: 0;
}
.reg_cont .reg_right div:first-child{
    width: 733px;
    height: 530px;
    border: 3px solid #1494cd; /* rgb(0 0 0 / 10%); */
    position: absolute;
    top: 50%;
    margin-top: -265px;
    left: 50%;
    margin-left: -366px;
}
.reg_cont .reg_right .reg_img_cont{
    width: 733px;
    height: 530px;
    overflow: hidden;
    position: relative;
    top: -13px;
    left: 13px;
}
.reg_cont .reg_right .reg_img_cont img{
    width: 733px;
    height: 530px;
    object-fit: cover;
}
.register_page .reg_left .title{
    color: #3dade1;
    font-size: 16px;
    margin: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
.register_page .reg_left .steps div{
    width: 25px;
    background: #26a1dc;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    padding: 3px 0;
    text-align: center;
    display: inline-block;
    margin: 0 6px;
}
.register_page .reg_left .steps div.active{
    background: #3363b7;
}
.register_page .reg_left .steps{
    margin-bottom: 20px;
}
.register_page{
    background: #e9e9e9;
}
.register_page .reg_left .forms{
    width: 1424px;
    display: flex;
    position: relative;
    transition: .3s;
    left: 0;
    /* left: -356px; */
    /* left: -712px; */
    /* left: -1068px; */
}
.register_page .forms .reg_item{
    width: 356px;
    display: inline-block;
    padding: 0 5px;
}
.reg_form_cont{
    overflow: hidden;
    width: 356px;
}
.reg_item label, .reg_item input, .reg_item select, .reg_item span{
    display: block;
}
.reg_item button{
    display: inline-block;
    background: #F6EB1B;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 17px;
    padding: 0 14px;
    margin: 20px 0;
}
.reg_item label{
    color: #26a1dc;
    margin-top: 10px;
}
.reg_item input, .reg_item select{
    width: 100%;
    background: #ebebeb;
    border: none;
    border-radius: 20px;
    outline: none;
    padding: 10px 13px;
    font-size: 14px;
}
.reg_item span{
    color: red;
    font-size: 12px;
    margin: 1px 4px 0px;
}
.reg_item button.next{
    float: right;
}
.reg_item button.prev{
    float: left;
    padding: 0;
}
.reg_item .captcha-input{
    width: 53%;
    display: inline-block;
}
.reg_item .captcha-box{
    width: 46%;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    height: 40px;
}
.reg_item .captcha-box img{
    width: auto;
    height: 100%;
    border-radius: 5px;
}
.reg_item .captcha-box i{
    background: #F6EB1B;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
}
.reg_item .captcha-box i:hover{
    rotate: 300deg;
}
.reg_item label.reg_tnc{
    display: inline-block;
    max-width: 90%;
    font-weight: 400;
}
.reg_item input[type="checkbox"]{
    display: inline-block;
    margin: 0;
    width: 8%;
    position: relative;
    top: -10px;
}
.reg_item button.submit{
    float: right;
    padding: 0 10px;
    background: #13bf87;
    color: #fff;
}
#reg_form_4{
    text-align: center;
}
#reg_form_4 i{
    border-radius: 50%;
    font-size: 100px;
    color: #13be86;
    margin: 70px 0 10px;
    border: 3px solid;
    padding: 10px;
}
#reg_form_4 div{
    color: #13be86;
    font-weight: bold;
    font-size: 24px;
}
#reg_form_4 p{
    color: #141414;
    font-weight: 300;
    margin: 5px 0;
    font-size: 16px;
}

/* fishing page */
.fishing_page section{
    height: 705px;
    background-image: url(../../images/desktop/fishing/fishbg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fish_nav{
/*    display: table;*/
    table-layout: fixed;
    border-spacing: 10px 0;
    margin: 40px 0;
}
.fish_nav .fish_nav_item{
    display: table-cell;
    font-size: 16px;
    color: #003573;
    border: 1px solid rgb(255 255 255);
    background: linear-gradient(0deg, rgb(255 255 255), transparent);
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
}
.fish_nav .fish_nav_item.active{
    background: linear-gradient(0deg, rgb(8 203 198), transparent);

}

.fish_chevron{
    position: relative;
    left: -22px;
}

.fish_nav .rfish_nav_item{
    font-size: 22px;
    color: #003573;
    border: 1px solid rgb(255 255 255);
    background: linear-gradient(0deg, rgb(255 255 255), transparent);
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s;
    margin-bottom: 15px;
    width: 200px;
}

.fish_nav .rfish_nav_item.active{
    background: linear-gradient(0deg, rgb(8 203 198), transparent);
    color: #fff;
}

.fish_buttons div{
    display: none;
    width: 100%;
    text-align: center;
    transition: .3s;
}
.fish_buttons div.active{
    display: table;
}
.fish_buttons div button{
    font-size: 14px;
    background-color: #f6eb1b;
    display: table-cell;
    color: #000;
    border: none;
    margin: 0 5px;
    padding: 10px 13px;
    border-radius: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 180px;
}
.fish_buttons div button i{
    margin-left: 5px;
}
.fish_display{
    height: 400px;
    position: relative;
}
.fish_display .fd_img{
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 276px;
    height: 309px;
    margin-left: -226px;
    margin-top: -154.5px;
    opacity: 0;
    transition: .5s;
}
.fish_display .fd_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 327px;
    height: 115px;
    margin-left: -15px;
    margin-top: 31.5px;
    opacity: 0;
    transition: .5s;
}

.fish_display .fd_imgs{

    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 1;
    transition: .5s;
    height: 100%;
    background-size: 300px;
}

.fish_display .fd_logos{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
/*    width: 327px;
    height: 115px;
    margin-left: -15px;
    margin-top: 31.5px;*/
    opacity: 1;
    transition: .5s;
    height: 100%;
    background-size: 250px;
}



#bbin_disp.fish_display .fd_img{
    background-image: url(../../images/desktop/fishing/fish-2.png);
    opacity: 1;
    margin-left: -136px;
}
#bbin_disp.fish_display .fd_logo{
    background-image: url(../../images/desktop/fishing/game-logo-BBIN.png);
    opacity: 1;
    margin-left: -55px;
}

#bg_disp.fish_display .fd_img{
    background-image: url(../../images/desktop/fishing/fish-9.png);
    opacity: 1;
    margin-left: -136px;
}
#bg_disp.fish_display .fd_logo{
    background-image: url(../../images/desktop/fishing/game-logo-BG.png);
    opacity: 1;
    margin-left: -55px;
}

#cq9_disp.fish_display .fd_img{
    background-image: url(../../images/desktop/fishing/fish-5.png);
    opacity: 1;
    margin-left: -136px;
}
#cq9_disp.fish_display .fd_logo{
    background-image: url(../../images/desktop/fishing/game-logo-CQ9-2.png);
    opacity: 1;
    margin-left: -55px;
}

#jdb_disp.fish_display .fd_img{
    background-image: url(../../images/desktop/fishing/fish-3.png);
    opacity: 1;
    margin-left: -136px;
}
#jdb_disp.fish_display .fd_logo{
    background-image: url(../../images/desktop/fishing/game-logo-JDB-2.png);
    opacity: 1;
    margin-left: -55px;
}

#skywind_disp.fish_display .fd_img{
    background-image: url(../../images/desktop/fishing/fish-7.png);
    opacity: 1;
    margin-left: -136px;
}
#skywind_disp.fish_display .fd_logo{
    background-image: url(../../images/desktop/fishing/game-logo-SilkStoneSW.png);
    opacity: 1;
    margin-left: -55px;
}

/* postlogin */
.postlogin_page{
    background-color: #dbdbdb;
    padding-top: 70px;
    padding-bottom: 70px;
}
.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: #fff;
    width: 200px;
    font-size: 15px;
    text-align: left;
    padding: 20px 15px;
    margin: 20px 0;
    border-radius: 15px;
    color: #292929;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 25%);
}
.postlogin_nav ul{
    padding: 0;
}
.postlogin_nav ul li{
    list-style: none;
    display: flex;
    align-items: center;
    height: 50px;
    margin: 1px 0;
    cursor: pointer;
    border-radius: 25px;
}
.postlogin_nav ul a{
    color: inherit;
    outline: none;
}
.postlogin_nav ul li.active,
.postlogin_nav ul li:hover{
    background-color: #26a4de;
    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: #26a4de;
    cursor: pointer;
}
.postlogin_cont .total_bal_panel .total_bal_panel_div button{
    background: #fff;
    border-radius: 20px;
    border: none;
    font-weight: 700;
    color: #26a4de;
    width: 145px;
    padding: 8px 0;
    cursor: pointer;
    transition: .2s;
}
.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: #26a4de;
    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;
}
.profile_left table tr td:last-child{
    font-weight: bold;
    text-align: right;
}
.profile_left table tr td i{
    color: #26a4de;
    cursor: pointer;
    margin-left: 5px;
}

.profile_right .cpass_first {
    width: 100%;
    color: #fff;
    background: #26a4de;
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 16px;  
    margin-top: 20px;
}

.profile_right .cpass_second {
    font-size: 15px;
    background: #f2f1f1;
    padding: 20px 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.profile_right .cpass_second label {
    display: inline-block;
    width: 39%;
    margin-bottom: 20px;
}

.profile_right .cpass_second input {
    display: inline-block;
    width: 60%;
    padding: 3px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;    
}

.profile_right .cpass_second button {
    display: block;
    color: #fff;
    background: #26a4de;
    border: none;
    border-radius: 5px;
    padding: 5px 60px;
    font-weight: 600;
    margin: 0 auto;
    cursor: pointer;
    margin-left: 40%;
}



/* transfer page */
.transfer_page .tr_note{
    width: 90%;
    text-align: left;
    background: #f2f1f1;
    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: #26a4de;
    font-weight: bold;
}
.transfer_page table tr td:last-child{
    text-align: right;
}


/* 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: 6px;
    right: 4px;
    color: #26a4de;
    font-size: 18px;
    cursor: pointer;
}
.report_page .calendar_cont button{
    font-weight: 600;
    color: #fff;
    background: #26a4de;
    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;
    text-align: center;
}
.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;
    text-align: center;
}
.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: ;
    background: linear-gradient(90deg, #26a4de, #3c3ca0);
    color: #fff;
}
.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: 25%;
    float: left;
    /*border-right: 1px solid #c6c6c6;*/
    border-bottom: 1px solid #c6c6c6;
    padding: 2px 5px;
}
.inboxModal .inboxModal_details div:nth-child(2n){
    width: 75%;
}
.inboxModal .inboxModal_cont{
    margin: 0% 2.5%;
    float: left;
    height: 392px;
    overflow: auto;
}
.inboxModal .header{
    line-height: 2.7;
}
.inboxModal .box {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 539px;
    width: 670px;
    margin-left: -335px;
    margin-top: -239px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 30%);
}
.inboxModal .header{
    background: #0174CE;
    color: #fff;
    text-align: left;
    height: 50px;
    width: 100%;
}
.inboxModal .header p{
    margin: 2px 15px 0;
    float: left;
    font-size: 18px;
    font-weight: 400;
}
.inboxModal .header .btn-close{
    font-size: 28px;
    float: right;
    margin: -15px 14px;
    color: rgb(255 255 255 / 52%);
    font-weight: 300;
    cursor: pointer;
    transition: .1s;
}
.inboxModal .header .btn-close:hover{
    color: rgb(255 255 255 / 100%);
}


/* 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;
    font-weight: 400;
}
.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: #26a4de;
    border: none;
    border-radius: 4px;
    padding: 3px 15px;
    font-size: 14px;
    cursor: pointer;
}
.referral_left ul{
    list-style: none;
    border: 1px solid #26a4de;
    margin: 3px 0;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px;
    width: inherit;
    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_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: #26a4de;
    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 15px;
    color: #6d6d6d;
    position: relative;
    cursor: pointer;
}
.wd_opt_col2 div.active,
.dp_opt_col2 div.active{
    color: #006384;
}
.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;
}
.wd_cont.active,
.dp_cont.active{
    display: block;
}


.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);
}
*/
.wd_opt_col2 .BankLokal span {
    background-image: url(../../images/desktop/deposit/1-BANK.png);
}
.wd_opt_col2 .BankLokal.active span {
    background-image: url(../../images/desktop/deposit/1-BANK-HOVER.png);
}

.wd_opt_col2 .Wallet span {
    background-image: url(../../images/desktop/deposit/Wallet.png);
}
.wd_opt_col2 .Wallet.active span {
    background-image: url(../../images/desktop/deposit/Wallet-HOVER.png);
}


.dp_opt_col2 .BankLokal span {
    background-image: url(../../images/desktop/deposit/1-BANK.png);
}
.dp_opt_col2 .BankLokal.active span {
    background-image: url(../../images/desktop/deposit/1-BANK-HOVER.png);
}

.dp_opt_col2 .Wallet span {
    background-image: url(../../images/desktop/deposit/Wallet.png);
}
.dp_opt_col2 .Wallet.active span {
    background-image: url(../../images/desktop/deposit/Wallet-HOVER.png);
}

.dp_opt_col2 .Pulsa span {
    background-image: url(../../images/desktop/deposit/PULSA.png);
}
.dp_opt_col2 .Pulsa.active span {
    background-image: url(../../images/desktop/deposit/PULSA-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: 150px;
}
#wd_cont_1 table tr td:nth-child(2){
    width: 510px;
}
#wd_cont_1 table tr td{
    padding: 5px 0;
}
#wd_cont_1 table tr td input,
#wd_cont_1 table tr td select{
    width: 510px;
    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: #26a4de;
    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: #26a4de;
    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: #26a4de;
    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: #26a4de;
}
#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 .pop-inner{
    padding: 31px 40px;
    background: #e5e5e5;
    height: 100%;
}
#wdlb_modal .pop-inner label{
    width: 29%;
    margin-bottom: 20px;
}
#wdlb_modal .pop-inner input,
#wdlb_modal .pop-inner select{
    width: 70%;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#wdlb_modal .pop-inner select{
    background-color: transparent;
}
#wdlb_modal .pop-inner button{
    background: #26a4de;
    color: #fff;
    display: block;
    float: right;
    width: 70%;
    border: none;
    padding: 5px 0;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}
#wdlb_modal .pop-title{
    background: #0174CE;
    color: #fff;
    text-align: left;
    height: 50px;
    width: 100%;
}
#wdlb_modal .pop-title p{
    margin: 14px 15px 0;
    float: left;
    font-size: 18px;
    font-weight: 400;
}
#wdlb_modal .pop-title .btn-close{
    font-size: 28px;
    float: right;
    margin: 3px 14px;
    color: rgb(255 255 255 / 52%);
    font-weight: 300;
    cursor: pointer;
    transition: .1s;
}
#wdlb_modalpup .pop-title .btn-close:hover{
    color: rgb(255 255 255 / 100%);
}
#wdlb_modal .cont{
    width: 531px;
    margin-left: -265.5px;
}

/* wd crypto modal */
#wdcr_modal .pop-inner{
    padding: 31px 40px;
    background: #e5e5e5;
    height: 100%;
}
#wdcr_modal .pop-inner label{
    width: 29%;
    margin-bottom: 20px;
}
#wdcr_modal .pop-inner input,
#wdcr_modal .pop-inner select{
    width: 70%;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 5px 10px;
}
#wdcr_modal .pop-inner select{
    background-color: transparent;
}
#wdcr_modal .pop-inner button{
    background: #26a4de;
    color: #fff;
    display: block;
    float: right;
    width: 70%;
    border: none;
    padding: 5px 0;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}
#wdcr_modal .pop-title{
    background: #0174CE;
    color: #fff;
    text-align: left;
    height: 50px;
    width: 100%;
}
#wdcr_modal .pop-title p{
    margin: 14px 15px 0;
    float: left;
    font-size: 18px;
    font-weight: 400;
}
#wdcr_modal .pop-title .btn-close{
    font-size: 28px;
    float: right;
    margin: 3px 14px;
    color: rgb(255 255 255 / 52%);
    font-weight: 300;
    cursor: pointer;
    transition: .1s;
}
#wdcr_modal .pop-title .btn-close:hover{
    color: rgb(255 255 255 / 100%);
}
#wdcr_modal .cont{
    width: 531px;
    margin-left: -265.5px;
    height: 350px;
    margin-top: -175px;
}



#dp_cont_1 table{
    margin: 20px 0;
}
#dp_cont_1 table tr td:first-child{
    width: 150px;
}
#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: ##fff;    
    color: #5a5a5a;
}
#dp_cont_1 table tr td button{
    background: #26a4de;
    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: #26a4de;
}
#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: 150px;
}
#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: #26a4de;
    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: #26a4de;
}
#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_5 table{
    margin: 20px 0;
}
#dp_cont_5 table tr td:first-child{
    width: 150px;
}
#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: #26a4de;
    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[type=text]{
    width: 230px;
    margin-right: 5px;
}
#dp_cont_5 table tr:nth-of-type(6) td input[type=file]{
    width: 180px;
    font-size: 11px;
    position: relative;
    top: -2px;
}
#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: #26a4de;
}
#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_5 table tr td i{
    float: right;
    margin: 4px 0;
    cursor: pointer;
}


.token_opts div.active p{
    color: #26a4de;
}


/* nav dropdown */
.header_nav .sub_nav{
    position: absolute;
    left: 0;
    background: rgba(238, 238, 238, 0.9);
    width: 100%;
    display: none;
    top: 120px;
}
.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;
}
.header_nav .sub_nav .ns .sub_nav_items.not_opt p{
    display: none;
}


/* 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;
    margin-right: 30px;
}
.turnover_page button.active{
    background: linear-gradient(90deg, #26a4de, #3c3ca0);
}
.turnover_page span{
    color: #26a4de;
    font-size: 13px;

}
.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;
    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: #26a4de;
}
.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;
}
/* postlogin end */

.header_btns.postlogin .profile_btn{
    width: 30px;
    border-radius: 15px;
    display: inline-block;
    height: 30px;
}
.header_btns.postlogin .profile_btn button{
    background: transparent;
    color: #fff;
    font-size: 14px;
}
.header_btns.postlogin span.nav_bal{
    display: inline-block;
    position: absolute;
    right: 157px;
    width: inherit;
    text-align: right;
    top: 6px;
}
.header_btns.postlogin span.nav_bal a{
    background: transparent;
    width: auto;
}
.header_btns.postlogin span.nav_bal i{
    font-size: 16px;
}
.header_btns.postlogin a.logout_btn{
    display: inline-block;
    width: 57px;
}
.header_btns.postlogin a.logout_btn button{
    font-size: 12px;
}

.welcome .welcome_left{
    display: inline-block;
    float: left;
}
.welcome .welcome_left a{
    text-align: center;
    width: 255px;
    height: 55px;
    display: block;
    color: #141414;
    font-weight: 800;
    font-size: 18px;
    border-radius: 7px;
    margin: 10px;
    padding: 2px;
}
.welcome .welcome_left a:first-child{
    background: linear-gradient(-133deg, #ffff99, #ffcc33);
}
.welcome .welcome_left a:nth-child(2){
    background: linear-gradient(90deg, #336699, #10417a);
}
.welcome .welcome_left a:last-child{
    background: linear-gradient(90deg, #6d006e, #ff00d2);
}
.welcome .welcome_left a div{
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    background: #fff;
    border-radius: 5px;
}
.welcome .welcome_left a:first-child div{
    background-color: transparent;
}
.welcome .welcome_right{
    float: left;
    background: linear-gradient(90deg, #26a4de, #3c3ca0);
    padding: 2px;
    border-radius: 5px;
    display: inline-block;
    width: 904px;
    height: 184px;
    margin: 10px;
}
.welcome .welcome_right .welcome_right_cont{
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.welcome .welcome_steps{
    display: table;
    text-align: center;
    margin: 20px 0 10px;
}
.welcome .welcome_steps div{
    width: auto;
    display: table-cell;
}
.welcome_steps_line{
    text-align: center;
}
.welcome_steps_line img{
    width: 712px;
}
.welcome h2{
    text-align: center;
    font-weight: 800;
}
.welcome{
    padding: 0 0 20px;
}

/* sec4 */
.sec4 .onebx{
    width: 380px;
    float: left;
    margin: 30px 10px;
}
.sec4 .onebx .titl{
    height: 40px;
    background: linear-gradient(180deg, #26a4de, #3c3ca0);
    color: #fff;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-weight: 500;
    line-height: 2.5;
    font-size: 16px;
}
.sec4 .onebx .titl img{
    width: 25px;
    margin-top: -5px;
}
.sec4 .onebx .cont{
    color: #d6d6d6;
    height: 255px;
    overflow: auto;
    border: 1px solid #d5d5d5;
    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 #d5d5d5;
}
.sec4 .onebx .cont ul li div{
    float: left;
    padding: 4px 8px;
    text-align: left;
    position: relative;
    color: #000;
}
.sec4 .onebx .cont ul li div:nth-of-type(1){
    width: 30%;
}
.sec4 .onebx .cont ul li div:nth-of-type(2){
    width: 40%;
    font-weight: 600;
}
.sec4 .onebx .cont ul li div:nth-of-type(3){
    width: 30%;
    text-align: right;
    padding: 13px 0;
    padding-right: 8px;
}
.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: 130%;
    top: 24px;
    font-size: 12px;
}
.hide-scrollbar::-webkit-scrollbar {
  display:none;
}
.data-list {
  height:50px;
  width:200px;
  overflow-y:hidden;
}
.qr-{
    height: 132px;
}
/* sec4 end */


/* login modal */
#loginModal{
    display: none;
    background: #fff;
    position: absolute;
    width: 282px;
    right: 80px;
    top: 39px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 22%);
    border-radius: 10px;
    text-align: center;
    padding: 15px 0;
    border: 1px solid rgb(43 138 206 / 50%);
}
#loginModal ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#loginModal ul li{
    border: 1px solid #d5d5d5;
    width: 87%;
    display: inline-block;
    border-radius: 5px;
    height: 33px;
    position: relative;
    overflow: hidden;
}
#loginModal p{
    font-size: 12px;
    margin: 0;
}
#loginModal p a{
    background: none;
    height: auto;
    width: auto;
    padding: 0;
}
#loginModal ul li input{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    outline-color: #2a95d5;
    padding-left: 25px;
}
#loginModal ul li label{
    position: absolute;
    z-index: 1;
    color: #0174ce;
    left: 6px;
    font-size: 16px;
    top: 5px;
}
#loginModal ul li button{
    width: 100%;
    height: 100%;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, #26a4de, #3c3ca0);
}


/* SEO */
#divSEO{
    color:  #fff;
}

#divSEO p {
    color:  #ccc;
}

#divSEO a:hover{
    color: red;
}

#divSEO h1 {
    font-size: 18px;
    padding-top: 10px;
}

#divSEO h2 {
    font-size: 16px;
    padding-top: 10px;
}

#divSEO h3 {
    font-size: 14px;
    padding-top: 0px;
}

.grid-container2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px;
  gap: 8px;
}

.grid-container3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 10px;
  gap: 8px;
}

.grid-item {
  padding: 0 5px;
}       

#seoTable tr:nth-child(odd) {background-color: #2a96db; height: 26px; }
#seoTable tr:nth-child(even) {background-color: #60b1e7; height: 26px; }
#seoTable td {
    padding: 3px 8px;
}

.swal2-popup{
    padding: 0;
}

.swal2-popup .swal2-header{
    padding: 10px 10px 2px 10px;
    background: #1ba0fe;
    font-size: 11px;
}

.swal2-popup .swal2-title {
    color: #fff;
}

.swal2-popup .swal2-close{
    font-family: tahoma;
}

.swal2-popup .swal2-content{
    margin-top: 10px;
}

.swal2-popup .swal2-actions{
    margin-bottom: 10px;
}

.swal2-popup .swal2-styled.swal2-confirm{
    font-size: 14px;
}

.swal2-content ul li {
    text-align: left;
    margin-bottom: 5px;
}

.swal2-popup #swal2-content{
    font-size: 14px;
}


.soccer {
  background: url(../../images/desktop/ball.png);
  background-size: 100px 100px;
  height: 100px;
  width: 100px;
  position: relative;
  -webkit-animation:roll 4.5s infinite;
  -moz-animation:roll 4.5s infinite;
  animation:roll 4.5s infinite;
}

@-moz-keyframes roll {  
  0% {left:0px; -webkit-transform: rotate(-360deg);}
  50% {left:1100px; -webkit-transform: rotate(360deg);}
  100% {left:0px; -webkit-transform: rotate(-360deg);}
}
@-webkit-keyframes roll { 
  0% {left:0px; -webkit-transform: rotate(-360deg);}
  50% {left:1100px; -webkit-transform: rotate(360deg);}
  100% {left:0px; -webkit-transform: rotate(-360deg);}
}

@keyframes roll { 
  0% {left:0px; -webkit-transform: rotate(-360deg);}
  50% {left:1100px; -webkit-transform: rotate(360deg);}
  100% {left:0px; -webkit-transform: rotate(-360deg);}
}

.world-cup {
  color: #82AE6F;
  text-align: center;
}


.home_slots_item_cont .home_slots_item {
     overflow: unset;
}
.home_slots_item_cont .hsi_img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.hsi_btns {
   border-radius: 20px;
   top: 0;
}
.hsi_btns button {
    margin-top: 34px;
    transition: .5s;
}
.home_slots_item:hover .hsi_btns button {
    margin-top: 0;
}


.scroller i{
    background: rgb(36 135 182 / 70%);
    height: 32px;
    padding: -2px;
    /* position: relative; */
    width: 30px;
    top: -4px;
    text-align: center;
    padding-top: 6px;
}

.scroller marquee {
    width: 1170px;
    float: left;
    margin-left: 30px;
    position: relative;
    top: -4px;
    /* left: -31px; */
    background: rgb(36 135 182 / 70%);
    padding: 7px 0 7px 30px;
}


.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 {
    color: #333;
    font-size: 12px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #26a4de;
}

.input-rain{
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;    
    font-size: 14px;
}

.btn-action{
    padding: 6px 8px;
    border-radius: 10px;
    background: #26a4de;
    color: #fff;    
    border: 0;
}

.select-action{
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 7px;
    outline: none;
    padding: 8px 10px;
    font-size: 14px;    
}

.headerRed{
    height: 40px;
    font-size: 18px;
    color: #f25656;    
}

#providerTable td:hover{
    cursor: pointer;
}

#bankLokalChannel div.active{
    color: #26a4de;
}

#walletChannel div.active{
    color: #26a4de;
}

#pulsaChannel div.active{
    color: #26a4de;
}


#wd_cont_1 table tr td input[type="text"]:disabled{
    background: #f1f1f1;
}



.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    background: #26a4de;
    color: #fff;
    cursor: pointer;
}

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

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

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

.daterangepicker td.active, .daterangepicker td.active:hover{
    background: #1970bb;
}

.report_page table td{
    border: 1px solid #ccc;
}

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

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

.copy{
    width: 22px;
    height: 22px;
    position: relative;
    right: 25px;
    top: 5px;
    cursor: pointer;
}

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

.input-prepend-text {
    border: 1px solid #bbb!important;
    width: 100%!important;
    padding-left: 50px!important;
    height: 34px;
    /* color: #fff; */
}

.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;
}

.gameAppDiv{
    background: #e0eff6;
    padding: 10px;
    border-radius: 15px;
}

