::placeholder { color: #999 !important; }
::-webkit-input-placeholder { color: #999 !important; }
::-moz-placeholder { color: #999 !important; }
:-ms-input-placeholder { color: #999 !important; }
:-moz-placeholder { color: #999 !important; }
::-ms-input-placeholder { color: #999 !important; }
.flex{ display: flex !important;}
.font8{font-size:8px !important;}
.font10{font-size:10px !important;}
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}
.font16{font-size:16px !important;}
.font18{font-size:18px !important;}
.font20{font-size:20px !important;}
.font22{font-size:22px !important;}
.font24{font-size:24px !important;}
.font25{font-size:25px !important;}
.font26{font-size:26px !important;}
.font28{font-size:28px !important;}
.font30{font-size:30px !important;} 
.floatl{ float:left; }.floatr{ float:right; }
.btn-warning{ color: #000; }
.bold{ font-weight: bold !important; }
.bradius0{ border-radius: unset !important; }
.bradius2{ border-radius: 2px !important; }
.bradius3{ border-radius: 3px !important; }
.bradius4{ border-radius: 4px !important; }
.bradius5{ border-radius: 5px !important; }
.bradius6{ border-radius: 6px !important; }
.bradius8{ border-radius: 8px !important; }
.bradius10{ border-radius: 10px !important; }
.bradius15{ border-radius: 12px !important; }
.bradius20{ border-radius: 14px !important; }
.bradius25{ border-radius: 15px !important; }
.bradius50{ border-radius: 20px !important; }
.txtc{ text-align: center !important; }
.hidden{
	display: none;
	opacity: 0;
}
.textl{text-align:left !important;} .textr{text-align:right !important;} .textc{text-align:center !important;}
html{ background: #000; }
body{
	/*background: url(../images/background.jpg) no-repeat;*/
    background-size: 100%;
	background-position: center;
    width: 100%;
}
html,body{
	overflow-x: hidden;
}
hr{
    border-color: #464441;
    margin: 1.3rem 10px;
}
.min900{ min-width: 900px !important; }
.min1000{ min-width: 1000px !important; }
.min1100{ min-width: 1100px !important; }
.min1200{ min-width: 1200px !important; }
.min1300{ min-width: 1300px !important; }
.min1400{ min-width: 1400px !important; }
/**** Background Setting ****/
.site-wrap{
	min-height: 100%;
	padding-top: 30px;
	min-width: 1200px;
}
.site-main-section{
	margin-top: 120px;
	min-height: 500px;
}
.site-main-section,
.site-section{
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
	padding: 0;
}
/************** Header **************/
.site-header-top{
	display: flex;
	width: 1100px;
	margin: auto;
	position: relative;
	margin-top: 8px;
}
.header-news{
	display: grid;
    margin-left: auto;
	width: 100%;
}
.header-marquee{
	font-size: 15px;
    width: 100%;
    min-width: 700px;
    max-width: 760px;
    background: #444;
    margin-left: auto;
    color: #fff;
    padding: 0 2px;
    border-radius: 1px;
}
.marquee-play-text{
	height: 30px;
}
.marquee-play-text marquee{
	line-height: 30px;
}
.header-profile{
	display: flex;
	margin-left: auto;
}
.header-user{
	display: grid;
}
.header-date{
	font-size: 13px;
    color: #fff;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing: 0.2px;
}
.header-date a{
	color: #fff;
	padding: 0 3px;
}
.header-date a:hover,
.header-date a:focus{
	text-decoration: underline;
}
.header-date .lang-changer{
	padding: 0;
}
.header-date .lang-changer img{
	width: 34px;
    height: 34px;
	object-fit: contain;
	padding: 0;
	margin: -3px;
}
.header-login{
	display: flex;
    margin-bottom: 10px;
	margin-left: auto;
}
.header-login input{
	background: #444;
    border: none;
    padding: 5px 15px;
    font-size: 15px;
	max-width: 160px;
}
.header-login button{
	height: 35px;
    border: none;
    border-radius: 8px;
    min-width: 80px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	margin-left: 10px;
	letter-spacing: -0.6px;
	cursor: pointer;
}
.header-join{
	padding: 5px 10px;
    line-height: 60px;
    border: none;
    border-radius: 8px;
    min-width: 80px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #ffd400;
    color: #000;
    height: 35px;
    margin: 10px;
    margin-right: 0;
    letter-spacing: -1.5px;
	cursor: pointer;
    text-align: center;
}

.header-join img {
 height: 95%;
 margin-right: 10px;
}
.header-login .profile-header {
 /*background: linear-gradient(to bottom, rgb(225 0 0) 0%, rgb(159 1 1) 100%);
 color: #ffcf43;*/
 background: linear-gradient(to right, #b17515, #f5d77e, #ffffd7, #f5d77e);
}
.site-header-gold{
    padding: 3px 0px;
	/*background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
    /* background: linear-gradient(to right, #f5d77e, #ffffd7, #f5d77e, #b17515); */
    background: linear-gradient(to right, #b17515, #f5d77e, #ffffd7, #f5d77e, #b17515, #f5d77e, #ffffd7, #F5D77E, #b17515);
}
.site-header-bot{
	background: #000;
    padding: 10px;
    /*border-top: 3px solid #f00;
    border-bottom: 3px solid #f00;*/
}
.site-header-nav{
	display: flex;
    width: 1100px;
    margin: auto;
}
.site-header-nav ul{
	display: flex;
    padding: 0;
    margin: 0;
    margin-left: auto;
}
.site-header-nav li{
	display: grid;
    list-style-type: none;
    min-width: 80px;
 max-width: 100px;
}
.site-header-nav img{
	width: 45px;
    height: 45px;
    margin: auto;
}
.site-header-nav span{
	color: #ffe68c;
    font-size: 14px;
    text-transform: uppercase;
    margin: auto;
    letter-spacing: -0.4px;
 text-align: center;
}
.site-header-logo{
	position: absolute;
    display: flex;
    left: 0;
    top: 0;
    width: 25%;
}
/*.site-header-logo img{
    width: 340px;
    height: 230px;
    object-fit: contain;
    margin-top: -15px;
    margin-left: -60px;
}*/
.site-header-logo img{
	width: 340px;
    /*height: 230px;*/
    height: 150px;
    object-fit: contain;
    margin-top: -15px;
	margin-left: -10px;
}
#changetime{
    display: inline-block;
    min-width: 54px;
}
/***********  Footer  ************/
.site-footer{
	background: linear-gradient(0deg, #000, #000 60%, transparent);
}
.site-footer-gold{
    padding: 2px 0px;
    /* background: linear-gradient(to right, #f5d77e, #ffffd7, #f5d77e, #b17515); */
   /* background: linear-gradient(to right, #b17515, #f5d77e, #ffffd7, #f5d77e, #b17515, #f5d77e, #ffffd7, #F5D77E, #b17515);*/
    border-bottom: 3px solid #f5d77e;
}
.site-footer-nav{
	display: flex;
    background: #000;
    padding: 3px;
    /*border-top: 2px solid #f00;
    border-bottom: 2px solid #f00;*/
}
.site-footer-nav ul{
	padding: 0;
    display: flex;
    margin: auto;
}
.site-footer-nav li{
	margin: 0;
	list-style-type: none;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 30px;
    min-width: 80px;
    text-align: center;
}
.site-ft-support{
	display: flex;
    width: 1100px;
    margin: auto;
	margin-bottom: 20px;
}
.site-ft-list{
	margin: 20px auto;
}
.site-ft-list h4{
	/*color: #f00;*/
    color: #ffe68c;
    font-size: 18px;
	margin-bottom: 20px;
}
.site-ft-list p{
	font-size: 13px;
	color: #ccc;
}
.site-ft-list a{
	font-size: 13px;
	color: #ccc;
	display: block;
}
.site-ft-list a:hover,
.site-ft-list a:active{
	color: #fff;
}
.site-ft-list img{
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.site-ft-list .ft-block{
	display: inline-block;
}
.site-ft-box{
	padding: 0 30px;
    width: 1200px;
    margin: auto;
}
.site-ft-boxlist{
	/*border: 1px solid #f00c;*/
    border: 1px solid #ffe68c;
	background: linear-gradient(0deg, #000a, #0005);
	margin-bottom: 30px;
}
.site-ft-boxlist h4{
	/*color: #f00;*/
    color: #ffe68c;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 15px;
    padding: 5px 15px;
    background: linear-gradient(0deg, #0000, #8884);
    border-bottom: 1px solid #3333;
}
.site-ft-boxlist p{
	color: #bbb;
    font-size: 12px;
    font-family: sans-serif;
    padding: 0 15px;
}
.site-ft-sponsor{
	display: block;
	width: 1200px;
	margin: auto;
    text-align: center;
}
.site-ft-sponsor img{
    width: 120px;
    height: 60px;
    object-fit: contain;
    margin: auto;
}
/************ INDEX *************/
.nonloop-block-15 .owl-item img {
	max-height: 550px;
	object-fit: cover;	
}
.nonloop-block-15{
    display: grid !important;
}
.nonloop-block-15 .owl-dots{
	display: inline-flex;
    margin: auto;
    margin-top: -30px;
    z-index: 3;
}
.nonloop-block-15 .owl-dot{
	margin: 0 4px;
}
.nonloop-block-15 .owl-dot span{
	width: 12px;
    height: 12px;
    border-radius: 40px;
    background: #aaaa;
    display: block;
}
.nonloop-block-15 .owl-dot.active span{
	background: #fff;
}
.site-listnav-menu{
	width: 1200px;
    margin: 10px auto;
    display: flex;
}
.site-listnav-menu a{
	display: flex;
    padding: 1px;
    /*background: radial-gradient(farthest-corner at 10px 20px, #f00 10%, #fff 35% , #f00 70%);*/
    width: 100%;
    margin: 6px;
    /*background: linear-gradient(to right, #b17515, #f5d77e, #ffffd7, #f5d77e, #b17515, #f5d77e, #ffffd7, #F5D77E, #b17515);*/
}
.site-listnav-menu img{
	transition: all 0.3s ease;
	max-width: 200px;
    width: 100%;
}
.site-listnav-menu a:hover img,
.site-listnav-menu a:active img{
	/*box-shadow: 0 0 15px #f00;*/
    box-shadow: 0 0 15px #ffe68c;
}
.site-main-index{
	display: flex;
	max-width: 1200px;
	margin: auto;
}
.site-video-area{
	margin: auto;
    padding: 40px 20px;
    width: 60%;
}
.site-video-area .vmovie-upload{
	display: flex;
    background: #000;
    border: 1px solid #ddd;
    height: 380px;
    min-width: 600px;
    max-width: 1000px;
}
.site-video-area i{
	cursor: pointer;
	color: #8888;
    font-size: 120px;
    margin: auto;
	transition: all 0.3s ease;
}
.site-video-area i:hover,
.site-video-area i:active{
	color: #aaaa;
}
.site-announcer{
	width: 450px;
    background: linear-gradient(0deg, #000a, #0005);
    margin: 20px;
    /*border: 1px solid #f00;*/
    border: 1px solid #ffe68c;
    border-radius: 2px;
}
.site-announcer h4{
	font-family: sans-serif;
    /*color: #f00;*/
    color: #ffe68c;
    padding: 10px 16px;
    background: linear-gradient(0deg, #0000, #8885);
    border-bottom: 1px solid #5555;
}
.site-article{
	margin-bottom: 50px;
    padding: 0 15px;
}
.site-article a{
	display: flex;
	padding: 6px 0;
}
.site-article a span{
	font-size: 15px;
    color: #aaa;
    letter-spacing: -0.4px;
}
.site-article a span:last-child{
	margin-left: auto;
}


.form-game  {
	margin-bottom: 1rem;
}

.form-game label {
	font-size: 18px;
    font-family: sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: #ffcf43;
    filter: drop-shadow(0 1px 2px #0007) brightness(1.2);
    background-image: url(../images/gold-texture.jpg);
    background-size: 30% 30%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
    
}
.form-game span {
	color: #fff;
}

.form-game input,
.form-game select {
	background: #4e2f0000;
	color: #fff;
	border: 1px solid #000;
}
.form-game button, .form-game a  {
	border: 1px solid #fffa98;
    background: linear-gradient(to right, #b17515, #f5d77e, #ffffd7, #F5D77E, #b17515);
    color: #000;
    font-family: sans-serif;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    margin: 3px;
}

.form-game table {
    margin-top: 20px;
    width: 90%;
	border: 1px solid #a08956;
    color: #fff;
}

/* Create two equal columns that floats next to each other */
.game-column {
  float: left;
  padding: 33px;
  height: 100px; /* Should be removed. Only for demonstration */
    text-align: center;
    font-size:  19px;
    margin-left: 50px;
    margin-right: 50px;
}

/* Clear floats after the columns */
.game-row:after {
  content: "";
  display: table;
  clear: both;
}

.games-wrap {
	position: relative;
	z-index: 30;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 1.8% 0 3.8%;
}


.transferwallet-wrap {
	position: relative;
	z-index: 30;
	display: block;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 1.8% 0 3.8%;
    margin-left: 15%;
    margin-right: 15%;
}

/****************** Promotion *********************/
.site-banner {
    width: 100%;
    display: block;
    /*background: linear-gradient(180deg, #f008, #f004);*/
    /*background: linear-gradient(180deg, #b17515b3, #ffffd7b3);*/
    background: linear-gradient(to right, #b17515, #f5d77e, #ffffd7, #f5d77e, #b17515, #f5d77e, #ffffd7, #F5D77E, #b17515);
    margin-bottom: 10px;
}
.site-banner h4{
	font-size: 45px;
    font-family: initial;
    margin: 0;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffcf43;
    filter: drop-shadow(0 2px 5px #0007) brightness(1.3);
    background-image: url(../images/gold-texture.jpg);
    background-size: 30% 30%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.site-promo-menu{
	display: flex;
    width: 100%;
}
.btn-promo{
	display: grid;
    width: 100%;
}
.btn-promo img{
	cursor: pointer;
	width: 45px;
    height: 45px;
    object-fit: contain;
    margin: auto;
}
.btn-promo span{
	color: #ccc;
    font-size: 13px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    text-align: center;
	margin-top: -3px;
}
.btn-promo.active span{
	color: #ffe87a;
}
.site-promo-list{
	padding: 20px;
    margin: auto;
}
.site-promo-item{
	background: #000d;
	margin-bottom: 15px;
	border-radius: 5px;
	border: 1px solid #ffe68c;
}
.site-promo-item a{
	display: flex;
}
.site-promo-item img{
	width: 100%;
    min-height: 240px;
    max-height: 260px;
    width: 54%;
    object-fit: cover;
    background: #000;
    border-right: 1px solid #ffe68c;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.site-promo-detail h4{
	color: #ffe68c;
    font-size: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #5554;
	background: linear-gradient(0deg, transparent, #8883);
}
.site-promo-detail p{
	font-size: 13px;
    color: #ddd;
    padding: 0 20px;
}
.site-wallet-menu{
	display: flex;
    width: 100%;
}
.btn-wallet{
	display: grid;
    width: 100%;
}
.btn-wallet img{
	cursor: pointer;
	width: 45px;
    height: 45px;
    object-fit: contain;
    margin: auto;
}
.btn-wallet span{
	color: #ccc;
    font-size: 13px;
    letter-spacing: -0.6px;
    text-transform: uppercase;
    text-align: center;
	margin-top: -3px;
}
.btn-wallet.active span{
	color: #ffe87a;
}
.site-wallet-list{
	padding: 20px;
    margin: auto;
    width: 100%;
}
.site-wallet-item{
	background: #000d;
	margin-bottom: 15px;
	border-radius: 5px;
    border: 1px solid #ffe68c;
}
.site-wallet-item a{
	display: flex;
}
.site-wallet-item h3{
	color: #ffe68c;
    font-size: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #5554;
	background: linear-gradient(0deg, transparent, #8883);
    text-align: center;
    text-transform: uppercase;
}
.site-wallet-item form{
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 20px;
}
.site-wallet-item img{
	width: 100%;
    max-height: 260px;
    width: 54%;
    object-fit: cover;
    background: #000;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.site-wallet-detail h4{
	color: #f00;
    font-size: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #5554;
	background: linear-gradient(0deg, transparent, #8883);
}
.site-wallet-detail p{
	font-size: 13px;
    color: #ddd;
    padding: 0 20px;
}

.site-tWallet{
	display: flex;
    height: 60px;
	margin-bottom: 5px;
}
.site-tw-left{
	display: grid;
    height: 40px;
    margin: auto 0;
}
.site-tw-left h4{
	color: #ff0000;
    font-size: 16px;
    margin: 0;
}
.site-tw-left span{
	color: #cc8b48;
    font-size: 17px;
    font-weight: bold;
}
.site-tw-right{
	display: flex;
    margin-left: auto;
}
.site-tw-right a{
	display: grid;
    /*padding: 5px;*/
    margin-left: 5px;
    font-size: 15px;
    border-radius: 30px;
    padding: 2px 12px;
    background: #ff0000;
    color: #fff;
    text-shadow: 0 1px 2px #8a3a0bd1;
    /*margin-top: 13px;*/
    width: 150px;
    height: 36px;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
}
.site-tw-right img{
	width: 40px;
    height: 35px;
    object-fit: contain;
    justify-self: center;
}
.site-tw-right span{
	font-size: 16px;
    color: #ffd663;
    text-align: center;
}

.form-group label {
	color: #fff;
}

.form-group input,
.form-group select {
	/*background: #4a0000;
	color: #fff;*/
    background: linear-gradient(to right, #f5d77e, #ffffd7, #f5d77e, #b17515);
    color: #000;
	border: 1px solid #5554;
}
.form-group button, .form-group a  {
	border: 1px solid #5554;
    /*background: #a90000;*/
    background: #b27918;
    color: #fff;
    text-transform: uppercase;
}
.form-group a {
	border: 1px solid #5554;
    background: #b27918;
    color: #fff;
    text-transform: uppercase;
}

.form-group table {
    margin-top: 20px;
    width: 90%;
	border: 1px solid #5554;
    color: #fff;
}

/**************** game ******************/
.row-game{
    display: flex;
    flex-wrap: wrap;
    margin-right: 600px;
    margin-left: 600px;
    margin-bottom: auto;
    
}
.site-game-info{
	position: relative;
    padding: 1px;
    border-radius: 6px;
    background: #000;
    border: solid 1px #ff0000e0;
    margin: 30px;
}
.game-main{
    display: grid;
    border-radius: 6px;
    background: #181617;
    padding: 5px 10px;
    width: 100%;
}
.game-group{
	display: flex;
	padding: 3px 0;
}
.site-game-info img{
	width: 20%;
    height: 20%;
    object-fit: cover;
    border-radius: 100px;
    margin: auto 0;
}
.game-info{
	display: grid;
    padding-left: 15px;
    margin: auto 0;
}
.game-info h4{
	margin: 0;
    font-size: 15px;
    color: #d8bd80;
}
.game-info span{
	color: #ddd;
    font-size: 12px;
}
.game-note{
	padding: 5px;
    padding-top: 10px;
    display: flex;
    min-height: 55px;
    border-top: 1px solid #756d63;
    margin-top: 10px;
}
.game-note span{
	font-size: 12px;
    color: #c7a46d;
    margin: auto 0;
}
.game-button{
	margin: auto;
    margin-right: 0;
    font-size: 12px;
    border-radius: 30px;
    padding: 2px 12px;
    background: #f9c95d;
    color: #fff;
    text-shadow: 0 1px 2px #8a3a0bd1;
}


/*popup window for topup and withdraw*/

      .disabled_div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    color: #000000 !important;
      }
      .disabled_div .section{
        display: table-cell;
    vertical-align: middle;
    text-align: center;
      }
      .disabled_div .confirm_box{
        width: 60%;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .18s;
      }
      .confirm_box h3{
        color: #000000 !important;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px;
      }
      .confirm_box .confirm_content{
        padding: 20px 0px;
    text-align: center;
      }
      .confirm_box .confirmation_btn{
        position: relative;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid #EBEBEB;
      }
      .confirm_box .confirmation_btn span:nth-last-of-type(2){
        width: 49%;
    border-right: 1px solid #d8d8d8;
      }
      .confirm_box .confirmation_btn span:first-child{
            height: 47px;
    border-radius: 0 0 0 5px;
      }
      .confirm_box .confirmation_btn span{
        position: relative;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    color: #000000;
      }
      .confirm_box .confirmation_btn span button{
        font-size: 13px;
    height: 35px;
    line-height: 35px;
    box-shadow: none !important;
    color: #000000 !important;
        padding: 0px !important;
      }
      .confirm_box .confirmation_btn span:nth-of-type(2){
        font-weight: 700;
    width: 49%;
    height: 39px;
    border-radius: 0 3px 0 0;
      }


.subpage-contact {
	width: 32%;
	background-color: #000000b3;
	border: 2px solid #000000;
	padding: 15px 30px;
	/*box-shadow: inset 0px 0px 20px #ff0000;*/
    box-shadow: inset 0px 0px 20px #ffe68c;
    margin-top: 50px;
    margin-bottom: 50px;
}

.subpage-contact img{
    border-radius: 50px;
    position: inherit;
    height: 35%;
    width: 12%;
    margin-bottom: 50px;
    margin-top: 30px;
}

.subpage-contact h3 {
	color: #000000;
	text-align: center;
}

/*-------------------------------------------*/
/*-----------------sub-page------------------*/
/*-------------------------------------------*/
.subpage-wrap {
	width: 50%;
	background-color: #000000b3;
	border: 2px solid #fffa98;
	padding: 15px 30px;
	/*box-shadow: inset 0px 0px 20px #ffe000;*/
}

.subpage-wrap img{
    border-radius: 15px;
    position: inherit;
    margin-top: 30px;
}

.subpage-wrap h3 {
	color: #000000;
	text-align: center;
}

.form-wallet  {
	margin-bottom: 1rem;
}

.form-wallet label {
	font-size: 18px;
    font-family: sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: #ffcf43;
    filter: drop-shadow(0 1px 2px #0007) brightness(1.2);
    background-image: url(../images/gold-texture.jpg);
    background-size: 30% 30%;
    -webkit-background-clip: text;
    margin-bottom: 5px;
    
}
.form-wallet span {
	color: #fff;
}

.form-wallet input,
.form-wallet select {
	background: #4e2f0000;
	color: #fff;
	border: 1px solid #000;
}
.form-wallet button, .form-wallet a  {
	border: 1px solid #000;
    background-image: url(../images/gold-texture.jpg);
    color: #000;
    font-family: sans-serif;
    text-transform: uppercase;
    padding: 4px 1px;
    min-width: 417px;
    margin-top: 30px;
}

.form-wallet table {
    margin-top: 20px;
    width: 90%;
	border: 1px solid #a08956;
    color: #fff;
}

/* Create two equal columns that floats next to each other */
.wallet-column {
  float: left;
  padding: 33px;
  height: 100px; /* Should be removed. Only for demonstration */
    text-align: center;
    font-size:  19px;
   /* margin-left: 160px;
    margin-right: 160px;*/
}

/* Clear floats after the columns */
.wallet-row:after {
  content: "";
  display: table;
  clear: both;
}


.site-table-dl{
	display: flex;
    width: 100%;
    margin-bottom: 25px;
}
.site-table-dl a{
	width: 50%;
    font-size: 15px;
	border: 1px solid #fffa98;
    background: linear-gradient(to right, #b17515, #f5d77e, #ffffd7, #F5D77E, #b17515);
    color: #000;
    font-family: sans-serif;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    margin: 3px;
}

.site-profile-board{
    display: flex;
    width: 100%;
    padding: 20px;
    /*background: linear-gradient(to bottom, rgb(225 0 0) 0%, rgb(159 1 1) 100%);*/
    background: linear-gradient(to bottom, rgb(184 128 35) 0%, rgb(244 214 125) 100%);
    border-radius: 2px;
}
.site-pboard-logo{
	width: 30%;
}
.site-pboard-logo img{
    display: block;
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
    margin: auto;
}
.site-pboard-title{
    margin: auto;
    width: 60%;
}
.site-pboard-title h5,
.site-pboard-title span{
	color: #fff;
}


.site-profile{
    background: linear-gradient(to bottom, rgba(30,30,30,1) 0%, rgba(22,22,22,1) 100%);
}
.site-profile-title{
	margin-top: 30px;
    margin-bottom: 20px;
}
.site-profile-title a{
    display: inline-block;
    background: #000;
    width: 49%;
    height: 100px;
    margin-bottom: 10px;
}
.site-profile-title a.active{
    background: #1d1d1d;
}
.site-profile-title img{
    width: 50px;
    display: block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 0;
}
.site-profile-title span{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: 2px;
}
.site-profile-item{
   margin-top: 30px;
}
.site-profile-item h4{
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.site-profile-item span{
    color: #fff;
    font-size: 17px;
    margin-bottom: 20px;
    display: block;
}
.site-profile-item input{
    height: 35px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}


  /*popup window for transfer*/

      .transfer_div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    color: #000000 !important;
      }
      .transfer_div .section{
        display: table-cell;
    vertical-align: middle;
    text-align: center;
      }
      .transfer_div .confirm_box{
        width: 60%;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .18s;
      }
      .yes_box {
       width:90%;
       display: inline-block;
       background-color: #fff;
      }
      .yes_box h3{
        color: #000000 !important;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px;
      }
      .yes_box .yes_content{
        padding: 20px 0px;
    text-align: center;
      }
      .yes_box .confirmation_btn{
        position: relative;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid #EBEBEB;
      }
      .yes_box .confirmation_btn span:nth-last-of-type(2){
        width: 49%;
    border-right: 1px solid #d8d8d8;
      }
      .yes_box .confirmation_btn span:first-child{
            height: 47px;
    border-radius: 0 0 0 5px;
      }
      .yes_box .confirmation_btn span{
        position: relative;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    color: #000000;
      }
      .yes_box .confirmation_btn span button{
        font-size: 13px !important;
    height: 35px !important;
    line-height: 35px !important;
    box-shadow: none !important;
    color: #000000 !important;
        padding: 0px !important;
      }
      .yes_box .confirmation_btn span:nth-of-type(2){
        font-weight: 700;
    width: 49%;
    height: 39px;
    border-radius: 0 3px 0 0;
      }




/* ==========================================================================
Global Setting
========================================================================== */
/*------- Global Settings: Align Style ----------*/
html body .text_left{
  text-align: left;
}
html body .text_right{
  text-align: right;
}
html body .text_center{
  text-align: center;
}
/*------- Global Settings: Padding Style ----------*/
html body .float_left{
  float: left;
}
html body .float_right{
  float: right;
}
html body .padd-0{
	padding:0px !important;
}
html body .padd-5{
	padding:5px !important;
}
html body .padd-10{
	padding:10px !important;
}
html body .padd-15{
	padding:15px !important;
}
html body .padd-20{
	padding:20px !important;
}
html body .padd-l-0{
	padding-left:0px !important;
}
html body .padd-l-5{
	padding-left:5px !important;
}
html body .padd-l-10{
	padding-left:10px !important;
}
html body .padd-l-15{
	padding-left:15px !important;
}
html body .padd-l-20{
	padding-left:20px !important;
}
html body .padd-r-0{
	padding-right:0px !important;
}
html body .padd-r-5{
	padding-right:5px !important;
}
html body .padd-r-10{
	padding-right:10px !important;
}
html body .padd-r-15{
	padding-right:15px !important;
}
html body .padd-r-20{
	padding-right:20px !important;
}
html body .padd-top-0{
	padding-top:0px !important;
}
html body .padd-top-5{
	padding-top:5px !important;
}
html body .padd-top-10{
	padding-top:10px !important;
}
html body .padd-top-15{
	padding-top:15px !important;
}
html body .padd-top-20{
	padding-top:20px !important;
}
html body .padd-top-25{
	padding-top:25px !important;
}
html body .padd-top-30{
	padding-top:30px !important;
}
html body .padd-top-40{
	padding-top:40px !important;
}
html body .padd-bot-0{
	padding-bottom:0px !important;
}
html body .padd-bot-5{
	padding-bottom:5px !important;
}
html body .padd-bot-10{
	padding-bottom:10px !important;
}
html body .padd-bot-15{
	padding-bottom:15px !important;
}
html body .padd-bot-20{
	padding-bottom:20px !important;
}
html body .padd-bot-25{
	padding-bottom:25px !important;
}
html body .padd-bot-30{
	padding-bottom:30px !important;
}
html body .padd-bot-40{
	padding-bottom:40px !important;
}

/*------- Global Settings: Margin Style ----------*/
html body .mrg-0{
	margin:0px !important;
}
html body .mrg-5{
	margin:5px !important;
}
html body .mrg-10{
	margin:10px !important;
}
html body .mrg-15{
	margin:15px !important;
}
html body .mrg-20{
	margin:20px !important;
}
html body .mrg-l-0{
	margin-left:0px !important;
}
html body .mrg-l-5{
	margin-left:5px !important;
}
html body .mrg-l-10{
	margin-left:10px !important;
}
html body .mrg-l-15{
	margin-left:15px !important;
}
html body .mrg-r-0{
	margin-right:0px !important;
}
html body .mrg-r-5{
	margin-right:5px !important;
}
html body .mrg-r-10{
	margin-right:10px !important;
}
html body .mrg-r-15{
	margin-right:15px !important;
}
html body .mrg-top-0{
	margin-top:0px !important;
}
html body .mrg-top-3{
	margin-top:3px !important;
}
html body .mrg-top-5{
	margin-top:5px !important;
}
html body .mrg-top-10{
	margin-top:10px !important;
}
html body .mrg-top-15{
	margin-top:15px !important;
}
html body .mrg-top-20{
	margin-top:20px !important;
}
html body .mrg-top-25{
	margin-top:25px !important;
}
html body .mrg-top-30{
	margin-top:30px !important;
}
html body .mrg-top-40{
	margin-top:40px !important;
}
html body .mrg-bot-0{
	margin-bottom:0px !important;
}
html body .mrg-bot-2{
	margin-bottom:2px !important;
}
html body .mrg-bot-3{
	margin-bottom:3px !important;
}
html body .mrg-bot-5{
	margin-bottom:5px !important;
}
html body .mrg-bot-10{
	margin-bottom:10px !important;
}
html body .mrg-bot-15{
	margin-bottom:15px !important;
}
html body .mrg-bot-20{
	margin-bottom:20px !important;
}
html body .mrg-bot-25{
	margin-bottom:25px !important;
}
html body .mrg-bot-30{
	margin-bottom:30px !important;
}
html body .mrg-bot-40{
	margin-bottom:40px !important;
}
html body .extra-mrg-5{
	margin:0 -5px !important;
}
html body .extra-mrg-10{
	margin:0 -10px !important;
}
html body .extra-mrg-15{
	margin:0 -15px !important;
}
html body .extra-mrg-20{
	margin:0 -20px !important;
}
/*------- Global Settings: Background Style ----------*/
html body .bg-info{
	background:#01b2ac !important;
}
html body .bg-primary{
	background:#1194f7 !important;
}
html body .bg-danger{
	background:#f21136 !important;
}
html body .bg-warning{
	background:#ff9800 !important;
}
html body .bg-success{
	background:#11b719 !important;
}
html body .bg-purple{
	background:#c580ff !important;
}
html body .bg-default{
	background:#22563f !important;
}
html body .bg-white{
	background-color:#ffffff !important;
}
/*------- Global Settings: Transparent Background Style ----------*/
html body .bg-trans-info{
	background:rgba(2, 182, 179,0.12) !important;
}
html body .bg-trans-primary{
	background:rgba(17, 148, 247,0.12) !important;
}
html body .bg-trans-danger{
	background:rgba(242, 17, 54,0.12) !important;
}
html body .bg-trans-warning{
	background:rgba(255, 152, 0,0.12) !important;
}
html body .bg-trans-success{
	background:rgba(15, 183, 107,0.12) !important;
}
html body .bg-trans-purple{
	background:rgba(197, 128, 255,0.12) !important;
}
html body .bg-trans-default{
	background:rgba(40, 52, 71,0.12) !important;
}
html body .bg-trans-grey{
	background:rgba(128,128,128,0.12) !important;
}
html body .bg-trans-black{
	background:rgba(0,0,0,0.12) !important;
}
html body .bg-trans-orange{
	background:#22563f !important;
  border: 1px solid hsla(0,0%,100%,.3);
}
/*------- Global Settings: Transparent Background with border Style ----------*/
html body .bg-info-br{
	border:1px solid #01b2ac !important;
	background:rgba(2, 182, 179,0.12) !important;
}
html body .bg-primary-br{
	border:1px solid #1194f7 !important;
	background:rgba(17, 148, 247,0.12) !important;
}
html body .bg-danger-br{
	border:1px solid #f21136 !important;
	background:rgba(242, 17, 54,0.12) !important;
}
html body .bg-warning-br{
	border:1px solid #ff9800;
	background:rgba(255, 152, 0,0.12) !important;
}
html body .bg-success-br{
	border:1px solid #11b719 !important;
	background:rgba(15, 183, 107,0.12) !important;
}
html body .bg-purple-br{
	border:1px solid #c580ff !important;
	background:rgba(197, 128, 255,0.12) !important;
}
html body .bg-default-br{
	border:1px solid hsla(0,0%,100%,.3) !important;
	background:rgba(40, 52, 71,0.12) !important;
}
/*------- Global Settings: Color Style ----------*/
html body .cl-info{
	color:#01b2ac !important;
}
html body .cl-primary{
	color:#1194f7 !important;
}
html body .cl-danger{
	color:#f21136 !important;
}
html body .cl-warning{
	color:#ff9800 !important;
}
html body .cl-success{
	color:#11b719 !important;
}
html body .cl-purple{
	color:#c580ff !important;
}
html body .cl-default{
	color:#283447 !important;
}
html body .cl-white{
	color:#ffffff !important;
}
html body .cl-orange{
	color:#CAEBE0 !important;
}
html body .cl-black{
	color:#000 !important;
}
html body .cl-lightgrey{
	color:#acacac !important;
}
html body .cl-medgrey{
	color:#7b7b7b !important;
}
html body .cl-darkgrey{
	color:#4a4a4a !important;
}
/*------- Global Settings: Border Color Style ----------*/
.br{
	border:1px solid #eaeff5 !important;
}
.bl-1{
	border-left:1px solid hsla(0,0%,100%,.3) !important;
}
.bl-2{
	border-left:2px solid #eaeff5 !important;
}
.bl-3{
	border-left:3px solid #eaeff5 !important;
}
.bl-4{
	border-left:4px solid #eaeff5 !important;
}
.br-1{
	border-right:1px solid #eaeff5 !important;
}
.br-2{
	border-right:2px solid #eaeff5 !important;
}
.br-3{
	border-right:3px solid #eaeff5 !important;
}
.br-4{
	border-right:4px solid #eaeff5 !important;
}
.bt-1{
	border-top:1px solid #eaeff5 !important;
}
.bt-2{
	border-top:2px solid #eaeff5 !important;
}
.bt-3{
	border-top:3px solid #eaeff5 !important;
}
.bt-4{
	border-top:4px solid #eaeff5 !important;
}
.bb-1{
	border-bottom:1px solid hsla(0,0%,100%,.3) !important;
}
.bb-1black{
	border-bottom:1px solid hsla(0,0%,100%,.3) !important;
}
.bb-2{
	border-bottom:2px solid #eaeff5 !important;
}
.bb-3{
	border-bottom:3px solid #eaeff5 !important;
}
.bb-4{
	border-bottom:4px solid #eaeff5 !important;
}
.br-fade{
	border-color:rgba(97, 107, 127, 0.07) !important
}
html body .br-info{
	border-color:#01b2ac !important;
}
html body .br-primary{
	border-color:#1194f7 !important;
}
html body .br-danger{
	border-color:#f21136 !important;
}
html body .br-warning{
	border-color:#ff9800 !important;
}
html body .br-success{
	border-color:#11b719 !important;
}
html body .br-purple{
	border-color:#c580ff !important;
}
html body .br-gary{
	border-color:#e2e5e8 !important;
}
html body .br-default{
	border-color:#283447 !important;
}
/*------------ Global Settings: Status BG Style --------------*/
html body .bg-online{
	background:#68c70b !important;
}
html body .bg-offline{
	background:#e02b0d !important;
}
html body .bg-busy{
	background:#2196f3 !important;
}
html body .bg-working{
	background:#ff9800 !important;
}
/*---------- Global Settings: Height ----------*/
html body .normal-height{
	height:46px !important;
}
html body .height-10{
	height:10px !important;
}
html body .height-15{
	height:15px !important;
}	
html body .height-20{
	height:20px !important;
}
html body .height-30{
	height:30px !important;
}
html body .height-40{
	height:40px !important;
}
html body .height-50{
	height:50px !important;
}
html body .height-60{
	height:60px !important;
}
html body .height-70{
	height:70px !important;
}
html body .height-80{
	height:80px !important;
}
html body .height-90{
	height:90px !important;
}
html body .height-100{
	height:100px !important;
}
html body .height-110{
	height:110px !important;
}
html body .height-120{
	height:120px !important;
}
html body .height-130{
	height:130px !important;
}
html body .height-140{
	height:140px !important;
}
html body .height-150{
	height:150px !important;
}
html body .height-160{
	height:160px !important;
}
html body .height-170{
	height:170px !important;
}
html body .height-180{
	height:180px !important;
}
html body .height-190{
	height:190px !important;
}
html body .height-200{
	height:200px !important;
}
html body .height-210{
	height:210px !important;
}
html body .height-220{
	height:220px !important;
}
html body .height-230{
	height:230px !important;
}
html body .height-240{
	height:240px !important;
}
html body .height-250{
	height:250px !important;
}
html body .height-260{
	height:260px !important;
}
html body .height-270{
	height:270px !important;
}
html body .height-280{
	height:280px !important;
}
html body .height-290{
	height:290px !important;
}
html body .height-300{
	height:300px !important;
}
html body .height-350{
	height:350px !important;
}
html body .height-400{
	height:400px !important;
}
html body .height-450{
	height:450px !important;
}
/*----------- Global Settings: Width Style -----------*/
html body .full-width{
	width:100% !important;
}
html body .widthpercent30{
	width:30% !important;
}
html body .widthpercent40{
	width:40% !important;
}
html body .widthpercent50{
	width:50% !important;
}
html body .widthpercent60{
	width:60% !important;
}
html body .widthpercent61{
	width:61% !important;
}
html body .widthpercent62{
	width:62% !important;
}
html body .widthpercent63{
	width:63% !important;
}
html body .widthpercent64{
	width:64% !important;
}
html body .widthpercent65{
	width:65% !important;
}
html body .widthpercent70{
	width:70% !important;
}
html body .widthpercent80{
	width:80% !important;
}
html body .widthpercent90{
	width:90% !important;
}
html body .width-30{
	width:30px !important;
}
html body .width-40{
	width:40px !important;
}
html body .width-50{
	width:50px !important;
}
html body .width-60{
	width:60px !important;
}
html body .width-70{
	width:70px !important;
}
html body .width-80{
	width:80px !important;
}
html body .width-90{
	width:90px !important;
}
html body .width-100{
	width:100px !important;
}
html body .width-110{
	width:110px !important;
}
html body .width-120{
	width:20px !important;
}
html body .width-130{
	width:130px !important;
}
html body .width-140{
	width:140px !important;
}
html body .width-150{
	width:150px !important;
}
html body .width-160{
	width:160px !important;
}
html body .width-170{
	width:170px !important;
}
html body .width-180{
	width:180px !important;
}
html body .width-190{
	width:190px !important;
}
html body .width-200{
	width:200px !important;
}
html body .width-210{
	width:210px !important;
}
html body .width-220{
	width:220px !important;
}
html body .width-230{
	width:230px !important;
}
html body .width-240{
	width:240px !important;
}
html body .width-250{
	width:250px !important;
}
html body .width-260{
	width:260px !important;
}
html body .width-270{
	width:270px !important;
}
html body .width-280{
	width:280px !important;
}
html body .width-290{
	width:290px !important;
}
html body .width-300{
	width:300px !important;
}
/*---------- Global Settings: Line Height ---------*/
html body .line-height-10{
	line-height:10px !important;
}	
html body .line-height-12{
	line-height:12px !important;
}
html body .line-height-14{
	line-height:14px !important;
}
html body .line-height-16{
	line-height:16px !important;
}
html body .line-height-18{
	line-height:18px !important;
}
html body .line-height-20{
	line-height:20px !important;
}
html body .line-height-22{
	line-height:22px !important;
}
html body .line-height-24{
	line-height:24px !important;
}
html body .line-height-26{
	line-height:26px !important;
}
html body .line-height-28{
	line-height:28px !important;
}
html body .line-height-30{
	line-height:30px !important;
}
html body .line-height-32{
	line-height:32px !important;
}
html body .line-height-34{
	line-height:34px !important;
}
html body .line-height-36{
	line-height:36px !important;
}
html body .line-height-38{
	line-height:38px !important;
}
html body .line-height-40{
	line-height:40px !important;
}
html body .line-height-42{
	line-height:42px !important;
}
html body .line-height-44{
	line-height:44px !important;
}
html body .line-height-46{
	line-height:46px !important;
}
html body .line-height-48{
	line-height:48px !important;
}
html body .line-height-50{
	line-height:50px !important;
}
html body .line-height-60{
	line-height:60px !important;
}
html body .line-height-70{
	line-height:70px !important;
}
html body .line-height-80{
	line-height:80px !important;
}
html body .line-height-90{
	line-height:90px !important;
}
html body .line-height-100{
	line-height:100px !important;
}
html body .line-height-110{
	line-height:110px !important;
}
html body .line-height-120{
	line-height:120px !important;
}
html body .line-height-130{
	line-height:130px !important;
}
html body .line-height-140{
	line-height:140px !important;
}
html body .line-height-150{
	line-height:150px !important;
}
html body .line-height-160{
	line-height:160px !important;
}
html body .line-height-170{
	line-height:170px !important;
}
html body .line-height-180{
	line-height:180px !important;
}
html body .line-height-190{
	line-height:190px !important;
}
html body .line-height-200{
	line-height:200px !important;
}
html body .line-height-210{
	line-height:210px !important;
}
html body .line-height-220{
	line-height:220px !important;
}
html body .line-height-230{
	line-height:230px !important;
}
html body .line-height-240{
	line-height:240px !important;
}
html body .line-height-250{
	line-height:250px !important;
}
html body .line-height-260{
	line-height:260px !important;
}
html body .line-height-270{
	line-height:270px !important;
}
html body .line-height-280{
	line-height:280px !important;
}
html body .line-height-290{
	line-height:290px !important;
}
html body .line-height-300{
	line-height:300px !important;
}
html body .line-height-350{
	line-height:350px !important;
}
html body .line-height-400{
	line-height:400px !important;
}
html body .line-height-450{
	line-height:450px !important;
}
/*---------- Global Settings: Font Size ----------*/
html body .font-8{
	font-size:8px !important;
}
html body .font-9{
	font-size:9px !important;
}
html body .font-10{
	font-size:10px !important;
}
html body .font-12{
	font-size:12px !important;
}
html body .font-13{
	font-size:13px !important;
}
html body .font-16{
	font-size:16px !important;
}
html body .font-18{
	font-size:18px !important;
}
html body .font-15{
	font-size:15px !important;
}
html body .font-20{
	font-size:20px !important;
}
html body .font-25{
	font-size:25px !important;
}
html body .font-30{
	font-size:30px !important;
}
html body .font-35{
	font-size:35px !important;
}
html body .font-40{
	font-size:40px !important;
}
html body .font-45{
	font-size:45px !important;
}
html body .font-50{
	font-size:50px !important;
}
html body .font-60{
	font-size:60px !important;
}
html body .font-70{
	font-size:70px !important;
}
html body .font-80{
	font-size:80px !important;
}
html body .font-90{
	font-size:90px !important;
}
html body .font-100{
	font-size:100px !important;
}
html body .font-bold{
	font-weight:bold !important;
}
html body .font-normal{
	font-weight:400 !important;
}
html body .font-midium{
	font-weight:500 !important;
}
html body .font-light{
	font-weight:300 !important;
}
html body .font-italic{
	font-style:italic !important;
}
html body .spacing_1{
	letter-spacing: 1px !important;
}
html body .spacing_2{
	letter-spacing: 2px !important;
}
/*---------- Global Settings: Border Radius ----------*/
html body .br_radius5{
  border-radius: 5px !important;
}
html body .br_radius10{
  border-radius: 10px !important;
}
html body .br_radius15{
  border-radius: 15px !important;
}
html body .br_radius20{
  border-radius: 20px !important;
}
html body .br_radius25{
  border-radius: 25px !important;
}
html body .br_radius30{
  border-radius: 30px !important;
}
html body .br_radius35{
  border-radius: 35px !important;
}
html body .br_radius40{
  border-radius: 40px !important;
}
html body .br_radius55{
  border-radius: 55px !important;
}
html body .br_radius60{
  border-radius: 60px !important;
}
html body .br_radiuspercent50{
  border-radius: 50% !important;
}
/*---------- Global Settings: Label Background ----------*/
html body .label-info{
	background:#01b2ac !important;
}
html body .label-primary{
	background:#1194f7 !important;
}
html body .label-danger{
	background:#f21136 !important;
}
html body .label-warning{
	background:#ff9800 !important;
}
html body .label-success{
	background:#11b719 !important;
}
html body .label-purple{
	background:#c580ff !important;
}
html body .label-default{
	background:#283447 !important;
}
html body .pos_rel{
  position: relative;
}
html body .pos_abs{
  position: absolute;
}
html body .pos_fix{
  position: fixed;
}
.hidden{
  display: none;
}
.nav-wrapper{
  width: 99% !important;
}
/* ==========================================================================
Global Setting
========================================================================== */
/*------- Global Settings: Align Style ----------*/


/*********************************************MODAL CONTENT********************************************/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #050708;
  margin: auto;
  padding: 20px;
  border: 1px solid #050708;
  width: 60%;
}

/* The Close Button */
.depositclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.depositclose:hover,
.depositclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} 
/* The Close Button */
.withdrawclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.withdrawclose:hover,
.withdrawclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} 
/* The Close Button */
.transferclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.transferclose:hover,
.transferclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} /* The Close Button */
.ezgo123close {
  color: #aaaaaa !important;
  float: right !important;
  font-size: 28px !important;
  font-weight: bold !important;
}

.ezgo123close:hover,
.ezgo123close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} 

/* The Close Button */
.ezgo123close01 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.ezgo123close01:hover,
.ezgo123close01:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
} 
      
      .ldb-photo img{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 3px solid #fff;
      }

/*popup window for withdraw turnover*/

      .wturnover_div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    color: #000000 !important;
      }
      .wturnover_div .wturnoversection{
        display: table-cell;
    vertical-align: middle;
    text-align: center;
      }
      .wturnover_div .wturnoverconfirm_box{
        width: 60%;
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .18s;
      }
      .wturnoveryes_box {
       width:40%;
       display: inline-block;
       background-color: #fff;
      }
      .wturnoveryes_box h3{
        color: #000000 !important;
    text-align: center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #EBEBEB;
    margin: 0px;
      }
      .wturnoveryes_box .wturnoveryes_content{
        padding: 20px 0px;
    text-align: center;
          font-family: cursive;
          font-size: 23px;
      }
      .wturnoveryes_box .wturnoverconfirmation_btn{
        position: relative;
    height: 50px;
    line-height: 45px;
    text-align: center;
    /*border-top: 1px solid #EBEBEB;*/
          width: 20%;
          display: inline-block;
      }
      .wturnoveryes_box .wturnoverconfirmation_btn span:nth-last-of-type(2){
        width: 49%;
    border-right: 1px solid #d8d8d8;
      }
      .wturnoveryes_box .wturnoverconfirmation_btn span:first-child{
            height: 47px;
    border-radius: 0 0 0 5px;
      }
      .wturnoveryes_box .wturnoveronfirmation_btn span{
        position: relative;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    color: #000000;
      }
      .wturnoveryes_box .wturnoverconfirmation_btn span button{
        font-size: 13px !important;
    height: 35px !important;
    line-height: 35px !important;
    box-shadow: none !important;
    color: #fff !important;
        padding: 0px !important;
          background: #b27918 !important;
      }
      .wturnoveryes_box .wturnoverconfirmation_btn span:nth-of-type(2){
        font-weight: 700;
    width: 49%;
    height: 39px;
    border-radius: 0 3px 0 0;
      }

.site-promotion-detail{
	color: #fff;
	border: 1px solid #444;
}
 .site-promotion-column{
	 padding-top: 10px;
 }
 .site-promotion-head{
	 width: 100%;
    display: flex;
    background: #e91e63b0;
	height: 170px;
 }
 .site-promotion-head img{
	width: calc(90% - 150px);
    display: inline-block;
	height: 170px;
 }
 .site-promotion-head h2{
	width: calc(10% + 150px);
	font-size: 20px;
    color: #fff;
    padding: 10px;
    display: inline-block;
 }
 .site-promotion-detail{
	display: none;
    padding: 15px;
    background: rgb(0, 0, 0);
	padding-bottom: 40px;
	font-size: 13px;
    line-height: 150%;
 }
 .promo-butt{
    display: block;
	margin-top: 20px;
	margin-right: 15px;
    margin-left: auto;
    width: 120px;
    height: 28px;
    border: 1px solid #ffe373;
    border-radius: 14px;
    padding: 5px 15px 0;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
    text-align: center;
	background: linear-gradient(to bottom, #ffe68c 0%,#eec60a 45%,#d8b200 55%,#c7a400 100%);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
 }
 @media(max-width:640px){
   .promo-butt{
	 margin-top: 5px;
   }
 }
@media(max-width: 764px){
	.site-promotion-head{
		display: table;
		height: unset;
	}
	.site-promotion-head img{
		width: 100%;
		height: unset;
		object-fit: contain;
	}
	.site-promotion-head h2{
		margin: 0;
		font-size: 15px;
		width: 100%;
	}
}


/************************************TRANSFER BALANCE GAME CSS******************************************/
.disabled_div_transfer{
 display: table;
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 display: none;
 background: rgba(0, 0, 0, 0.5);
 z-index: 99;
 color: #000000 !important;
}
.disabled_div_transfer .section_transfer{
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
.disabled_div_transfer .confirm_box_transfer{
 width: calc(70vw - 20%) !important;
 text-align: center;
 position: relative;
 display: inline-block;
 background-color: white;
 border-radius: 6px;
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
 -webkit-transition: all .18s;
}
.confirm_box_transfer h3{
color: #000000 !important;
 text-align: center;
 padding: 0;
 height: 40px;
 line-height: 40px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
 font-size: 16px;
 font-weight: 400;
 border-radius: 5px 5px 0 0;
 border-bottom: 1px solid #EBEBEB;
 margin: 0px;
}
.confirm_box_transfer .confirm_content_transfer{
 padding: 20px 10px;
 text-align: center;
}

.confirm_box_transfer .confirmation_btn_transfer{
 position: relative;
 height: 52px;
 line-height: 36px;
 text-align: center;
 border-top: 1px solid #EBEBEB;
}
.confirm_box_transfer .confirmation_btn_transfer span{
 position: relative;
 display: inline-block;
 text-align: center;
 font-size: 12px;
 cursor: pointer;
 white-space: nowrap;
 color: #000000;
}
.confirm_box_transfer .confirmation_btn_transfer span button{
 font-size: 15px;
 height: 100%;
width: 100%;
 line-height: 35px;
 box-shadow: none !important;
color: #000000;
}
.confirm_box_transfer .confirmation_btn_transfer span:first-child{
 height: 48px;
 border-radius: 0 0 0 5px;
}
.confirm_box_transfer .confirmation_btn_transfer span:nth-last-of-type(2){
 width: 49%;
 border-right: 1px solid #d8d8d8;
}
.confirm_box_transfer .confirmation_btn_transfer span:nth-of-type(2){
 font-weight: 700;
 width: 49%;
 height: 50px;
 border-radius: 0 3px 0 0;
}
.sprofile-panel .list-item {
 width: 100%;
background: linear-gradient(0deg, #f3f4ff, #fff);
border-top: 1px solid #fff;
border-bottom: 1px solid #e1e2ed;
transition: all 0.5s ease;
display: flex;
}
.sprofile-panel .list-item font {
 width: 30%;
color: #71799e;
font-size: 14px;
border-right: 1px solid #e1e2ed;
line-height: 40px;
text-align: center; 
}
.sprofile-panel .list-item .content-item {
 margin: auto 10px;
font-size: 14px;
color: #505a7c;
margin: auto 0px;
width: 70%;
padding-left: 10px;
}
.sprofile-panel .list-item .content-item .copy {
 display: inline-block;
 margin-left: 10px;
 border: 1px solid #e1e2ed;
 padding: 5px 15px;
 border-radius: 5px;
}
.sprofile-panel .list-item .content-item .copy span {
 margin-left: 10px;
}
.disabled_div_transfer{
 display: table;
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 display: none;
 background: rgba(0, 0, 0, 0.5);
 z-index: 99;
 color: #000000 !important;
}
.disabled_div_transfer .section_transfer{
 display: table-cell;
 vertical-align: middle;
 text-align: center;
}
.confirm_box_transfer h3{
color: #000000 !important;
 text-align: center;
 padding: 0;
 height: 40px;
 line-height: 40px;
 text-overflow: ellipsis;
 overflow: hidden;
 white-space: nowrap;
 font-size: 16px;
 font-weight: 400;
 border-radius: 5px 5px 0 0;
 border-bottom: 1px solid #EBEBEB;
 margin: 0px;
}
.confirm_box_transfer .confirm_content_transfer{
 padding: 20px 10px;
 text-align: center;
}

.confirm_box_transfer .confirmation_btn_transfer{
 position: relative;
 height: 52px;
 line-height: 36px;
 text-align: center;
 border-top: 1px solid #EBEBEB;
}
.confirm_box_transfer .confirmation_btn_transfer span{
 position: relative;
 display: inline-block;
 text-align: center;
 font-size: 12px;
 cursor: pointer;
 white-space: nowrap;
 color: #000000;
}
.confirm_box_transfer .confirmation_btn_transfer span button{
 font-size: 15px;
 height: 100%;
width: 100%;
 line-height: 35px;
 box-shadow: none !important;
color: #000000;
}
.confirm_box_transfer .confirmation_btn_transfer span:first-child{
 height: 48px;
 border-radius: 0 0 0 5px;
}
.confirm_box_transfer .confirmation_btn_transfer span:nth-last-of-type(2){
 width: 49%;
 border-right: 1px solid #d8d8d8;
}
.confirm_box_transfer .confirmation_btn_transfer span:nth-of-type(2){
 font-weight: 700;
 width: 49%;
 height: 50px;
 border-radius: 0 3px 0 0;
}
.result_div{
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.border-game {
 border: 1px solid #a57549;
 padding: 10px 5px;
 text-align: center;
 font-size: 12px;
}
