@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {font-family: "Noto Sans", sans-serif;line-height:1.4;font-size:14px;font-weight: <weight>;margin:0 auto;color:#414655;max-width: 991px;padding-bottom: 15%;background-color: #111111;}

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: #777777;
    width: 100%;
}
button:focus, input:focus, select:focus {
	outline: none;
}
body.gry {
	background: #111111;
}

/** Header **/
.header-top {
    padding: 3px 0;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 991px;
    z-index: 99;
    background: #0f0f0f;
    /* min-height: 47px; */
}
.logo {
    max-width: 54px;
}
.inbox-icon {
	position: relative;
	color: #ffffff;
}
.inbox-icon .badge {
    position: absolute;
    top: -3px;
    right: -8px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 11px;
    width: 18px;
    height: 18px;
  }
.inbox-icon::after {
	/* content: ''; */
	width: 4px;
	height: 4px;
	background: #FB0000;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
}
.title-top {
    padding: 8px 5px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background: #4d4d4d;
    position: relative;
    border-bottom: 1px solid #7a7a7a;
}
.left-btn {
    position: absolute;
    left: 2%;
	color: #8e8e8e;
}
.right-btn {
    position: absolute;
    right: 2%;
	color: #8e8e8e;
	font-size: 22px;
}
.right-btn a, .right-login-btn a {
	color: #c3c3c3;
	margin-right: 10px;
}
.right-btn-1 {
    position: absolute;
    right: 2%;
	top: 1%;
    font-size: 17px;
}
.right-btn-1 a {
	color: #414655;
}

.right-member {
    display: flex;
    width: 100%;
    align-items: center;
    grid-gap: 10px;
    padding: 0 10px;
    justify-content: end;
}
.right-member .btn-login {
    padding: 6px;
    background: #191919;
    width: 90px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
    color: #982ddf;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #982ddf;
}
.right-member .btn-reg{
	padding: 5px;
	background: #982ddf;
	width: 90px;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid #982ddf;
	background: #de5318;
}
.right-login-btn {
	color: #8e8e8e;
	font-size: 22px;
	display: flex;
	justify-content: right;
	align-items: center;
	grid-gap: 4px;
}
.lang-box {
    display: inline-block;
    width: 25%;
    float: right;
    padding: 2px 0;
}
.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);
}
a.tokenbox {
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
    margin-right: 4px;
}
a.tokenin {
    font-size: 15px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.balanceref{
	
color: #982ddf;
	
font-size: 18px;
	
margin-left: 7px;
} 

/** Home **/
.mobile-slider {
	/* padding: 50px 0px 10px; */
	margin-top: 50px;
}
.mobile-slider .carousel-inner {
	border-radius: 0px;
}
.annouce-sec {
    padding: 3px 0;
    background: #252525;
    /* border: 1px solid #c87f1a; */
    border-left: none;
    border-right: none;
    height: 33px;
    color: #fff;
    font-size: 13px;
    /* box-shadow: 0 0 6px #c87f1a; */
}
.annuuce-wrapper {
	display: grid;
	grid-template-columns: 10% auto;
}
.speaker-icon {
	color: #e0d0c6;
	font-size: 18px;
}
.anouce-msg {
    align-self: center;
    color: #fff;
}
.no-sign-wrapper {
	padding: 1px 0;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 3vw;
}
.no-sign {
	color: #6c717c;
	font-size: 15px;
}
.pls-sign a {
	color: #babdc5;
	font-size: 12px;
}
.slct-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 5px;
}
.slct-wrapper a {
    display: block;
    color: #a1aabc;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
}
.slct-wrapper a img {
    display: block;
    margin: auto;
    max-width: 37px;
}

.game-sec {
	padding: 10px 0;
	padding-bottom: 30px;
}
.nav-pills.game-nav {
	padding-right: 8px;
	/* overflow: scroll; */
	/* height: calc(76vh - 250px); */
}
.nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    color: #ffffff;
    background-color: #982ddf;
    border: 1px solid #982ddf;
    /* box-shadow: 0px 3px 14px -5px #ffc107; */
}
.nav-pills li.nav-item {
    width: 100%;
    text-align: center;
}
.nav-pills.game-nav .nav-link {
    display: flex;
    border-radius: 6px;
    padding: 2px 2px 2px 2px;
    margin-bottom: 3px;
    color: #ffffff;
    text-align: center;
    background: #2a2b2f;
    border: 1px solid #2a2b2f;
    font-size: 11px;
    font-weight: bold;
    /* box-shadow: 0px 3px 11px -5px rgba(0,0,0,0.58); */
    height: 45px;
    justify-content: center;
    align-items: center;
    color: #a2a7ab;
    text-transform: uppercase;
    word-break: break-word;
}
.game-nav .nav-link img {
    max-width: 36px;
    display: block;
    margin: auto;
    margin-bottom: -2px;
}
.tab-content.game {
	padding: 0;
	padding-left: 3px;
}
.tab-content.game a img {
    /* box-shadow: 0px 3px 14px -5px #982ddf; */
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #982ddf;
}
.gwrap_2 a img , .gwrap_3 a img {
	width: 48%;
	display: inline-block;
}
.gwrap_2 a:nth-of-type(2n) img {
    margin-left: 5px;
}
.gwrap_3 a.wdimg img {
	width: 100%;
}
.menu-btm {
	position: fixed;
	max-width: 991px;
	width: 100%;
	bottom: 0;
	background: rgb(0 0 0);
	z-index: 99;
}
.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;
}
.menu-wrapper a .active-img {
	display: none;
}
.menu-wrapper a.active {
	color: #982ddf;
}
.menu-wrapper a.active .active-img {
	display: block;
}
.menu-wrapper a.active .com-img {
	display: none;
}


/** Promotion **/
.mix {
	display: none;
}
.filter-menu-bar {
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.1);
border-bottom: 1px solid #4a4949;}
.pmbox {
    display: inline-block;
    text-align: center;
    margin: 5px 3px 0;
    
    padding: 5px 5px 5px;
    font-size: 15px;
	color: #a5a9b3;
border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;min-width: 84px;border: 1px solid #4a4949;border-bottom: none;}
.pmbox.active {
	color: #fff;
	/* filter: drop-shadow(0 0 4px #ff6100); */
	background-color: #982ddf;
	border-color: #982ddf #982ddf #982ddf;
	}
.promo-content {
	padding: 15px;
}
.promo-bx {
	position: relative;
	padding: 5px;
	background-color: #252525;
	margin-bottom: 10px;
	border-bottom: 2px solid #982ddf;
	border-radius: 5px;
	}
.promo-bx:after{
	right: 0;
    border-radius: 35px;
    position: absolute;
    content: "";
    background: #982ddf;
    width: 133px;
    height: 4px;
    left: 0;
    bottom: -1px;
    transform: perspective(0.5em) rotateX(8deg);
    margin: auto;
}
.promo-tag {
    position: absolute;
    max-width: 15%;
    left: -4px;
    top: 0;
    z-index: 2;
}
.pm-boxer {
	position: relative;	
	overflow: hidden;
	border-radius: 5px;
	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 #ffc1077d;
    padding: 20px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #c7c8ca;
}
.prosm-title {
    color: #d2b79c;
    text-align: center;
    font-weight: 600;
	font-size: 18px;
    margin-bottom: 15px;
}
.ptable {
	overflow: auto;
	border-radius: 8px;
}
.promo-table {
	text-align: center;
}
.promo-table tr th {
	background: #846f5b7a;
	color: #fff;
	font-weight: 500;
	padding: 8px 3px;
	border: 1px solid #9c7979;
}
.promo-table tr td {
	background: #ceb3997a;
	padding: 8px 3px;
	border: 1px solid #9c7979;
}

/** Profile **/
.profile-sec {
    background: #1f0d03;
    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(3,1fr);
	padding: 15px 3px;
}
.player-wallet-wrapper a {
    display: block;
    text-align: center;
    color: #b8a18b;
    font-weight: 700;
    line-height: 1;
    font-size: 13px;
}
.player-wallet-wrapper a.active img {
    filter: hue-rotate(280deg) contrast(2) sepia(1) saturate(2);
}
.player-wallet-wrapper img {
	display: block;
	margin: auto;
	max-width:50%;
}
.profile-1 {
	background: #2f170900;
	padding: 20px 0;
}
.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: #252525;
    padding: 15px 5px 45px 0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    border-radius: 0px;
    color: #fff;
}
.tot-title{
	font-size: 12px;
}
.tot-title i{
	margin-left: 7px;
}
.total-amt-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    margin-bottom: 15px;
}
.remaining {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: flex;
    gap: 5px;
    margin-top: 8px;
}
.remaining.unit {
	font-size: 12px;
    font-weight: 400;
}
.remaining a i {
	color: #982ddf;
}
.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(4,1fr);
    padding: 20px 0 15px;
    text-align: center;
    background-color: #1c1c1c;
    margin: 0 10px;
    border-radius: 5px;
    margin-top: -32px;
}
.taowapper a {
    display: block;
    color: #ababab;
    font-size: 10px;
    font-weight: 700;
}
.taowapper a.active img {
    filter: grayscale(0);
}
.taowapper a.active {
	color: #982ddf;
}
.taowapper a img {
    display: block;
    max-width: 34px;
    margin: 0 auto;
    filter: grayscale(1) brightness(1.5);
}
.wallet-detail {
    border-top: 1px solid #f3f3f3;
    padding: 12px 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.wd-caption {
    color: #cbac27;
    font-size: 12px;
    text-align: right;
    font-weight: 300;
    align-self: center;
}
.wpbox {
	background: #000000;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.walet-wrap {
    display: grid;
    font-size: 12px;
    color: #982ddf;
    font-weight: 500;
    text-align: center;
    padding: 15px 0;
}
.wamot {
	color: #982ddf;
	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: #982ddf;
	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: #b8b8b8;
}
.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: #f3f2f2;
	border-radius: 8px;
	margin-top: 10px;
	padding: 10px 0;
}
.wallet-money {
	color: #982ddf;
	font-size: 15px;
	font-weight: 600;
}
.wallet-money i {
	color: #d3b9a0;
}
.onebutton {
	color: #d3b9a0;
}
.card-btm {
	margin-top: 10px;
	font-size: 12px;
	background: #2f170900;
	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: #2f170900;
	margin-top: 10px;
	padding: 20px 0;
	font-size: 12px;
}
.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;
}
button.nextbtn {
	background: #982ddf;
	color: #fff;
	border: 1px solid #982ddf;
	font-size: 18px;
	width: 100%;
	font-weight: 500;
	padding: 11px;
	border-radius: 6px;
	margin-top: 15px;
}
.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;
}

