@charset "utf-8";

body {
    font-family: "Abel", sans-serif;
    line-height:1.4; font-size:14px;
    margin:0 auto; color:#414655;max-width: 650px;
    padding-bottom: 15%;
    background-size: cover;
}

body.bg_home{
    background: #300047 url(../../resources/images/my/home_bg.jpg)no-repeat top;
    background-size: cover;
}
body.index_home{
    padding-bottom: 21%;
}

.form-control:disabled, .form-control[readonly] {
    background-color: purple !important;
    color:white;
    font-weight:bold;
    opacity: 1;
}

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

.tacBtn {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
    color: #fff;
    border: 1px solid #ff00ea;
    font-size: 19px;
    height: 40px;
    margin-top: 5px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #777777;
    width: 100%;
}
button:focus, input:focus, select:focus {
	outline: none;
}

.password-eye{
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 20px;
    color: #b37bff;
    cursor: pointer;
}

.error_msg {
    margin-top: 10px;
    color: white;
}
/** Header **/
.header-top {
    padding: 5px 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 650px;
    z-index: 99;
    background: linear-gradient(to bottom, #0c0012 0%, #200030 100%);
    box-shadow: 0 0 6px #ff00ea;
    border-bottom: 1px solid #ed88e5;
}
.logo {
    max-width: 180px;
}
.inbox-icon {
	position: relative;
	color: #ffffff;
}
.inbox-icon::after {
	content: '';
	width: 4px;
	height: 4px;
	background: #FB0000;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
}
.title-top {
    font-weight: bold;
    padding: 8px 5px;
    font-size: 18px;
    color: #F25DFF;
    text-align: center;
    background: linear-gradient(to bottom, #0c0012 0%, #200030 100%);
    position: relative;
    filter: drop-shadow(0px 0px 3px #ff00ea);
}
.left-btn {
    left: 2%;
	color: #8e8e8e;
}
.right-btn {
    position: absolute;
    right: 2%;
	color: #8e8e8e;
	font-size: 22px;
}
.right-btn a, .right-login-btn a {
	color: #ffffff;
	margin-right: 5px;
}
.right-btn-1 {
    position: absolute;
    right: 2%;
	top: 1%;
    font-size: 17px;
}
.right-btn-1 a {
	color: #414655;
}

.right-member {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 7px;
    margin-right: 11px;
}
.right-member .btn-login {
    padding: 6px;
    background: #000;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #86868680;
    box-shadow: 0px 0 10px #c600ff;
    min-width: 79px;
}
.right-member .btn-reg{
	padding: 5px;
	width: 100%;
	text-align: center;
	border-radius: 30px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	background: linear-gradient(to bottom, #c28d00 0%, #fff000 100%);
	border: 1px solid #8d4dff;
}
.right-login-btn {
	float: right;
	color: #8e8e8e;
	font-size: 22px;
}
.header_btn_wrap{
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
}
.lang-box {
    display: inline-block;
    padding: 2px 0;
}
.lang-btn {
    background: transparent;
        border: 1px solid transparent;
}
.lang-btn:focus {
	outline: none;
}
.lang-btn.dropdown-toggle::after {
    color: #fff;
    position: absolute;
    top: 13px;
}
.dropdown-menu.language {
    padding: 0 5px;
    background: rgba(0,0,0,0.7);
    min-width: auto;
    border: none;
    text-align: center;
}
.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);
}
a.tokenbox {
    font-size: 14px;
    vertical-align: middle;
}
a.tokenin {
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/** Home **/
.mobile-slider {
    padding: 6px 16px 6px 16px;
}
.mobile-slider .carousel-inner {
    /* border: 1px solid #ffffff73; */
    filter: drop-shadow(0px 0px 6px #ff00ea);
    border-radius: 0px;
}
.carousel-control-next, .carousel-control-prev {
    top: 9px;
}
.annouce-sec {
    padding: 3px 0;
    background: #000000;
    border: 1px solid #add3ff;
    height: 33px;
    color: #fff;
    font-size: 13px;
    box-shadow: inset 0 0 6px #0077fc, 0 0 6px #00418a;
}
.annuuce-wrapper {
    display: grid;
    grid-template-columns: 10% auto;
}
.speaker-icon {
    color: #e0d0c6;
    font-size: 18px;
    padding-left: 10px;
}
.anouce-msg {
    align-self: center;
    color: #f25dff;
    font-weight: bold
}
.no-sign-wrapper {
    padding: 14px 0;
}
.no-sign {
    color: #6c717c;
    font-size: 15px;
}
.pls-sign a {
    color: #babdc5;
    font-size: 12px;
}
.slct-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 5px;
    padding-top: 10px;
}
.slct-wrapper a {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.slct-wrapper a img {
    display: block;
    margin: auto;
    max-width: 50px;
}

.game-sec {
    padding: 10px 0;
}
.nav-pills.game-nav {
    padding-left: 10px;
    padding-right: 5px;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
}
.nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    color: #fff000;
    /* border: 1px solid #ffffff8a; */
    /* box-shadow: 0px 3px 14px -5px #8402b4; */
    /* background: linear-gradient(89deg, #d636e9 0%, #8402b4 100%); */
}
.nav-pills li.nav-item {
    /* width: 100%; */
    text-align: center;
    margin-right: 10px;
}
.nav-pills.game-nav .nav-link {
    display: block;
    border-radius: 5px;
    padding: 4px;
    align-items: center;
    margin-bottom: 0px;
    color: #ffffff;
    text-align: center;
    background: transparent;
    /* border: 1px solid #414655; */
    font-size: 11px;
    font-weight: 300;
    box-shadow: 0px 3px 11px -5px rgba(0,0,0,0.58);
    word-break: break-all;
}
.game-nav .nav-link img {
    max-width: 46px;
    display: block;
    margin-bottom: 0px;
    margin-right: 0px;
}
.tab-content.game {
    padding: 0;
    padding-left: 0px;
}
.tab-content.game a img {
    /* border-radius: 10px; */
    /* margin-bottom: 10px; */
}
.gwrap_2 a img , .gwrap_3 a img {
    width: 100%;
    display: inline-block;
}
.gwrap_2 a:nth-of-type(2n) img {
    margin-left: 0px;
}
.gwrap_3 a.wdimg img {
    width: 100%;
}
.menu-btm {
    position: fixed;
    max-width: 650px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, #8606e9 0%, #2f0046 100%);
    z-index: 99;
    /* filter: drop-shadow(0px 0px 1px #a444bf); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top: 2px solid #a444bf;
}
.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
    padding: 5px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px -3px 5px 0px rgba(0,0,0,0.1);
}
.menu-wrapper a {
    color: #9aa4c2;
    font-size: 11px;
}
.menu-wrapper a img {
    max-width: 35%;
    display: block;
    margin: auto;
    filter: grayscale(1);
}
.menu-wrapper a .active-img {
    /*display: none;*/
}
.menu-wrapper a.active {
    color: #fff000;
}
.menu-wrapper a.active .active-img {
    /*display: block;*/
}
.menu-wrapper a.active .com-img {
    /*display: none;*/
    filter: grayscale(0);
}
.menu-wrapper a.ftmenu.active .round-center{
    color: #fff000;
}
/** Promotion **/
.mix {
	display: none;
}
.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.1);
}
.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 7px 0;
    border-bottom: 2px solid transparent;
    padding: 5px 0 11px;
    font-size: 15px;
	color: #a5a9b3;
}
.pmbox.active {
	border-bottom: 2px solid #ff00ea;
	color: #fff;
	text-shadow: 0px 0px 5px #ff00ea;
	filter: drop-shadow(0 0 4px #ff00ea);
}
.promo-content {
	padding: 15px;
}
.promo-bx {
	position: relative;
}
.promo-tag {
    position: absolute;
    max-width: 15%;
    left: -4px;
    top: 0;
    z-index: 2;
}
.pm-boxer {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	margin-bottom: 5px;
}
.date-promo {
    position: absolute;
    left: 0;
    bottom: 9%;
    background: rgba(255,255,255,0.9);
    border-radius: 0 15px 15px 0;
    z-index: 2;
    font-size: 2.7vw;
    padding: 3px 8px;
	color: #1A1A1A;
}
.date-promo i {
	color: #505050;
}
.pmbx {
    box-shadow: 0px 2px 5px 0px #ff00ea;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #c7c8ca;
    background-color: rgb(0 0 0 / 69%);
}
.prosm-title {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}
.ptable {
	overflow: auto;
	border-radius: 0px;
}
.promo-table {
	text-align: center;
}
.promo-table tr th {
	background: #5c5c5c7a;
	color: #fff;
	font-weight: 500;
	padding: 8px 3px;
	border: 1px solid #ff00ea;
}
.promo-table tr td {
	background: #0000007a;
	padding: 8px 3px;
	border: 1px solid #ff00ea;
}

/** Profile **/
.profile-sec {
    background: linear-gradient(#0003,#281832);
    border-radius: 0 0 12px 12px;
    margin-bottom: 10px;
    color: #fff;
}
.profile-user {
	display: grid;
	grid-template-columns: 70px auto 15px;
	grid-gap: 10px;
	padding: 10px 0 15px;
}
.propic {
	max-width: 70px;
}
.playerinfo {
	align-self: center;
}
.playername {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
}
.vip-lvl {
	background: #e1c8ba;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 1px 4px;
	border-radius: 5px;
	margin-left: 5px;
}
.plycap {
    color: #acafb9;
    font-size: 12px;
    margin-top: 4px;
}
.grey {
	align-self: center;
}
.grey a {
	font-size: 15px;
	color: #DBDBDB;
}
.vip-mall {
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 7px 20px;
}
.vip-priv {
    display: grid;
    grid-template-columns: 30% 70%;
}
.vptitle {
    align-self: center;
    color: #313e4a;
    font-size: 19px;
    font-weight: 700;
}
.vptitle span {
	display: block;
	color: #c2c5cb;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 400;
}
.player-wallet-wrapper {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	padding: 15px 3px;
	align-items: baseline;
}
.player-wallet-wrapper a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    font-size: 12px;
}
.player-wallet-wrapper a.active{
	color: #ff00ea;
}
.player-wallet-wrapper a.active img {
    filter: unset;
}
.player-wallet-wrapper img {
	display: block;
	margin: auto;
	max-width:50%;
	filter: hue-rotate(
280deg
) contrast(2) sepia(1) saturate(0);
}
.profile-1 {
    background: linear-gradient(#0003,#281832);
	padding: 20px 0;
	padding-bottom: 40px;
}
.record-wrapper {
    display: grid;
    grid-template-columns: auto auto 15px;
    align-items: center;
    padding: 12px 0;
}
.rtitle {
	color: #414655;
}
.rtitle i {
	color: #8998b4;
	margin-right: 5px;
	font-size: 18px;
}
.rcaption {
	color: #d5d7df;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}

/** Wallet **/
.wallet-sec {
    background: linear-gradient(#0003,#281832);
    padding: 15px 5px 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
    color: #fff;
}
.total-amt-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    margin-bottom: 0px;
}
.remaining {
    font-size: 18px;
    font-weight: 600;
	color: #fff;
}
.remaining.unit {
	font-size: 12px;
    font-weight: 400;
}
.remaining a i {
	color: #ffffff;
}
.totaldp {
    align-self: end;
    text-align: right;
}
.dps-btn {
    background: linear-gradient(to right, rgba(154,164,194,1) 0%, rgba(100,112,149,1) 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 12px;
    padding: 5px 19px 6px;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.4);
}
.taowapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    padding: 5px 0 15px;
    text-align: center;
    align-items: self-end;
}
.taowapper a {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}
.taowapper a.active img {
    filter: unset;
}
.taowapper a.active {
	color: #ff00ea;
}
.taowapper a img {
    display: block;
    max-width: 70%;
    margin: 0 auto;
    filter: hue-rotate(
280deg
) contrast(1) sepia(0) saturate(0);
}
.wallet-detail {
    border-top: 1px solid #f3f3f3;
    padding: 12px 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.wd-caption {
    color: #818181;
    font-size: 12px;
    text-align: right;
    font-weight: 300;
    align-self: center;
}
.wpbox {
	background: #000000;
	box-shadow: 0px 0px 5px 0px #ff00ea;
	border-radius: 4px;
}
.walet-wrap {
    display: flex;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
    justify-content: space-around;
    align-items: center;
}
.wamot {
	color: #ffffff;
	font-weight: 600;
	font-size: 15px;
}
.wwb {
	position: relative;
}
.walet-wrap .wwb:first-child:after {
    /* content: ""; */
    position: absolute;
    right: 0;
    top: 24%;
    height: 20px;
    width: 1px;
    background: #eee;
}
.provider-wrapper {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	text-align: center;
}
.pwbox {
	color: #ffffff;
	font-size: 12px;
	padding: 12px 1px;
	position: relative;
}
.pamount {
	display: block;
	color: #a5a9b3;
	font-size: 11px;
	font-weight: 700;
}
.provider-wrapper .pwbox:after {
    content: "";
    position: absolute;
    right: 0;
    top: 32%;
    height: 20px;
    width: 1px;
    background: #eee;
}
.provider-wrapper .pwbox:nth-of-type(4n):after  {
    content: none;
}
.wallet-1 {
	padding: 18px 0;
}
.wtitle {
	display: flex;
    justify-content: space-between;
}
.wtitle h3 {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	padding-left: 9px;
}
.wtitle h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 20px;
    background-image: linear-gradient(180deg,#d5b79d 4%,#f6e8dd);
}
.wtcap {
	color: #d6ac83;
	font-size: 12px;
}
.wtitle i {
	font-size: 8px;
	color: #a5a9b3;
	padding-left: 5px;
}
.wuser-wrapper {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	padding: 15px 0;
}
.wuser-wrapper a {
	display: block;
	color: #878787;
	font-size: 12px;
	text-align: center;
}
.wuser-wrapper a img {
	display: block;
	max-width: 30%;
	margin: auto;
	margin-bottom: 7px;
}
.gif-img img {
	border-radius: 45px;
}
.norecord {
	padding: 30px;
	color: #ADADAD;
	font-size: 13px;

	text-align: center;
}

/** Withdraw & Transfer **/
.withdraw-sec {
	background: #000000ab;
	border-radius: 8px;
	margin-top: 10px;
	padding: 10px 0;
}
.wallet-money {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}
.wallet-money i {
	color: #d3b9a0;
}
.onebutton {
	color: #d3b9a0;
}
.card-btm {
	margin-top: 10px;
	font-size: 12px;
	background: #000000ab;
	padding: 20px 0 40px 0;
	border-radius: 6px;
}
.addcard {
    background: #2f1709;
    padding: 14px;
    text-align: center;
    display: block;
    color: #d2b79c;
    font-weight: 600;
	font-size: 15px;
}
.bind {
	padding: 10px;
	color: #a5a9b3;
	font-size: 12px;
}
.trans-btm {
	background: #000000ab;
	margin-top: 10px;
	padding: 20px 0;
	font-size: 12px;
	padding-bottom: 40px;
}
.auto-trans {
	padding: 2px; 
	font-weight:600;
	font-size: 16px;
	color: #414655;
}
/** Toggle Button **/
.btn-toggle {
	margin: auto;
	padding: 0;
	position: relative;
	border: none;
	height: 1.5rem;
	width: 3rem;
	border-radius: 1.5rem;
	color: #6b7381;
	background: #bdc1c8;
	float: right;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
	outline: none;
	box-shadow: none;
}
.btn-toggle:before,
.btn-toggle:after {
	line-height: 1.5rem;
	width: 4rem;
	text-align: center;
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom: 0;
	transition: opacity 0.25s;
}
.btn-toggle > .handle {
	position: absolute;
	top: 0.1875rem;
	left: 0.1875rem;
	width: 1.125rem;
	height: 1.125rem;
	border-radius: 1.125rem;
	background: #fff;
	transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.active {
  background-color: #7d87a5;
}


/** Card **/
.card-sec {
	background: #fff;
	padding: 30px 15px 15px;
}
.cardbox {
	padding: 10px 0;
	font-size: 15px;
}
.cardbox input, .cardbox select {
	border: none;
	padding: 7px 0;
	background: transparent;
}
.cardbox label {
	font-weight: 300;
	margin-bottom: 1px;
}
.cardbox input::placeholder, .cardbox select {
	color: #B5B5B5;
	font-weight: 300;
}
.notc {
    padding: 10px 15px;
	margin: 0 -15px;
    color: #a5a9b3;
    font-size: 12px;
    font-weight: 300;
    background: #f8f8f8;
}
.cardfirm {
	color: #a5a9b3;
	font-size: 12px;
	font-weight: 300;
	padding: 13px 0;
}

a.nextbtn,
button.nextbtn {
	background: linear-gradient(to bottom, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
	color: #fff;
	border: 2px solid #ff00ea;
	font-size: 18px;
	width: 100%;
	font-weight: 500;
	padding: 5px;
	border-radius: 5px;
}

a.nextbtn{
	text-align: center;
	font-size: 0.9em;
}
.help-sec {
	padding: 30px 0;
	font-size: 15px;
	text-align: center;
	color: #B7B7B7;
}
.cardm-sec {
	padding: 30px 0;
}
.nocard {
	max-width: 50%;
	margin: auto;
}
.addcard-btn {
	background: #fff;
	display: block;
	padding: 25px;
	font-size: 17px;
	font-weight: 600;
	color: #414655;
	text-align: center;
	border-radius: 8px;
}
.cardsup {
	color: #a5a9b3;
	text-align: center;
	padding: 10px;
}

/** Deposit **/
.bank-input-wrap {
	display:  grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 10px;
}
/* Bank payment */
.bank-input-wrap label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.bank-input-wrap label [type=radio] + img {
	cursor: pointer;
}
.bank-input-wrap label [type=radio]:checked + img {
	border: 1px solid #d2b79c;
	background: url(../images/tick.png)no-repeat;
	background-size: 25%;
	background-position: right bottom;
	transition: none;
}
.bank-input-wrap label img {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 8px 16px;
}
.bank-input-wrap label {
    max-width: 70px;
    margin: auto;
	text-align: center;
}
span.bank-type {
    font-size: 12px;
}

.trx-sec {
	padding: 15px 0 0;
    background: linear-gradient(#0003,#281832);
	margin-top: 10px;
}

.bank-select select {
	border: none;
	padding: 10px;
	background: transparent;
	color: #fff;
    border:1px solid #ff00ea;
    border-radius: 5px
}
.bank-select select option {
	color: #000;
}
.amount-input-wrap {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
    margin: 15px 0;
}
/* Amount deposit */
.amount-input-wrap label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.amount-input-wrap label [type=radio] + div {
    cursor: pointer;
    text-align: center;
    padding: 9px 0px;
    font-size: 13px;
	font-weight: 500;
    border-radius: 6px;
	border: 1px solid #E4E4E4;
    color: #E4E4E4;
}
.amount-input-wrap label [type=radio]:checked + div {
	border: 1px solid #ff00ea;
	background: url(../images/tick.png)no-repeat;
	background-size: 25%;
	background-position: right bottom;
	transition: none;
	color: #ff00ea;
}
.amount-input-wrap label {
	margin-bottom: 0;
}
.bank-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px 0;
}
.bank-wrap label {
    margin: 0 4px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    line-height: 1.1;
    height: 100%;
	font-weight:400 !important;
}
/* HIDE RADIO */
.bank-wrap label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
/* IMAGE STYLES */
.bank-wrap label [type=radio] + .bank-type {
	cursor: pointer;
}
.bank-wrap label [type=radio] + .bank-type img {
	cursor: pointer;
	filter: drop-shadow(0 1px 1px rgb(0,0,0,0.7));
}
/* CHECKED STYLES */
.bank-wrap label [type=radio]:checked + .bank-type {
	border: 1px solid #ff00ea;
	background: linear-gradient(to right, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
	color:#fff;
}
.bank-wrap label [type=radio]:checked + .bank-type img {
	filter: drop-shadow(0 1px 1px rgb(0,0,0,0.7));
}
.bank-wrap label .bank-type {
    border: 1px solid #ff00ea;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    padding: 5px 6px;
    background: #000000ab;
    display: grid;
    width: 100%;
    text-align: center;
    align-items: center;
    height: auto;
}

/* BACKEND */
.tab-content {
    padding: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}
.form-group label {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
input.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 14px;
    height: 40px;
    margin-top: 5px;
    border: 1px solid #ff00ea;
    color: white;
    background: transparent;
}
.box-amount3 ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	list-style: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box-amount3 ul li {
	width: 100%;
}

.btn-amt {
    padding: 9px 0px;
    border-radius: 10px;
    font-size: 12px;
    color: #000000;
    border: 1px solid #ff00ea;
    background: #fff;
    width: 100%;
}
.btn-amt:hover {
	color: #ff00ea;
	border: 1px solid #ff00ea;
	background: url(../images/tick.png)no-repeat;
	background-size: 25%;
	background-position: right bottom;
}
.btn-amt.active {
	background: #687dad;
	color: #fff;
}
.btn-submt {
    width: 100%;
    background: linear-gradient(to bottom, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
    color: #fff;
    border: 1px solid #ff00ea;
    font-size: 19px;
    padding: 5px 25px;
    border-radius: 5px;
    display: block;
    margin: 0px auto;
}
select.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    border: 1px solid #ff00ea;
    color: #585c69;
}

.btn-top3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
}

.btn-top3 a {
	border: 1px solid #ff00ea;
	padding: 5px 12px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 13px;
	display: flex;
	text-align: center;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.btn-top3 a.active {
	background: linear-gradient(to right, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
	color: #fff;
	border: 1px solid #ff00ea;
}

.btn-top3 a:hover {
	background: linear-gradient(to right, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
	color: #fff;
	border: 1px solid #ff00ea;
}
.deposit-choice{
	background: #000000ab;
	padding: 5px 0;
	margin-top: 10px;
}
.box-amount ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	list-style: none;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box-amount ul li {
    width: 100%;
}
.btn-bank {
    padding: 5px 0px;
    border-radius: 10px;
    font-size: 12px;
    color: #d2b79c;
    border: 1px solid #d2b79c;
    background: #291407;
    width: 100%;
    height: 44px;
    font-weight: 500;
}
.btn-bank:hover{
	background: #d2b79c;
	color: #fff;
}
.btn-bank img{
	/* filter: invert(0%) sepia(99%) saturate(0%) hue-rotate(264deg) brightness(93%) contrast(101%); */
}
.btn-bank:hover img{
	filter: invert(82%) sepia(95%) saturate(37%) hue-rotate(4deg) brightness(108%) contrast(108%);
}
.deposit-provider {
    padding: 10px 0 0;
}

/******************History*********************/
.table-responsive {
    border: none;
    margin-bottom: 0px;
}

.history-table tr:nth-child(odd) {
    background: #3d3d3d;
}

.history-table tr:nth-child(even) {
    background: rgba(0,0,0,0.2);
}

.history-table tr th {
    border: 1px solid #e7d3bf;
    padding: 4px;
    background: linear-gradient(to right, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
    text-align: center;
    color: #fff;
}
.history-table tr td {
    border: 1px solid #f2f2f2;
    padding: 10px 4px;
    text-align: center;
    color: #ffffff;
}
.history-table {
    font-size: 12px;
    margin-top: 15px;
}
.box-amount2 ul li {
    width: 100%;
}

.box-amount2 ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	list-style:none;
	padding: 0;
}
.deposit-form{
	padding: 15px 0;
    background: linear-gradient(#0003,#281832);
	margin-top: 10px;
}
.af-date {
    display: flex;
}

.af-date .form-control {
	width: 40%;
	border-radius: 10px;
	padding: 10px 20px;
	font-size: 10px;
	height: 40px;
	/* margin-top: 5px; */
	margin-right: 10px;
	text-align: center;
}

.af-date .date{
	width: 30%;
	border-radius: 10px;
	padding: 10px 25px;
	font-size: 14px;
	height: 40px;
	margin-top: 5px;
	margin-right: 10px;
}

.upload-file {
	display: flex;
	position: relative;
}

.custom-file-input {
	position: absolute;
	z-index: 2;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.btn-file {
	background: linear-gradient(to bottom, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
	color: #fff;
	padding: 5px 20px;
	height: 40px;
	top: 6px;
	position: relative;
	margin-left: 10px;
	border-radius: 5px;
	border: none;
	font-size: 12px;
	width: 30%;
}
/* MEMBER */
.member-sec {
	padding: 15px 0;
}
.login-col a{
	text-decoration: underline;
	color: #e5d0ba;
}
/** Download **/
.download-sec {
	
}
ul#download-tab {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.nav-tabs.download-tabs{
    border-bottom:none;
	box-shadow: 0px 1px 7px -1px rgba(0,0,0,0.1);
}
ul.nav-tabs.download-tabs .nav-link {
    border-bottom: 3px solid #c000ff;
    border-top: none;
    border-radius: 0;
    color: #fff;
    background-color: #23044f;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    height: 100%;
}
.nav-tabs.download-tabs .nav-item.show .nav-link, .nav-tabs.download-tabs .nav-link.active {
    color: #ffffff;
    background: linear-gradient(to right, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
    border-bottom: 3px solid #c000ff;
}
div#downloadTabContent {
    padding: 20px 0 50px;
}
.dlwrapper {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 15px 15px;
}
.dl-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.play-dl {
    background: #c000ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 55px auto;
    padding: 4px 5px;
}
.play-dl i, .dl-btn i {
	font-size: 18px;
}
.play-dl:focus, .play-dl:hover {
	background: #b79d84;
	color: #fff;
}
.play-dl div {
    align-self: center;
    text-align: center;
}
.play-dl img {
	max-width: 21px;
}
.dl-btn {
    background: #23044f;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
    display: grid;
    grid-template-columns: 50px auto;
    padding: 4px 5px;
}
.dl-btn:hover, .dl-btn:focus {
	color: #fff;
}
.dl-btn div {
	align-self: center;
	text-align: center
}

/** Activation **/
.activation-content {
	color: #fff;
}
.nav-tabs.active-tabs {
    border-bottom: none;
    max-width: 480px;
    margin: auto;
    padding-bottom: 15px;
}
.nav-tabs.active-tabs li.nav-item {
    margin: auto;
}
.nav-tabs.active-tabs .nav-item.show .nav-link, .nav-tabs.active-tabs .nav-link.active {
    color: #000;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,126,61,1) 100%);
    border-color: #000;
}
.nav-tabs.active-tabs .nav-link {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    width: auto;
    height: auto;
    font-size: 11px;
    color: #fff;
    background: #712d0b;
    padding: 5px 1px;
    text-align: center;
    margin: 0 5px;
    border-radius: 30px;
    text-transform: uppercase;
}
.sms-activate {
    text-align: center;
}
.sms-activate input {
    max-width: 50px;
    height: 50px;
    display: inline-block;
    margin: auto 5px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    font-size: 35px;
    font-weight: 600;
    color: #252525;
}
.sms-activate input:focus {
	outline: none;
	border: 1px solid #ffd906;
}
.next-active {
	text-align: center;
	padding: 15px 0 10px;
}
.finish-hide {
    display: none;
}
.nav-tabs.active-tabs li.nav-item {
    margin: auto;
    width: 50%;
}
.activate-wrapper {
    margin: auto;
}
.step-activate {
	display: grid;
	grid-template-columns: 55px auto;
	grid-gap: 10px 4px;
}
.activ {
    color: #ffd154;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 13px 0;
}
.activ h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1px;
}
.simple {
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #959595;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-bottom: 5px;
}
a.live-btn {
    display: inline-block;
    background: #252a2f;
    color: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin-top: 5px;
    font-size: 14px;
}
a.live-btn:hover {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,126,61,1) 100%);
	color: #000;
}
.finish-wrapper {
	color: #fff;
	text-align: center;
}
.finish-wrapper h1 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
}
.acc-activ {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    padding: 5px 0;
}
.acc-activ img {
	padding: 10px;
}
.congrazt {
    line-height: 1;
    border-bottom: 1px solid #cacaca;
    padding: 0 0 9px;
}
button.btn-play {
	background: linear-gradient(45deg, rgba(245,245,245,1) 0%, rgba(232,232,232,1) 100%);
    margin: auto;
	padding: 5px 15px;
    border-radius: 35px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #3e3e3e;
    border: none;
}

/** Inbox **/
.msg-content {
	padding: 15px;
}
.inbox-wrapper {
    color: #fff;
    font-size: 14px;
    border: 1px solid #ff00ea;
    border-radius: 5px;
}
.mailbox {
	display: grid;
	grid-template-columns: 8% 80% 10%;
	grid-gap: 5px;
	padding: 5px;
	color: #939393
}
.mailbox a {
	color: #9c9c9c;
}
.mailbox.unread a {
	color: #fff;
}
.mtitle {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.maildate {
    color: #9c9c9c;
    font-size: 13px;
}
.action-mail, .nom  {
	text-align: center;
}
.action-mail a {
	color: #D3D3D3;
}
.mailbox.top {
    margin-bottom: 5px;
    border-bottom: 1px solid #ff00ea;
    color: #fff;
    font-weight: 600;
}
.messagecontent, .message-wrapper {
    padding: 0 15px;
}
.inbx-title {
    font-size: 20px;
    font-weight: 700;
    padding: 22px 15px 13px;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
}
.inbox-message {
    padding: 20px 20px 15px;
    min-height: 200px;
    font-size: 14px;
}
button.close-X {
    background: transparent;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    position: absolute;
    right: 6px;
    top: 2px;
    font-weight: 400;
}
.date-msg {
    font-size: 13px;
    color: #BBBBBB;
}
.sent-by {
    font-size: 13px;
    margin-bottom: 15px;
    color: #BBBBBB;
}

/** VIP PAGE latest **/
.vip-sec {
	/* background: #000 url("../images/vip/vip_bg.jpg")no-repeat top center; */
	background-size: auto;
}
.vip-top-title {
    max-width: 110px;
    margin: 15px auto;
    text-align: center;
}
.vip-card {
    margin-bottom: 6px;
}
.btn-vip {
	background: linear-gradient(to bottom, #0c0012 0%, #200030 100%);
	border: 2px solid #7d0073;
	font-size: 14px;
	padding: 2px 5px;
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: visible;
}
.btn-vip img {
    max-width: 60px;
    margin-right: 6px;
}
.btn-vip:focus,.btn-vip:hover  {
	outline: none;
	box-shadow: none;
	color: #fff;
}
.btn.btn-vip.collapsed:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    transform: rotate(0);
    transition: linear 0.3s;
    color: #fff;
    font-size: 14px;
}

.btn.btn-vip:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    width: 12px;
    font-size: 14px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 12px;
    transform: rotate(90deg);
    transition: linear 0.3s;
}
.vip-table-wrapper {
    background: rgba(0,0,0,0.75);
    line-height: 1.2;
    font-size: 13px;
    padding: 15px 10px;
    margin-top: 5px;
    color: #fff;
}
.vip-table-wrapper > div {
	padding: 5px 2px;
}
.vip-table-wrapper tr td {
    border: 1px solid #7d0073;
    padding: 5px 4px;
    text-transform: uppercase;
}
.tnc-wrap {
    background: rgba(0,0,0,0.75);
    padding: 15px;
	margin: 15px 0;
    color: #fff;
    border: 2px solid #5d3912;
    border-radius: 8px;
    font-size: 14px;
}

/** Payout **/
button.payout-btn {
    display: block;
    max-width: 220px;
    text-align: center;
    margin: auto;
    background: linear-gradient(to bottom, rgba(255,255,253,1) 0%, rgba(255,114,48,1) 100%);
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 5px;
    border: none;
    filter: drop-shadow(0 0 4px #ffae00);
}

.modal-dialog.modal-payout {
    max-width: 575px;
    background: #1f1f1f;
    color: #fff;
    border: 2px solid #ae751c;
    font-weight: 600;
    box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.30);
    filter: drop-shadow(0 0 4px #ae751c);
}
.modal-payout .modal-content {
	border: none;
	background-color: transparent;
}
.modal-dialog.modal-payout button.close {
	color: #3e3e3e;
	opacity: 0.8;
}
.modal-dialog.modal-payout button.close:hover, .modal-dialog.modal-payout button.close:focus {
	color: #1ab4cb;
	border: none;
	outline: none;
}
.forecast-table {
	overflow: auto;
}
.payout-container h3 {
    color: #fff;
    font-weight: 900;
    text-transform: none;
    font-size: 26px;
    text-align: center;
}
.prize-text {
    font-size: 15px;
    text-transform: uppercase;
	margin-top:20px;
}
.pred {
    color: #ff0000;
}
table.payoutTable {
	text-align: center;
}
table.payoutTable th, table.payoutTable td {
	padding: 4px;
}
table.payoutTable th {
    text-align: inherit;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
	border: 1px solid #f5b152;
    background: #c87f1a;
}
table.payoutTable td {
	border: 1px solid #f5b152;
	font-size: 14px;
	color: #fff;
	background: #864e00;
} 
table.payoutTable td img {
	margin-left: 10px;
}
.xtr {
	text-align: center;
	padding: 2px;
}
.trans-wallet-wrapper {
    color: #fff;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 5px;
    grid-gap: 2px;
   text-align: center;
}
.trans-title {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 4px 0 5px;
    font-weight: 600;
    text-align: left;
}
.wp-logo {
    /*background: rgba(0,0,0,0.5);*/
    border-radius: 10px;
    width: 97px;
    height: auto;
    margin: auto;
    text-align: center;
    padding: 8px 0;
    /*border: 1px solid #3bd6d8;*/
}
.trans-wallet-wrapper label .wp-box img {
    filter: grayscale(0);
}
.trans-wallet-wrapper label:hover .wp-box img {
    filter: grayscale(0);
}
/* HIDE RADIO */
.trans-wallet-wrapper label [type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
/* IMAGE STYLES */
.trans-wallet-wrapper label [type=radio] + .wp-box {
    cursor: pointer;
    background-color: #1a1a1a00;
    border-radius: 10px;
    min-height: 83px;
    border: 1px solid #ff00ea;
}
/* CHECKED STYLES */
.trans-wallet-wrapper label [type=radio]:checked + .wp-box {
    box-shadow: 0 0 5px 1px #ff00ea;
    background: linear-gradient(to bottom, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
}
.trans-wallet-wrapper label [type=radio]:checked + .wp-box img {
    filter: grayscale(0) brightness(1.1);
}

button.max-button {
    background: #001520;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #53fdfd;
    padding: 0px 15px;
    width: auto;
    border-radius: 35px;
    height: 30px;
    text-transform: uppercase;
    margin-left: 5px;
}
button.max-button:hover {
    background: #0a3a4e;
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.65);
}
button.max-button:focus {
    outline: none;
}

.qr_scan img{
	width: 100%;
	max-width: 185px;
}
.rebate_link{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.lang-btn img,.dropdown-menu.language img{
	max-width: 25px;
}
.gspay_lg img{
	max-width: 100px;
}
.history-date {
    display: flex;
    align-items: center;
}
input.form-control.r_input{
	max-width: 46%;
	padding: 10px 9px;
}
.history-date .h_t{
	color: #ffffff;
	font-size: 13px;
}

/****12082021******/
.step-wrap ul{display:flex;color:#fff;padding:0px;justify-content: space-between;margin:0px;position:relative;width: 250px;flex-direction: row;border: none;}
.step-wrap ul li{list-style:none;/* margin: 0px 41px; */z-index:10;}
.btn-step-act{background:#d7b556 !important;}
.step-wrap ul li a{font-size:20px;width: 40px;height: 40px;display:flex;justify-content:center;align-items:center;border-radius: 50px !important;background:#1a1a1a;z-index:10;border: 1px solid #ff00ea !important;color: #fff !important;}
.step-wrap{position:relative;margin-top: 15px;margin-bottom: 15px;display:flex;justify-content:center;}
.step-wrap ul::after{content:'';background-color: #ff00ea;position:absolute;top:50%;left:0;height:4px;width:100%;z-index:1;margin:0px auto;right:0;}
.af-wrap{/* width:500px; */display:block;margin:0px auto;}
.af-deposit ul{display:flex;justify-content:center;}
ul.afterlogin_deposit{display:flex;justify-content:center;padding: 0px;}
.step-wrap ul li a.active, .step-wrap ul li a:hover{background: rgb(152 15 193) !important;}
.ab-top{display:block;margin:0px auto;margin-bottom: 20px;}
.afterlogin_deposit a.active{background:#d7b556;color:#ffffff;border:1px solid #d7b556;}
ul.afterlogin_deposit li{list-style:none;}
.btn-wrap{display:flex;justify-content:center;}
.submit_btn2{color:#ffffff;font-size:19px;font-weight:500;min-width:132px;border:none;min-height:39px;border-radius:34px;background:#d7b556;margin:0px auto;display:block;}
.btn-wrap button{margin:0px 10px;}
.afterlogin_deposit a {
    border-radius: 45px!important;
    text-align: center;
    border: 1px solid #d7b556;
    background: #00000094;
    border-radius: 16px;
    color: #d7b556;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 10px;
    margin: 5px;
    display: block;
}
.copy_wrap{
    display: flex;
    align-items: center;
}
.btn_copy{
    padding: 8px 10px;
    width: 121px;
    font-size: 16px;
    margin-left: 10px;
}
.tab-content.deposit_tab_cus{
	padding: 0;
}
.deosit_p_c_btn{
	display: flex;
	align-items: center;
}
.tips-detail{
    padding: 15px;
    border-radius: 8px;
    background: #0000008a;
    color: #fff;
    border: 1px solid #ff00ea;
    margin: 30px 10px;
    font-size: 14px;
}
.tips-detail ol{
    padding: 18px;
    list-style: auto;
}
.qr_cs{
    padding: 30px 0;
    margin: auto;
    width: 150px;
}
.text_usdt{
	color: #fff;
}
button.btn_check{
	font-size: 13px;
    width: auto;
}
.w_amount_warp{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}
hr.whr{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgb(255,255,255,0.72);
}
.btn_w_all{
	width: 116px;
    font-size: 12px;
    padding: 4px 3px;
}
/*fasttransfer*/
.f_t_tit{
    padding: 18px 0px;
    font-size: 18px;
    font-weight: bold;
}
.f_t_btn{
    display: flex;
    grid-gap: 10px;
}

/*indexdropbalance*/
.btn_acc {
    font-size: 12px;
    min-width: 103px;
    border: 1px solid #d636e9;
    background: none;
    border-radius: 16px;
    color: #ffffff;
}
.wallet_balance-record-wrapper {
    display: grid;
    grid-template-columns: 35px auto auto;
    align-items: center;
    padding: 12px 10px;
}

.drop a {
    color: #d8c370;
}

.wallet-provider {
    position: absolute;
    z-index: 12;
    width: 100%;
}

.index_login_wallet .wallet-provider {
    width: 100%;
}

.profile-1_last {
    margin-bottom: 35px;
}

.index_login_wallet .dropdown-balance {
    width: 100%;
}

.index_login_wallet.dropdown-menu {
    min-width: 93vw;
    border: none;
    padding: 0;
}

.dropdown-balance {
    width: 100%;
    color: #ffffff;
    text-align: center;
    border: 1px solid #b9a78d;
    padding-top: 12px;
    overflow: scroll;
    height: 400px;
    box-shadow: 0px 3px 7px 0px #ff00ea;
}

.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 9px 0px;
    font-size: 11px;
    padding-bottom: 10px;
    align-items: center;
}

.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    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: none;
    color: #ffffff!important;
    border: 1px solid #8402b4;
    text-transform: uppercase;
    font-size: 13px;
}

button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: linear-gradient(89deg, #d636e9 0%, #8402b4 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.slct-wrapper-after {
    display: grid;
    grid-template-columns: 17.2% 17.2%  17.2% 17.2% 30%;
    grid-gap: 5px;
    padding-top: 10px;
    align-items: center;
    text-align: center;
}
.slct-wrapper-after a {
    display: block;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.slct-wrapper-after a img {
    display: block;
    margin: auto;
    max-width: 50px;
}
.t_body_main{
	overflow: auto;
	height: 100%;
}
.bacl{
    color:#B9D7FF;
}

.cont-info ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.cont-info ul li{
	position: relative;
	text-align: center;
}
.contc_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.contc_text a{
	color: #fff;
	font-size: 18px;
}
.jp_logo{
    margin-top: 66px;
    text-align: center;
}
.jackpot_sec {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.jackpot_bg {
    /* width: 100%; */
}
.num_main {
    position: absolute;
    margin: auto;
    right: 0;
    top: 61%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.num-item {
    display: inline-block;
    width: 25px;
    line-height: 31px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    background: #63636369;
    background-size: 100% 100%;
    box-shadow: 0px 0px 5px 1px #ff00ea;
    border-radius: 0px;
    font-weight: bold;
    border: 1px solid #fff;
    /* filter: drop-shadow(0px 0px 6px #ff00ea); */
}
.num-item_spe {
    display: inline-block;
    height: 12px;
    width: 3px;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 29px;
    color: #ffffff;
    text-align: center;
}
.index_top_rec{
	overflow: hidden;
	overflow-x: scroll;
	white-space: nowrap;	
	flex-wrap: nowrap;	
	margin-top: 8px;
}
.index_top_rec img{
	width: 140px;
}
.inx_menu_wrap{
	background-color: #00000063;
}
.game-nav li a img{
    max-width: 46px;
}
.game-nav li a img.icon1{
    display: none;
}
.game-nav li a.active img.icon1{
    display: block;
}
.game-nav li a.active img.icon2{
    display: none;
}
.game-nav li a{
	color: #fff;
}
.game-nav li.slick-current a{
	color: #fff000;
}
.gwrap_2{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4px;
	margin: 10px 0;
}
.gwrap_2_inner a img{
	margin-bottom: 4px;
}
.step_sec{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    color: #fff;
    padding: 20px 0;
    padding-top: 8px;
    /* overflow: hidden; */
    /* overflow-x: scroll; */
    /* white-space: nowrap; */
    /* flex-wrap: nowrap; */
}
.step_wrap{
    display: grid;
    align-items: center;
    margin: auto;
    justify-items: center;
    text-align: center;
}
.step_wrap img{
	width: 70px;
}
.step_txt01{
    text-shadow: 1px 1px 11px #0e68f6, 1px 1px 11px #0e68f6,1px 1px 11px #0e68f6, 1px 1px 11px #0e68f6;
    font-size: 14px;
}
.step_txt02{
    font-size: 17px;
    text-shadow: 1px 1px 11px #0e68f6;
    font-weight: 500;
}
.step_txt03{
    
font-size: 11px;
}
.step_wrap_txt{
    line-height: 1.3;
}
.bank_sec {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.bank_sec img {
    margin: auto;
}
.info_sec {
    color: #fff;
    padding: 20px 10px;
}
.info_sec h4 {
    font-size: 13px;
    margin-bottom: 3px;
}
.info_sec p {
    font-size: 11px;
}
.footer{
    background: url(../images/footer/footer_bg.png)repeat-x;
    background-size: 100% 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    /* overflow-x: scroll; */
    /* white-space: nowrap; */
    /* flex-wrap: nowrap; */
}
.list-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
    justify-content: center;
}
.list-inline  li{
	margin-bottom: 7px;
	margin-top: 7px;
}
.list-inline a {
    color: #ffffff;
    border-right: 1px solid #ffffff6e;
    padding-left: 10px;
    padding-right: 10px;
}
.list-inline li:last-child a {
    border-right: none;
}
.copyright{
    text-align: center;
    color: #ebebeb;
    padding: 10px 0;
}
.sub_info_content{
    background: linear-gradient(#0003,#281832);
    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;
    margin: 10px 0;
}
.sub_info_content h4 a{
    color: #fff;
    border-bottom: 4px solid #ae0fda;
}
h4.panel-title {
    font-size: 16px;
    line-height: 1.5;
}
.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;
}
.contactlist_sec{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    width: 100%;
    margin: auto;
}
.contactlist_wrap{
    display: flex;
    align-items: center;
    /* margin: auto; */
}
.contactlist_wrap_txt{
    line-height: 1.3;
    margin-left: 1rem;
    color: #ebebeb;
}
.txt_yl{
	color: #fff000;
}

.seperate-line {
    height: 5px;
    width: 80%;
    margin: 0 auto;
    background: #ab00ff;
    border-radius: 10px;
}
.ftmenu{
    position: initial;
}
.round-center {
    background: linear-gradient(to bottom, #8606e9 0%, #2f0046 100%);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 11px 14px;
    margin: auto;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    box-shadow: 0px 5px 9px 0px #000000;
    color: #ffffff;
    border: 1px solid #a444bfa8;
    filter: drop-shadow(0px 0px 1px #a444bfa8);
}
.menu-wrapper a.ftmenu .com-img {
    filter: grayscale(0);
    max-width: 70%;
}

/** Balance **/
.modal-content.modal-summary {
    background: #000;
    color: #fff;
    border: 1px solid #8606e9;
    border-radius: 4px;
    padding-top: 20px;
    height: auto;
    box-shadow: 0px 3px 7px 0px #8606e9;
}
#summary-modal .modal-dialog{
  margin: auto;
  margin-top: 15px;
  max-width: 350px;
  margin-bottom: 10px;
}
#summary-modal .wpbox{
	box-shadow: unset;
}
.summary-wrapper {
    display: grid;
    grid-template-columns: 37% 63%;
    grid-gap: 2px 0px;
    font-size: 14px;
    padding: 15px 15px;
}
.amount-item {
  text-align: right;
}
.main-item {
    background: #8606e9;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
    margin-bottom: 0px;
}
.mw-amount {
  background: #8606e9;
  /* grid-column: 2/3; */
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}
button.mw-allout {
  background: #8606e9;
  box-shadow: inset 0px 4px 5px 0px rgba(0,0,0,0.4);
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 19px;
  height: 100%;
}
.mainb {
  float: none;
}
.platform-item {
    text-transform: uppercase;
  padding-left: 5px;
}
.balc {
  display: inline-block;
  margin: 0 3px;
  padding: 0 10px;
}
button.btn-in {
    display: inline-block;
    background: #78b714;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 100%;
    width: 36px;
    line-height: 1;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    margin: 0 2px;
    padding: 3px 0 1px;
}
button.btn-out {
    display: inline-block;
    background: #b71414;
    color: #fff;
    border: none;
    text-transform: uppercase;
    height: 100%;
    width: 36px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 2px;
    padding: 3px 0 1px;
}
button.btn-in:focus ,button.btn-out:focus {
  outline: none;
  box-shadow: none;
}
button.btn-out:hover,button.btn-in:hover {
  filter: brightness(1.1);
  outline: 1px solid #fff;
}
button.close-modal {
    background: none;
    right: 2px;
    top: 3px;
    margin: auto;
    line-height: 1;
    border: none;
    position: absolute;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    z-index: 2;
}
button.view_btn_custom{
	margin-top: 0;
	padding: 4px 10px;
	font-size: 14px;
	min-width: 80px;
}
a.tokenin_custom {
    justify-content: center;
}
.remark{
	color: #fff;
	margin-bottom: 10px;
	font-size: 12px;
}
.what_custom{
	font-size: 17px;
	background: linear-gradient(to bottom, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
	color: #fff;
	border: 1px solid #ff00ea;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.what_custom img{
	width: 30px;
	margin-right: 10px;
}
.view_inbox{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.inbox_icon_s img{
	width: 62px;
}
.sub_info_content_inbox{
    padding: 20px 30px;
}
.line_custom{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10px;
}

/*lang*/
.header-lang-list a{
    display: block;
}
.header-lang-list a img,
.header-lang-main img{
    width: 40px !important;
    height: 40px !important;
}
.header-lang{
    position: relative;
    display: flex;
    /*margin-right: 5px;*/
}
.header-lang-menu{
    display: flex;
    height: 40px;
    width: 40px;
    padding: 3px;
    background: #F25DFF;
    box-shadow: 0 1px 5px #000a;
    filter: drop-shadow(0 1px 4px #000a);
    transition: filter 0.4s ease;
    border-radius: 50%;
    margin: auto;
    margin-right: 5px;
    cursor: pointer;
}
.header-lang-menu:hover{
    filter: grayscale(0) brightness(1.1);
}
.header-lang-menu img{
    height: 100%;
    border-radius: 50%;
    border: 1px solid #222;
    box-shadow: 0 1px 3px #0008;
}
.header-lang-hide{
    display: none;
    position: absolute;
    top: 38px;
    right: -4px;
    background: #000e;
    box-shadow: 0 1px 4px #0007;
    border-radius: 50px;
    border: 2px solid #fff;
    padding: 5px 0;
}
.header-lang-hide.active{
    display: block;
    animation: fadeIn 0.7s;
}
.header-lang-hide a{
    display: flex;
    padding: 8px 10px;
}
.header-lang-hide a img{
    width: auto;
    height: auto;
    border-radius: 50%;
}
/*lang*/

/*profile*/
.ccservices-main{
    min-height: unset;
    background: linear-gradient(#0003,#281832);
}
.site-ccservices{
    display: grid;
    width: 100%;
    margin: auto;
    max-width: 600px;
}
.ccservices-main{
    border-radius: 5px;
    box-shadow: inset 0px 0px 5px #ab00ff, inset 0px 0px 5px #ab00ff, 0px 0px 1px 2px #ffffff99, 0px 0px 13px 3px #ab00ff;
    min-height: 450px;
    margin: 20px 10px 20px 10px;
}
.ccservices-main a{
    display: block;
    margin: 10px;
    padding-bottom: 5px;
    border-bottom: 0.01em solid #fff;
    filter: drop-shadow(2px 4px 6px black);
}
.ccservices-main a:hover,
.ccservices-main a:active,
.ccservices-main a:focus{
    filter: brightness(1.3);
    border-radius: 15px 15px 0 0;
    border-color: #0b7b6d;
}
.arw{
    content: '';
    background-size: 25px 25px;
    background-position: center right;
    width: 10px !important;
    height: 50px !important;
    position: absolute;
    right: 0;
    top: 0;
}
.ccservices-main a img{
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.ccservices-main a span{
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
    text-shadow: 0 1px 3px #000a;
}
.ccservices-main h4{
    text-transform: uppercase;
    font-size: 20px;
    color: antiquewhite;
    margin-left: 5px;
    text-shadow: 0 1px 3px #000a;
}

#copyBtn{
    background: transparent;
    border: 1px solid blue;
    color:white;
    vertical-align: center;
}
#lt{
    padding-top: 2px;
    display:inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 230px;
    height: 1.2em;
    white-space: nowrap;
}


/*profile*/

 .refer-friend-box {
     border: 2px solid #30353C !important;
     border-radius: 5px;
     padding: 10px 10px;
     width: 100%;
 }

 .table-bank-details{
     color:white;
 }

 /*deposit*/

.sdeposit-upload{
    display: grid;
    padding: 10px;
    padding-top: 12px;
    margin-bottom: 10px;
    background: #64676dcf;
    border-radius: 10px;
    text-align: center;

}
.sdeposit-upload h5{
    font-size: 14px;
    color: #fff;
    margin-bottom : 5px;
    padding: 0 25px;
}
.sdeposit-upload-image{
    vertical-align: middle;
    position: relative;
    width: 100%;
    margin: auto;
    height: 40vw;
    max-height: 400px;
    background: #eee;
    overflow: hidden;
    border-radius: 6px;

}
.sdeposit-upload-image img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}
.sdeposit-upload input{
    display: none;
}
/*deposit*/

/*login*/
.site-login-lang{
    display: flex;
    margin-bottom: 50px;
    padding-top: 10px;
}
.site-login-lang a{
    display: inline-block;
}
.site-login-lang a:hover img,
.site-login-lang a:focus img,
.site-login-lang a:active img{
    filter: brightness(1.4) drop-shadow(0px 0px 2px #ff0000aa);
}
.site-login-lang a:first-child{
    margin-left: auto;
}
.site-login-lang a:last-child{
    margin-right: auto;
}
.site-login-lang a img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    transition: all 0.5s ease;
}

.site-login-lang > a{
    padding: 5px;
}

.label{
    color:white;
}
/*login*/

/*rebate*/
.sprofile-tables {
    font-family: Mont300, system-ui;
    letter-spacing: 0.4px;
    padding: 5%;
    border: 2px solid #B9D7FF;
    border-radius: 10px;
    margin: 5%;
    width: 90%;
}
.sprofile-tbtitle {
    text-align: center;
}
.sprofile-tbtitle h4 {
    font-size: 18px;
    color: #FFC107;
    font-weight: bold;
    margin-bottom: 5px;
}
.sprofile-tbtitle h5 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
}
.sprofile-tables table {
    text-align: center;
    font-size: 15px;
    width: 100%;
    letter-spacing: 0;
    margin-bottom: 15px;
    color: #fff;
}
.sprofile-tables table thead {
    background: #B9D7FF !important;
    color: #000;
}
/*rebate*/

/*rebate*/
#referral {
    width: 100%;
}

#referral > div:first-child {
    top: 0;
    z-index: 999;
}

#referral .text-white {
    color: #ffffff;
}

#referral .text-shadow {
    text-shadow: 0 0 12px rgba(0, 174, 239, 0.8);
}

#referral #nav-referralTabContent h6 {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: unset;
}

#referral #nav-referralTabContent #report {
    padding: 20px 0px;
}

#referral #nav-referralTabContent #report .history-list {
    border: 2px solid #eab92d;
    /*border-radius: 5px;*/
    /*background: #2f343b;*/
    box-shadow: inset 0px 0px 5px #ab00ff, inset 0px 0px 5px #ab00ff, 0px 0px 1px 2px #ffffff99, 0px 0px 13px 3px #ab00ff;
    padding: 5px;
    position: relative;
}

#referral #nav-referralTabContent #report .history-list .history-clips-img {
    width: 115px;
    height: auto;
    position: absolute;
    right: -5px;
    top: -41px;
}

#referral #nav-referralTabContent #report .history-list h6 {
    font-size: 20px;
}

#referral #nav-referralTabContent #report .history-list table {
    width: 100%;
    margin-top: 20px;
}

#referral #nav-referralTabContent #report .history-list table thead {
    border-bottom: 0.01em solid #fff
}

#referral #nav-referralTabContent #report .history-list table thead th {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 0 12px rgba(0, 174, 239, 0.8);
    padding: 10px;
    text-align: center;
}

#referral #nav-referralTabContent #report .history-list table tbody tr {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}

#referral #nav-referralTabContent #report .history-list table tbody tr td {
    font-family: Montserrat;
    font-size: 13px;
    color: #ffffff;
    padding: 10px 5px;
    text-align: center;
}

#referral #nav-referralTabContent #report .history-list table tbody tr td:nth-child(3) {
    font-weight: bold;
}

#referral #nav-referralTabContent #report .history-list table tbody tr td:last-child {
    color: #eab92d;
    font-weight: bold;
}

#referral #nav-referralTabContent #report .history-list table tbody tr:last-child {
    border-bottom: 0px;
}
/*rebate*/

/*profile view*/
.viewProfileSection {
    font-family: "montserrat" !important;
    margin: 20px 15px;
}

.viewProfileSection .col-6 .title {
    color: #eab92d;
    font-size: 0.9rem;
}

.viewProfileSection .col-6 .value {
    font-size: 0.95rem;
    color: #fff;
    margin-top: 3px;
}

.title{
    color:white;
    font-weight: bold;
}

/*profile view*/

.qr-code{
    box-shadow: inset 0px 0px 5px #ab00ff, inset 0px 0px 5px #ab00ff, 0px 0px 1px 2px #ffffff99, 0px 0px 13px 3px #ab00ff;
}

/*withdraw input*/
 .receive-amount-wrapper {
     font-size: 1.8rem;
     font-weight: bolder;
     margin-left: 0.2rem;
     color: #ddcc9e;
 }

.modal.modal-bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.modal-bottom .modal-content {
    border-radius: 0;
    border: none;
}

.modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.modal-bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.modal-bottom .modal-body {
    padding: 15px 15px;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}

.modal-header {
    background: #0f1a23;
    box-shadow: 0px 8px 8px -3px rgba(255, 255, 255, 0.15);
    padding: 0.5rem;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: bolder;
    padding: 5px 0;
    color: white;
}

.closebtn {
    position: absolute;
    padding: 0;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    height: 30px;
}
/*withdraw input*/

/* deposit landing page */
.top-short-wrap {
    padding: 65px 10px 80px;
}

.dep-label {
    color: #F25DFF;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px;
}

.payment-label {
    font-size: 20px;
}

.pay-list-box {
    padding: 15px;
}

.pay-listing,
.pay-curreny {
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.pay-listing a{
	color: #000 !important;
	font-weight: bold !important;
}

.pay-curreny {
    background-color: rgba(0, 0, 0, .85);
}

.pay-listing span {
    font-size: 16px;
    color: #000;
}

.pay-listing img {
    max-height: 50px;
}

.pay-info {
	color: #fff;
    font-size: 18px;
    text-align: justify;
    padding: 15px;
}

.index-wallet-box {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 40% 40% 20%;
    /** align-items: center; **/
	padding-left: 5px;
	padding-right: 5px;
}

.index-wallet-amt span {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 6px;
    font-weight: 600;
}
.checkbox-inputs {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-inputs>* {
    margin: 6px;
}

.checkbox-input:checked+.checkbox-tile {
    border-color: #ed88e5;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    color: #ed88e5;
}

.checkbox-input:checked+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #ed88e5;
    border-color: #ed88e5;
}

.checkbox-input:checked+.checkbox-tile .checkbox-label {
    color: #ed88e5;
}

.checkbox-input:focus+.checkbox-tile {
    border-color: #ed88e5;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc; */
}

.checkbox-input:focus+.checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    color: #707070;
    border: 2px solid #ed88e5;
    /* background: linear-gradient(90deg, rgba(1, 1, 1, 1) 35%, rgba(65, 65, 65, 0.8519782913165266) 90%); */
    background: #00000063;
}

.index-wallet-amt:first-child>.checkbox-tile {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.index-wallet-amt:first-child>span.checkbox-tile:after {
    content: "";
    border-left: 2px solid #ed88e5;
    position: absolute;
    right: 0;
    bottom: 15%;
    top: 15%;
}

.index-wallet-amt:nth-child(2)>.checkbox-tile {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.checkbox-icon {
    display: flex;
    justify-content: center;
}

.checkbox-icon img {
    max-width: 20%;
}

.checkbox-tile:hover {
    border-color: #ed88e5;
}

.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
    font-size: 13px;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* promotion page */

.promo-top-header {
    background: #000000;
    position: fixed;
    width: 100%;
    max-width: 700px;
    z-index: 2;
}

.filter-menu-bar {
    background: #414141;
    box-shadow: #DAB04E 2px 2px 8px -4px;
    position: fixed;
    width: 100%;
    max-width: 700px;
    z-index: 1;
    padding-top: 50px;
}

.mix {
    display: none;
}

.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
}

.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 7px 0;
    border-bottom: 2px solid transparent;
    padding: 5px 0 5px;
    font-size: 15px;
    color: #fff;
}

.pmbox.active {
    color: #DAB04E;
    border-bottom: 2px solid #000000;
}

.promo-content {
    padding: 100px 10px 80px;
}

.promo-box {
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    background: transparent;
    color: #fff;
    font-weight: 500;
}

.promo-bx img {
    border-radius: 10px 10px 0px 0px;
}

.promo-bx {
    box-shadow: #DAB04E 2px 2px 8px -4px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: linear-gradient(to bottom, #8606e9 0%, #2f0046 100%);
}

.promo-modal .modal-header {
    background: #000000;
    border: 2px solid #DAB04E;
}

.promo-modal .btn-close {
    background: none;
    color: #fff;
    font-size: 20px;
}

.promo-modal .modal-title {
    font-size: 16px;
}

.promo-body {
    color: #DAB04E;
}

.promo-table table {
    vertical-align: middle;
    text-align: center;
}

.promo-table thead tr th {
    background: #000000;
    color: #fff;
    vertical-align: middle;
    border: 1px solid #fff;
    text-align: center;
}

.promo-table tbody tr {
    background: #f7f7f7;
    border: 1px solid #fff;
    color: #FFF;
}

.promo-btn-box {
    display: grid;
    grid-template-columns: 50% 50%;
}
.theme-btn,
.promo-btn{
    background: linear-gradient(to bottom, rgb(200 45 224) 0%, rgb(152 15 193) 100%);
	border-color: #ff00ea;
    border-radius: 5px;
    display: block;
    padding: 10px 5px;
    color: #fff;
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

#getPromoModel>.modal-dialog>.modal-content,
#promoDetailsModel>.modal-dialog>.modal-content {
    background: linear-gradient(to bottom, #8606e9 0%, #2f0046 100%);
    border: 2px solid #a444bf;
}

#getPromoModel>.modal-dialog>.modal-content>.modal-body>table>thead>tr>th,
#getPromoModel>.modal-dialog>.modal-content>.modal-body>table>tbody>tr>td,
#promoDetailsModel>.modal-dialog>.modal-content>.modal-body>table>thead>tr>th,
#promoDetailsModel>.modal-dialog>.modal-content>.modal-body>table>tbody>tr>td {
    color: #FFF;
}

#getPromoModel>.modal-dialog>.modal-content>.modal-header,
#promoDetailsModel>.modal-dialog>.modal-content>.modal-header {
    border-bottom: none;
	background: linear-gradient(to bottom, #8606e9 0%, #2f0046 100%);
	color: #fff;
}

#getPromoModel>.modal-dialog>.modal-content>.modal-header>.close,
#promoDetailsModel>.modal-dialog>.modal-content>.modal-header>.close {
    color: #fff;
    background: transparent;
    opacity: 1;
}

