@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: "Kanit", sans-serif;
    line-height:1.6;
    font-size:15px;
    margin:0 auto;
    color: #ffffff;
    background: #010022 url(../images/index/bg.jpg)no-repeat center top;
    background-size: auto;
}
a:hover, a:focus {
    text-decoration: none;
    color: unset;
}
input[type=date]{
    min-width: 100%;
    -webkit-appearance: none;
}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; color: #fff}

a:hover, a:focus { text-decoration: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button:focus {
    outline: unset;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #49227e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* SLIDE RIGHT MENU */
.slide_right_close {position: fixed;right: -185px;height: 300px;}
.slide_right_open {right: 0px;}
#slide_right > ul {float: right;background: #001441;color: #ffffff;}
#slide_right ul {margin-right: 20px;border: 1px solid #2278ab;margin-top: 2px;}
#slide_right:hover {right: -20px;z-index: 99;}
#slide_right:after {position: fixed;right: -260px;/* ok */z-index: 99;}
.slide_right_open, .slide_right_close{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.srl_menu {
    margin-top: 180px;
    height: 100%;
    z-index: 9;
}
.sbutton {
    background: none;
    border: none;
    padding: 0;
}
.sbutton img {
    width: 50px;
}
.list_menu2 {
    list-style: none;
    padding: 0;
    margin: 0px;
    width: 165px;
}
.list_wapper {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-gap: 10px;
    text-align: center;
    justify-content: center;
}
ul.list_menu2 li.list_wapper {
    width: 100%;
    padding: 6px 9px;
    list-style: none;
    text-align: center;
    border-bottom: 2px dotted #2f2e2e;
    text-align: left;
    font-size: 10px;
    word-break: break-word;
    cursor: pointer;
    /* text-align: center; */
    align-items: center;
}

.navbarmain{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 75px;
    background: linear-gradient(182deg, #6831ab, #1f0e41);
    align-items: center;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 0 10px black;
    padding: 0 15px;
}
.logo {
    max-width: 200px;
}
.headerbtn_wrap{
    display: flex;
    grid-gap: 15px;
    position: relative;
    width: 100%;
    justify-content: end;
    align-items: center;
}
.btn_custom{
    background: linear-gradient(90deg, #040404, #5e5e5e);
    border-radius: 8px;
    border: 1px solid #e1ae11;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    box-shadow: 0px 3px 4px 1px #000;
}
.headermenu_shortcut{
    position: absolute;
    right: 250px;
}
.headermenu_afterlogin_shortcut {
    position: absolute;
    right: 518px;
}
.headermenu_shortcut ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.headermenu_shortcut ul li a{
    color: #fff;
    text-align: center;
    background-origin: border-box;
    background-clip: content-box,border-box;
    background-image: linear-gradient( 180deg ,#262626,#262626),linear-gradient( 180deg ,#b9b9b9,#151515);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 73px;
    height: 106px;
    padding: 0px 2px 2px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}
.headermenu_shortcut ul li a.active,.headermenu_shortcut ul li:hover a{
    background-image: radial-gradient(100% 100% at 50% 0,#c69dff 0,#6b29bc 44%,#34185f 100%), linear-gradient(180deg, #7636c4, #ffc107);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.headermenu_shortcut ul li a img{
    max-width: 50px;
    margin: auto;
    padding-top: 20px;
}
.desktop_sidebar{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    background: linear-gradient(93deg, #030232, #02011f73);
    padding-top: 85px;
    transition: all .3s;
    /* overflow-y: scroll; */
    /* overflow-x:hidden; */
}
.desktop_sidebar::before {
    background: linear-gradient(45deg, transparent 0%, #cba2ff 50%, transparent 100%);
    width: 2px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}
.desktop_sidebar::after {
    width: 2px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 38%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    mix-blend-mode: screen;
    /* box-shadow: 0 0 25px #d3ffd1, 0 0 45px #53d04f, 0 0 55px #53d04f, 0 0 65px #53d04f, 0 0 75px #53d04f, 0 0 85px #53d04f; */
    z-index: 9999999999;
}
.tabgamemenu{
    transition: all .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: auto;
}
.tabgamemenu_ul{
    padding: 0 10px;
    margin: 0;
    list-style-type: none;
}
.tabgamemenu nav li a {
    list-style: none;
    margin: 0;
    padding: 7px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: linear-gradient(155deg, #424242, #101010);
    position: relative;
    box-shadow: 0 5px 10px #000000b0;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s;
    font-size: 13px;
    position: relative;
    color: #fff;
    border: 1px solid transparent;
}
.tabgamemenu nav li a.active,.tabgamemenu nav li:hover a {
    background: radial-gradient(100% 100% at 50% 0,#c69dff 0,#6b29bc 44%,#34185f 100%);
    border: 1px solid #894fd2;
}
.tabgamemenu nav li img {
    width: 45px;
    margin-right: 15px;
    padding: 0;
}
.tabgamemenu nav li span {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.tabgamemenu nav li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 55%;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 0 20px 20px 0;
}
/*tabmenumobile*/
.tabgamemenu_mobile nav li a {
    list-style: none;
    margin: 0;
    padding: 7px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: linear-gradient(155deg, #424242, #101010);
    position: relative;
    box-shadow: 0 5px 10px #000000b0;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s;
    font-size: 13px;
    position: relative;
    color: #fff;
    border: 1px solid transparent;
    text-align: center;
    justify-content: center;
}
.tabgamemenu_mobile nav li a.active,.tabgamemenu_mobile nav li:hover a {
    background: radial-gradient(100% 100% at 50% 0,#c69dff 0,#6b29bc 44%,#34185f 100%);
    border: 1px solid #894fd2;
}
.tabgamemenu_mobile nav li img {
    width: 45px;
    margin-right: 15px;
    padding: 0;
    margin: auto;
}
.tabgamemenu_mobile nav li span {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.tabgamemenu_mobile nav li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 55%;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 0 20px 20px 0;
}

.linechat_cus{
    text-align: center;
    margin-bottom: 15px;
}
.main_wrapperbody{
    /* display: flex; */
    padding-top: 76px;
    padding-left: 200px;
}
.newsboxhead {
    width: 100%;
    height: 30px;
    background: #0000006e;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: initial;
    overflow: hidden;
    color: #fff;
}
.newsboxhead .-icon-container {
    /* position: absolute; */
    background: #200431;
    padding: 0 10px;
    z-index: 1;
}
.newsboxhead span {
    -webkit-animation: marquee 30s linear infinite;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
.banner_wrap{
    padding: 15px;
}
.banner_wrap_cus{
    padding: 0;
}
.share_carousel .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 100%;
}
.share_carousel .carousel-indicators .active{
    opacity: 1;
}
.share_carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.share_carousel img{
    border-radius: 15px;
}
.banner_wrap_cus .share_carousel img{
    border-radius: 0;
}
.mobile_mainwrap_inner_left{
    display: none;
}
.sectionone_products_wrap{
    margin-top: 20px;
}
.sectionone_products_wrap_custom{
    margin: 40px 0;
}
.section_title{
    display: flex;
    align-items: center;
    color: #fff;
    margin: 21px 0 10px 0;
}
.section_title img{
    max-width: 50px;
    margin-right: 10px;
}
.section_products{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.gamebox {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
.frame {
    position: absolute;
    bottom: -5px;
}
.prv-nm {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 29%;
    bottom: 7%;
}
.prv-nm img {
    filter: drop-shadow(1px 1px 1px black);
    height: 1.2vw;
    display: block;
    margin: 0px auto;
}
.gamebox_pro_txt{
    text-align: center;
    color: #fff;
}
.gamebox_pro_txt_cus{
    
line-height: 0.9;
    
font-size: 12px;
}
.section_products_slot{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}
.section_about{
    background: url(../images/index/bg-abt.jpg)no-repeat center top;
    padding: 25px 0;
    margin: 20px 0 0 0;
    position: relative;
}
.section_about::before{
    background: linear-gradient(45deg, transparent 0%, #cfa10a 50%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    content: "";
    z-index: 1;
}
.section_about_head{
    text-align: center;
}
.section_about_head img{
    max-width: 300px;
}
.section_about_content{
    color: #fff;
}
.section_about_content h5{
    margin-top: 25px;
}
.section_svc{
    background: url(../images/index/bg-svc.jpg)no-repeat center top;
    padding: 25px 0;
    position: relative;
}
.section_svc::before{
    background: linear-gradient(45deg, transparent 0%, #cfa10a 50%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    content: "";
    z-index: 1;
}
.section_svc::after{
    background: linear-gradient(45deg, transparent 0%, #cfa10a 50%, transparent 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: "";
    z-index: 1;
}
.index_svc_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_svc_wrap_left{
    width: 54%;
    margin-left: -85px;
}
.index_svc_wrap_right{
    background-color: #000000ab;
    border-radius: 29px;
    box-shadow: 0px 0px 9px 1px #7e00ff;
    padding: 37px;
    color: #fff;
    width: 43%;
}
.index_svc_wrap_right img{
    max-width: 238px;
}
.index_svc_wrap_right h4{
    margin-top: 25px;
}
.span_bold{
    font-size: 20px;
    font-weight: 500;
}
.section_dw_left{
    width: 65%;
    margin-left: -50px;
}
.section_dw_right{
    width: 35%;
}
.section_dw_wrap{
    display: flex;
    align-items: center;
}
.section_dw{
    background: url(../images/index/bg_dw.jpg)no-repeat center top;
    padding: 25px 0;
    position: relative;
}
.download-home{
    text-align: center;
    display: grid;
    grid-template-columns: 46% 46%;
    max-width: 36vh;
    grid-gap: 28px;
    margin: auto;
}
.app-box {
    position: relative;
    z-index: 0;
}
.app-box::before {
    content: '';
    background-image: linear-gradient(to top, #ffc107 0%,#7636c4 100%);
    width: 100%;
    height: 100%;
    top: -3px;
    left: 0px;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
}
.app-box_wrap {
    /* background: linear-gradient(to bottom, #c69dff 0%,#6b29bc 50%, #34185f 100%); */
    border-radius: 10px;
    padding: 12px;
    margin: auto;
    width: 97%;
    height: 97%;
    background-image: radial-gradient(100% 100% at 50% 0,#c69dff 0,#6b29bc 44%,#34185f 100%), linear-gradient(180deg, #7636c4, #ffc107);
}
.app-box img {
    width: 11vw;
}
.app-box_button{
    text-align:center;
    color: #fff;
    font-size: 18px;
}
.download_payment{
    border-radius: 100px;
    background-color: #060622;
    box-shadow: inset 0px 0px 20px 9px #1a1387;
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1vw;
    margin-top: 15px;
}
.payment_met_txt{
    color: #ffd966;
    text-transform: uppercase;
    line-height: 1.1;
}
.payment_icon{
    display: flex;
    align-items: center;
    grid-gap: 1vw;
}
.payment_icon img{
    max-width: 40px;
}
.section_dw_wrap_about{
    color: #fff;
    max-width: 875px;
    margin: auto;
    text-align: center;
}
.footer_provider{
    background-color: transparent;
    background-image: linear-gradient(180deg, #8300FFFC 0%, #210038 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0px;
    padding: 10px 0px 10px 0px;
    position: relative;
}
.footer_provider::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 9;
    background: white;
    box-shadow: 0 0 5px #fff, 0 0 15px #ceff47, 0 0 25px #64ff5c;
}
.footer_provider::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    z-index: 9;
    background: white;
    box-shadow: 0 0 5px #fff, 0 0 15px #ceff47, 0 0 25px #64ff5c;
}
.footer_provider img {
    max-width: 90px;
    margin: 0 10px;
}
.footer_provider .swiper-wrapper{
    align-items: center;
    text-align: center;
    margin: auto;
}
.footer_provider .swiper-slide{
    margin: auto;
}
.footer_details{
    background: url(../images/index/bg-footer.jpg)no-repeat center;
    padding: 25px 0;
    position: relative;
}
.footer_details_content{
    color: #fff;
    text-align: center;
}
.footer_details_content p{
    margin-bottom: 5px;
    font-size: 18px;
}
.footerlogo{
    text-align: center;
    margin: 25px 0;
}
.footerlogo img{
    width: 250px;
}
.footer_copyright{
    text-align: center;
    color: #fff;
}
.list-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.list-inline a {
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
.modalshare .modal-header .close{
    align-items: end;
    position: absolute;
    right: -14px;
    top: -17px;
    border-radius: 50px;
    border: none;
    width: 35px;
    height: 35px;
    display: flex;
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
    /* align-content: center; */
    justify-content: center;
    text-align: center;
    background: #ff4c4c;
    padding: 5px;
    color: #fff;
    opacity: 1;
    font-size: 17px;
    margin: 0;
    align-items: center;
}
.modalshare .modal-header{
    border-bottom: none;
    text-align: center;
    justify-content: center;
}
.modalshare .modal-content{
    background: linear-gradient(137deg,#3b3b3bed,#030303);
    border: none;
    border-radius: 1rem;
}
.modalshare .modal-title img{
    width: 250px;
}
.modalshare .modal-body{
    color: #fff;
    padding: 1.5rem;
}
.modalshare .modal-body form input.form-control{
    background: #0a0a0a96;
    width: 100%;
    border-radius: 9px;
    border: none;
    padding: 10px;
    outline: none;
    color: white;
    box-shadow: 0 0 2px white, 0 0 15px #0000009e;
    margin: 25px 0;
    -webkit-appearance: none;
    min-width: 100%;
}
.modal_btn_wrap{
    width: 100%;
    max-width: 200px;
    padding: 10px;
    background: linear-gradient(0deg, #FF5C00 0%, #FF8A00 93.23%);
    box-shadow: 0px 0px 10px #FF9D0A;
    border: 1px solid #FF972B;
    display: block;
    margin: 20px auto;
    text-align: center;
    border-radius: 20px;
    color: white;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.footer_wrapper{

position: fixed;

bottom: 0;

z-index: 11;

width: 100%;

max-width: 999px;
}
.footer_wrapper-nn{
    display: flex;
    align-items: flex-end;
    background: linear-gradient(to top, #000000db 30%, transparent);

}
.footer-left-wrapper{
    border-top-left-radius: 10px;
    border-top-right-radius: 22px;
    display: flex;
    align-items: flex-end;
    flex: 1;
    z-index: 2;
    height: 70px;
    padding-bottom: 6px;
    background: linear-gradient(182deg, #7b39ce, #22164e);
    border-top: 3px solid #ffffff;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
}
.footer-itemwrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    position: relative;
}
.footer-itemwrapper a{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.footer-itemwrapper img{
    width: 35px;
}
.footer-center-wrapper{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
    width: 74px;
    height: 74px;
    margin: 0 8px 16px;
    padding-bottom: 8px;
    color: #fff;
    border-top: 3px solid #00ccff;
    border-radius: 50%;
    box-shadow: 0 0 10px hsla(0, 0%, 100%, .4);
    background: radial-gradient(100% 100% at 50% 0,#023e5a 0,#036d9f 73%,#0293d7 100%);
}
.footer-itemwrapper-txt{
    line-height: 1.7;
}
.footer-right-wrapper{
    border-top-right-radius: 10px;
    border-top-left-radius: 22px;
    display: flex;
    align-items: flex-end;
    flex: 1;
    z-index: 2;
    height: 70px;
    padding-bottom: 6px;
    background: linear-gradient(182deg, #7b39ce, #22164e);
    border-top: 3px solid #ffffff;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
}
.footer_wrapper{
    display: none;
}
.burger_menu_mobile{
    display: none;
}
.burger_menu_mobile i{
    color: #fff;
    font-size: 24px;
}
.menu_bar_right{
     margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
}
.menu_bar_right li{
    margin: auto;
}
.menu_bar_right li a{
    border-radius: 20px;
    max-width: 150px;
    width: fit-content;
    padding: 0 15px;
    max-width: 150px;
    height: 90px;
    padding: 0 2px 2px;
    background-origin: border-box;
    background-clip: content-box,border-box;
    background-image: linear-gradient( 180deg ,#262626,#262626),linear-gradient( 180deg ,#b9b9b9,#151515);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    transition: all .3s;
    color: #fff;
}
.menu_bar_right li a img{
    max-width: 50px;
    margin: 0 20px;
}
/*tournament*/
.challe-box {

/* max-width: 1500px; */

height: 358px;

background-size: cover;

background-position: center;

border-radius: 25px;

position: relative;

text-align: center;

margin: 0 auto;

overflow: hidden;

width: 100%;

border: 1px solid #9b56ff;

margin-top: 0;

display: flex;

align-items: center;
}

.nvp15 {
    padding-top: 40px;
}

.beach-box {
    background-size: cover;
    background-position: center;

    height: 100%;
    width: 50%;

    position: relative;
    border-radius: 18px 0 0 18px;
    display: flex;
}

.challe-1 {
    background: url("../images/tournament/tnm-pp.jpg")no-repeat center;
background-size: cover;}
.challe-2 {
    background: url("../images/tournament/tnm-pt.jpg")no-repeat center;
background-size: cover;}

.light-box-1 {
    background: #1c1c24;

    width: 50%;
    height: 100%;
    padding: 0 15px;
}

.tbox-1 {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    background: #000;
    padding: 3px 3px;
    border-radius: 6px;
    margin: 1px;

    color: #df20fd;
    /* border: 1px solid #cb0000; */
    width: 40px;
    height: 35px;
    line-height: 29px;
box-shadow: 0px 0px 4px 1px #0090ff;}

.dbox-1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 5px;
    line-height: 1;
}

.btitle {
    position: absolute;
    right: 0;
    bottom: 8%;
left: 0;}

.btitle-1 {
    position: absolute;
    right: 33px;
    bottom: 26px;
}

img.logo-beach {
    position: absolute;
    right: 13px;
    top: 10px;
}

.countdown-wrap {
    background: #000;
    max-width: 203px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.56);
    border-radius: 5px;
    margin: auto;
    text-align: center;
    padding: 10px;
    height: 65px;
}

.cd-1 {
    background: #1c1c24;
}

.cd-2 {
    background: #0086c6;
}

.cd-3 {
    background: #0086c6;
}

.cd-4 {
    background: #0086c6;
}

.time-cap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 2px 0 0 0;
    grid-gap: 0px;
}

.tcap-1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.prize-grid- {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    padding: 13px 0 8px 0;
}

.prize-grid-1 {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px 10px;
    padding: 0px 0 8px 0;
}

.p-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-title-1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 105px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-info {
    background: #fff;
    border-radius: 4px;
    margin: auto;
    width: 100%;
    padding: 2px 0px;
    color: #6443b3;
    font-size: 13px;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5px;
}

.c-info-1 {
    background: #000;
    border-radius: 10px;
    max-width: 250px;
    max-height: 45px;
    margin: auto;
    width: 100%;
    padding: 9px 0px;
    color: #df20fd;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    /* border: 1px solid #cb0000; */
    align-items: center;
box-shadow: 0px 0px 4px 1px #0090ff;}

.s-info-1 {
    font-weight: inherit;
}

.prizes-1 {
    background: #fff;
    border-radius: 10px;
    max-width: 215px;
    max-height: 37px;
    margin: auto;
    width: 100%;
    padding: 9px 0px;
    color: #6443b3;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
}

.prizes-1 a {
    color: #6443b3;
}

.prizes-1 a:hover {
    color: #000;
}

.medal-1 {
    position: absolute;
    left: 14px;
    top: 0px;
}

.prz-1 {
    margin-left: 40px;
}

.winner_list_btn {
    display: block;
}

.winner_list_btn i {

    margin-right: 10px;
}

.challenge-note {
    font-family: 'Abel', sans-serif;
    color: #ffa800;
    font-size: 15px;
    text-transform: uppercase;

}

.challenge-note-end {
    font-family: 'Abel', sans-serif;
    color: #ffff00;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 48px;
}
.tnc-applied {
    color: #fff;
    font-size: 13px;
    margin-top: 12px;
    display: block;
}
/*end*/

/* LUCKYDRAW */
.luckydraw-sec {
    padding-top: 0;
    padding-bottom: 40px;
    height: 100%;
}

.prize-col {
    margin-bottom: 80px;
    background: linear-gradient(180deg, #010103, #100c37);
    border-radius: 10px;
    display: inline-block;
    width: 23%;
    margin-right: 15px;
}
.prize-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    height: 119px;
    text-align: center;
    top: -55px;
}
.prize-img img {
    border-top-left-radius: 7px;
    margin: 0 auto;
    max-width: 60%;
}

.prize-des {
    padding: 12px;
    background: #b361bb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-name {
    color: #fff;
    font-size: 15px;
    height: 40px;
}

.prize-point {
    color: #00aeff;
    background: url(../images/luckydraw/prize-point.png)center no-repeat;
    background-size: 100% 100%;
    padding: 3px 10px;
    margin-top: 10px;
}

.prize-point span {
    margin-right: 5px;
}

.prize-point span i {
    margin-left: 5px;
}

.stock-sold {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.stock-sold meter {
    width: 65%;
    height: 25px;
}

.stock-sold meter::-webkit-meter-bar {
    background: #222222;
    border: 1px solid #222222;
}

.stock-sold meter::-webkit-meter-optimum-value {
    background: #555555;
}

.stock-sold span {
    width: 35%;
    color: #555555;
    padding-left: 5px;
}

.time-end {
    color: #fff;
}

.time-counting {
    color: #00aeff;
}

.prize-cat {
    margin-top: 10px;
}

.diamond-count {
    text-align: end;
    color: #de00ff;
}

.prize-cat meter {
    width: 100%;
    height: 35px;
}

.prize-cat meter::-webkit-meter-bar {
    background: #000;
    padding: 5px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 3px #fff;
}

.prize-cat meter::-webkit-meter-optimum-value {
    background: #de00ff;
}

.btn-redeem {
    text-align: end;
    color: #fff;
    background: url(../images/btn-play.png)center no-repeat;
    background-size: 100% 100%;
    padding: 3px 18px;
    max-height: 40px;
}
.btn-redeem:hover{
    color: #000;
}

/* REWARD */
.reward-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 50%;
    margin: 0 auto;
}

.reward-box {
    background: url(../images/luckydraw/ico-cat.png)no-repeat;
    background-size: 100% 100%;
    padding: 40px 15px;
    height: 200px;
    width: 200px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
}

.reward-box img {
    max-width: 100px;
}

.reward-content {
    /* display: grid; */
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.reward-des {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reward-point {
    color: #000000;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.reward-point h3 {
    margin-bottom: 0;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 700;
}

.btn-redeemreward {
    background: #000;
    background-size: 100% 100%;
    color: #b361bb!important;
    padding: 5px;
    display: block;
    /* height: 30px; */
    text-transform: uppercase;
    border-radius: 10px;
}

.reward-name {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.reward-list{
   
text-align: -webkit-center;
}
.luckydraw-sec .nav{
    justify-content: center;
    margin-bottom: 100px;
    /* border-bottom: 1px solid #686868; */
}
.luckydraw-sec .nav-pills .nav-link.active, .luckydraw-sec .nav-pills .show>.nav-link{
    background: none;
    border: none;
    color: #ffffff;
}

.luckydraw-sec .nav-pills .nav-link{
    text-align: center;
    color: #c5c5c5;
}
.luckydraw-sec .nav-pills .nav-link.active img, .luckydraw-sec .nav-pills .show>.nav-link img{
    filter: none;
}
.luckydraw-sec .nav-pills .nav-link img{
    filter: grayscale(1);
}

/** Promotion **/

#details {
    color: #fff;
}

#details .modal-content {
    border: 1px solid #e3b448;
    background: #fff;
}

#details .modal-header {
    border: none;
}

#details .close {
    color: #ffffff;
    text-shadow: none;
}

.promo-sec {
    /* background: url("../images/common/bg-1.jpg")no-repeat top center; */
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0 45px 0;
}

.promo-sec ol {
    padding-left: 0;
}

.promo-bnr {
    cursor: pointer;
}

.card-promo h4 {
    color: #ffc000;
}

.card-promo table tr td {
    padding: 5px 10px;
}

.promo-bnr img {
    display: block;
    width: 100%;
}

.mix {
    display: none;
}

.promo-sec .card-promo {
    margin-bottom: 15px;
    width: 100%;
}

.filter-menu-bar {
    text-align: center;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.pmbox {
    width: 15%;
    height: 53px;
    text-align: center;
    font-size: 13px;
    /* padding: 16px 10px; */
    cursor: pointer;
    background: linear-gradient(155deg, #424242, #101010);
    border-radius: 25px;
    color: #fff;
    border: 1px solid #494949;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pmbox:hover,
.pmbox.active {
    color: #ffc107;
    background-image: radial-gradient(100% 100% at 50% 0,#c69dff 0,#6b29bc 44%,#34185f 100%), linear-gradient(180deg, #7636c4, #ffc107);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.promo-content {
    text-align: center;
    margin: 15px 0;
}

.pmbox {}

.promo-box {
    background: #fff;
    max-width: 500px;
    border: 1px solid #d6a361;
    margin: 10px;
}

.card-body.promo {
    font-size: 12px;
    background: #090112;
    color: white;
    text-align: left;
    border: 1px solid #015485;
}

.card-body.promo ul {
    padding-left: 20px;
    list-style: auto;
}

.card-body.promo h5 {
    color: #ff7200;
    text-transform: uppercase;
    font-size: 16px;
}

.promo-inContent {
    color: #ffc000;
    font-size: 23px;
}

.promo-inContent span {
    color: #000;
}

.promo-inContent table tr td {
    color: #000;
    font-size: 12px;
}

.Table {
    font-size: 12px;
}

.Table tr td:first-child {}

.Table tr td {
    border: 1px solid #000;
}

.promo-inContent ol li {
    font-size: 12px;
}
.reg_wrap {
    padding: 30px 0;
}
.afterlogin_body {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-gap: 15px;
}
ul.afterlogin_body_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: none;
    background-color: #000;
    height: fit-content;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    grid-gap: 8px;
}

ul.afterlogin_body_ul li {
    display: block;
    text-align: left;
    /* font-size: 13px; */
    font-weight: 600;
    /* padding-bottom: 12px; */
    color: #ffffff;
}

ul.afterlogin_body_ul li a {
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    /* min-height: 34px; */
    font-size: 13px;
    margin: 0px;
    font-weight: 500;
    border-radius: 29px;
    background: #18181800;
    line-height: initial;
    align-items: center;
    justify-content: left;
    word-break: break-all;
    /* justify-content: center; */
    border: 1px solid transparent;
    /* padding: 10px; */
    width: fit-content;
    padding: 10px;
}

ul.afterlogin_body_ul li a.active,
ul.afterlogin_body_ul li a:hover {
    color: #ffffff;
    /* width: 100%; */
    /* font-weight: 700; */
    border: 1px solid #500dab;
    background: linear-gradient(to bottom, #500dab 0%, #500dab 100%);
}

.afterlogin_body_right {
    border: 1px solid #e4b459;
    border-radius: 22px;
    padding: 30px 30px;
    min-height: 600px;
    color: #fff;
}
.reg_body_wrap {
    border: 1px solid #e4b459;
    border-radius: 22px;
    padding: 30px 30px;
    min-height: 600px;
    color: #fff;
}

.reg_tit {
    color: #ffb838;
    font-size: 41px;
    text-align: left;
    border-bottom: 1px solid #ffb838;
}

.ver_wrap {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
/* INFO CENTER */

.info-center {
    padding-top: 50px;
    padding-bottom: 50px;
}

.info-wrapper {
    border: 1px solid #6b29bc;
    padding: 20px 49px;
    background: #000000;
    border-radius: 15px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0px 0px 9px 4px #6b29bc;
}

.info-wrapper h3 {
    /* border-bottom: 1px solid #015485; */
    /* width: 35%; */
    padding: 10px 0 0 0;
    margin-bottom: 30px;
    color: #fff;
}

button.btn-tnc {
    background: linear-gradient(to top, rgba(7, 21, 35, 1) 0%, rgba(6, 30, 49, 1) 6%, rgba(6, 41, 66, 1) 12%, rgba(3, 81, 128, 1) 28%, rgba(2, 99, 156, 1) 36%, rgba(1, 111, 175, 1) 44%, rgba(1, 116, 183, 1) 50%, rgba(1, 114, 180, 1) 58%, rgba(2, 104, 164, 1) 66%, rgba(3, 84, 133, 1) 76%, rgba(6, 42, 68, 1) 93%, rgba(6, 30, 49, 1) 100%);
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 7px 15px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #6b29bc;
    border-radius: 5px;
}

button.btn-tnc.collapsed {
    background: #131313;
    color: #fff;
    font-weight: 400;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 10px;
}

.tnc-body {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}

.tnc-body ol {
    padding-left: 15px;
}

.tnc-body ol li {
    padding-bottom: 8px;
}
.contact-wrap a {
    display: flex;
    border: 1px solid #6b29bc;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    justify-content: space-between;
}
.contact-details {
    display: grid;
    margin-left: 10px;
}
.contact-wrap .contact-details {
    color: #fff;
}
.contactTable{
    display: grid;
    grid-gap: 15px;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
}
.contact_inn{
    display: flex;
}

/*afterlogin*/
/*afterlogin*/
.afterlogin_main_bg .container{
    max-width: 1200px;
}
.afterlogin_inn_wrap{
    display: grid;
    grid-template-columns: 752px minmax(260px,368px);
    gap: 1rem;
}
.afterlogin_inn_wrap.afterlogin_inn_wrap_custom{
    display: grid;
    grid-template-columns: 100%;
    gap: 1rem;
}
.afterlogin_wrap{
 padding: 32px 0;
}
.afterlogin_wrap h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.depwith_wrapbtn{
    background-color: #0000004d;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-color: #dee3f026;
}
.depwith_wrapbtn a{
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    background-color: #dee3f026;
    color: #ecf1ffb3;
    border-color: #0000004d;
    width: 100%;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-align: center;
}
.depwith_wrapbtn a.active{
    color: #a168e7;
    background-color: #a168e747;
}
.depwith_wrapbtn_left{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 3px;
}
.depwith_wrapbtn_right{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.afterlogin_dep_head{
    background-color: #24262bd4;
    padding: 1.25rem 2.25rem;
}
.afterlogin_dep_headbody_wrap{
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 20px;
    box-shadow: 0px 0px 9px 4px #6b29bc;
}
.afterlogin_dep_headbody_wrap.afterlogin_dep_headbody_wrap_custom{
    overflow: hidden;
    border-radius: 1rem;
    margin-top: 0;
    box-shadow: 0px 0px 9px 4px #6b29bc;
}
.head_col_1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_col_1 span{
    font-weight: 600;
}
.trans_btn{
    background-color: #35383d;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
}
.head_bal{
    font-size: 30px;
    font-weight: 700;
}
.head_bal span{
    color: #a168e7;
}
.afterlogin_dep_body{
    background-color: #24262bd4;
    padding: 2.25rem;
}
.afterloginbody_step_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.afterloginbody_step_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.afterloginbody_step_bottom span{
    flex: 1 1 0%;
    font-size: 13px;
}
.afterloginbody_step_bottom span:first-child{
    text-align: left;
}
.afterloginbody_step_bottom span:nth-child(2){
    text-align: center;
}
.afterloginbody_step_bottom span:nth-child(3){
    text-align: right;
}
.afterloginbody_step_bottom span.stepcus{
    text-align: right;
}
.step_bullet{
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background-color: #dee3f026;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step_bullet.active{
    background-color: #a168e7;
}
.step_line{
    height: 3px;
    background-image: linear-gradient(269.99deg,#383a40 1.25%,rgba(46,49,54,0) 101.67%);
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    flex: auto;
}
.step_line.active{
    background-image: linear-gradient(270deg,#a168e7 29.61%,rgba(28,201,128,0) 101.68%);
}
.deposit_body_notis{
    background-color: #2c2e34;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 8px;
    margin-top: 20px;
    padding: 6px;
}
.deposit_body_notis_leftcolor{
    width: 170px;
    position: absolute;
    background-image: linear-gradient(89.78deg,#6b29bc 4.36%,rgba(41,106,173,0) 99.77%);
    left: 0;
    top: 0;
    border-radius: 8px;
    height: 100%;
}
.dep_notisicon{
    width: 32px;
    height: 32px;
    margin-right: 4px;
}
.deposit_body_notis_content{
    display: flex;
    align-items: center;
    font-size: 12px;
    position: relative;
}
.dep_content_warning{
    color: #f4ba00;
}
.deposit_bank_choose_box{
    display: flex;
    background-color: #2c2e34;
    border-radius: 8px;
    padding: 0.75rem;
    color: #fff;
    align-items: center;
}
.deposit_bank_choose_box:hover{
    background-color: #36383e;
}
.deposit_bank_choose_box img{
    width: 84px;
    border-radius: 5px;
    margin-right: 10px;
}
.deposit_bank_choose_box span{
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
.deposit_bank_choose_box i{
    margin-left: auto;
}
.deposit_bank_choose_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 25px;
    margin-top: 25px;
}
.afterlogin_inn_wrap_faqbody{
    padding: 1rem;
    background-color: #24262bd4;
    border-radius: 1rem;
    height: 100%;
}
.dep_faq_title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
  content: "\f054"; /* fa-chevron-down */
  position: absolute;
  right: -23px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f078"; /* fa-chevron-up */
   font-weight: 900;
   font-family: "Font Awesome 5 Free";
}
.afterlogin_inn_wrap_faqaccor .card-header {
    padding: 14px 1.25rem;
    margin-bottom: 0;
    background-color: #2c2e34;
    border-bottom: #2c2e34;
}
.afterlogin_inn_wrap_faqaccor .card-header:hover{
    background-color: #36383e;
}
.afterlogin_inn_wrap_faqaccor .card-header a{
    color: #fff;
    font-size: 14px;
    display: flex;
    width: 90%;
    align-items: center;
}
.afterlogin_inn_wrap_faqaccor .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1a1c21;
    background-clip: border-box;
    border: none;
    border-radius: 10px;
}
.afterlogin_inn_wrap_faqaccor .card:first-child .card-header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.afterlogin_inn_wrap_faqaccor .card:last-child .card-header{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
 .btn_dep{
     background: radial-gradient(100% 100% at 50% 0,#c69dff 0,#6b29bc 44%,#34185f 100%);
     margin-right: 0;
     border-radius: 6px;
     font-size: 14px;
     padding: 10px 14px;
     color: #fff;
     font-weight: 500;
     border: none;
     margin: 0 0 0 10px;
}
.header_btn_dep{
    display: flex;
    align-items: center;
    background-color: #1a1c21;
    border-radius: 0.5rem;
    padding: 0px 0px 0 10px;
    color: #fff;
    /* position: absolute; */
    /* right: 29%; */
}
.header_btn_dep_token{
    display: flex;
    align-items: center;
    background-color: #1a1c21;
    border-radius: 0.5rem;
    padding: 0px 0px 0 10px;
    color: #fff;
    /* position: absolute; */
    /* right: 39%; */
    padding: 10px 14px;
}
.headusericon{
    width: 25px;
    border-radius: 50px;
}
.head_afterlogin_custom .btn_dropup_lang button {
    background-color: #0000004d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 19px;
    border-bottom: 1px solid #dee3f026;
    justify-content: space-between;
}
.head_afterlogin_custom .btn_dropup_lang {
    width: 152px;
    margin: 0 0px 0 0px;
}
.head_afterlogin_custom .btn_dropup_lang .dropdown-menu.show {
    display: block;
    width: 100%;
    background-color: #2c2e34;
    z-index: 9999;
}
.head_afterlogin_custom .btn-secondary:not(:disabled):not(.disabled).active, .head_afterlogin_custom .btn-secondary:not(:disabled):not(.disabled):active, .head_afterlogin_custom .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0000004d;
    border-color: #4e555b;
}
.head_afterlogin_custom .btn_dropup_lang .dropdown-menu a{
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 7px 11px;
    justify-content: left;
    grid-gap: 0 10px;
}
.btn_dropup_lang .dropdown-menu a {
    color: #fff;
    padding: 5px 17px;
    display: block;
}
.head_afterlogin_custom .btn_dropup_lang .dropdown-menu a i{
    display: block;
    /* margin-right: 8px; */
    font-size: 12px;
    width: 20px;
}
.head_afterlogin_custom .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
}
.head_afterlogin_custom_mobile{
    display: none;
}
.btn_tr{
    background-color: #2d3035;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 7px;
}
.afterlogin_btn_back{
    color: #fff;
    margin-right: 20px;
}
.header_mobile_show{
    display: none;
}
.deposit_select_showbank{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.bank_display{
    width: 82px;
    border-radius: 5px;
    margin-right: 10px;
}
.bank_display_name{
    font-weight: 700;
}
.form-control{
    background-color: rgba(0,0,0,.3);
    min-height: 52px;
    border: transparent;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    color: #fff;
}
.form_label{
    margin-bottom: 2px;
    font-weight: 500;
}
.form-control:focus {
    color: #fff;
    background-color: rgba(0,0,0,.3);
    border: 1px solid #a168e7;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #a168e7;
}
.form_wrap{
    margin-top: 22px;
}
.form_wrap_cus{
    position: relative;
}
.form_wrap_qr{
    text-align: center;
}
.form_wrap_qr img{
    max-width: 130px;
}
.qr_form_history{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    grid-gap: 15px;
}
.history_table_wrap.history_table_wrap_qr{
    background-color: #2c2e34;
}
.label_wrap{
    display: flex;
    justify-content: space-between;
}
.form_label_notis{
    font-size: 12px;
}
.bank_amount_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    margin-top: 8px;
}
.bank_amount_grid button{
    width: 100%;
    color: #fff;
    background-color: rgba(222,227,240,.15);
    border-radius: 5px;
    padding: 10px;
    border: none;
    font-size: 13px;
    font-weight: 700;
}
.bank_amount_grid button:hover{
    background-color: rgba(222,227,240,.3);
}
.form_bonus_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text_bonus_amt_top{
    color: #f4ba00;
}
.text_bonus_amt{
    font-size: 17px;
    font-weight: 700;
}
.form_bonus_wrap{
    font-size: 13px;
}
.submit_btn_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 50px;
}
.submit_btn_wrap button.backbtn{
    background-color: rgba(222,227,240,.15);
    height: 52px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
}
.submit_btn_wrap button.paybtn{
    background-color: #a168e7;
    height: 52px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
}

.submit_btn_wrap_with{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 50px;
}
.footer_pay{
    display: none;
    position: fixed;
    bottom: 0;
    background-color: #2c2e34;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    width: 100%;
}
 
.footer_pay .submit_btn_wrap button.backbtn{
    background-color: rgba(222,227,240,.15);
    height: 44px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
}
.footer_pay .submit_btn_wrap button.paybtn{
    background-color: #1cc980;
    height: 44px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    color: #fff;
    border: none;
    font-weight: 700;
}
.footer_pay .submit_btn_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
    margin-top: 10px;
}
.footer_pay .form_wrap {
    margin-top: 0;
}
body[data-singlepage="afterlogin"] .mobile_footer{
    padding: 18px 10px 155px 10px;
}
.add_bank_with_wrap{
    color: #a168e7;
    display: flex;
    flex-direction: column;
    height: 112px;
    background-color: #dee3f00d;
    border-radius:0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.add_bank_with_wrap p{
    margin-bottom: 0;
}
.add_bank_with_wrap i{
    font-size: 24px;
    margin-bottom: 10px;
}
.table-share tr th{
    background-color: rgba(0,0,0,.3);
    padding: 5px;
}
.table-share tr td{
    padding: 5px;
    border-bottom: 1px solid #636363;
}
.add_bank_with_wrap:hover{
    background-color: rgba(222,227,240,.15);
}
.addbankdropdown .btn{
    width: 100%;
    color: #fff;
    background-color: #191b1e;
    height: 52px;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    text-align: left;
}
.addbankdropdown .dropdown-menu {
    width: 100%;
    background-color: #2c2e34;
}
.addbankdropdown .dropdown-menu a{
    color: #fff;
    padding: 10px 20px;
    background-color: #2c2e34;
}
.addbankdropdown .dropdown-menu a:hover{
    background-color: #36383e;
}
.addbankdropdown img{
    width: 83px;
    margin-right: 10px;
    border-radius: 5px;
}
.afterlogin_dep_body select{
  -webkit-appearance: none;
  appearance: none;
}
.afterlogin_dep_body .select_custom {

  position: relative;
}
.afterlogin_dep_body .select_custom::after{
  content: "\f054";
  font-weight: 900;
  font-size: 0.8rem;
  top: 29%;
  right: 17px;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
}
.history_typebtn a {
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
    background-color: #dee3f026;
    color: #ecf1ffb3;
    border-color: #0000004d;
    width: 100%;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    text-align: center;
}
.history_typebtn a.active {
    color: #a168e7;
    background-color: #a168e747;
}
.history_typebtn {
    background-color: #0000004d;
    padding: 4px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    border-color: #dee3f026;
    grid-gap: 4px;
}
.select_form_history{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    grid-gap: 15px;
}
::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.history_table_wrap{
    background-color: #24262b;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0px 0px 9px 4px #6b29bc;
}
.history_table{
    color: #ecf1ff80;
}
.history_table tr th{
    padding: 0 5px;
}
.history_table tr td{
    padding: 3px 5px;
}
.history_table tr th:last-child{
    text-align: right;
}
.history_table tr td:last-child{
    color: #f4ba00;
    text-align: right;
}
.msg_user{
    cursor: pointer;
}
.msg_user:hover{
    color: #fff;
}
.history_table_wrap.history_table_wrap_inbox {
    background-color: #24262b;
    padding: 0;
    border-radius: 10px;
    margin-top: 0;
}
.profile_userimg_wrap{
    background-color: #24262b;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 24px;
    border-radius: 16px;
    display: flex;
    padding-left: 45px;
    grid-gap: 20px;
    box-shadow: 0px 0px 9px 4px #6b29bc;
}
.profile_userimg img{
    border-radius: 100%;
    width: 80px;
    border: 5px solid #dee3f026;
}
.profile_userinfo{
    display: flex;
    align-items: flex-start;
    grid-gap: 0;
    flex-direction: column;
    justify-content: end;
    /* line-height: 1; */
}
.profileuserinfo_badge{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.profileuserinfo_badge img{
    width: 28px;
}
.profileuserinfo_badge p{

margin: 0;

position: absolute;
}
.profile_user_num{
    margin: 0;
    font-size: 21px;
    text-transform: uppercase;
}
.profile_vip_row{
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 0;
    background: linear-gradient(294.54deg, rgb(72, 84, 99) 10.77%, rgb(157, 167, 177) 108.33%);
    padding: 5px 12px;
    min-height: 85px;
}
.main-vip{
    /* position: absolute; */
    top: 0;
    left: 7px;
    font-size: 33px;
    background-image: linear-gradient(179.01deg, rgb(229, 240, 254) 8.85%, rgb(171, 182, 196) 85.43%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
}
.vip-process {
    position: relative;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.15);
    width: 70%;
}
.vip-process-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 4px;
    border-radius: 2px;
    background: white;
}
.vipprofile_text{
    font-size: 13px;
}
.profile_vip_row::after{
    background-image: url('../images/icon/vipbadge_big.png');
    content: "";
    width: 133px;
    height: 160px;
    position: absolute;
    background-size: contain;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.profile_content_wrap{
    padding: 1.5rem;
    background-color: #24262b;
    border-radius: 16px;
    margin-top: 1.5rem;
    box-shadow: 0px 0px 9px 4px #6b29bc;
}
.profile_content_wrap_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
}
.profile_content_wrap_rowleft_con{
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.profile_content_wrap_rowleft_con p,.profile_content_wrap_rowleft_con i{
    margin: 0;
    font-weight: 600;
    color: #ecf1ffb3;
}
.profile_content_wrap_rowright_con{
    display: flex;
    align-items: center;
    grid-gap: 15px;
}
.profile_content_wrap_rowright_con p,.profile_content_wrap_rowright_con i{
    margin: 0;
    font-weight: 700;
    color: #ecf1ffb3;
}
.hr_profile_line{
    border-top: 1px solid #dee3f00d;
    margin: 2px;
}
.profile_chgpas{
    background-color: #dee3f00d;
    border-radius: 8px;
    color: #ecf1fff0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}
.profile_chgpas:hover{
    background-color: #dee3f029;
}
.profile_navimenu{
    padding: 1.5rem;
    background-color: #24262b;
    border-radius: 16px;
    margin-top: 1rem;
}
.profile_navimenu_inn{
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.profile_navimenu_inn a{
    display: grid;
    text-align: center;
    grid-gap: 3px;
    line-height: 1.2;
    align-items: end;
}
.profile_navimenu_inn a i{
    font-size: 23px;
}
.btn_dropup_lang.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}
.copy_btn {
    background-color: #35383d;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    right: 7px;
}
.profile_navimenu {
    display: none;
}
button.logout {
    display: none;
}
.btn_custom:hover {
   transform: scale(1.1);
}
.list-inline a:hover {
    color: #a168e7;
}
.btn-redeemreward:hover {
    box-shadow: 0px 0px 5px 3px #f694ff;
}

.step-tab {
    position: relative;
    text-align: center;
    max-width: 240px;
    margin: 0px auto 20px;
    display: flex;
    justify-content: space-between;
}
span.step-round {
    position: relative;
    z-index: 2;
    background: #4c4c4c;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
span.step-round a {
    color: #fff;
    display: block;
    width: 100%;
}
span.step-round.active {
    background: linear-gradient(0deg, #FF5C00 0%, #FF8A00 93.23%);
}
.step-line {
    position: absolute;
    top: 49%;
    width: 100%;
    height: 2px;
    background: #4c4c4c;
}
.reg_input_num{
    display: grid;
    align-items: center;
    grid-template-columns: 80% 18%;
    grid-gap: 15px;
}
.modalshare .modal-body form .reg_input_num input.form-control {
    margin: 10px 0;
}
.modalshare .modal-body form .reg_input_num .modal_btn_wrap {
    margin: 10px 0;
}
.languageToggle {
    cursor: pointer;
    margin-left: 14px;
}
.languageToggle img {
    max-width: 29px;
}
.languageToggle i {
    font-size: 18px;
    vertical-align: sub;    
    margin-left: 5px;
}
.languageToggle button {
    background: none;
    border: none;
}
.languageToggle .btn-secondary:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.languageToggle .dropdown-menu {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 20px;
    background-color: #6b29bc;
}
.languageToggle .dropdown-menu a {
    display: block;
    padding: 2px;
}
.languageToggle .btn-secondary.focus, .languageToggle .btn-secondary:focus {
    box-shadow: none;
}
.languageToggle .btn-secondary:not(:disabled):not(.disabled).active:focus, .languageToggle .btn-secondary:not(:disabled):not(.disabled):active:focus, .languageToggle .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.languageToggle .btn-secondary:not(:disabled):not(.disabled).active, .languageToggle .btn-secondary:not(:disabled):not(.disabled):active, .languageToggle .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.register_page_box{
    background: linear-gradient(137deg,#3b3b3b7a,#030303);
    border: none;
    border-radius: 1rem;
    padding: 1rem;
}
.register_page_wrap{
    padding: 2rem 0;
    max-width: 800px;
    margin: auto;
}
.reg_title{
    margin-bottom: 30px;
    line-height: 1.5;
    text-align: center;
}
.reg_share_form input.form-control{
    background: #0a0a0a96;
    width: 100%;
    border-radius: 9px;
    border: none;
    padding: 10px;
    outline: none;
    color: white;
    box-shadow: 0 0 2px white, 0 0 15px #0000009e;
    margin: 25px 0;
    -webkit-appearance: none;
    min-width: 100%;
}
.head_afterlogin_custom .languageToggle{
    margin-left: 0;
}
.login_for_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cls-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    font-size: 12px;
    grid-gap: 10px;
}
.cls-checkbox label{
    margin: 0;
}
.playerimg{
    width: 47px;
}
.profile_user_player{
    margin: 0;
    font-size: 17px;
}

@media only screen and (max-width: 1279px) {
    .afterlogin_inn_wrap {
        display: grid;
        grid-template-columns: minmax(260px,1fr);
        gap: 0;
    }
    .afterlogin_inn_wrap_faqbody {
        display: none;
    }
}

@media only screen and (max-width: 999px) {
    body{
        background-size: auto;
    }
    .logo {
        max-width: 132px;
        margin-left: 15px;
    }
    .headermenu_shortcut{
        display: none;
    }
    .desktop_sidebar{
        display: none;
    }
    .main_wrapperbody{
        padding-left: 0;
    }
    .index_svc_wrap{
        flex-direction: column;
    }
    .index_svc_wrap_right{
        width: 100%;
    }
    .index_svc_wrap_left {
        width: 100%;
        margin-left: -50px;
    }
    .section_dw_wrap {
        flex-direction: column;
    }
    .section_dw_left {
        width: 100%;
        margin-left: -50px;
    }
    .section_dw_right {
        width: 100%;
    }
    .app-box img {
        width: 30vw;
    }
    .section_products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 7px;
    }
    .section_about{
        background-size: cover;
    }
    .section_svc{
        background-size: cover;
    }
    .section_dw{
        background-size: cover;
    }
    .section_products_slot{
        grid-template-columns: repeat(3, 1fr);
    }
    .modalshare .modal-header .close{
        right: 0;
    }
    .mobile_mainwrap_inner_left{
        display: block;
    }
    .mobile_mainwrap{
         display: flex; 
    }
    .mobile_mainwrap_inner_right{
        width: 100%;
    }
    .mobile_mainwrap_tour{
        justify-content: center;
    }
    .tabgamemenu_mobile{
        width: 110px;
        background: transparent;
        box-shadow: 0 0 10px black;
        border-radius: 20px;
        padding: 10px 0 10px 0;
        height: fit-content;
        margin: 20px 0 0 0;
    }
    .prv-nm img {
        filter: drop-shadow(1px 1px 1px black);
        height: 3.2vw;
        display: block;
        margin: 0px auto;
    }
    .gamebox_pro_txt{
        font-size: 10px;
    }
    .gamebox_pro_txt_cus{
        font-size: 8px;
    }
    .frame {
        position: absolute;
        width: 128%;
        top: 41%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: unset;
    }
    /* #slide_right{
        display: none;
    } */
    .sbutton img {
        width: 40px;
    }
    .footer_details{
        padding-bottom: 100px;
    }
    .footer_wrapper{
        display: block;
    }
    .burger_menu_mobile{
        display: flex;
        min-width: 32px;
        text-align: center;
        cursor: pointer;
        justify-content: center;
        width: 34px;
    }
    .sectionone_products_wrap_custom{
        margin: 20px 0 0 0;
    }
    .c-info-1{
        font-size: 10px;
    }
    .challenge-note{
        font-size: 10px;
    }
    .tnc-applied{
        font-size: 10px;
    }
    .tbox-1 {
        font-size: 16px;
        width: 32px;
        height: 33px;
        line-height: 26px;
    }
    .prize-col{
        width: 45%;
        margin: 0 5px 80px 5px;
    }
    .luckydraw-sec .nav-pills .nav-link img {
        filter: grayscale(1);
        width: 65px;
    }
    .reward-des {
        display: block;
        justify-content: space-between;
        align-items: center;
    }
    .filter-menu-bar {
        text-align: center;
        padding-bottom: 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pmbox {
        width: 30%;
        height: 38px;
        text-align: center;
        font-size: 13px;
        /* padding: 16px 10px; */
        cursor: pointer;
        background: linear-gradient(155deg, #424242, #101010);
        border-radius: 25px;
        color: #fff;
        border: 1px solid #494949;
        align-items: center;
        display: flex;
        justify-content: center;
        margin: 5px;
    }
    .list-inline {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        flex-flow: wrap;
    }
    ul.afterlogin_body_ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: none;
        background-color: #000;
        height: fit-content;
        border-radius: 10px;
        padding: 10px;
        display: flex;
        flex-direction: unset;
        justify-content: left;
        grid-gap: 8px;
        flex-wrap: wrap;
    }
    .afterlogin_body {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 15px;
    }
    .reg_wrap {
        padding: 0 0 20px 0;
    }
    .contactTable {
        display: grid;
        grid-gap: 15px;
        flex-wrap: wrap;
        grid-template-columns: repeat(1, 1fr);
    }
    .info-wrapper {
        border: 1px solid #6b29bc;
        padding: 20px 20px;
        background: #000000;
        border-radius: 15px;
        font-weight: 400;
        color: #fff;
        box-shadow: 0px 0px 9px 4px #6b29bc;
    }
    .btn_dropup_lang {
        display: none;
    }
    .btn_dep{
        display: none;
    }
    .header_btn_dep{
        padding: 5px;
    }
    .header_btn_dep_token{
        padding: 5px;
    }
    .afterlogin_dep_body {
        background-color: #24262b;
        padding: 1.25rem;
    }
    .afterlogin_dep_head {
        background-color: #2c2e34;
        padding: 0.7rem 1.25rem;
    }
    .head_bal {
        font-size: 24px;
        font-weight: 700;
    }
    .select_form_history {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: end;
        grid-gap: 0;
    }
    .select_form_history .submit_btn_wrap_with{
        margin-top: 0;
    }
    .history_table_wrap.history_table_wrap_inbox {
        background-color: #24262b;
        padding: 0;
        border-radius: 10px;
        margin-top: 0;
    }
    .profile_userimg_wrap {
        background-color: #24262b00;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0;
        margin-top: 0;
        border-radius: 16px;
        display: grid;
        padding-left: 0;
        grid-gap: 10px;
        justify-content: center;
        margin-bottom: 15px;
    }
    .profile_userimg{
        text-align: center;
    }
    .profile_content_wrap {
        padding: 1.5rem;
        background-color: #24262b;
        border-radius: 16px;
        margin-top: 1.2rem;
    }
    .profile_navimenu{
        display: block;
    }
    button.logout{
        background-color: transparent;
        height: 52px;
        border-radius: 10px;
        border: 1px solid #ed474b;
        color: #ed474b;
        font-weight: 700;
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    button.logout i{
        color: #ed474b;
        margin-left: 10px;
        font-size: 20px;
    }
    .qr_form_history{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: end;
        grid-gap: 0;
    }
    .qr_form_history .submit_btn_wrap_with {
        margin-top: 0;
    }
    .deposit_bank_choose_wrap {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 3px 0px;
        margin-top: 25px;
    }
    .afterlogin_inn_wrap{
        display: grid;
        grid-template-columns: minmax(260px,1fr);
        gap: 0;
        /* box-shadow: 0px 0px 9px 4px #6b29bc; */
    }
    .afterlogin_inn_wrap_faqbody {
        display: none;
    }
    .profile_navimenu {
        display: block;
    }
    button.logout {
        background-color: transparent;
        height: 52px;
        border-radius: 10px;
        border: 1px solid #ed474b;
        color: #ed474b;
        font-weight: 700;
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .languageToggle {
        margin-left: 0;
    }
    .languageToggle img {
        max-width: 25px;
    }
    .navbarmain {
        padding: 0 7px;
    }
    .btn_custom {
        padding: 6px 10px;
        font-size: 11px;
    }
    .profile_userinfo{
        align-items: center;
    }
}