.deposit-sec {
	padding: 15px 0 0;
	/* background: #f3f2f2; */
	margin-top: 10px;
}
.bank-choice {
	background: #f3f2f2;
	padding: 5px 0;
	margin-top: 10px;
}
.bank-select select {
	border: none;
	padding: 10px;
	background: transparent;
	color: #fff;
}
.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 #d2b79c;
	background: url(../images/tick.png)no-repeat;
	background-size: 25%;
	background-position: right bottom;
	transition: none;
	color: #d2b79c;
}
.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 #d2b79c;
	background: #d2b79c;
	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 #d2b79c;
    border-radius: 6px;
    color: #000;
    font-size: 13px;
    padding: 5px 6px;
    background: #fff;
    display: grid;
    width: 100%;
    text-align: center;
    align-items: center;
    height: 40px;
}


/** messagecenter **/
.messagecenterbody{
	background-color: #f8f8f8;
}
.nav-pills.messagemain{
	justify-content: center;
	box-shadow: -1px 2px 4px 0px rgba(186, 186, 186, 0.2);
    padding: 5px 0px 0px 0px;
    background-color: #fff;
}
.nav-pills.messagemain li.nav-item {
    width: auto;
    text-align: center;
    margin-right: 5%;
    margin-left: 5%;
}
.nav-pills.messagemain li.nav-item a{
    color: #c5c5c5;
}
.nav-pills.messagemain .nav-link.active{
	background-color: transparent;
	border-bottom: 2px solid #d2b79c;
	color: #000;
	border-radius: unset;
}
.nav-pills.messagemain .nav-link.info{
	position: relative;
}
.nav-pills.messagemain .nav-link.info .info_notiy{
	position: absolute;
    display: inline-block;
    padding: 0 .12rem;
    line-height: 0.3rem;
    background: #db6372;
    border-radius: 3.15rem;
    color: #fff;
    top: 0.2rem;
    margin-left: 0.04rem;
    height: 18px;
    width: 18px;
}
.nav-pills.messagemain .nav-link.info .info_notiy span{
	top: 6px;
    position: absolute;
    left: 5px;
}
.messagesubtab ul{
	list-style-type: none;
	padding-left: 0px;
}
.messagesubtab ul li{
    background-:#2f1709;
    max-height: 60px;
    padding: 10px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}
.messagesubtab ul li a{
	display: flex;
}
.messagesubtab ul li img{
	max-width: 35px;
}
.messagesubtab ul li .imp{
	border: 1px solid #ff4949;
    border-radius: 5px;
    font-size: 10px;
    padding: 1px;
    color: #ff4949;
    margin-left: 5px;
}
.messagesubtab ul li .title{
    color: #fff;
}
.messagesubtab ul li .date{
	float: right;
	font-size: 10px;
    color: #a5a9b3;
}
.messagesubtab ul li .info_content{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 250px;
    color: #a5a9b3;
    font-size: 12px;
}
.messagecontent, .message-wrapper {
    color: #fff;
}
.messagesubtabread ul{
	list-style-type: none;
	padding-left: 0px;
	background-color: #fff;
}
.messagesubtabread ul li{
    max-height: 60px;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.2);
}
.messagesubtabread ul li img{
	max-width: 35px;
}
.messagesubtabread ul li .title{
    color: #414655;
}
.messagesubtabread ul li .date{
	font-size: 10px;
    color: #a5a9b3;
}
.messagesubtabread ul li .info_content{
    color: #a5a9b3;
    font-size: 12px;
}

/*vippage*/
.vipbody{
	background-color: #f8f8f8;
    padding-bottom: 0px;
}
.vipbg{
	background: url(../images/vip/userinfo_bg.png)center no-repeat;
	background-size: 100% 100%;
}
.userdetails img{
	width: 45px;
}
.userbadge img{
    width: 60px;
    float: right;
}
.vipghead00{
	padding-bottom: 25px;
	color: #414655;
	font-size: 18px;
}
.vipghead01{
	padding-bottom: 25px;
}
.vipfrom{
    background: #d2b79c;
    font-size: 10px;
    border-radius: 13px;
    color: #fff;
    padding: 0px 5px;
    float: right;
    margin-top: 3px;
}
.vipto{
	background: linear-gradient(270deg,#dde1e6,#b9b0b9);
    font-size: 10px;
    border-radius: 13px;
    color: #fff;
    padding: 0px 5px;
}
.vipbg .progress{
	height: 10px;
    box-shadow: -1px 2px 4px 0px rgba(112, 112, 112, 0.3);
}
.vipbg .progress .progress-bar-striped {
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
.vipbg .progress .progress-bar{
    background-color: rgb(202, 202, 202);
}
.progressicon{
	display: inline-block;
}
.progressicon .fa-sort-down:before {
	position: absolute;
    top: 13px;
    width: 29px;
}
.progresscustom{
	margin: auto;
	position: relative;
}
.progresspercent{
	position: absolute;
    top: -29px;
    left: -8px;
    text-align: right;
    font-size: 11px;
    font-weight: 900;
}
.progresspercent img{
	width: 30px;
	margin-top: 10px;
}
.vipghead02{
	padding-bottom: 25px;
}
.currentsaving span{
    color: #9aa4c2;
    font-size: 10px;
}
.currentsaving .saving01{
    display: list-item;
    list-style-type: disc; 
    list-style-position: inside;
}
.currentsaving .savingamt{
	color: #414655;
	font-size: 12px;
	margin-left: 5px;
}
.controlwalletsection{
	margin: auto;
	margin-top: 20px;
}
.walletcard-item{
	background: url(../images/vip/card_bg.png)center no-repeat;
	background-size: 100% 100%;
    padding: 20px;
    position: relative;
}
.walletgrid{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
    text-align: center;
    color: #fff;
}
.walletgrid .walletgridtitle{
	font-size: 10px;
}
.walletcard-item img{
    width: 50px;
    margin: auto;
    position: absolute;
    top: -20px;
    right: 33px;
}
.walletcard-item .walletname{
	font-size: 30px;
	font-weight: 900;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-left: 17%;
}
.slick-list{
	padding:0 5% 0 5%;
	margin-left: -10px;
    margin-right: -10px;
}
.slick-slide{
	margin-left:  10px;
	margin-right:  10px;
}
.displaywalletcount{
	margin:30px 0 0 0;
	text-align: right;
	font-size: 12px;
	color: #9aa4c2;
}
.sectionhead{
    box-shadow: -1px 2px 4px 0px rgba(186, 186, 186, 0.2);
    padding-bottom: 10px;
    background-color: #fff;
}
.vipexclusivemain{
	margin-top: 10px;
	background-color: #ffffff;
	padding: 5px 0px 0px 0px;
}
.vipexclusivelabel:before{
    content: "";
    position: absolute;
    top: 2px;
    background: linear-gradient(180deg,#d5b79d,#f6e8dd);
    height: 21px;
    width: 5px;
    left: 13px;
    border-radius: 10px;
}
.vipexclusive{
	margin-left: 10px;
	font-size: 18px;
}
.vipexclusive_inner{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 15px;
}
.vipexclusive_inner img{
	min-width: 35px;
	max-width: 35px;
}
.vipexclusive_inner .vipexclusive_amount{
	color: #414655;
	font-size: 18px;
	word-break: break-all;
}
.vipexclusive_inner .vipexclusive_title{
    color: #9aa4c2;
	font-size: 12px;
}
.vipexclusive_inner_wrapper{
	display: flex;
}
.vipbonusmain{
	margin-top: 10px;
	background-color: #ffffff;
	padding: 5px 0px 0px 0px;
}
.vipbonus_inner{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 15px;
	text-align: center;
}
.vipbonus_inner .vipbonus_amount{
	word-break: break-all;
	font-size: 20px;
    color: #d2b79c;
}
.vipbonus_inner .vipbonus_amount_sec{
	word-break: break-all;
	font-size: 12px;
    color: #d2b79c;
}
.vipbonus_inner .vipbonus_title{
	word-break: break-all;
	font-size: 12px;
	color: #9aa4c2;
}
.vipbonusselect_section{
	background-image: linear-gradient(270deg,#fcfaf7,#f3ede6);
    display: flex;
    margin: auto;
    width: 320px;
    border-radius: 5px;
    padding: 20px 10px;
}
.vipbonuslvl{
	margin-left: 45px;
    width: 82px;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background-image: linear-gradient(90deg,#dccab7,#d2b597);
    opacity: 0.5;
}
.vipbonusselect select{
    width: 108px;
    border: 1px solid #d2b79c;
    color: #d2b79c;
    background-color: hsla(0,0%,100%,.5);
    background: hsla(0,0%,100%,.5);
    height: 30px;
    font-size: 12px;
    padding: 0px;
    text-align-last: center;
    border-radius: 2px;
}
.vipbonusmore_detail{
    color: #b1987f;
}

/* BACKEND */
.tab-content {
    padding: 0px;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}
.form-group label {
    color: #cbac27;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: uppercase;
}
input.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    border: 1px solid #982ddf;
    color: #000000;
    background: #f6f6f6;
    min-width: 95%;
}
.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: #d2b79c;
    border: 1px solid #d2b79c;
    background: #fff;
    width: 100%;
}
.btn-amt:hover {
	color: #d2b79c;
	border: 1px solid #d2b79c;
	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: #982ddf;
    color: #fff;
    border: 1px solid #982ddf;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 6px;
    display: block;
    margin: 0px auto;
    text-transform: uppercase;
}
select.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    border: 1px solid #982ddf;
    color: #000000;
    background-color: #f6f6f6;
}

.btn-top3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
}

.btn-top3 a {
	border: 1px solid #d2b79c;
	padding: 5px 12px;
	border-radius: 10px;
	color: #d2b79c;
	font-size: 13px;
	display: initial;
	text-align: center;
	width: 100%;
}

.btn-top3 a.active {
	background: #d2b79c;
	color: #fff;
	border:1px solid #d2b79c;
}

.btn-top3 a:hover {
	background: #d2b79c;
	color: #fff;
	border:1px solid #d2b79c;
}
.deposit-choice{
	background: #f3f2f2;
	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: #9e9e9e;
}

.history-table tr:nth-child(even) {
    background: rgb(0 0 0 / 57%);
}

.history-table tr th {
    border: 1px solid #e7d3bf;
    padding: 4px;
    background: #565656;
    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: #f3f2f2; */
	margin-top: 10px;
}
.af-date {
    display: flex;
}

.af-date .form-control {
	width: 40%;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 10px;
	height: 40px;
	/* margin-top: 5px; */
	margin-right: 10px;
	text-align: center;
}

.af-date .date{
	width: 30%;
	border-radius: 5px;
	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: #982ddf;
	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: #ffffff;
}
/** 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 transparent;
    border-top: none;
    border-radius: 0;
    color: #fff;
    background-color: #676767;
    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-color: #982ddf;
    border-bottom: 3px solid #982ddf;
}
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;
    /* border: 1px solid #7d87a5; */
    /* box-shadow: 0 0 7px 0px rgb(0,0,0,0.3); */
}
.dl-item img{
    width: 100%;
}
.play-dl {
    background: #c87f1a;
    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: #331d11;
    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 #c87f1a;
    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 #c87f1a;
	color: #c2a45e;
	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: 5px auto;
    text-align: center;
}
.vip-card {
    margin-bottom: 6px;
}
.btn-vip {
	background: linear-gradient(to bottom, rgba(20,16,16,1) 0%, rgba(87,16,18,1) 100%);
    border: 2px solid #5d3912;
    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: 50px;
	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 #ae751c;
	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;
}

