@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Abel:300,400,700,900');

body { font-family: "Abel", sans-serif; line-height:1.6; font-size:15px; margin:0 auto; color:#191919;background-color: #000; }

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus  { text-decoration: none; }

img { max-width:100%;}

input[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;
}
::-webkit-scrollbar {
    width: 20px;
    height: 20px;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 12px;
}
::-webkit-scrollbar-thumb {
  background: #9b00ea;
  box-shadow: 0px 0px 8px 1px #a43cd8;
}

::-webkit-scrollbar-thumb:hover {
  background: #4c0470; 
}

.container{
    width: 1175px;
}
.header_bg .container{
    width: 100%;
}
/*#scrollmenuid.header_bottom{
    scroll-margin-top: 120px;
}*/
.header_bg{
    background-image: url(../images/header/headerbg_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: 3;
    width: 100%;
}
.header_bg.header_bg_afterlogin{
    background-image: url(../images/header/headerbg_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header_bottom{
    background: url(../images/header/headerbg_02.png) top center;
    background-repeat: no-repeat;
    background-size: auto;
}
.header_01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header_01.header_01_afterlogin{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.logo img{
    width: 100%;
    max-width: 250px;
}
.lang-box {
    align-self: center;
}

.lang-btn {
    background: transparent;
    border: 1px solid transparent;
}

.lang-btn:focus {
    outline: none;
}

.lang-btn.dropdown-toggle::after {
    color: #fff;
}

.dropdown-menu.language {
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.7);
    min-width: auto;
    border: none;
}

.dropdown-menu.language a {
    padding: 1px 5px;
}

.dropdown-menu.language a:hover {
    background: transparent;
}

.dropdown-menu.language a:hover img {
    filter: drop-shadow(0px 0px 2px #fff);
}
.body_bg{
    background-image: url(../images/header/bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 711px;
    background-position: top;
    padding-top: 126px;
}
.body_bgbottom{
    background-image: url(../images/header/bg02.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 721px;
    background-position: top;
    min-width: 1175px;
}
.login_btn{
    min-width: 115px;
    border: 1px solid #868686;
    background-color: #000;
    color: #fff;
    border-radius: 40px;
    padding: 5px 0;
    text-transform: uppercase;
    box-shadow: 0px 0 10px #c600ff;
    font-weight: 700;
}
.join_btn{
    min-width: 115px;
    border: 1px solid #8d4dff;
    color: #000;
    border-radius: 40px;
    padding: 5px 0;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #c28d00 0%, #fff000 100%);
    font-weight: 700;
}
.jackpot_sec{
    position: relative;
}
.jackpot_bg{
    width: 100%;
}
.num-item{
    display: inline-block;
    width: 45px;
    line-height: 61px;
    font-size: 44px;
    color: #ffffff;
    text-align: center;
    background: url(../images/header/jackpot-bg.png)no-repeat;
    background-size: contain;
    box-shadow: 0px 4px 9px 1px rgb(0 0 0);
    border-radius: 6px;
}
.num-item_spe{
    display: inline-block;
    height: 80px;
    width: auto;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 34px;
    color: #ffffff;
    text-align: center;
}
.num_main{
    position: absolute;
    margin: auto;
    left: 41%;
    bottom: -2%;
}
.slide_sec{
    padding: 5px 0;
}
.annouce_sec{
    background: url(../images/index/annouce_bg.png)no-repeat;
    background-size: 100% 100%;
}
.notice-wrapper {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.horn-icon {
    width: 10%;
    display: flex;
    align-items: center;
}
.horn-icon i {
    color: #0077fc;
    font-size: 15px;
    padding: 5px;
}
.horn-icon span {
    color: #ffffff;
    padding: 5px;
    font-size: 15px;
}
.notice-wrapper marquee {
    width: 90%;
    color: #ffffff;
}
.top_products{
    display: flex;
    padding: 5px 0;
    grid-gap: 10px;
    justify-content: space-between;
}
.header_b_main ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.header_icon_custom a img.icon1{
    display: none;
}
.header_icon_custom:hover a img.icon1{
    display: block;
}
.header_icon_custom:hover a img.icon2{
    display: none;
}
.header_icon_custom.active a img.icon1{
    display: block;
}
.header_icon_custom.active a img.icon2{
    display: none;
}
.header_icon_custom{
    text-align: center;
}
.header_icon_custom a{
    color: #fff;
    display: grid;
}
.header_icon_custom.active a{
    color: #fff000;
}
.header_icon_custom:hover a{
    color: #fff000;
}
.header_b_main{
    padding: 17px 0;
}
.products_main{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.products_wrap{
    transition: all .5s ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}
.products_wrap:hover{
    transform: scale(0.8);
}
.step_sec{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    color: #fff;
    padding: 20px 0;
    padding-top: 85px;
}
.step_wrap{
    display: flex;
    align-items: center;
    margin: auto;
}
.step_txt01{
    text-shadow: 1px 1px 11px #0e68f6, 1px 1px 11px #0e68f6,1px 1px 11px #0e68f6, 1px 1px 11px #0e68f6;
    font-size: 19px;
}
.step_txt02{
    font-size: 30px;
    text-shadow: 1px 1px 11px #0e68f6;
    font-weight: 500;
}
.step_txt03{
    
}
.step_wrap_txt{
    line-height: 1.3;
    margin-left: 1rem;
}
.bank_sec{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}
.bank_sec img{
    margin: auto;
}
.contactlist_sec{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    width: 90%;
    margin: auto;
}
.contactlist_wrap{
    display: flex;
    align-items: center;
    margin: auto;
}
.contactlist_wrap_txt{
    line-height: 1.3;
    margin-left: 1rem;
    color: #ebebeb;
}
hr.hr_line{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #6a27b3;
}
.info_sec{
    color: #fff;
    padding: 20px 10px;
}
.info_sec h4{
    font-size: 17px;
    margin-bottom: 0;
}
.info_sec p{
    font-size: 13px;
}
.footer_logo{
    padding-bottom: 20px;
}
.footer_logo img{
    width: 100%;
}
.footer{
    background: url(../images/footer/footer_bg.png)repeat-x;
    background-size: 100% 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1175px;
}
.list-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.list-inline a {
    color: #ffffff;
    border-right: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}
.list-inline li:last-child a {
    border-right: none;
}
.copyright{
    text-align: center;
    color: #ebebeb;
    padding: 10px 0;
}

/*modal*/
.modallogin_main .modal-content{
    background: url(../images/header/login_bg.png)no-repeat top center;
    background-size: 100% 100%;
    padding: 25px 55px 38px 55px;
    position: relative;
    border: none;
}
.modallogin_main .modal-header{
    color: #fff;
    text-align: center;
    margin: auto;
    border-bottom: none;
    text-shadow: 0px 0px 6px #9c27b0,0px 0px 6px #9c27b0;
}
.modallogin_main .modal-header .modal-title{
    font-size: 28px;   
    text-transform: uppercase;
}
.modallogin_main .close{
    position: absolute;
    right: 7%;
    color: #9b13ff;
    opacity: 1;
    text-shadow: none;
    font-size: 39px;
}
form.reg-form {
    display: grid;
    grid-template-columns: 125px auto;
    font-size: 15px;
    grid-gap: 14px 10px;
    max-width: 530px;
    margin: auto;
    color: #6a6a6a;
}
.f-label {
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    align-self: center;
    color: #fff;
}
.f-field {
    position: relative;
}
.reg-form input, .reg-form select {
    border-radius: 4px;
    background: #000000;
    border: 1px solid #969696;
    box-shadow: inset 0px 1px 5px 0px rgb(0 0 0 / 14%);
    padding: 0px 20px;
    height: 36px;
    color: #fff;
}
span.toggle-password {
    position: absolute;
    right: 0;
    height: 36px;
    padding: 11px 10px;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #969696;
}
.f-button {
    grid-column: 1/3;
    text-align: center;
}
select.phone-code {
    width: 27%;
    display: inline-block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
input.phone-field {
    width: 73% !important;
    display: inline-block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}
.mobilefield{
    display: flex;
}
.btnNext{
    min-width: 130px;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0;
    text-transform: uppercase;
    background: linear-gradient(147deg, #956cff 0%, #956cff 30%, #0c7aad 100%);
    font-weight: 500;
}
.veri_icon{
    position: absolute;
    right: 0;
    padding: 3px;
}
.promo_m_body{
    color: #fff;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    min-height: 400px;
}
.sub_info_wrap{
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 30px;
    padding: 20px;
}
.sub_info_menu ul{
    padding: 25px 10px;
    list-style: none;
    margin: 0;
    text-align: center;
    background-color: #000;
    box-shadow: inset 0px 0px 5px #ab00ff, inset 0px 0px 5px #ab00ff, 0px 0px 1px 2px #ffffff99, 0px 0px 13px 3px #ab00ff;
    border-radius: 10px;
    position: relative;
}
.sub_info_menu ul li{   
    padding: 10px;    
    border-bottom: 1px solid #771f90;
}
.sub_info_menu ul li:last-child{
    border-bottom: none;
}
.sub_info_menu ul li a{
    color: #c674f1;
    border-bottom: 4px solid transparent;
}
.sub_info_menu ul li a.active,.sub_info_menu ul li a:hover{
    color: #fff;
    border-bottom: 4px solid #ae0fda;
}
.arrow_info{
    position: absolute;
    right: -17px;
}
.arrow_info img{
    width: 20px;
}
.sub_info_content{
    background-color: #000;
    box-shadow: inset 0px 0px 5px #ab00ff, inset 0px 0px 5px #ab00ff, 0px 0px 1px 2px #ffffff99, 0px 0px 13px 3px #ab00ff;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.sub_info_content h4 a{
    color: #fff;
    border-bottom: 4px solid #ae0fda;
}
.sub_contact{
    display: flex;
    grid-gap: 10px;
    margin: auto;
    text-align: center;
    justify-content: center;
}
.sub_contact_left_bg{
    background: linear-gradient(to bottom, #7b7575 0%, #201f1f 30%, #000000 100%);
    width: 224px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.sub_contact_wrap{
    display: flex;
    align-items: center;
    margin: auto;
    padding-left: 30px;
}
.sub_contact_wrap02{
    padding-left: 10px;
}
.sub_contact_txt{
    color: #efbc22;
    text-transform: uppercase;
}
.qr_con{
    width: 100%;
    padding: 10px;
}
.sub_info_content_inn{  
    margin: auto;   
    text-align: left;
}
h4.panel-title{
    font-size: 16px;
}
.sub_info_content_inn .panel-group{
    padding-top: 10px;
}
.bank-table tr td{
    text-align:center;
    padding:5px;
    border: 1px solid #ae0fda;
    background:#000;
}
.bank-table tr th{
    text-align:center;
    padding:5px;
    border: 1px solid #ae0fda;
    background: #ae0fda;
    color: #fff;
}
.sub_info_menu ul.nav li{
    width: 100%;
}
.sub_info_menu ul.nav li a{
    display: inline-block;
    padding: 0;
}
.mob-formTable{
    border-collapse:collapse;
    /* border: 1px solid #ad6cbf; */
    background: #6b287e;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    border-radius: 10px;
}
.mob-formTable > tbody > tr > th{
    /* border: 1px solid #ad6cbf; */
    background: linear-gradient(to bottom, #400c75 0%, #1d033d 100%);
    padding:10px 5px;
    text-align:center;
    color:#fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mob-formTable > tbody > tr > td{
    /*border: 1px solid #ad6cbf;*/
    padding:5px 5px;
    color:#fff;
}
.mob-formTable > tbody > tr:nth-child(2){
    border-bottom: 1px solid #ad6cbf;
}
.mob-formTable > tbody > tr > td:nth-child(1){
    border-right: 1px solid #ad6cbf;
}
.dtn-button{
    min-width: 130px;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 5px 0;
    text-transform: uppercase;
    background: linear-gradient(to right, #f772d1 0%,#4800ff 100%);
    font-weight: 500;
    border: 1px solid #de8df5;
    margin-top: 10px;
}
.vip_table{
    color: #fff;
    text-align: center;
}
.vip_wrap{
    padding: 30px;
    background: url(../images/vip/vip-bg.png)no-repeat top center;
    background-size: cover;
    min-height: 780px;
}
.icon_1st{
    content: '';
    min-height: 28px;
}
.vip_wrap .txt_yellow{
    color: #ffe400;
}
.vip_line hr{
    border-top: 1px solid rgb(175 175 175);
}
.vip_wrap table tbody tr td:first-child{
    text-align: left;
}
.option-drop {
    position: relative;
    margin-right: 10px;
}
.dropdown-option {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.9);
    z-index: 2;
    top: 100%;
    left: 0;
    width: 130px;
    text-align: center;
    box-shadow: 0px 0px 4px 1px #c600ff;
    border: 1px solid #c600ff;
    border-radius: 8px;
    overflow: hidden;
}
.option-drop:hover .dropdown-option {
    display: block;
    z-index: 2;
}
.option-drop:hover button.loginx_btn {
    background: #ffc001;
    color: #000;
}
.dropdown-option ul {
    padding: 0;
    margin: 0
}
.dropdown-option ul li {
    list-style-type: none;
}
.dropdown-option ul li a {
    color: #fff;
    padding: 4px 0;
    display: block;
    font-size: 14px;
}
.dropdown-option ul li a:hover {
    background: #c600ff;
    color: #fff;
}
.afterlogin-top{
    display: flex;
    align-items: center;
}
.wallet-wrapper {
    display: grid;
    grid-template-columns: 200px auto;
    padding: 15px 15px 45px;
}
.wallet-menu {
    background: #000000;
    /* border: 2px solid #c600ff; */
    width: 200px;
    min-height: 563px;
    padding: 8px 8px 27px;
    color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 10px 0 0 10px;
    box-shadow: inset 0px 0px 5px #ab00ff, inset 0px 0px 5px #ab00ff, 0px 0px 1px 2px #ffffff99, 0px 0px 13px 3px #ab00ff;
}
.wallet-board {
    position: relative;
    background: #000000;
    /* border: 2px solid #c600ff; */
    border-radius: 10px;
    width: auto;
    min-height: 543px;
    background-size: 100% 100%;
    margin-left: -9px;
    padding: 26px 20px 15px;
    box-shadow: inset 0px 0px 5px #ab00ff, inset 0px 0px 5px #ab00ff, 0px 0px 1px 2px #ffffff99, 0px 0px 13px 3px #ab00ff;
}
.user-account {
    text-align: center;
    font-size: 16px;
    margin: 15px -8px 0 -8px;
    height: 61px;
    padding: 4px;
    border-bottom: 2px solid #c600ff;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}
.lvl-vip {
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.75);
}
.menu-account {
    margin: 20px -8px 0 -8px;
}
.menu-account a {
    display: block;
    border-bottom: 1px solid #c600ff;
    color: #bfbfbf;
    padding: 3px 15px 1px;
    font-size: 14px;
    font-weight: 600;
}
.menu-account a:hover, .menu-account a.active  {
    background: #5b018a;
    color: #fff;
}
.menu-account a.btitle {
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
    padding: 0px 15px 0;
    margin-top: 12px;
}
.nhv {
    pointer-events: none;
}
.menu-account a:last-child {
    border-bottom: none;
}
.main-wallet-wrapper {
    display: grid;
    grid-template-columns: auto 110px 110px;
    padding: 15px 0;
}
.mw-box {
    font-size: 16px;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
    text-align: right;
    color: #fff;
    padding: 0 15px;
    align-self: center;
    font-weight: 600;
}
.mw-box span {
    box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.57);
    background: #43034e;
    text-shadow: none;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 9px;
}
.all-out-btn {
    background: #000;
    width: 100px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border: 2px solid #c600ff;
    border-radius: 10px;
}
.deposit-btn {
    background: linear-gradient(to bottom, #c28d00 0%, #fff000 100%);
    width: 103px;
    height: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    border: 2px solid #c600ff;
    border-radius: 10px;
}
.all-out-btn:hover, .deposit-btn:hover {
    filter: drop-shadow(0 0 1px rgb(255,255,255,0.9)) brightness(1.05);
    transform: scale(0.98);
}
.all-out-btn:focus, .deposit-btn:focus {
    outline: none;
}
.wallet-provider-wrapper {
    background: #5b018a;
    color: #fff;
    box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.7);
    display: grid;
    grid-template-columns: repeat(6,1fr);
    border-radius: 10px;
    padding: 25px 10px;
    grid-gap: 27px 0;
}
.wp-box {
    cursor: pointer;
}
.wp-box:hover {
    filter: brightness(1.1);
}
.wp-logo {
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    width: 125px;
    height: 62px;
    margin: auto;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #c600ff;
}
.wp-amount {
    background: #43034e;
    color: #fff;
    border: 1px solid #c600ff;
    text-align: center;
    font-size: 13px;
    border-radius: 15px;
    padding: 1px;
    font-weight: 600;
    width: 120px;
    margin: auto;
    margin-top: 4px;
}
.nav-tabs.wallet .nav-link {
    background: #5b018a;
    width: 100px;
    height: auto;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 14px 10px;
    border: none;
    margin-right: 12px;
    border-radius: 10px;
}
.nav-tabs.wallet {
    border-bottom: none;
    margin-bottom: 15px;
}
.nav-tabs.wallet  .nav-item.show .nav-link, .nav-tabs.wallet  .nav-link.active {
    color: #ffc502;
}

/* HIDE RADIO */
.bank-input-wrap label [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* IMAGE STYLES */
.bank-input-wrap label [type=radio] + .bank-type {
    cursor: pointer;
}
.bank-input-wrap label [type=radio] + .bank-type img {
    cursor: pointer;
    filter:grayscale(0.8);
    width: 69px;
}
/* CHECKED STYLES */
.bank-input-wrap label [type=radio]:checked + .bank-type {
    border: 1px solid #c600ff;
    background: #001520;
    background-position: right bottom;
    transition: none;
}
.bank-input-wrap label [type=radio]:checked + .bank-type img {
    filter:grayscale(0);
}
.bank-input-wrap label .bank-type {
    border: 1px solid #c600ff;
    border-radius: 6px;
    color: #fff;
}
.bank-input-wrap label {
    margin: 0 5px;
    margin-bottom: 0;
}
.bank-input-wrap {
    background: #5b018a;
    padding: 9px 9px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62);
    width: 430px;
}
.bank-input-wrap.method {
    background: #5b018a;
    padding: 9px 9px;
    border-radius: 8px;
    box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62);
    width: max-content;
}
.bank-type {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px;
    color: #484848;
    font-weight: 600;
    width: 125px;
    height: 33px;
}
.banking-wrapper {
    padding: 10px 0;
}
.banking-wrapper h5, .dp-field h5 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.bank-select-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    max-width: 650px;   
}
.bank-btn {
    background: none;
    border: none;
    padding: 0;
    border-radius: 6px;
    border: 1px solid transparent;
    width: 153px;
    height: 60px;
}
.bank-btn:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #c600ff;
}
.dropdown-menu.bank {
    background: url("../images/bank-info-board.png")no-repeat top center;
    width: 393px;
    height: 244px;
    border: none;
}
.dp-bank-detail {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 22px 35px;
    background-color: #000;
    border: 1px solid #c600ff;
    border-radius: 10px;
}
.acc-name {
    background: #000000;
    border: 1px solid #c600ff;
    border-radius: 30px;
    padding: 2px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 10px;
}
.depminmax {
    line-height: 1.7;
}
.dp-field {
    margin-bottom: 20px;
    position: relative;
}
select {
     overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
input.dp-input, select.dp-input {
    width: 50%;
    padding: 3px 10px;
    border-radius: 5px;
    height: 30px;
    border: 1px solid #c600ff;
    display: inline-block;
}
.dp-input:focus, .date-input:focus, .time-input:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #001520;
}
input.date-input {
    width:18%;
    padding: 3px 10px;
    border-radius: 5px;
    height: 30px;
    border: 1px solid #c600ff;
    display: inline-block;
}
select.time-input {
    width:15%;
    margin-left: 3px;
    padding: 3px 10px;
    border-radius: 5px;
    height: 30px;
    border: 1px solid #c600ff;
    display: inline-block;
}
button.upload-button {
    background: #001520;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #c600ff;
    padding: 0px 10px;
    width: 12%;
    border-radius: 35px;
    height: 30px;
    text-transform: uppercase;
    margin-left: 5px;
}
.upload-btn {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
}
.agree-field {
    color: #fff;
    font-size: 16px;
}
.agree-field input { 
    vertical-align: middle;
}
button.submit-btn {
    background: #000000;
    color: #fff;
    border: 1px solid #c600ff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 24px;
    border-radius: 15px;
    box-shadow: 0px 0 10px #c600ff;
}
button.submit-btn:focus {
    box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.65);
    outline: none;
}
button.submit-btn:hover {
    box-shadow: none;
    background: #000000;
}
.bank-option {
    display: block;
    text-align: center;
    font-weight: 600;
    border-radius: 7px;
    /* width: 155px; */
    /* height: 43px; */
    border: 1px solid transparent;
}
.bank-option img {
    filter: grayscale(0.8);
    width: 153px;
    height: 60px;
}

/* HIDE RADIO */
.ibank-option-wrapper label [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* IMAGE STYLES */
.ibank-option-wrapper label [type=radio] + .bank-option {
    cursor: pointer;
}
/* CHECKED STYLES */
.ibank-option-wrapper label [type=radio]:checked + .bank-option {
    border: 1px solid #c600ff;
    background: #001520;
    background-position: right bottom;
    transition: none;
}
.ibank-option-wrapper label [type=radio]:checked + .bank-option img {
    filter:grayscale(0);
}
.ibank-option-wrapper label {
    margin: 0 5px;
    margin-bottom: 0;
}

/*** Tansfer ***/
.transfer-total-wrapper {
    padding: 15px 0;    
}
.transfer-total-wrapper .mw-box {
    text-align: left;
}
.trans-wallet-wrapper {
    background: #5b018a;
    color: #fff;
    box-shadow: inset 1px 2px 5px -2px rgba(0,0,0,0.7);
    display: grid;
    grid-template-columns: repeat(6,1fr);
    border-radius: 10px;
    padding: 25px 10px;
    grid-gap: 27px 0;
}
.trans-title {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 4px 0 5px;
    font-weight: 600;
}

.trans-wallet-wrapper label .wp-box img {
    filter: grayscale(1);
}
.trans-wallet-wrapper label:hover .wp-box img {
    filter: grayscale(0);
}
/* HIDE RADIO */
.trans-wallet-wrapper label [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* IMAGE STYLES */
.trans-wallet-wrapper label [type=radio] + .wp-box {
    cursor: pointer;
}
/* CHECKED STYLES */
.trans-wallet-wrapper label [type=radio]:checked + .wp-box .wp-logo {
    box-shadow: 0 0 5px 1px rgba(255,255,255,0.9);
}
.trans-wallet-wrapper label [type=radio]:checked + .wp-box img {
    filter: grayscale(0) brightness(1.1);
}

button.max-button {
    background: #001520;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #c600ff;
    padding: 0px 15px;
    width: auto;
    border-radius: 35px;
    height: 30px;
    text-transform: uppercase;
    margin-left: 5px;
}
button.max-button:hover {
    background: #9c27b0;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.65);
}
button.max-button:focus {
    outline: none;
}

/** Withdrawal **/
.wbtitle {
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
    text-transform: uppercase;
    font-size: 24px;
    margin: 10px 0;
}
.withdraw-wrapper {
    display: grid;
    grid-template-columns: 230px auto;
    grid-gap: 24px 4px;
}
.withdraw-wrapper h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    align-self: center;
    margin-bottom: 0;
}
input:disabled  {
    background: #fff;
}
.date-field span {
    color: #fff;
    padding: 0 5px;
}
input.dp-input.trans-date {
    width: 23%;
}
.max-report {
    color: #949494;
    font-weight: 600;
    font-weight: 13px;
    padding: 3px 5px;
}
.trans-table {
    margin-top: 15px;
    color: #fff;
}
.trans-table table {
    text-align: center;
    width: 100%;
}
.trans-table table tr th {
    border: 1px solid #c600ff;
    padding: 4px;
    background: rgba(0,0,0,0.3);
}
.trans-table table tr td {
    border: 1px solid #c600ff;
    padding: 4px;
}
.trans-table table tr:nth-child(odd) {
    background: rgba(0,0,0,0.3);
}

/*balancewallet*/
.balance-drop {
    text-align: center;
    margin-right: 10px;
}
.wallet_top_btn {
    background: none;
    color: #fff;
    border: none;
    padding: 5px 3px;
}
.wallet_top_btn:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    background: rgba(0,0,0,0.95);
    color: #fff;
    z-index: 2;
    text-align: center;
    border: 1px solid #882bb5;
}
.balance-drop:hover .dropdown-balance {
    display: block;
}
.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 9px 0px;
    font-size: 14px;
    padding-bottom: 10px;
}
.main-item, .main-amount {
    background: linear-gradient(to bottom, rgba(157,54,209,1) 0%, rgba(66,9,93,1) 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.platform-item {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 10px;
}
.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}
.balc {
    display: inline-block;
    margin: 0 3px;
}
button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #78b714;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-in:hover {
    background: #9de032;
}
button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #b71414;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
button.btn-out:hover { 
    background: #e61b1b;
}
.inbox-table, .inbox-table a {
    color: #fff;
}
.inbox-table tr th {
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 4px;
}
.number-mail {
    text-align: center;
}
.inbox-table tr th {
    border-bottom: 1px solid #fff;
    font-weight: 700;
    font-size: 17px;
    padding: 4px;
}
.inbox-table tr td.date-mail, .inbox-table tr th.date-mail {
    padding-left: 20px;
}
.inbox-table tr td {
    font-size: 15px;
    padding: 6px 5px;
}
.mail-title {
    font-weight: 500;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date-mail span {
    padding-left: 20px;
}
.inbox-table tr.read, .inbox-table tr.read a {
    color: #ffffff;
    cursor: pointer;
}
.inbox_modal_content{
    color: #fff;
}
.qr_grid{
    grid-column: 2 / -1;
}
.btn-msg{
    color: #fff;
    font-size: 17px;
    margin-right: 10px;
}

/*blog*/
.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #0000009c;
    padding: 30px;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid #ee60ff;
}

.blog-title-box {
    background: linear-gradient(to right, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
    padding: 5px;
}

.blog-title-box i {
    font-size: 28px;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
}

.blog-boxer {
    display: grid;
    grid-template-columns: 40% 60%;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}

.blog-boxer h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 26px;
}

.blog-time-title {
    color: #ffffff;
}

.blog-time-title p i {
    margin-right: 10px;
}

.blog-content {
    color: #cacaca;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 24%;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    background: linear-gradient(to right, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
    color: #fff;
}

.blog-boxer .moreinfo_btn:hover {
    color: #fff;
    background: linear-gradient(to right, rgb(152 15 193) 0%, rgb(200 45 224) 100%);
}

.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}

.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #000000;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
    padding-left: 5px;
}

.seperate-line {
    height: 5px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 5px;
}

.blog-content p {
    font-weight: 700;
}
.body_afterlogin_custom{
    padding-top: 114px;
}
.remark{
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 20px;
}
.what_custom{
    margin-left: 10px;
    display: flex;
    background: #000000;
    color: #fff;
    border: 1px solid #c600ff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 13px;
    border-radius: 15px;
    box-shadow: 0px 0 10px #c600ff;
    align-items: center;
}
.Balance_custom{
    color: #fff;
}
.btn_allin{
    padding: 5px 0px;
    min-width: 72px;  
    margin: 0 9px;
}
.submit_custom{
    display: flex;
    align-items: center;
}
.qr_wrap{
    position: fixed;
    right: 0;
    top: 20%;
    border: 1px solid #c600ff;
    box-shadow: inset 0 0 6px #c600ff, 0 0 6px #c600ff;
    padding: 10px;
    background-color: #000;
    border-radius: 8px;
    z-index: 1;
}
.line_float{
    width: 120px;
    margin-bottom: 10px;
    box-shadow: 0px 0 12px 0px #c600ff;
    border: 1px solid #868686;
    background-color: #000;
    border-radius: 30px;
    border: 1px solid #c600ff;
}
.line_float a{
    display: flex;
    align-items: center;
    padding: 5px;
    color: #fff;
    justify-content: space-around;
}
.line_float a img{
    width: 25px;
}
.qr_float{
    width: 120px;
    margin: auto;
}
.what_custom img{
    width: 27px;
    margin-right: 9px;
}
a.what_custom{
    color: #fff;
}
/** Promotion **/
.mix {
    display: none;
}
.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    /* box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.1); */
    width: 100%;
    margin: 8px 0;
}
.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 7px 0;
    border-bottom: 2px solid transparent;
    padding: 5px 0 11px;
    font-size: 17px;
    color: #a5a9b3;
    cursor: pointer;
    margin-right: 22px;
}
.pmbox.active {
    border-bottom: 2px solid #ff00ea;
    color: #fff;
    text-shadow: 0px 0px 5px #ff00ea;
    filter: drop-shadow(0 0 4px #ff00ea);
}
.products_main_promo{
    display: flex;
    grid-gap: 10px;
}
.products_wrap_promo {
    /*transition: all .5s ease-in-out;*/
    cursor: pointer;
    margin-bottom: 10px;
}
@media (min-width: 1200px){
    .container {
        max-width: 1175px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 1175px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 1175px;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
    .container {
        max-width: 1175px;
    }
}
@media (max-width: 576px){
    .login_btn,.join_btn{
        min-width: 78px;
    }
}