#getPromoModel>.modal-dialog>.modal-content>.modal-body>table,
#promoDetailsModel>.modal-dialog>.modal-content>.modal-body>table {
    border-color: #a444bf;
}

.coinamt {
    margin-right: 0 !important;
    margin-bottom: 20px;
}

.promo-coin-box {
    justify-content: center;
}

.receive-amount-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.receive-amount-wrapper img {
    max-width: 25px;
    margin-right: 5px;
    height: auto;
}

.promo-btn:first-child {
    border-bottom-left-radius: 10px;
}

.promo-btn:last-child {
    border-bottom-right-radius: 10px;
}

.pdImg{
	padding-left: 15px;
	padding-right: 15px;
}

/* end promotion page */


/* Poster Page */
.poster-details-btn-box {
    font-size: 18px;
}

.poster-details-btn-box i {
    font-size: 22px;
    margin-bottom: 8px;
}

.poster-container {
    padding-bottom: 120px;
	color: #fff !important;
}

.poster-container a {
    color: var(--primary-color) !important;
}

.poster-box {
    background: linear-gradient(to bottom, #0c0012 0%, #200030 100%);
    box-shadow: inset 0px 0px 5px #ab00ff, inset 0px 0px 5px #ab00ff, 0px 0px 1px 2px #ffffff99, 0px 0px 13px 3px #ab00ff;
    padding: 15px;
    border-radius: 10px;
}

.poster-user-detail span {
    display: block;
    font-size: 18px;
}

.poster-date {
    font-size: 12px;
    display: block;
}

.poster-details-icon {
    margin-right: 5px;
}

.poster-ref-box {
    border: 2px solid #F25DFF;
    padding: 3px 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.span-pointer {
    cursor: pointer;
}
/* End of poser page*/