/** Tournament **/
.nav-pills.game-nav .nav-link.tournm { 
	font-size: 10px;
}
.tournament-sec {
    background: #000 url(../images/tournament/tournament_02.jpg)no-repeat top center;
    background-size: 100%;
    padding: 30px 0 60px;
    text-align: center;
    min-height: 800px;
}
.title-win {
    max-width: 320px;
    margin: auto;
}
.timer-wrapper {
    background: url(../images/tournament/timer-bg.png)no-repeat center;
    background-size: 100% 100%;
    max-width: 340px;
    margin: 10px auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.timebox {
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
}
.timeframe {
    background: #fff;
    border: 3px solid #9d7428;
    border-radius: 5px;
    font-size: 28px;
    font-weight: 700;
    padding: 2px;
    width: 60px;
    height: 50px;
	color: #000;
}
.dotdot {
    font-weight: 700;
    font-size: 35px;
    margin-top: -26px;
}
.game-roll {
    background: url(../images/tournament/fade-bg.png)no-repeat center;
    background-size: 100% 100%;
    max-width: 779px;
    margin: 10px auto 30px;
    color: #ffd000;
    padding: 10px 0;
}
.rolltext {
	margin-bottom: 5px;
}
.leaderboard-wrapper {
    position: relative;
    background: rgba(0,0,0,0.7);
    max-width: 665px;
    margin: auto;
    border: 7px solid #905d1b;
    padding: 20px 10px 45px;
    color: #fff;
}
.deco-top {
    position: absolute;
    top: -16px;
    left: -15px;
    right: 0;
    text-align: center;
    max-width: 108%;
	pointer-events: none;
}
.deco-bottom {
    position: absolute;
    bottom: -16px;
    left: -15px;
    right: 0;
    text-align: center;
    max-width: 108%;
	pointer-events: none;
}
.topthree {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 15px 0;
}
.topbox.first {
    grid-column: 1/3;
}
.winbox {
    position: relative;
}
.winner-top {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 14px;
}
.prize {
    color: #ffe60f;
    font-weight: 700;
}
.leadertable {
    overflow: auto;
	text-align: center;
	margin: 10px 5px 20px;
}
.leader-table tr th {
	background: #ffd84c;
	color: #000;
}
.leader-table tr {
	background: #463227;
	border: 1px solid #ffee7e;
}
.leader-table tr:nth-child(odd) {
	background: #71503e;
}
.terms-title {
    color: #ffd000;
}
ul.terms {
    text-align: left;
    margin: 10px 0 30px;
    padding-left: 20px;
}

/** 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;
}
a.login_btn{
	color: #a1aabc;
	font-size: 20px;
}
.modal.right .modal-dialog.modal-sm {
    width: 350px;
}
#modalmenu .modal-body{
    padding: 10px 10px 0 10px;
    background: #111111;
    text-align: right;
}
#modalmenu .modal-header {
    background-color: #0f0f0f;
    border-radius: 0;
    border-bottom: none;
}
#modalmenu .modal-header .close{
	color: #a1aabc;
	font-size: 20px;
	text-shadow: 0 1px 0 #fff0;
	opacity: 1;
margin: 0;padding: 0;}
#modalmenu .modal-header a{
	color: #a1aabc;
}
.modal_menu_title{

color: #fff;font-size: 19px;font-weight: 700;}
.modal_menu_btn{

color: #000;background-color: #982ddf;padding: 5px;display: block;width: 100px;font-size: 15px;border-radius: 10px;font-weight: 700;margin: 20px auto;}
.modal_menu_title_p{

color: aliceblue;}
.modal_menu_title_p a{
	
color: grey;border-bottom: 1px solid grey;}

.modal_menu_wrap_01{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
margin: 10px;grid-gap: 10px;}
.modal_menu_wrap_01 a{
	color: #a1aabc;
	background-color: #212224;
	padding: 15px 5px;
	border-radius: 10px;
	font-size: 12px;
	}
.modal_menu_wrap_01 a img{
	width: 28px;
}
.modal_menu_wrap_02{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;
margin: 10px;grid-gap: 10px;}
.modal_menu_wrap_02 a{
	color: #a1aabc;
	background-color: #212224;
	padding: 5px 5px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	font-size: 12px;
	}
.modal_menu_wrap_02 a img{
	width: 28px;
}
ul.modal_menu_ul{
	list-style-type: none;
	padding: 0;
}
ul.modal_menu_ul li{
    border-bottom: 1px solid #5f636d66;
    padding: 10px 0;
    /* margin-right: auto; */
}
ul.modal_menu_ul li a{
	color: #a1aabc;
	/* display: flex; */
	/* align-items: center; */
	font-size: 12px;
	/* margin-right: auto; */
	/* justify-content: right; */
	text-transform: uppercase;
}
ul.modal_menu_ul li a img{
	width: 23px;
	margin-left: 10px;
}
.bonus_tit {
    color: #ceae28;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.owl-dots{
	display: flex;
	position: absolute;
	top: -28px;
	right: 8px;
	z-index: 99999;
}
.owl-dot button{
	/* width: 3px; */
	/* height: 12px; */
	border-radius: 100%;
	border: none;
	margin: 0 3px;
	background-color: #a8abba;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 5px;
}
.owl-dot.active button{
	background-color: #982ddf;
}
.upcming_txt{
	padding-top: 31px;
}
.owl-carousel img{
	width: 200px;
}
.spin-sec{
	/* background-color: #191919; */
	padding: 10px 0;
}
.nav-tabs.index_jack_tab{
    position: relative;
}
.nav-tabs.index_jack_tab .nav-item{
    margin-right: 10px;
}
.nav-tabs.index_jack_tab .nav-item.show .nav-link, .nav-tabs.index_jack_tab .nav-link.active {
    color: #fff;
    background-color: #982ddf;
    border-color: #982ddf #982ddf #982ddf;
}
.nav-tabs.index_jack_tab .nav-link {
    border: 1px solid #4a4949;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: #252525;
    font-size: 11px;
    font-weight: 600;
}
.nav-tabs.index_jack_tab .nav-link{
    color: #5a5a5a;
}
.nav-tabs.index_jack_tab {
        border-bottom: 2px solid #4a4949;
}
.nav-tabs.index_jack_tab .nav-link:focus, .nav-tabs.index_jack_tab .nav-link:hover {
    color: #fff;
    background-color: #982ddf;
    border-color: #982ddf #982ddf #982ddf;
}
a.more_g {
    color: #4e4e4e;
    font-size: 11px;
}
.more_g span{
    color: #fff;
}
.spin_product{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding-top: 20px;
}
.gamebox {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #982ddf;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.playpop {
    display: flex;
    position: absolute;
    background: rgba(0,0,0,0.6);
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s ease;
    /* opacity: 0; */
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.gamebox:hover .playpop{
    /* opacity: 1; */
    visibility: visible;
    transition: 0.3s ease;
    height: 100%;
}
.gamebox:hover{
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 6px #282828;
}

a.play-btn {
    display: block;
    font-size: 15px;
    font-weight: 700;
    width: 97px;
    margin: auto;
    border-radius: 5px;
    padding: 1px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #dfdfdf;
    transition: .5s;
    transform: scale(0.5);
    opacity: 0;
    background-image: linear-gradient(#982ddf, #982ddf);
}
.gamebox:hover .playpop a.play-btn{
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}
.gamebox_ini{
    color: #a2aabd;
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    background-color: #131313;
    padding: 10px;
    align-items: center;
}
.gamebox_ini img{
    width: 13px;
    height: 11px;
}
.spin_tit {
	color: #ceae28;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-bottom: 17px;
	justify-content: space-between;
}
.cas_index{
	padding: 20px 0;
}
.live_tit {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 17px;
    justify-content: space-between;
}
.live_wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}
.c_index{
	font-size: 16px;
	color: #d7ac28;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
.con_wrap{
	width: 100%;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	text-align: center;
	justify-content: space-between;
	padding: 20px 0;
	padding-bottom: 0;
}
.con_wrap img{
	width: 45px;
	margin-bottom: 5px;
	/* filter: grayscale(1); */
	}
.step-text{
    font-weight: 500;
    font-size: 14px;
    color: #982ddf;
    text-transform: uppercase;
}
.step-text02{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	word-break: break-word;
	flex-wrap: wrap;
	color: #ffffff;
}
.footer_top01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.footer_tit {
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 11px;
}
.footer_lic ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.footer_lic ul li {
    margin-right: 14px;
    filter: grayscale(1) invert(0.7);
}
.footer_lic ul li:hover {
    filter: grayscale(0%);
}
.Copyright {
	font-size: 9px;
	color: #fff;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerlogo{
	text-align: right;
	padding: 20px 0;
}
.footerlogo img {
    filter: grayscale(100%);
    width: 65px;
}
.wallet_res_btn {
    background-color: #982ddf;
    color: #ffffff;
    border: none;
    border-radius: 36px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    padding: 12px 8px;
    width: 131px;
}
ul.nav-tabs.deposit_tabs{
    background-color: #f2f1f1;
    border-bottom: 0;
    padding: 0px;
    border-radius: 5px;
}
.nav-tabs.deposit_tabs .nav-item.show .nav-link, .nav-tabs.deposit_tabs .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    border-right: 1px solid transparent;
    color: #982ddf;
}
.nav-tabs.deposit_tabs .nav-link {
    border: none;
    border-right: 1px solid transparent;
    color: #495057;
    font-size: 12px;
    position: relative;
}
.nav-tabs.deposit_tabs .nav-item:last-child .nav-link{
    border-right: 1px solid transparent;
}
.nav-tabs.deposit_tabs .nav-link img{
    filter: grayscale(1);
    height: 26px;
}
.nav-tabs.deposit_tabs .nav-link.active img{
    filter: grayscale(0);
}
.nav-tabs.deposit_tabs .nav-item {
    margin-bottom: -1px;
    min-width: 100px;
    text-align: center;
}
.nav-tabs.deposit_tabs .nav-link:after{
    content: "";
    height: 35px;
    border-right: 1px solid #c8c8c8;
    position: absolute;
    right: 0;
    top: 15px;
}
.nav-tabs.deposit_tabs li:last-child .nav-link:after{
    content: "";
    height: 35px;
    border-right: 1px solid transparent;
    position: absolute;
    right: 0;
    top: 15px;
}
.radio_bg {
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.radio-container {
    padding-left: .6rem;
    align-items: center;
    display: grid;
    grid-template-columns: auto;
}
.deposit-bank-account-grid {
    display: grid;
    grid-template-columns: 12% 17% auto;
    align-items: center;
}
.deposit_bank_img img {
    width: 40px;
}
.nav-pills .nav-link.btn-bankType {
    background-color: #222222;
    border-radius: 60px;
    width: 70px;
    height: 70px;
    padding: 11px;
    text-align: center;
}
.depositTable table {
    border: 1px solid #dfdfdf;
    color: #6d6d6d;
    font-size: 12px;
    margin-top: 10px;
    background-color: #fff;
}
.depositTable table tbody tr:first-child {
    border-bottom: 1px solid #dfdfdf;
    background-color: transparent;
    color: #6d6d6d;
}
.depositTable table tbody tr th {
    padding: 5px;
    border: 1px solid #dfdfdf;
}
.copy_dep.upload_btn {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 4px;
    width: 50px;
    height: 40px;
    background: #0062c9;
    background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
    color: #858585;
    cursor: pointer;
    font-size: inherit;
    border: 1px solid #e6e6e6;
}
.depositTable {
	margin-bottom: 10px;
}
.tran-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn-all{
	background: #982ddf;
	color: #fff;
	padding: 5px 7px;
	height: 26px;
	top: 6px;
	border-radius: 5px;
	border: none;
	font-size: 12px;	
	width: 23%;
	text-transform: uppercase;
}
.inbox-list {
    background: #212121c9;
    font-weight: bold;
    flex: 0 0 auto;
}
.inbox-list.top_list ul {
    margin-bottom: 0px;
}
.top_list ul {
    background: #0066D1;
    list-style: none;
    padding: 0px;
}
.inbox-list ul li a {
    display: flex;
    color: #5F5F5F;
    width: 100%;
    padding-right: 18px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.75rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.26);
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -o-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    justify-content: space-between;
}
.message-delete-checkbox {
    margin-right: 10px;
    padding-top: 10px;
}
.inbox-list-body {
    width: 70%;
}
.inbox-list ul p {
    max-width: 17.875rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}
.inbox-list ul .time {
    font-size: 1rem;
    font-weight: normal;
    text-align: right;
}
.top_list ul .time {
    display: flex;
}
.inbox-list ul {
    background: #212121c9;
    list-style: none;
    padding: 0px;
}
.inbox-list ul .time img {
    width: 25px;
}
#inbox_msg .modal-header {
    border-bottom: 2px solid #323337;
    color: #ffffff;
    background: #323337;
}
.inbox-list.top_list ul li a{
    padding-top: 0;
    padding-bottom: 0;
}
.rebate_qr{
    text-align: center;
}
.rebate_qr img{
    max-width: 150px;
}
.p1_promo {
    margin-top: 0.45rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 18px;
}
.p2_promo {
    color: #afafaf;
    margin-bottom: 20px;
    font-size: 10px;
}
.promo_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
    
    justify-content: center;
    grid-gap: 25px;
text-align: center;}
.btn-blue-promo {
    line-height: 1rem;
    color: #fff;
    background: -webkit-linear-gradient(#982ddf, #982ddf);
    background: -o-linear-gradient(#982ddf, #982ddf);
    background: #d7ac28;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    height: 33px;
    font-size: 12px;
    border: none;
    border: 1px solid transparent;
    width: 100%;
    min-width: 128px;
    margin: auto;
    }
.btn-red-promo {
    line-height: 1rem;
    white-space: nowrap;
    color: #fff;
    background: -webkit-linear-gradient(#982ddf, #982ddf);
    background: -o-linear-gradient(#982ddf, #982ddf);
    background: #982ddf;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-shadow: none;
    height: 33px;
    font-size: 12px;
    border: 1px solid #982ddf;
width: 100%;min-width: 128px;margin: auto;}
.promo_modal_custom .modal-header{
	background: #4d4d4d;
    color: #fff;
}
body.body_vip{
	background: #111111;
}
.vip_status_wrap {
    display: grid;
    grid-template-columns: 75px auto;
    align-items: center;
}
.vip_status_wrap img {
    width: 70px;
}
.status_wrapper {
    padding-top: 15px;
}
.poker_org_txt {
    color: #982ddf;
    font-weight: 500;
}
.progress-bar{
    position: relative;
    overflow: hidden;
    height: 20px;
    margin-top: 10px;
    border-radius: 30px;
    background: repeating-linear-gradient(35deg,#3b3f4c,#3b3f4c 1rem,#111 0,#111 1.2rem);
}
.progress-bar>span{
    position: relative;
    display: block;
    height: 100%;
}
.progress-bar>span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: repeating-linear-gradient(35deg,#982ddf,#982ddf 1rem,#111 0,#111 1.2rem);
}
.grey-color{
    color: #a5a5a5;
}
.gold-color{
    color: #a38842;
}
.blue-color{
    color: #a5c0d4;
}
.purple-color{
    color: #7d6daa;
}
.brown-color{
    color: #f0c783;
}
.elite-color{
    color: #c0a06e;
}
.progress_percent_bronze{
    width: 7%;
}
.progress_percent_silver{
    width: 24%;
}
.progress_percent_gold{
    width: 46%;
}
.progress_percent_platinum{
    width: 68%;
}
.progress_percent_diamond{
    width: 100%;
}
.current-status-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.current-status h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.status-bottom h6 {
    margin: 0;
    padding: 21px 0 0px;
    position: relative;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.status-bottom h6:before {
    width: 1px;
    height: 15px;
    position: absolute;
    background: #fff;
    bottom: 13px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}
.status-bottom p {
    color: #707070;
    font-size: 7px;
    padding: 7px 1px 0;
    line-height: 13px;
    text-align: center;
    font-weight: bold;
}
hr.vip_hr{
	border-top: 1px solid #afafaf;
	margin-top: 5px;
}
.vip_table {
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
table.vip_table tbody tr td:first-child{
    text-align: left;
    color: #ffffff;
}
table.vip_table tbody tr td img{
    width: 100px !important;
    margin: auto;
}
table.vip_table tbody tr td{
    padding: 9px;
}
table.vip_table tbody tr td.text-left{
    text-transform: uppercase;
    background-color: #252525;
    color: #d7ac28;
    padding: 8px 5px 8px 10px;
}
.vip_pri{
    font-size: 15px;
    /* vertical-align: bottom; */
    color: #d7ac28!important;
}
.vip_line hr {
    border-top: 1px solid #afafaf;
    margin: 0;
}
.txt_yellow {
    color: #727681;
}
.vip-sec .owl-nav{
	position: absolute;
	top: 16px;
	right: 0;
	width: 172px;
	display: flex;
	justify-content: space-between;
	width: 50%;
}
.vip-sec .owl-nav .owl-prev span,.vip-sec .owl-nav .owl-next span{
	font-size: 55px;
}
.lang_ul_bg{
    background-color: #3a3a3a;
}
ul.lang_ul {
    margin: 0;
    padding: 5px 15px;
    list-style-type: none;
}
ul.lang_ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px;
}
ul.lang_ul li img {
    width: 20px;
}
ul.lang_ul li a {
    color: #ffffff;
    font-size: 14px;
    margin: 0px 10px;
}
ul.lang_ul li a:after {
    content: '/';
    margin-left: 10px;
}
ul.lang_ul li a:last-child:after{
    content: '';
}
.download_btn_wrap {
    display: flex;
}
.download_btn_left {
    border: none;
    background-color: #44464b;
    color: #fff;
    font-size: 11px;
    padding: 4px;
    width: 100%;
}
.download_btn_right, .download_btn_right_ios {
    border: none;
    background-color: #2d2f33;
    color: #fff;
    font-size: 11px;
    padding: 4px;
    width: 100%;
}
.download_title {
    background-color: #191919;
    color: #cfcfcf;
    font-size: 15px;
    padding: 2px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 4px solid #424242;
    text-transform: uppercase;
}
.wallet_wrap {
    margin-bottom: 20px;
    margin-top: 20px;
}
.transfer_tit {
    font-weight: bold;
    color: #cbac27;
    font-size: 18px;
}
.wallet_wrap hr {
    margin-top: 5px;
    border-top: 1px solid #8b8b8b;
}
.wallet_bal_cat {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.transfer_amt_box_t{
    background-color: #cacaca;
    display: flex;
    color: #3f3f3f;
    padding: 3px 5px;
    align-items: center;
    grid-gap: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.transfer_amt_box_t img{
	width: 50px;
}
.transfer_amt_box_b{
    display: grid;
    grid-template-columns: 48px auto;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: #982ddf;
    align-items: center;
    padding: 5px;
}
.btn_allin {
    border: 1px solid #982ddf;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 63px;
    font-weight: 700;
    min-height: 26px;
    color: #ffffff;
    transition: background .3s;
    background-color: transparent;
    font-size: 13px;
}
.btn_allin:hover {
    background-color: #982ddf;
    border: 1px solid #982ddf;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 63px;
    font-weight: 700;
    min-height: 26px;
    transition: background .3s;
    color: #fff;
}
.register_step_row {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 11px;
}
.rigi_tit {
    font-weight: bold;
    font-size: 19px;
    color: #982ddf;
}
ul.regi_ul {
    padding: 0;
    list-style-type: none;
    color: #fff;
}
.step_con{
	padding: 10px 15px;
	border: 1px solid #982ddf;
	border-radius: 10px;
	margin-top: 20px;
}
/*#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  border-radius: 0;
  background-color: #111111;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}*/
.vip_head{
	display: grid;
	grid-template-columns: 50% 50%;
}
.video_intro_wrap .nav-pills li.nav-item {
    width: auto;
    text-align: center;
}
.video_intro_wrap .nav-pills{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.video_intro_wrap .nav-pills li.nav-item a{
	padding: 3px;
background-color: transparent;}
.video_sel_cus{
	    color: #a2aabd;
    display: grid;
    justify-content: space-between;
    font-size: 9px;
    background-color: #080808;
    padding: 10px;
    align-items: center;
}
.video_intro_tabs{
	    border-bottom: 4px solid grey;
    border-radius: 5px;
background-color: #000;}
.video_intro_wrap .nav-pills li.nav-item a.active .video_intro_tabs{
	border-bottom: 4px solid #982ddf;
}
.video_play{
	padding: 3px;
	border: 1px solid #982ddf;
	border-radius: 5px;
	margin: 0 0px;
	}
.index_dontmiss_wrap{
	overflow: hidden;
    overflow-x: scroll;
    display: -webkit-box;
}
.index_main_dontmiss{
	position: relative;
width: 80%;margin-right: 10px;}
.index_main_dontmiss_txt{
	
position: absolute;top: 13%;right: 3px;width: 50%;}
.index_main_dontmiss_txt[data-btm-miss="casino"] span{
	color: #01dad1;
	text-transform: uppercase;
	font-weight: 900;
}
.index_main_dontmiss_txt[data-btm-miss="slot"] span{
	color: #982ddf;
	text-transform: uppercase;
	font-weight: 900;
}
.index_main_dontmiss_txt[data-btm-miss="fish"] span{
	color: #f2c301;
	text-transform: uppercase;
	font-weight: 900;
}
.index_main_dontmiss_txt[data-btm-miss="P2P"] span{
	color: #c701f7;
	text-transform: uppercase;
	font-weight: 900;
}
.index_main_dontmiss_txt div{

color: #fff;font-size: 10px;}
.index_main_dontmiss[data-btm-miss="casino"]{
    border-bottom: 3px solid #01dad1;
border-radius: 0 0 5px 5px;}
.index_main_dontmiss[data-btm-miss="slot"]{
    border-bottom: 3px solid #982ddf;
border-radius: 0 0 5px 5px;}
.index_main_dontmiss[data-btm-miss="fish"]{
    border-bottom: 3px solid #f2c301;
border-radius: 0 0 5px 5px;}
.index_main_dontmiss[data-btm-miss="P2P"]{
    border-bottom: 3px solid #c701f7;
border-radius: 0 0 5px 5px;}
.index_dl_wrap{
	display: flex;
margin: 10px 0;position: relative;}
.index_dl_content{
	display: flex;
margin-right: 5px;}
.index_dl_content img{
	width: 40px;
}
button.btn_dl_index{
	background-color: #de5318;
	border: none;
	color: #fff;
	margin-left: 5px;
}
.crown_m_img{
	
width: 119px;position: absolute;right: -4px;bottom: -19px;}

.panel_usdt_wrap_sel{
    border: 1px solid #28a27d;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    background-color: #f2f1f1;
}
.panel_usdt_wrap_sel img{
    display: block;
    margin: auto;
}
.panel_usdt_wrap_remark{
    
padding: 15px;
    
margin-top: 10px;
    
border: 1px solid #ef6c3a;
    
border-radius: 5px;
}
.qr_main{

color: #00529b;
}
.qr_main img{
    
width: 150px;
}
.wallet_copy{
    display: flex;
    /* align-items: center; */
    width: 100%;
}
.wallet_copy input{
    margin-right: 0px;
}
table.vip_table tbody tr td.vip_line{
	padding: 10px 0;
}




body[data-pages="lotto"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #9f86ef;
    border: 1px solid #9f86ef;
}
body[data-pages="lotto"] .tab-content.game a img {
    border: 1px solid #9f86ef;
}
body[data-pages="lotto"] .right-member .btn-reg {
    border: 1px solid #01dad1;
    background: #01dad1;
}
body[data-pages="lotto"] .right-member .btn-login {
    color: #9f86ef;
    border: 1px solid #9f86ef;
}

body[data-pages="sports"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #00a1ff;
    border: 1px solid #00a1ff;
}
body[data-pages="sports"] .tab-content.game a img {
    border: 1px solid #00a1ff;
}
body[data-pages="sports"] .right-member .btn-reg {
    border: 1px solid #01a1ff;
    background: #01a1ff;
}
body[data-pages="sports"] .right-member .btn-login {
    color: #01a1ff;
    border: 1px solid #01a1ff;
}


body[data-pages="esport"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #ff4e00;
    border: 1px solid #ff4e00;
}
body[data-pages="esport"] .tab-content.game a img {
    border: 1px solid #ff4e00;
}
body[data-pages="esport"] .right-member .btn-reg {
    border: 1px solid #ff4e00;
    background: #ff4e00;
}
body[data-pages="esport"] .right-member .btn-login {
    color: #ff4e00;
    border: 1px solid #ff4e00;
}


body[data-pages="vsport"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #01a1ff;
    border: 1px solid #01a1ff;
}
body[data-pages="vsport"] .tab-content.game a img {
    border: 1px solid #01a1ff;
}
body[data-pages="vsport"] .right-member .btn-reg {
    border: 1px solid #01a1ff;
    background: #01a1ff;
}


body[data-pages="casino"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #f1c300;
    border: 1px solid #f1c300;
}
body[data-pages="casino"] .tab-content.game a img {
    border: 1px solid #f1c300;
}
body[data-pages="casino"] .right-member .btn-reg {
    border: 1px solid #01dad1;
    background: #01dad1;
}
body[data-pages="casino"] .right-member .btn-login {
    color: #f1c300;
    border: 1px solid #f1c300;
}



body[data-pages="slot"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #eb1c21;
    border: 1px solid #eb1c21;
}
body[data-pages="slot"] .tab-content.game a img {
    border: 1px solid #eb1c21;
}
body[data-pages="slot"] .right-member .btn-reg {
    border: 1px solid #eb1c21;
    background: #eb1c21;
}
body[data-pages="slot"] .right-member .btn-login {
    color: #eb1c21;
    border: 1px solid #eb1c21;
}


body[data-pages="p2p"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #c701f7;
    border: 1px solid #c701f7;
}
body[data-pages="p2p"] .tab-content.game a img {
    border: 1px solid #c701f7;
}
body[data-pages="p2p"] .right-member .btn-reg {
    border: 1px solid #c701f7;
    background: #c701f7;
}


body[data-pages="fish"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #00dacf;
    border: 1px solid #00dacf;
}
body[data-pages="fish"] .tab-content.game a img {
    border: 1px solid #00dacf;
}
body[data-pages="fish"] .right-member .btn-reg {
    border: 1px solid #00dacf;
    background: #00dacf;
}
body[data-pages="fish"] .right-member .btn-login {
    color: #00dacf;
    border: 1px solid #00dacf;
}


body[data-pages="horse"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #0042ff;
    border: 1px solid #0042ff;
}
body[data-pages="horse"] .tab-content.game a img {
    border: 1px solid #0042ff;
}
body[data-pages="horse"] .right-member .btn-reg {
    border: 1px solid #0042ff;
    background: #0042ff;
}
body[data-pages="horse"] .right-member .btn-login {
    color: #0042ff;
    border: 1px solid #0042ff;
}

body[data-pages="cardboard"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #ff8894;
    border: 1px solid #ff8894;
}
body[data-pages="cardboard"] .tab-content.game a img {
    border: 1px solid #ff8894;
}
body[data-pages="cardboard"] .right-member .btn-reg {
    border: 1px solid #ff8894;
    background: #ff8894;
}
body[data-pages="cardboard"] .right-member .btn-login {
    color: #ff8894;
    border: 1px solid #ff8894;
}

body[data-pages="others"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #f68e56;
    border: 1px solid #f68e56;
}
body[data-pages="others"] .tab-content.game a img {
    border: 1px solid #f68e56;
}
body[data-pages="others"] .right-member .btn-reg {
    border: 1px solid #f68e56;
    background: #f68e56;
}
body[data-pages="others"] .right-member .btn-login {
    color: #f68e56;
    border: 1px solid #f68e56;
}


.promo_txt_wrap{
	padding: 0 15px;
margin-bottom: 20px;}
.wallet_res_btn.head_res {
    background-color: #fff;
    color: #982ddf;
    border: none;
    border-radius: 36px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 8px;
    padding: 5px 6px;
    width: auto;
}
.header_lang_drop .dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 12px;
    position: relative;
}
.header_lang_drop img{
    width: 20px;
}
.header_lang_drop button{
    color: #ffffff;
}
.header_lang_drop .btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.header_lang_drop .dropdown-toggle::after{
    position: absolute;
    top: 15px;
    color: #ffffff;
}
.header_top_right{
    height: 100%;
    display: flex;
    align-items: center;
}
.header_lang_drop .dropdown-menu{
    background-color: #252525;
    min-width: 314px;
    border-radius: 0px;
}
ul.lang_ul{
    margin: 0;
    padding: 5px 15px;
    list-style-type: none;
}
ul.lang_ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    text-align: center;
}
ul.lang_ul li a{
    color:#b2b2b2;
    font-size: 14px;
    margin: 0px 10px;
}
ul.lang_ul li a:after{
    content: '/';
    margin-left: 10px;
}
ul.lang_ul li a:last-child:after{
    content: '';
}
.header_wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
	min-height: 42px;
}
.header_lang_drop button.btn.focus, .header_lang_drop button.btn:focus {
    outline: 0;
    box-shadow: unset;
}
.logo-wrap img{
    width: 50px;
}

/* 23082023 */

.blog {
    /* padding-top: 20px; */
    /* padding-bottom: 50px; */
}

.blog-section{
    background-color: #1b1b1b;
    padding: 15px;
    border-radius: 10px;
}

.top-icon-section{
    background-color: #982ddf;
    border-radius: 10px;
    padding-left: 15px;
}

.top-icon-section i{
    color: #fff;
    margin: 10px;
    font-size: 20px;
}

.blog-content{
    padding-top:15px;
}

.blog-info {
}
.blog-info img{
	width: 100%;
}
.blog-title {
    padding-top: 20px;
    color: #6f6e6e;
}

.blog-title h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
}

.blog-title span{
    margin-left: 5px;
    font-size: 13px;
}

.blog-title p {
    padding-top: 10px;
    font-size: 13px;
}

.read-btn{
    color: #ffffff;
    background-color: #982ddf;
    width: auto;
    border: none;
    border-radius: 30px;
    text-align: left;
    padding: 5px 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 92px;
}

.read-btn i{
    float: right;
    padding: 5px;
}

.blog-content hr{
    position: relative;
    top: 20px;
    border: none;
    height: 3px;
    background: #252525;
    margin-bottom: 50px;
}

/* 13122023 */
body[data-pages="cock"] .nav-pills.game-nav .nav-link.active, .nav-pills.game-nav .show>.nav-link {
    background-color: #00ffa8;
    border: 1px solid #00ffa8;
}
body[data-pages="cock"] .tab-content.game a img {
    border: 1px solid #00ffa8;
}
body[data-pages="cock"] .right-member .btn-reg {
    border: 1px solid #00ffa8;
    background: #00ffa8;
}
body[data-pages="cock"] .right-member .btn-login {
    color: #00ffa8;
    border: 1px solid #00ffa8;
}

.floating {
    position: fixed;
    width: 110px;
    z-index: 1;
    animation: floating 20s infinite;
    bottom: 248px;
    right: 0%;
}
@keyframes floating {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-300px);
}


}
#closeButton {
border: none;
background: none;
position: absolute;
left: -15px;
font-size: 20px;
font-weight: bold;
color: #b7b7b7;
}

.index_top3_container{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 38px;
    padding-bottom: 20px;
}
.top3_box{
    padding: 15px 10px;
    background-color: #252525;
    border-radius: 8px;
    position: relative;
    width: 100%;
    height: auto;
}
.top3_box_wrap{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.top3_box_wrap p{
    margin: 0;
    font-size: 16px;
    color: #a32ce2;
    text-transform: uppercase;
    font-weight: 600;
}
.top3_box_wrap span{
    color: #fff;
    font-size: 13px;
}
.top3_boximg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54%;
}
.topbox_details{
    display: flex;
    gap: 15px;
}
.gamewinwrap{
    background: #252525;
    padding: 8px;
    border-radius: 8px;
}
.gamewinwrap img{
    width: 100%!important;
}
.gamewinwrap_info{
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #adadad;
    font-size: 10px;
    padding-top: 10px;
}
.gamewinwrap_info span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.owl-carouselwinner{
    margin-bottom: 20px;
}

.Testimonial_box{
    background: #252525;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 185px;
}
.Testimonial_box p{
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.star_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}
.star_wrap img{
    width: 20px!important;
}
.Testimonial_boxtop{
    color: #fff;
}
.Testimonial_boxtitle{
    color: #a02ae1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.Testimonial_boxtxt{
    color: #a1a1a1;
    font-size: 15px;
}
.contact_spec{
    background: #252525;
    margin-top: 20px;
    padding: 17px 0;
}
.gamingcuracaoimg {
    width: 100px;
    margin-bottom: 18px;
}
.footer_lic p {
    color: #66696f;
    font-size: 10px;
}
.footer_allimg {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}
.footer_allimg img {
    max-width: 54px;
    width: auto;
    filter: grayscale(1);
}
.footer_allimg.footer_allimgcustom img {
    max-width: 28px;
    width: auto;
}
.btmfooter_link .right {
    display: flex;
    align-items: center;
    gap: 5px;
}
.btmfooter_link .right a img {
    width: 25px;
}
.footer_info_wrap{
    display: flex;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
}
.footer_info_wrap a {
    color: #5b606a;
    border-right: .01rem solid #5b606a;
    padding: 0 8px;
    font-size: 11px;
}
.footer_info_wrap a:first-child {
    padding-left: 0;
}
.footer_custom_container{
    border-top: 1px solid #4d2865;
}
.seo-content-wrap {
    color: #b3b3b3;
    font-size: 12px;
    padding-top: 25px;
}
.seo-content-wrap h1 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.seo-content-wrap a {
    color: #982ddf;
}
.status-bottom{
    
text-align: center;
}
.status-bottom img{
    width: 38px;
    margin: 5px 0;
}
.promo_modal_custom .modal-content{ 
	background: #252525;
	color: #fff;
}
.promo_modal_custom .modal-header .close{
	color: #fff;
}

.details_bg{
    /* background-color: #252525; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 100%;
    /* min-height: 500px; */
    /* padding: 50px; */
    color: #fff;
}
.info-wrapper ul{
    padding-left: 19px;
}
.details_bg hr{
    border-top: 1px solid #434343;
}
.details_out_wrap{
    padding-top: 50px;
}
.details_bg h2{
    color: #d7ac28;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    margin-top: 20px;
}
.details_bg p{
    color: #ffffff;
    font-size: 11px;
}
.faq-card, .tnc-card {
    border-bottom: 1px solid #d3d3d3;
}
button.btn-tnc {
    background: #3c3c3c;
    color: #ffffff;
    font-size: 12px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
}
button.btn-tnc.collapsed {
    background: none;
    color: #737373;
}
.tnc-body {
    padding: 20px 15px;
    color: #8d8d8d;
    font-size: 12px;
}
button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s;
}
button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}
.info-wrapper h5{
	font-size: 14px;
}
.cert_img{
    max-width: 72%;
    margin-bottom: 16px;
    gap: 10px 17px;
}
.cert_img img.custom_spec{
    max-width: 28px;
}
#readmore {
    display: none;
}
#myBtn{
    color: #fff;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff; 
    padding: 0;
}
.btn_readdiv{
    text-align: center;
    padding: 0px 0;
}
.footer_allimg.footer_allimgcustom_res img{
max-width: 20px;
}

.wrapper_main {
    padding: 6px 10px;
    min-height: 0;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 0;
    background-color: #000000;
    align-items: center;
    display: grid;
    grid-template-columns: 52% 48%;
    padding-right: 5px;
}
.userlogin_username{
	color: #8b8b8b;
}
.userlogin_username img{
	width: 28px;
}
.vip_custom_tag{
	color: #982ddf;
	font-size: 11px;
}
.vip_custom_tag_me{
	color: #8b8b8b;
	font-size: 9px;
}
.userlogin_name_index{
	display: flex;
	align-items: center;
	grid-gap: 5px;
}
.wrapper_playinfo_border{
	border-right: 1px solid #484848;
	padding: 5px 0;
	margin-right: 7px;
}
.currencynum{
    color: #982ddf;
}
.totalnum{
    font-size: 16px;
}
.head_dep{
    width: 35px;
}
.signout_icon{
    color: #8e19fb;
    font-size: 19px;
    margin-left: 15px;
}
.afterloginhead_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.afterloginhead_row .title-page{
    padding-left: 17px;
    font-size: 13px;
    text-transform: uppercase;
}
.total-amt-wrapper .right a img{
    width: 30px;
}
.total-amt-wrapper .right{
    display: flex;
    align-items: baseline;
    gap: 10px;
    justify-content: end;
}
.right_msg{
    position: relative;
}
.right_msg .badge {
    position: absolute;
    top: -3px;
    right: -8px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 11px;
    width: 18px;
    height: 18px;
}
.remaining .unit{
    color: #982ddf;
    font-size: 11px;
    margin-top: 1px;
    display: block;
}
.afterloginhead_row .left .left-btn{
	position: unset;
}
.afterloginhead_row .left{
	display: flex;
	align-items: center;
}
.banktabwrap .nav-tabs .nav-link{
    border: 1px solid #982ddf;
    background: #252525;
    color: #fff;
}
.banktabwrap .nav-tabs .nav-item.show .nav-link,.banktabwrap  .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #982ddf;
    border-color: #982ddf;
}
.banktabwrap .nav-tabs{
    gap: 10px;
    border-bottom: 1px solid #797979;
    margin-bottom: 15px;
}
.bank_btn_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
}
.btn_close_cus{
    background: #838383;
    border: 1px solid #838383;
}
.lotto_tophead{
    background: #252525;
    padding: 10px;
}
.lotto_tophead .left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.lotto_tophead .left img{
    width: 42px;
}
.lotto_tophead .left a{
    color: #fff;
}
.lotto_head_title{
    color: #fff;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lottowraptab .nav-tabs .nav-link{
    border: 1px solid #797979;
    background: #252525;
    color: #fff;
    border-bottom: 0;
}
.lottowraptab .nav-tabs .nav-item.show .nav-link,.lottowraptab  .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #9f86ef;
    border-color: #9f86ef;
}
.lottowraptab .nav-tabs{
    gap: 10px;
    border-bottom: 1px solid #797979;
    margin-bottom: 0px;
}
.lottowraptab .nav-tabs .nav-item{
    margin-bottom: 0px;
}
.lottowraprow{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #797979;
}
.lottowraptab{
	padding: 20px 0 0 0;
}
.lotto_grid_content{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 0 0 0;
}
.content-div {
    display: none;
}
.select_lottoinput{
    background: #111111;
    color: #a1aabc;
    width: 100%;
    min-width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #9f86ef;
}
.select_lottoinput{
    min-width: 100%;
}
input.select_lottoinput::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}

.lotto_box{
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}
.lotto_boxheader{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.lotto_boxheader h1{
    color: #000;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
}
.lotto_boxheader img{
    width: 30px;
}
.lotto_1strow{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
}
.lotto_1strow_box{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 1px;
}
.lotto_1strow_box p{
    margin: 0;
    background: #262626;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
}
.lotto_1strow_box span{
    font-size: 18px;
}
.lotto_boxbody{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.lotto_spec_title{
    background: #262626;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.lotto_spec_result table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.lotto_spec_result table td{
    border: 1px solid #262626;
    text-align: center;
    font-size: 14px;
}
.lotto_spec_result table tr:last-child td:first-child{
    border-bottom-left-radius: 6px;
}
.lotto_spec_result table tr:last-child td:last-child{
    border-bottom-right-radius: 6px;
}
.damacai .lotto_1strow_box p{
    background: #0f1468;
}
.damacai .lotto_spec_title {
    background: #0f1468;
}
.damacai .lotto_spec_result table td {
    border: 1px solid #0f1468;
}
.CashSweep .lotto_1strow_box p{
    background: #083e04;
}
.CashSweep .lotto_spec_title {
    background: #083e04;
}
.CashSweep .lotto_spec_result table td {
    border: 1px solid #083e04;
}
.Sandakan .lotto_1strow_box p{
    background: #2f9505;
}
.Sandakan .lotto_spec_title {
    background: #2f9505;
}
.Sandakan .lotto_spec_result table td {
    border: 1px solid #2f9505;
}
.Sabah .lotto_1strow_box p{
    background: #ad0900;
}
.Sabah .lotto_spec_title {
    background: #ad0900;
}
.Sabah .lotto_spec_result table td {
    border: 1px solid #ad0900;
}
.Singapore .lotto_1strow_box p{
    background: #12689b;
}
.Singapore .lotto_spec_title {
    background: #12689b;
}
.Singapore .lotto_spec_result table td {
    border: 1px solid #12689b;
}
.TOTO .lotto_1strow_box p{
    background: #e92e29;
}
.TOTO .lotto_spec_title {
    background: #e92e29;
}
.TOTO .lotto_spec_result table td {
    border: 1px solid #e92e29;
}
.Grand .lotto_1strow_box p{
    background: #cf4900;
}
.Grand .lotto_spec_title {
    background: #cf4900;
}
.Grand .lotto_spec_result table td {
    border: 1px solid #cf4900;
}
.nine .lotto_1strow_box p{
    background: #f4861f;
}
.nine .lotto_spec_title {
    background: #f4861f;
}
.nine .lotto_spec_result table td {
    border: 1px solid #f4861f;
}




.totofived{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border: 1px solid #e92e29;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.totofived-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e92e29;
}
.totoborderbtm{
    border-bottom: unset;
}
.totoborderright{
    border-right: 1px solid #e92e29;
}
.totofived-box p{
    margin: 0;
    text-align: center;
    min-width: 38px;
}
.totofived-box span{
    width: 100%;
    text-align: center;
    display: block;
}

.totosix{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    border: 1px solid #e92e29;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.totosix-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e92e29;
}
.totosix-box p{
    margin: 0;
    text-align: center;
    min-width: 55px;
}
.totosix-box span{
    width: 100%;
    text-align: center;
    display: block;
}
.totosix .totosix-box:last-child{
    border-bottom: none;
}
.six_box_wrap{
    display: flex;
    text-align: center;
    justify-content: space-between;
    width: 100%;
}

.Grand .totosix{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    border: 1px solid #cf4900;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.Grand .totosix-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cf4900;
}
.nine .totosix{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    border: 1px solid #f4861f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.nine .totosix-box{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f4861f;
}
.lottopayout_wrap .tab{
	display: none;
}
.lottopayout_wrap .tab-active{
	display: block;
}
.lottopayout_wrap .tab-menu ul li a{
    color: #8697a2;
    padding: 0 13px;
    font-weight: 600;
    border-right: 1px solid #8697a25e;
}
.lottopayout_wrap .tab-menu ul li a.active-a,.lottopayout_wrap .tab-menu ul li a:hover{
    color: #fff;
}
.lottopayout_wrap .tab-menu ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 22px 0;
    overflow: auto;
    white-space: nowrap;
}
.payout_bg{
    background: #282828;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    padding-bottom: 0;
    margin-top: 15px;
}
.payout-details-table{

margin-bottom: 20px;

width: 100%;
}
.payout-details-table td{
    padding: 10px;
    text-align: center;
    min-width: 130px;
}
.payout-details-table th{
    padding: 10px;
    text-align: center;
}
.payout-table{
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}
.payout-table table tbody tr th {
    align-items: flex-start;
    display: flex;
    padding: 10px;
}
.payout-table table tbody tr:nth-child(odd) td {
    background: hsla(0, 0%, 100%, .1);
    border: 0;
}
.payout-table table tbody tr td:first-of-type {
    border-radius: .3rem 0 0 .3rem;
}
.payout-table table tbody tr td:last-of-type {
    border-radius: 0 .3rem .3rem 0;
}
.payout-table table thead tr th:first-of-type {
    text-align: left;
}

/* width */
.payout-table::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
  }
  
  /* Track */
  .payout-table::-webkit-scrollbar-track {
    background: #3b3b3b;
    border-radius: 10px;
  }
  
  /* Handle */
  .payout-table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

.lottogame_head{
    padding-top: 50px;
}
.lotto_gameproduct {
    padding: 20px;
    width: 40%;
}
.lotto_gameproduct .gamebox{
    border-bottom: 4px solid #9f86ef;
}
.lotto_gameproduct .gamebox_ini{
    font-size: 13px;
}

.viprank_head img {
    width: 25px;
}
.viprank_head span {
    color: #8c8b8b;
    font-size: 13px;
    padding: 0 0px;
}
.wallet_head_bal {
    color: #fff;
    font-size: 12px;
}
.wallet_head_bal i {
    color: #982ddf;
    padding: 0 6px;
}

.contactbtn{
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(120,62,157,1) 0%, rgba(205,132,247,1) 100%);
    border: 1px solid #cf96f5;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    max-width: 105px;
    margin: auto;
    margin-top: 8px;
    animation: glow 2s infinite;
    transition:1.5s;
    letter-spacing: 1.3px;
    font-size: 0.75rem;
    min-height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes glow{
    0%{
    box-shadow: 5px 5px 10px #982ddf,-5px -5px 10px #982ddf
    }
    50%{
    box-shadow: 5px 5px 10px #3a0061,-5px -5px 10px #3a0061
    }
    100%{
    box-shadow: 5px 5px 10px #982ddf,-5px -5px 10px #982ddf
    }
  }

/* mission */
.mission-spec{
    padding: 20px 0 30px 0;
}
.challenge-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.challenge-task-container {
    position: relative;
    width: 100%;
}
.challenge-task {
    background-color: #252525;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    border: 1px solid #8238b3;
}
.task-header {
    font-weight: 600;
    color: #982ddf;
    margin-bottom: 10px;
    background: #000000;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}
.task-body {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.task-info {
    display: flex;
    /* margin-right: 10px; */
    justify-content: space-between;
    align-items: center;
}
.go-button {
    background-color: #111111;
    color: white;
    font-weight: bold;
    padding: 3px 30px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #8238b3;
}
.go-button:hover{
    background-color: #8238b3;
}
.task-coin {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    align-items: baseline;
}
.task-coin .progress-bar {
    background: #8238b3;
    border-radius: 5px;
    height: 10px;
    margin-top: 5px;
    overflow: hidden;
    width: 50%;
}
.progress-fill {
    background-color: #6f8ab7;
    height: 100%;
    width: 0%;
}
.reward {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.reward-icon {
    margin-right: 5px;
}
.reward-value {
    color: #fff;
    font-weight: bold;
}
.reward-icon img {
    width: 30px;
}
.password-input-group{
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 3px;
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    padding: 5px;
    top: 6px;
}

.toggle-password:hover {
    color: #535353;
}
button.toggle-password:focus{
    outline: none;
}

/* ANGPAO RAIN */
.snowflakes {
    z-index: 999;
}

.snowflake img {
    max-width: 66px;
}

.snowflake {
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px #000;
    position: fixed;
    top: -10%;
    z-index: 9999;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    /* cursor: default; */
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
    cursor: pointer;
}

@-webkit-keyframes snowflakes-fall {
     from { top: -10%; }
    to { top: 100%; }
}

@-webkit-keyframes snowflakes-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
		
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%;
    }

    100% {
        top: 100%;
    }
}

@keyframes snowflakes-shake {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(80px);
    }
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s;
}

.snowflake:first-of-type {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s;
}

.snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s;
}

.snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s;
}
.snowflakes {
    z-index: 999;
    animation-delay: 10s;
}
.angpowmodalbody{
    background-color: transparent;
}
.angpowmodalcontent{
    background-color: transparent;
    border: none;
}
.modal_openangpow{
    cursor: pointer;
    text-align: center;
}
.modal_angpowwrapper{
    text-align: center;
    display: none;
}
.modal_openangpow img{
    max-width: 250px;
}
.modal_angpowwrapper img{
    max-width: 250px;
}
@font-face {
    font-family: 'DejaVuSerif';
    src: url('../webfonts/DejaVuSerifCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'FuturaLT';
    src: url('../webfonts/FuturaLT-Bold.ttf') format('truetype');
    font-weight: bold;
}
.congratulations_txt h1 {
    font-family: 'DejaVuSerif', serif;
    position: absolute;
    background: -webkit-linear-gradient(top, #ffffff 50%, #ffcb9d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-size: 2rem;
    font-weight: bold;
    top: -39px;
    margin-bottom: 0;
    left: 0;
    right: 0;
    &.outline {
      transform: translate(1px, 2px);
      background: #e46b00;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 0;
    }
}
.wontitle{
    color: #ffea59;
    text-transform: uppercase;
    font-size: 2rem;
}
.prizetitle{
    color: #ffea59;
    background: -webkit-linear-gradient(#ffe400, #ff9c00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.1;
    font-family: 'FuturaLT', serif;
}
.owl-carouselTestimonial{
    position: relative;
}
.owl-carouselTestimonial .owl-nav{
    color: #fff;
    font-size: 45px;
}
.owl-carouselTestimonial .owl-nav .owl-prev{
    position: absolute;
    top: 40%;
}
.owl-carouselTestimonial .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    right: 0;
}
.fortune-sec{
    padding-top: 25px;
    
}
.fortune_bg_m{
    position: relative;
    background: url(../images/wheel/mobile-bg.jpg);
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    margin: auto;
    text-align: center;
    background-position: bottom center;
    max-width: 400px;
}
.fortune_bg_m_wheel{
    /* position: absolute; */
    max-width: 340px;
    margin: auto;
}
.fortune_btn_wrap {
    display: flex;
    align-items: end;
    justify-content: center;
    grid-gap: 10px;
    padding: 20px 0;
}
.token_wrap {
    background: #000;
    color: #ffffff;
    border-radius: 11px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    padding: 9px;
    border: 3px solid #efb932;
    font-weight: 700;
    flex-direction: column;
    line-height: 1.2;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(180deg, #efb932, #594000, #efb932) border-box;
    border-radius: 10px;
    border: 3px solid transparent;
}
.fortune_btn_wrap button {
    background: transparent;
    border: none;
    position: relative;
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    width: 200px;
}
.fortune_btn_wrap button:focus{
    outline: none;
}
.fortune_img_inn{
    width: 400px;
}



.casino_runlight{
    overflow: hidden;
    position: relative;
}
.casino_runlight span {
    position: absolute;
}
.casino_runlight span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffcd00);
    animation: animate1 2s linear infinite;
}

.casino_runlight span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #ffcd00);
    animation: animate2 2s linear infinite;
    animation-delay: 0.5s;
}

.casino_runlight span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #ffcd00);
    animation: animate3 2s linear infinite;
    animation-delay: 1s;
}

.casino_runlight span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #ffcd00);
    animation: animate4 2s linear infinite;
    animation-delay: 1.5s;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 100%;
    }
}

@keyframes animate2 {
    0% {
        top: -100%;
    }

    50%,
    100% {
        top: 100%;
    }
}

@keyframes animate3 {
    0% {
        right: -100%;
    }

    50%,
    100% {
        right: 100%;
    }
}

@keyframes animate4 {
    0% {
        bottom: -100%;
    }

    50%,
    100% {
        bottom: 100%;
    }
}
.casino_customlink{
    position: relative;
}
.casino_customhot{
    position: absolute;
    top: -4px;
    left: 0;
    width: 19px;
}