
@font-face {
	font-family: 'AKorean';
	src: url('../fonts/AKorean.TTF')  format('truetype');
  }
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/MONTSERRAT.TTF')  format('truetype');
 }
.navbar .nav-item .nav-link {
	color: #fff;
	text-align: center;
	padding: 2px 0px;	
}
.navbar .nav-item .nav-link p {
	font-size: 13px;
	color: #fff;
}
.navbar .nav-item .nav-link:hover p {
	color: #fbc500;
}
.navbar .nav-item .nav-link:focus p {
	color: #fbc500;
}
.navbar .navbar-nav .nav-item.active .nav-link p{
	color: #fbc500;
}
.navbar .nav-some-link .nav-item .nav-link {
	padding-left: 30px;
	padding-right: 15px;
  }
.navbar-nav {
	width: 100%;
	max-width: 860px;
	justify-content: space-around;
}
.bg-main .test {
	display: flex;
	flex-direction: column;
}
nav.navbar:before {
	content: '';
	background:url('../img/main-line.png') no-repeat;
	width: 100%;
	padding: 3px;
	position: absolute;
	top: 0;
	left: 0;
}
.top-nav .row {
	padding: 15px 0;
}
.top-nav .date-time {
	color: #97a2c1;
	font-size: 15px;
}
.top-nav .event {
	color: #ddad2d;
	font-size: 15px;
}
.isNotLogin {
	display: flex;
	position: absolute;
	right: 5%;
	padding-right: 20px;
	margin-top: 0;
	top: 10px;
}
.isNotLogin .btn {
	margin-left: 5px;
}
#btnLogin, 
#btnRegister, 
#btnLogout,
#btnMyProfile
{
	font-size: 14px;
}
.left-content-banner {
	padding-top: 32%;
	text-align: center;
	color: #fff;
	max-width: 100%;
}
.left-content-banner .wrapper-text {
	margin-top: 15px;
	margin-bottom: 20px;
}
.left-content-banner .slogan {
	font-family: AKorean;
	font-size: 48px;
}
.left-content-banner p.line1,
.left-content-banner p.line2 {
	font-size: 18px;
}
.right-content-banner .img-banner {
	position: absolute;
	bottom: -49px;
	width: 60%;
	left: 13%;
}
.jackpot-container {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	padding: 12px 15px;
}
.jackpot-container .jackpot-content {
	background: url(../images/maga-jackpot-line.png) no-repeat;
    background-position: 100%;
    padding: 4px!important;
    background-size: 100% 100%;
}
.jackpot-container .number-jackpot {
	background-size: contain;
	display: flex;
	margin-top: 7px;
	width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    align-items: center;
    background: url(../images/jackpot-background.jpg) no-repeat;
    background-size: 100% 100%;    
    border-radius: 10px;
}
.jackpot-container .number-jackpot p.number {
	font-size: 40px;
	padding: 3px 5px;
	padding-right: 25px;
}
.jackpot-container .number-jackpot p {
	padding: 30px 17px;
}
.jackpot-container .number-jackpot p img {
	padding-top: 0px;
	padding-left: 7px;
}
.wrapper-list-item .list-item li {
	display: flex;
	flex-direction: column;
}
.mSocial{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 20px 0 10px 0;
}
.mSocial p{
	display: inline-block;
	width: 30%;
	margin-left: 1%;
	margin-right: 1%;
}
.mSocial p a{
	color: #FFF;
}
.mSocial p a img{
	max-width: 100px;
}

.mSocial p a span{
	display: block;margin-top: 5px;
}


.mobileBanner{
	width: 100%;
	position: relative;
	margin: 5px 0 8px 0;
}
.mobileBanner img{
	width: 100%;
}
.mChref{
	width: 100%;
    position: relative;
    text-align: center;
    margin: 5px 0 5px 0;
}
.mChref a{
	display: inline-block;
    background-color: #020606;
    color: #FFF;
    width: 49%;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    margin-right: 1%;
	border: solid 1px #f6c447;
	font-weight: bold;
	font-size: 18px;
	vertical-align: top;
}
.mChref a.active, .mChref a:hover{
	background-color: #f6c447;
	color: #000;
}
.mChref a:last-child{
	margin-right: 0;
}



.wrapper-list-item .col-fix-item-left {
	flex: 0 0 32%;
    max-width: 32%;
}
.wrapper-list-item .col-fix-item-right {
	flex: 0 0 68%;
    max-width: 68%;
}
.wrapper-list-item .col-fix-item-right > .row_fix {
	margin-right: -7px;
}
.wrapper-list-item .list-item .list-item-under {
	margin-top: 10px!important;
}
.wrapper-list-item .product-cover img,
.wrapper-list-item .owl-game-slot .item img,
.wrapper-list-item .col-lg-4 img {
	opacity: 0.6;
}
.wrapper-main {
	background-color: #010101;
	padding: 15px 0;
	border-radius: 10px;
	margin: 0 auto;
	background-color: rgb(1 1 1 / 80%);
	transition-duration: 0.8s;
}
.wrapper-main:hover {
	background-color: rgb(1 1 1 / 100%);
	transition-duration: 0.5s;
}
.bg-container {
	position: relative;
	width: 100%;
	height: 230px;
}

.bg-container-slot-game {
    height: 164px !important;
}
.list-item .bg-container:hover .bg-image {
	filter: brightness(0.5);
}
.bg-container .bg-image {
	border-radius: 10px;
	height: 100%;
	transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
    transition-duration: 0.6s;
}
.bg-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: url(../img/frame-long-off.png) no-repeat;
    background-size: 100% 100%;
}


.list-item .onHover .bg-content .the-girl img {
	filter: brightness(0.5);
    transition-duration: 0.7s;
}
.bg-content:hover {
    filter: grayscale(0);
    transition-duration: 0.3s;
	background: url(../img/frame-long-on.png) no-repeat;
    background-size: 100% 100%;
}
.bg-content:hover .the-girl {
    /*opacity: 10;
    left: 15%;
    transition-duration: 1.5s;*/
}
.bg-content p {
	position: absolute;
}
.bg-content p.chip {
	bottom: 0;
	right: 0;
}
.bg-content p.chip {
	bottom: 0;
	right: 0;
	opacity: 0.4;
}
.bg-content div.the-girl {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 70%;
	margin-left: -15px;
	transition-duration: 1.5s;
	height: 94%;
}
.bg-content div.casino-girl {
	bottom: 5px;
	left: 15px;
	position: absolute;
	width: 50%;
	margin-left: -15px;
	transition-duration: 1.5s;
	display: flex;
}
.bg-content div.slot-g {
	bottom: 5px;
	left: 15px;
	position: absolute;
	width: 50%;
	margin-left: -15px;
	transition-duration: 1.5s;
	display: flex;
}

.bg-content div.game-play {
	bottom: 5px;
    right: 15px;
    left: unset;
    position: absolute;
}
.bg-content div.game-play a {
	display: block;
	opacity: 0;
	transition: opacity 0.3s linear;
}
.onHover .bg-content div.game-play a {
	display: block;
	opacity: 1;
}
/*
.onHover .bg-content div.game-play {
	bottom: 0;
    right: 15px;
    left: unset;
    position: absolute;
    -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 0.14s;
}
*/
.bg-content p.logo {
    bottom: 0;
    left: 42%;
}
.bg-content p.casino-logo {
    top: 15px;
    bottom: unset;
    right: 15px;
    left: unset;
}
.bg-content p.slot-logo {
    top: 15px;
    bottom: unset;
    right: 15px;
    left: unset;
}
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.5; }
}
.title-game-dog-race {
	background: url(../../images/bet-365.jpg) no-repeat;
	display: flex;
	height: 72px;
	margin: 15px;
	color: #fff;
	flex-direction: row;
	align-items: center;
	padding-left: 20%;
	padding-top: 20px;
}
.title-game-dog-race p {
	line-height: 30px;
	display: inline;
	vertical-align: sub;
}
.title-game-dog-race .btn {
	display: inline;
}
.title-game-dog-race .btn {
	background-color: #000!important;
    border: 2px solid #ff7800;
    color: #ff7800!important;
	font-weight: 700;
    border-radius: 5px;
    padding: 3px 15px;
}
.wrap-text-title .big-title {
	font-family: Montserrat;
	font-weight: bold;
	text-align: right;
	font-size: 50px;
	color: #fff;
	font-style: oblique 20deg;
}
.wrap-text-title .big-title p {
	display: inline-block;
	color: #ff7800;
}
.wrap-text-title .intro {
	font-family: Montserrat;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #929292;
	font-style: italic;
}
.list-item-under {
	margin-top: 5px!important;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #212224;
    margin: 1em 0;
    padding: 0;
	margin-left: 15px;
	margin-right: 15px;
}
.transaction-container {
	display: flex;
	width: 100%;
}
.transaction-container .transaction {
	display: flex;
	width: 100%;
}
.transaction-table-container .table-heading {
	margin-bottom: 5px;
}
.transaction-table-container .table-heading span {
	color: #ffde00;
}
.transaction-table-container .transaction-list {
	/* display: flex;
	flex-direction: row; */
	list-style: none;
	margin: 0;
	padding: 0;

}
.transaction-table-container .transaction-list .items .text-center {
	color: red;
	margin-left: auto;
    margin-right: 25%;
}
.transaction .transaction-table-container {
    min-height: 195px;
    background: #262626;
    border: 1px solid #2e2e2e;
    padding: 15px 28px 0;
    overflow: hidden;
	border-radius: 7px;
}
ul.transaction-list .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7.3px 0;
    border-bottom: 1px solid #4a4a4a;
    font-size: 12px;
    color: #ffffff;
}
ul.transaction-list .items:last-child {
	border: 0;
}
ul.transaction-list .items .transaction-item.yl span {
	color: #ffde00;
}
ul.transaction-list .items .transaction-item a {
	color: #ffffff;
}
ul.transaction-list .items .transaction-item a:hover {
	color: #ffde00;
}
.qbox {
  height: 268px;
  width: auto;
  box-sizing: border-box;
  overflow: hidden;
}

.marq {
  position: relative;
  box-sizing: border-box;
}
/*
.item {
  background: #4CAF50;
  color: white;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 8px;
}
*/
#number_display {
	min-width: 460px;
	height: 68px;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	margin-top: 19px;
	margin-right: 15px;
	border: 0;
	padding: 0;
}
.guest-container .isNotLogin input {
    width: 150px;
    height: 30px;
    border: 1px solid #383449;
    background: #000000;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 12px;
    line-height: 30px;
	margin-right: 5px;
}
.jodometer_dot {
	padding-right: 43px;
}
.jodometer_integer_0,
.jodometer_integer_1,
.jodometer_integer_2,
.jodometer_integer_3,
.jodometer_integer_4,
.jodometer_integer_5,
.jodometer_integer_6,
.jodometer_integer_7,
.jodometer_integer_8,
.jodometer_integer_9,
.jodometer_integer_10 {
	width: 40px;
}

.partner-container {
	margin-top: 15px;
	margin-bottom: 30px;
}
.partner-container .item_partner {
	margin-top: 15px;
}
/*.partner-container .item_partner img {
	opacity: 0.4;
}*/
.header-menu-mobile {
	background: transparent;
    position: relative;
    height: 50px;
    line-height: 69px;
    padding-top: 0px;
    padding-right: 15px;
}
.header-menu-mobile button span {
	color: #fff;
	font-size: 35px;
}
.menu-mobile-bg {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
#navbarMain {
	justify-content: space-between;
}
#navbarMain .links {
	width: 40%;
}
#navbarMain .links .nav-item {
	/*padding: 0 28px;*/
	width: 25%;
	z-index: 11;
}
#navbarMain .links .nav-item .nav-link p {
	white-space: nowrap;
}
#navbarMain .left-links .navbar-nav {
	justify-content: flex-end;
}
#navbarMain .right-links .navbar-nav {
	justify-content: flex-start;
}
.bot-nav {
    background: rgba(0, 0, 0, 0.6);
    height: 40px;
    z-index: 1;
    display: flex;
}
.bot-nav .ovel {
	z-index: 1;
}
.bot-nav .list-inline {
	margin: 0;
}
.bot-nav .list-inline>li {
	display: inline-block;
	margin-left: 35px;
}
.bot-nav .list-inline>li>a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 30px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 40px;
    margin: 0;
}
.navbar .logo-container {
    position: absolute;
    top: -60%;
    left: 50%;
    z-index: 10;
}
.owl-slide-banner {
	list-style: none;
}
.left-content-banner .owl-slide-banner li {
	padding-bottom: 15px;
}
.navbar .logo-container .solid-bg {
	width: 86%!important;
}
.navbar .logo-container .content {
    position: relative;
    left: -50%;
    cursor: pointer;
    text-align: center;
}
.transaction .wrap {
	background-color: #141414;
}
.button-container {
    text-align: center;
    position: relative;
    bottom: -9px;
}
.button-container .btn.btn-promo {
    width: 175px;
    height: 38px;
    font-size: 12px;
    padding: 0;
    color: #ffc527;
    border-radius: 20px;
    border: 2px solid #e6c25f;
    background: #000000;
    background: -moz-linear-gradient(top, #5027aa 0%, #2a1d5e 100%);
    background: -webkit-linear-gradient(top, #5027aa 0%,#2a1d5e 100%);
    background: linear-gradient(to bottom, #000000 0%,#2d2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5027aa', endColorstr='#2a1d5e',GradientType=0 );
}
.button-container .btn.btn-promo:hover {
    border: 1px solid #000000;
    background: #000000;
    color: #f4b741;
}
.owl-theme .owl-dots button.owl-dot {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.owl-theme .owl-dots button.owl-dot span {
    opacity: .75;
    color: #7e7e7e;
    font-size: 14px;
}
.owl-theme .owl-dots button.owl-dot.active span {
    opacity: .75;
    background-color: #fad002;
    font-size: 14px;
}
.csn-country-group {
	position: absolute;
	right: 2%;
	top: 10px;
}
.country-gcp {
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 85px;
}
.popup-overlay {
	background-color: rgb(0,0,0,0.9);
	bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    display: none;
    padding-top: 140px;
    padding-bottom: 100px;
    justify-content: center;
}
.popup-show {
	overflow: hidden;
}
.popup-games {
	width: 1260px;
	margin: 0 auto;
	background-color: #000000;
	padding-bottom: 0px;	
	box-sizing: content-box;
	display: flex;	
	border: 3px solid #5e583b;
	border-radius: 4px;	
	position: relative;
    left: 0%;
    z-index: 9999;
}

.popup-casino-slot .sub-popup-slot .game-name {
	background-color: #211F20;
	padding: 7px 15px;
    margin-top: 7px;
	text-align: center;
    color: #fff;
    font-size: 14px;
}
.popup-casino-slot .sub-popup-slot .text-under-btn {
	font-size: 18px;
    font-weight: bold;
    color: #7a7a7a;
    display: flex;
    position: relative;
    justify-content: center;
}
.popup-casino-slot .sub-popup-slot .bg-content div.game-play {
    top: 50%;
    right: unset;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    display: none;
}
.popup-casino-slot .sub-popup-slot .onHover .bg-content div.game-play {
    display: block;
    opacity: 1;
}
.popup-casino-slot .sub-popup-slot .bg-content div.game-play.active .text-under-btn {
	color: #ffffff;
}
.popup-casino-slot .popup-sub-banner {
	display: flex;
	background: url(../../images/slot-sub-banner.jpg) no-repeat;
}
.popup-casino-slot .popup-sub-banner .k7-content {
	display: flex;
    width: 100%;
    justify-content: flex-end;
}
.popup-casino-slot {
	display: none;
}
.line-color {
	width: 100%;
	background: url(../../images/line-color.png) no-repeat;
	height: 2px;
}
.line-yl {
	width: 100%;
	background: url(../../images/line-yl.png) no-repeat;
	height: 2px;
}
.popup-games .wrapper-nav {
	background: url(../../images/bg-transparent-nav.png) no-repeat;
	background-size: 100% 100%;
    z-index: 9;
}
.popup-games .wrapper-nav .bg-nav-motive-casino {
	background: url(../../images/casino-motive-nav.gif) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    z-index: -1;
}
.popup-games .wrapper-nav .bg-nav-motive-slot {
	background: url(../../images/slot-motive-nav.gif) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.popup-games .wrapper-nav .nav {
	width: 100%;
	margin-left: auto;
	position: relative;
	justify-content: center;
}
.popup-games .nav .nav-item .nav-link {
	padding: 0;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.popup-games .main-popup {
	background-color: #000000;
}
.popup-games .main-popup .list-item li:hover .bg-container .bg-image {
	opacity: 0.25;
}
.popup-games .main-popup .list-item li:hover .game-display img {
	opacity: 0.25;
}
.popup-games .main-popup .list-item li:hover .chip img {
	opacity: 0.25;
}
.popup-games .nav .nav-item .nav-link img {
	width: 100%;
}
.popup-games .nav .nav-item .link-off {
	display: block;
}
.popup-games .nav .nav-item .link-on,
.popup-games .nav .nav-item .link-hover {
	display: none;
}
.popup-games .nav .nav-item.active .link-off {
	display: none;
}
.popup-games .nav .nav-item.active .link-on {
	display: block;
}
.popup-games .nav .nav-item:hover .link-on {
	display: block;
}
.popup-game .nav .nav-item:hover .link-off{
	display: none;
}
.popup-games .nav .nav-item.item-casino {
	background: url(../../images/casino-icon-on.gif) no-repeat;
	background-position: 95% 6px;
	padding-right: 50px;
	margin-right: 11%;
}
.popup-game .nav .nav-item.item-slot {
	background: url(../../images/slot-icon-on.gif) no-repeat;
	background-position: 0 8px;
	padding-right: 4%;
}
.popup-game .nav .nav-item a:focus .link-off,
.popup-game .nav .nav-item a:focus .link-on {
	display: none;
}
.popup-game .nav .nav-item a:focus .link-hover {
	display: block;
}
.popup-game .footer-popup {
	text-align: center;
    background: url(../../images/bg-popup-footer.jpg) no-repeat;
}
.popup-game .footer-popup .btn-close-popup-game {
	padding: 23px 30px;
    color: #ffcc00;
    background: url(../../images/colse-botton-on.png) no-repeat;
    background-size: 100% 100%;
    width: 150px;
}
.popup-game .footer-popup .btn-close-popup-game:hover {
	background: url('../../images/colse-botton-off.png') no-repeat;
	background-size: 100% 100%;
}
.popup-game .bg-image-off .bg-image {
	opacity: 0.3;
}
.popup-games .comming-soon {
	background-image: url('../../images/text-comming-soon.png');
	padding: 30px 0;
	width: calc(100% - 8px);
    top: calc(50% - 30px);
    left: 4px;
}
.popup-games .bg-content:hover .the-girl {
    left: 10%;
    transition-duration: 1.5s;
}
.popup-games .bg-content div.the-girl {
	bottom: -13px;
}
.popup-games .bg-content div.the-girl {
	bottom: 3px;
	left: 0;
	position: absolute;
	width: 75%;
	margin-left: -15px;
	transition-duration: 1.5s;
	display: flex;
}
.popup-games .bg-content div.game-display {
	bottom: 3px;
	left: 3px;
	position: absolute;
	width: calc(100% - 6px);
	display: flex;
}
.popup-games .list-slot-game .bg-content .game-play {
    bottom: 5px;
    right: -50%;
}
.popup-games .list-slot-game .bg-content:hover .game-play {
    bottom: 5px;
    right: 0px;
    transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.22, 0.16, 0.01, 0.01);
}
.popup-games .bg-content p.logo {
    top: 0;
   	right: 0;
   	display: flex;
   	flex-direction: column;
}
.popup-games .bg-content p span.text-logo {
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    margin-left: auto;
    display: flex;
    margin-right: 20px;
}
.popup-games .bg-content {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	background: url(../img/frame-off.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
}
.popup-games .bg-content:hover {
	background: url(../img/frame-on.png) no-repeat;
    background-size: 100% 100%;
    border: 0;
}
.popup-games .list-slot-game .bg-content p.chip {
	opacity: 1;
}
.popup-games .list-slot-game div.game-display .text-logo {
    display: flex;
    position: absolute;
    right: 5%;
    color: white;
    font-weight: bold;
    font-size: 14px;
    top: 29%;
}
.close-popup {
	position: absolute;
    right: 30px;
    top: 25%;
}
.referralcode-form-popup .close-popup,
.login-form-popup .close-popup {
	position: absolute;
    right: 12px;
    top: 13px;
}
.close-popup .close {
	background-color: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
}
.close-popup .close span {
	font-size: 35px;
	vertical-align: super;
	padding-left: 2px;
}
.banner-popup-header .banner-popup-header-content {
	display: none;
}
.banner-popup-header .banner-popup-header-content.active {
	display: flex;
}
.banner-popup-header-content {
	display: flex;
	padding-left: 5%;
	position: relative;
}
.banner-popup-header-content .ind-popup {
	padding: 48px 15px 20px 15px;
    background-position: -18px 0px;
    position: relative;
    height: 95px;
    padding-right: 134px;
}
.banner-popup-header-content .ind-popup  img.title {
	position: absolute;
	bottom: 8px;
}
.banner-popup-header-content .ind-text {
	align-self: self-end;
	padding-bottom: 18px;
	color: #a9a9a9;
	font-size: 12px;
}
.fill-over-bg {
    position: absolute;
    background: url(../../images/pinwheel-banner.gif) no-repeat;
    background-position-y: -1px;
    background-size: 100% 100%;
    top: 0px;
    left: -20px;
    width: 99px;
    height: 100%;
    z-index: -1;
}
.fill-over-bg-exchange {
    position: absolute;
    background: url(../../images/header_tab2.gif) no-repeat;
    background-position-y: -1px;
    background-size: 100% 100%;
    top: 0px;
    left: -20px;
    width: 99px;
    height: 100%;
    z-index: -1;
}
.fill-over-bg-comprequest {
    position: absolute;
    background: url(../../images/header_tab3.gif) no-repeat;
    background-position-y: -1px;
    background-size: 100% 100%;
    top: 0px;
    left: -20px;
    width: 99px;
    height: 100%;
    z-index: -1;
}
.fill-over-bg-comprequest {
    position: absolute;
    background: url(../../images/header_tab3.gif) no-repeat;
    background-position-y: -1px;
    background-size: 100% 100%;
    top: 0px;
    left: -20px;
    width: 99px;
    height: 100%;
    z-index: -1;
}
.fill-over-bg-depwd_hs {
    position: absolute;
    background: url(../../images/header_tab5.gif) no-repeat;
    background-position-y: -1px;
    background-size: 100% 100%;
    top: 0px;
    left: -20px;
    width: 99px;
    height: 100%;
    z-index: -1;
}
.fill-over-bg-coupon-details {
    position: absolute;
    background: url(../../images/header_tab4.gif) no-repeat;
    background-position-y: -1px;
    background-size: 100% 100%;
    top: 0px;
    left: -20px;
    width: 99px;
    height: 100%;
    z-index: -1;
}
.fill-over-bg-mypage {
    position: absolute;
    background: url(../../images/header_tab6.gif) no-repeat;
    background-position-y: -1px;
    background-size: 100% 100%;
    top: 0px;
    left: -20px;
    width: 99px;
    height: 100%;
    z-index: -1;
}
.d-banner-popup-motive {
	background: url(../../images/net-motive.gif) no-repeat;
	background-size: cover;
	position: absolute;
	left: 66.7%;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.popup-charge-money {
	display: none;
}
.popup-charge-money.mBileCharge{display: block;}
.popup-charge-money.mBileCharge, .popup-charge-money.game_notice_new{margin-top: 110px;} 


.popup-charge-money .main-popup {
	background: url(../../images/bg-popup-bottom.png) no-repeat;
	background-color: #000;
	background-position: 100% 100%;
}
.popup-charge-money .wrapper-nav {
    margin-top: 43px;
	background: url(../../images/bg-nav.png) repeat-x;
	padding: 10px 0px;
	background-size: 100% 15px;
	z-index: -1;
}
.popup-charge-money .wrapper-nav .w-nav {
    width: 70%;
    margin: 0 auto;
}
.popup-charge-money .wrapper-nav .nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin: 0 auto;
}
.popup-charge-money.popup-event_notes .wrapper-nav .nav {
	justify-content: center;
}
.popup-charge-money .wrapper-nav .nav .nav-item {
	position: relative;
}
.popup-charge-money.popup-event_notes .wrapper-nav .nav .nav-item {
	position: relative;
	padding: 0px 55px;
}
.popup-charge-money .wrapper-nav .nav .nav-item.active .nav-link {
	color: #ffe400;
}
.popup-charge-money .wrapper-nav .nav .nav-item a.active:before {
	position: absolute;
	content: '';
	top: -32px;
	background: url(../img/icon-item-select.gif) no-repeat;
	background-position: 0;
	width: 27px;
	height: 27px;
    z-index: -1;	
   	left: 50%;
    transform: translate(-50%, 0%);
}
.popup-charge-money .nav .nav-item {
}
.popup-charge-money .nav .nav-item .nav-link {
	padding: 0;
	color: #fff;
	font-weight: bold;
}
.popup-charge-money .nav .nav-item .nav-link.active {
	color: #ffe400;
}
.popup-charge-money .footer-popup {
	background-image: unset;
}
.popup-charge-money .wrap-form {
	padding-top: 25px;
    padding-bottom: 25px;	
}
.popup-charge-money .wrap-form form {
	margin-bottom: 60px;
}
.popup-charge-money .footer-popup .title-guide {
	color: #ffe400;
	font-size: 14px;
}
.popup-charge-money .footer-popup .guide-content {
	color: #ffffff;
	font-size: 12px;
	padding-left: 5px;
}
.popup-charge-money .wrap-form .guide-content {
	color: #ffffff;
	font-size: 12px;
	padding-left: 5px;
	margin-left: -35px;
}
.popup-charge-money .wrap-form .input-group-st .amount-desposite-text,
.popup-charge-money .wrap-form .input-group-st .message-text {
	padding-top: 10px;
}
.popup-charge-money .wrap-form .input-group-st {
	margin-bottom: 10px;
	position: relative;
}
.popup-charge-money .wrap-form .input-group-st select {
	z-index: 0;
}
.popup-charge-money .wrap-form .input-group-st i {
	color: #fff;
}
.popup-charge-money .wrap-form .input-group-st i.bottom {
	transform: translate(-13px, 0px) rotate(-90deg)
}
.popup-charge-money .wrap-form .input-group-st i.fl-box {
	transform: translate(10px, 10px) rotate(-90deg);
    position: absolute;
    z-index: 1;
}
.popup-charge-money .wrap-form .input-group-st .form-control.fl-box {
	padding-left: 25px;
}
select {
    -webkit-appearance: none;
    -moz-appearance : none;
    border:1px solid #ccc;
    border-radius:3px;
    padding:5px 3px;
}
.popup-charge-money .wrap-form .content-guild {
	color: #ffffff;
	font-size: 12px;
	padding-left: 5px;
	margin-top: 15px;
}
.popup-charge-money .wrap-form .title-guide ,
.popup-charge-money .wrap-form .input-group-st label {
    font-size: 14px;
    color: #ffe400;
    padding-right: 15px;
    align-self: center;
    margin: 0;
    left: -14%;
    position: absolute;
    text-align: right;
    justify-content: flex-end;
    display: flex;
    width: 15%;
}
.popup-charge-money .wrap-form .input-group-st.no-cs label{
    font-size: 14px;
    color: #ffe400;
    padding-right: 15px;
    align-self: center;
    margin: 0;
    left: unset;
    position: relative;
    text-align: right;
    justify-content: flex-end;
    display: flex;
    width: 30%;
}
#myprofile {
	margin: 85px auto;
}
#myprofile .bot-btn {
	margin-left: calc(28% + 2px);
	margin-top: 32px;
}
.popup-charge-money .wrap-form .title-guide {
    left: -18%;
}

.popup-charge-money .wrap-form .input-group-st p {
	font-size: 14px;
	color: #a9a9a9;
	padding-left: 15px;
	align-self: center;
}
.popup-charge-money .wrap-form .input-group-st .form-control {
	border: 1px solid rgb(99,99,99);
	background-color: rgb(17,17,17);
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	padding: 7px 15px;
	width: 300px;
	max-width: 100%;
    flex: 0 0 319px;
}
.popup-charge-money .wrap-form .input-group-st .form-control.unit-r {
	padding-right: 25px;
}
.popup-charge-money .wrap-form .input-group-st.no-cs .form-control {
	flex: 0 0 260px;
	padding: 19px 15px;
}
.popup-charge-money .wrap-form .box-data-vs-form {
	background-color: #0f0f0f;
	border-radius: 5px;
	padding: 15px;
	border: 1px solid #646464;
}
.popup-charge-money .wrap-form .box-data-vs-form ul.list-pull {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
.popup-charge-money .wrap-form .box-data-vs-form ul.list-pull .item {
	display: flex;
	flex-direction: row;
	font-size: 16px;
	padding-bottom: 3px;
}
.popup-charge-money .wrap-form .box-data-vs-form ul.list-pull .item .left {
	position: absolute;
    left: -100%;
    color: #ffe400;
    width: 87%;
    justify-content: unset;
    text-align: end;
}
.popup-charge-money .wrap-form .box-data-vs-form ul.list-pull .item .text-in {
	color: #fff;
}
.popup-charge-money .wrap-form .btn {
	border-radius: 5px;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	font-weight: bold;
	outline: 0;
	border: 0;
	width: 80px;
	height: 30px;
}
.popup-charge-money .wrap-form .btn-gw {
	background-color: #E0D6AA;
}
.popup-charge-money .wrap-form .btn-yl {
	background-color: #FFD200;
}

.popup-charge-money .wrap-form .option-group {
	padding-left: 15px;
	padding-bottom: 10px;
}
.popup-charge-money .wrap-form .option-group .btn-yl:hover,
.popup-charge-money .wrap-form .option-group .btn-gw:hover, 
.popup-charge-money .wrap-form .option-group .btn-yl:active,
.popup-charge-money .wrap-form .option-group .btn-gw:active {
	background-color: #FFD200;
	color: #fff;
}
.popup-charge-money .close-popup {
    position: absolute;
    right: 15px;
    top: 5px;
}
.popup-charge-money .close-popup .close {
    background-color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}
.popup-charge-money .close-popup .close span {
    font-size: 21px;
    vertical-align: super;
    padding-left: 1px;
}
.popup-charge-money .wrap-form .btn-red:hover {
	background-color: #ff0000;
}
.popup-charge-money .wrap-form .btn-red {
	background-color: #690000;
	color: #ffffff;
	margin-left: 10px;
}
.footer-popup-bot {
	display: flex;
	text-align: center;
	justify-content: center;
	width: 100%;
	margin: 30px;
}

.popup-charge-money .text-off {
	display: inline;
}
.popup-charge-money .btn-popup-charge .text-on,
.popup-charge-money .btn-popup-charge .text-hover {
	display: none;
}
.popup-charge-money .wrap-form .btn-popup-charge:hover,
.popup-charge-money .wrap-form .btn-popup-charge:focus {
	background: url(../../images/bg-button-close-popup-charge-hover.png) no-repeat;
}
.popup-charge-money .wrap-form .btn-popup-charge.active {
	background: url(../../images/bg-button-close-popup-charge-hover.png) no-repeat;
}
.popup-charge-money .wrap-form .btn-popup-charge.active .text-off {
	display: none;
}
.popup-charge-money .wrap-form .btn-popup-charge.active .text-on {
	display: inline;
}
.popup-charge-money .btn-popup-charge:hover .text-off,
.popup-charge-money .btn-popup-charge:hover .text-hover {
	display: none;
}
.popup-charge-money .btn-popup-charge:hover .text-on {
	display: inline;
}
#charge .wrap-form .btn-popup-charge,
#exchange .wrap-form .btn-popup-charge {
	width: 319px;
}
.popup-charge-money .wrap-form .btn-popup-charge {
	background: url(../../images/bg-button-close-popup-charge.png) no-repeat;
	width: 260px;
    padding: 10px 101px;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.popup-charge-money a.btn-popup-charge:focus .text-off {
	display: none;
}
.popup-charge-money a.btn-popup-charge:focus .text-on {
	display: inline;
}


/*
.popup-charge-money .wrap-form .bot-btn:focus:active .text-hover,
.popup-charge-money .wrap-form .bot-btn:active .text-hover {
    display: inline;
}*/
.sub-popup-banner {
  	transition: .5s all linear;
 	opacity: 0;
 	height: 0;    
 	padding-top: 111px;
 	position: absolute;
}
.sub-popup-banner.show {
	padding: 0;
 	opacity: 1;
 	height: unset;
 	padding-top: 0;
 	position: relative;
}
.popup-auth {
	position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    display: none;
}
.popup-auth.reg-form-popup {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -7%);
}
.login-form-popup,
.referralcode-form-popup {
	width: 386px;
	height: 315px;
	margin: 0 auto;
	background-color: #000000;
	padding-bottom: 0px;	
	box-sizing: content-box;
	z-index: 9999;
	border-radius: 4px;	
}
.reg-form-popup {
	width: 800px;
	height: 720px;
	margin: 0 auto;
	background-color: #000000;
	padding-bottom: 0px;	
	box-sizing: content-box;
	z-index: 9999;
	border-radius: 4px;
	padding: 55px 15px 15px;	
}
.login-form-popup .main-popup,
.referralcode-form-popup .main-popup,
.login-form-popup .main-popup .wrap-form,
.referralcode-form-popup .main-popup .wrap-form {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-size: 100% 100%;
    padding-top: 66px;
}
.reg-form-popup .main-popup .wrap-form {
	height: 100%;
	width: 100%;
	display: flex;
	background-size: 100% 100%;
}

.referralcode-form-popup,
.login-form-popup {
	background: url('../../images/bg-ale-scene.png') no-repeat;
	background-color: #000000;
}
.referralcode-form-popup  .wrap-form, 
.login-form-popup  .wrap-form {
	background: url('../../images/bg-line-wrap-login.png') no-repeat;
}
.referralcode-form-popup .line-bot-logo,
.login-form-popup .line-bot-logo {
	background: url('../../images/line-color.png') no-repeat;
	margin: 0 6px;
	height: 2px;
	border-top: unset;
}
.reg-form-popup  .wrap-form {
	background: url('../../images/bg-line-wrap-reg.png') no-repeat;
}

.popup-auth .close-popup .close {
	background-color: #fff;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    background-color: #282b2d;
}
.popup-auth .close-popup .btn-close-popup-referralcode,
.popup-auth .close-popup .btn-close-popup-login,
.popup-auth .close-popup .btn-close-popup-reg {
	width: 18px;
	height: 18px;
	opacity: 1;
}

.popup-auth .close-popup .close span {
	font-size: 24px;
    font-weight: 300;
    width: 18px;
    padding: 0;
    height: 18px;
    padding: 0;
    margin: 0;
    top: -7px;
    left: 0;
    position: absolute;
    color: #fff;
}
.referralcode-form-popup .form-layout,
.login-form-popup .form-layout {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	align-self: flex-end;
	width: 73%;
	margin-bottom: 9px;
}
.reg-form-popup .close-popup {
	right: 12px;
    top: -25px;
}

.reg-form-popup .form-layout {
	display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-self: center;
    margin-bottom: 15px;
    position: absolute;
    right: 15px;
    top: 100px;
    width: 555px;
    margin-right: 15px;
}
.popup-auth .form-layout form {
	width: 100%;
	margin: 0;
}

.popup-auth .close-popup .close:focus,
.popup-auth .close-popup .close:active,
.popup-auth .close-popup .close:hover {
	opacity: 1!important;
}
.popup-auth .close-popup .close:focus span,
.popup-auth .close-popup .close:active span,
.popup-auth .close-popup .close:hover span{
	color: #e1c002;
}
.btn-login-user {
	background: url('../../images/bg-btn-login-user.png') no-repeat;
	font-size: 16px;
	color: #c7c7c7;
	padding: 10px 15px;
	display: flex;
	justify-content: center;
	margin-left: -2px;
}
.btn-login-user:hover {
	background: url('../../images/bg-btn-login-user-hover.png') no-repeat;
	color: #ffde00;
}
.referralcode-form-popup p, 
.login-form-popup p {
	color: #ffffff;
}
.referralcode-form-popup a.reg-account,
.login-form-popup a.reg-account {
	color: #fad00a;
}
.referralcode-form-popup a.reg-account:hover, 
.login-form-popup a.reg-account:hover {
	color: #ffde00;
}
.referralcode-form-popup .bot-btn {
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}
#frmReferralCodePopup .label-referralcode-input {
	position: absolute;
    left: -75px;
    color: #c7c7c7;
    font-size: 14px;
    top: 10px;
}
.btn-referralcode {
	background: url(../../images/btn-referralcode.png) no-repeat;
    background-size: 105% 116%;
    background-position: -2px -3px;
    padding: 10px 35px;
    color: #c7c7c7;
    margin-right: 10px;
	font-size: 14px;
}
.btn-referralcode:hover {
	background: url('../../images/btn-referralcode-on.png') no-repeat;
    background-size: 105% 116%;
    background-position: -2px -3px;
    padding: 10px 35px;
	color: #c7c7c7;
	font-size: 14px;
}
.btn-cancel-referralcode {
	background-color: #ff0000;
	border: 1px solid #111;
	padding: 10px 35px;
	color: #c7c7c7;
	border-radius: 5px;
	font-size: 14px;
}
.btn-cancel-referralcode:hover {
	opacity: 0.8;
	padding: 10px 35px;
	color: #c7c7c7;
	font-size: 14px;
}
.icon-box {
	background: url('../img/line-hz-icon-login.png') no-repeat;
	background-position: 100% 5px;
}
.icon-box i {
	color: #fff;
}
.login-form-popup .input-group-st .form-control {
	height: 22px;
    margin-top: 10px;
    background-color: #090909;
    border: 0;
    outline: 0;
    box-shadow: unset;
    max-width: max-content;
    font-size: 12px;
}
.referralcode-form-popup .input-group-st .form-control {
    height: 22px;
    margin-top: 5px;
    background-color: #090909;
    border: 0;
    outline: 0;
    box-shadow: unset;
    max-width: max-content;
    font-size: 12px;
    margin-bottom: 7px;
}
.reg-form-popup .input-group-st .form-control {
	height: 22px;
    margin-top: 10px;
    background-color: #090909;
    border: 0;
    outline: 0;
    box-shadow: unset;
    max-width: max-content;
    font-size: 12px;
}
.referralcode-form-popup .input-group-st .form-control:active,
.login-form-popup .input-group-st .form-control:active {
	color: #495057;
}
.referralcode-form-popup .input-group-st,
.login-form-popup .input-group-st {
	background: url('../../images/bg-input-box-login.png') no-repeat;
	background-size: contain;
	margin-bottom: 15px;
	display: flex;
	background-size: 100% 100%;
    position: relative;
    padding: 3px!important;
}
.referralcode-form-popup .input-group-st {
	background: url('../../images/bg-input-box-login.png') no-repeat;
	background-size: contain;
	margin-bottom: 15px;
	display: flex;
	background-size: 100% 100%;
    position: relative;
    padding: 3px!important;
}
.reg-form-popup .input-group-st {
}

.reg-form-popup .input-group-st-cslect {
	height: 44px;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select {
	display: flex;
	flex-direction: column;
	position: absolute;
	width: 280px!important;
}
.reg-form-popup .wrap-form .input-group-st .form-control {
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	padding: 22px 15px;
	width: 300px;
	max-width: 100%;
    flex: 0 0 280px;
	background: url('../../images/bg-input-box-reg.png') no-repeat;
	background-size: 100%;
	display: flex;
	margin: 0;

}
.reg-form-popup .wrap-form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	padding: 10px;
	text-align: center;
}
.reg-form-popup .wrap-form .bootstrap-select .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0;
    content: "";
    border-top: 7px solid #6f6f6f;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
    position: absolute;
    top: calc(50% - 3px);
    right: 7px;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select {
    width: 300px;
    max-width: 100%;
    flex: 0 0 unset;
    background: url(../../images/bg-input-box-reg.png) no-repeat;
    background-size: 100%;
    display: flex;
    border: 0;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select button.btn {
	background-color: transparent;
    height: 44px;
    border: 0;
    width: 270px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    outline: 0!important;
    margin: 3px 0 0 3px;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select.show button.btn {
	background-color: #181818;
    height: 44px;
    border: 0;
    width: 270px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    outline: 0!important;
    margin: 3px 0 0 3px;
    border: 1px solid #987401;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select button.btn:focus {
	border: 0;
	box-shadow: unset;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select .dropdown-menu {
	position: relative!important;
	transform: unset!important;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select .dropdown-menu.show {
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 35px;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select #bs-select-1 {
	overflow: hidden;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select .dropdown-menu.inner.show {
    min-width: unset;
    width: 270px;
    margin-left: 3px;
    border: 1px solid #987401;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #181818;
    overflow-y: scroll;
    height: 400px;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select .dropdown-menu.inner.show .dropdown-item {
	text-align: center;
    color: #6D6E6A;
    font-size: 14px;
}
.reg-form-popup .wrap-form .input-group-st .bootstrap-select .dropdown-menu.inner.show .dropdown-item.active,
.reg-form-popup .wrap-form .input-group-st .bootstrap-select .dropdown-menu.inner.show .dropdown-item:hover {
    background-color: #0c0c0c;
    color: #fff;
}
.reg-form-popup .wrap-form .input-group-st .btn-outline-secondary {
	margin: 0;
	padding: 4px 0;
	border:0;
	border-radius: 5px;
	width: 36px;
}
.reg-form-popup .wrap-form .input-group-st .show>.btn-outline-secondary.dropdown-toggle,
.reg-form-popup .wrap-form .input-group-st .btn-outline-secondary:focus,
.reg-form-popup .wrap-form .input-group-st .btn-outline-secondary:active,
.reg-form-popup .wrap-form .input-group-st .btn-outline-secondary:hover {
    color: #fff;
    background-color: #101010;
    border-color: #6c757d;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.reg-form-popup .wrap-form .input-group-st .input-group-prepend {
	position: absolute;
	z-index: 888;
}
.reg-form-popup .wrap-form .input-group-st .input-group-prepend .ctry-img {
	width: 23px;
	height: 23px;
}
.reg-form-popup .wrap-form .input-group-st .input-group-prepend .dropdown-menu {
	min-width: 100%;
    width: 36px;
    background-color: transparent;
}
.reg-form-popup .wrap-form .input-group-st .input-group-prepend .dropdown-menu:hover .dropdown-item,
.reg-form-popup .wrap-form .input-group-st .input-group-prepend .dropdown-menu:active .dropdown-item {
	background-color: #000000;
}
.reg-form-popup .wrap-form .input-group-st .input-group-prepend .dropdown-menu .dropdown-item {
	padding: 4px 0px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.reg-form-popup .wrap-form .input-group-st  .form-control-has-prepend {
	padding-left: 60px;
}
.login-form-popup .reg-account {
	display: flex;
	font-size: 12px;
	margin-top: 10px;
	justify-content: center;
}

.login-form-popup .reg-account p {
}
.login-form-popup .reg-account a {
	color: #ffde00;
	padding-left: 5px;
}
.reg-form-popup .wrap-form .input-group-st label .icon {
	width: 18px;
    height: 18px;
    margin-left: 10px;
    padding-left: 0;
    align-self: auto;
}
.reg-form-popup .wrap-form .input-group-st label {
    font-size: 14px;
    color: #ffffff;
    padding-right: 15px;
    align-self: center;
    margin: 0;
    left: -30%;
    position: absolute;
    text-align: right;
    justify-content: flex-end;
    display: flex;
    width: 30%;
}

.reg-form-popup .wrap-form .input-group-st .amount-desposite-text,
.reg-form-popup .wrap-form .input-group-st .message-text {
	padding-top: 10px;
}
.reg-form-popup .wrap-form .input-group-st {
	margin-bottom: 6px;
	position: relative;
}
.reg-form-popup .wrap-form .input-group-st .group-w-icon {
	display: flex;
	position: relative;
}
.reg-form-popup .wrap-form .input-group-st .group-w-icon .icon-right {
	position: absolute;
    right: 30px;
    top: 12px;
}
.reg-form-popup .wrap-form .input-group-st .group-w-icon .icon-left {
	position: absolute;
    right: 30px;
    top: 12px;
}
.reg-form-popup .wrap-form .input-group-st button.btn-yl {
	background-color: #fad00a;
	padding: 3px 3px;
    height: 30px;
    align-self: center;
    font-size: 12px;
    color: #000000;
    min-width: 64px;
}
.reg-form-popup .wrap-form .input-group-st p {
	font-size: 12px;
	color: #a9a9a9;
	padding-left: 12px;
	align-self: center;
}
.reg-form-popup .wrap-form .input-group-st p.text-red {
	color: #ff0000;
}
.reg-form-popup .bot-btn {
	flex: 0 0 280px;
	max-width: 280px;
	margin-top: 25px;
}
.input-group-st .icon-box {
	padding: 12px 13px;
    display: flex;
    align-items: center;
    min-width: 40px;
    align-items: center;
    justify-content: center;
}
.input-icon {
	position: absolute;
    right: 30px;
    top: 10px;
}
.input-icon::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 7px solid #6f6f6f;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}
.reg-form-popup .wrap-form .input-group-st .input-group-prepend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0;
    content: "";
    border-top: 7px solid #6f6f6f;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
	position: absolute;
    top: calc(50% - 3px);
    right: -13px;
}
.datepicker {
	z-index: 999!important;
}
.country-gcp-collase {
	display: flex;
    flex-direction: column;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 4px;
}
.country-gcp-collase.show {
	display: flex;
    flex-direction: column;
    background-color: #101010;
    border: 1px solid #987401;
    border-radius: 5px;
}
.reg-form-popup .wrap-form .input-group-st .country-gcp-collase .dropdown-menu  {
	position: relative!important;
	transform: unset!important;
	padding: 0;
}
.main-popup .tab-content .tp-pull-left {
	margin-left: 13%;
	position: relative;
}
.main-popup .tab-content .input-group-st span.unit {
    margin-left: -25px;
    margin-right: 15px;
    margin-top: 7px;
    z-index: 9;
    color: #ffe400;
    font-size: 14px;
}
.main-popup .tab-content .manage-status {
	display: flex;
	border-radius: 5px;
	border: 1px solid #636363;
	padding: 6px 20px;
	margin-bottom: 20px;
	margin-top: 7px;
}
.main-popup .tab-content .manage-status .input-group-st span.unit {
	margin-left: -30px;
    margin-right: 15px;
    margin-top: 3px;
    z-index: 9;
}

.main-popup .tab-content .manage-status .input-group-st .form-control {
	border: 1px solid rgb(99,99,99);
	background-color: rgb(17,17,17);
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	padding: 7px 15px;
	padding-right: 20px;
	max-width: 100%;
    flex: 0 0 240px;
    height: 26px;
    margin-right: 10px;
}
.main-popup .tab-content .manage-status .icon {
	vertical-align: bottom;
}
.main-popup .tab-content .manage-status .col-mb {
	padding-top: 3px;
}
.main-popup .tab-content .manage-status span {
	color: #ffe400;
	font-size: 14px;
}
.main-popup .tab-content .manage-status p {
	display: inline;
	padding-left: 5px;
	color: #fff;
	font-size: 14px;
}

.main-popup .tab-content .manage-status .btn-withdraw-rq {
	background: url('../../images/bg-btn-withdraw-rq.png') no-repeat;
	width: 80px;
	height: 26px;
	padding: 0;
}
.main-popup .tab-content .manage-status .btn-withdraw-rq:hover {
	background: url('../../images/bg-btn-withdraw-rq-hover.png') no-repeat;
}
.main-popup .tab-content .manage-status .btn-withdraw-rq .text-off {
	display: inline;
}
.main-popup .tab-content .manage-status .btn-withdraw-rq .text-on {
	display: none;
}
.main-popup .tab-content .manage-status .btn-withdraw-rq:hover .text-off, 
.main-popup .tab-content .manage-status a:focus .text-off {
	display: none;
}
.main-popup .tab-content .manage-status .btn-withdraw-rq:hover .text-on ,
.main-popup .tab-content .manage-status a:focus .text-on {
	display: inline;
}
.main-popup .tab-content .manage-status a:focus {
	background: url('../../images/bg-btn-withdraw-rq-hover.png') no-repeat;
}
.main-popup .tab-content .table.table-mt {
	margin-top: 55px;
}
.main-popup .tab-content .tb-more-info {
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
}
.main-popup .tab-content .table .thead-dark th {
	background-color: #191919;
    border-color: #202020;
    color: #7d7d7d;
    font-size: 12px;
    padding: 8px 12px;
    text-align: center;
}
.main-popup .tab-content .table-cs tbody tr {
	background-color: transparent;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.main-popup .tab-content .table-cs tr.active {
	background-color: #493f0a;
}
.main-popup .tab-content .table-cs tbody tr th, 
.main-popup .tab-content .table-cs tbody tr td {
    padding: 8px 12px;
    border: 0;
    height: 34px;
    border-bottom: 1px solid #282828;
}
.main-popup .tab-content .table-cs tbody tr:last-child th, 
.main-popup .tab-content .table-cs tbody tr:last-child td {
    border-bottom: unset;
}
#coupondetail .table-cs td button.btn {
	border-radius: 5px;
	padding: 0px 5px;
	font-size: 14px;
	min-width: 80px
}
#coupondetail .table-cs td button.btn-yellow {
	background: #FFC500!important;
	color: #000000;
}
#coupondetail .table-cs td button.btn-red {
	background-color: #FE0000;
	color: #ffffff;
}
.wrap-pagination {
	width: 100%;
	margin-top: 0;
}
.wrap-pagination nav .page-item a {
	background-color: #0a0a0a;
	border-color: #000;
	width: 32px;
	height: 29px;
	font-size: 12px;
	padding: 6px 12px;
	color: #fff;
}
.wrap-pagination nav .page-item.active a.page-link {
	background-color: #6b5b00;
	border-color: #000;
}
.wrap-pagination nav .page-item:hover a.page-link {
	background-color: #6b5b00;
	border-color: #000;
}
.wrap-pagination nav .page-item a.page-link:focus {
	box-shadow: unset;
}
.wrap-pagination nav {
	display: flex;
	justify-content: center;
}
.wrap-pagination nav i {
	color: #fff;
}

.reg-form-popup .wrap-form .input-group-st .bootstrap-select .dropdown-menu.inner.show::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #555;
}

.reg-form-popup .wrap-form .input-group-st .bootstrap-select .dropdown-menu.inner.show::-webkit-scrollbar
{
	width: 3px;
	background-color: #0c0c0c;
	margin-bottom: 2px;
}

.reg-form-popup .wrap-form .input-group-st .bootstrap-select .dropdown-menu.inner.show::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0c0c0c;
}

.wrap-userinfo {
	display: flex;
	align-self: center;
}
.wrap-userinfo .user_name {
	color: #fff;
	display: flex;
	align-items: center;
	margin-right: 5px;
	font-size: 14px;
}
.wrap-userinfo .lv-user {
	width: 32px;
	height: 32px;
	background-color: #00ADEF;
	border-radius: 50%;
	display: flex;
	text-align: center;
	justify-content: center;
	color: #fff;
	line-height: 32px;
	font-size: 12px;
}
.wrap-userinfo .box-user-map {
	display: flex;
	flex-direction: row;
	min-width: 146px;
	padding: 4px 10px;
	background-color: #202020;
	border-radius: 5px;
	margin-left: 15px;
	font-size: 14px;
}
.wrap-userinfo .box-user-m {
	display: flex;
	flex-direction: row;
	color: #fff;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding-right: 10px;
}
.wrap-userinfo .box-user-m p,
.wrap-userinfo .box-user-p p {
	color: #979797;
	margin-right: 22px;
}
.wrap-userinfo .box-user-p {
	display: flex;
	flex-direction: row;
	color: #fff;
	align-items: center;
	width: 50%;
	padding-left: 10px;
	justify-content: space-between;
}
.wrap-userinfo .box-user-m span,
.wrap-userinfo .box-user-p span {
	color: #FFF100;
}
.country-gcp li.item a img {
	width: 20px;
	height: 20px;
}
.guest-mobile, 
.wrapper-banner-mb {
	display: none;
}
.reg-form-popup .wrap-form .input-group-st .form-control::placeholder {
	opacity: 0;
}
.reg-form-popup .wrap-form .input-group-st .form-control.datetimepicker-input::placeholder {
	opacity: 0;
} 
.menu_bottom_mb {
	display: none;
}
.popup-event_notes .main-popup .tab-pane .panel-primary {
    border: 1px solid rgba(255, 255, 255, .2);
}
.popup-event_notes .main-popup .tab-pane {
	font-size: 14px;
}
.popup-event_notes .main-popup .tab-pane .panel {
    background: #000000;
    color: #fff;
}
.popup-event_notes .main-popup .panel-primary>.panel-heading {
    color: #fff;
    background-color: #000000;
    border-color: rgba(255, 255, 255, .2);
}
.popup-event_notes .main-popup .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.popup-event_notes .main-popup .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.popup-event_notes .main-popup .panel-body {
	padding: 15px;
    background: rgba(255, 255, 255, .05);
    color: #fff;
    border-radius: 0 0 4px 4px;
    text-align: center;
}
.getDetail {
	cursor: pointer;
}
.panel-bulletinboard-detail {
	display: none;
}
.number-jackpot {
	cursor: pointer;
}

.sub-popup-banner button {
	width: 40px;
    height: 40px;
    border: none;
    background-color: rgb(94 78 78 / 82%);
    float: right;
    margin-top: 18px;
    margin-right: 21px;
    background-size: 100% 100%;
    position: absolute;
    z-index: 2;
    transition: 0.5s;
    border-radius: 50%;
}
.slot-open .fa-times-circle {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}
.slot-open .fa-times-circle {
    font-size: 42px!important;
    color: rgb(209 201 189 / 83%)!important;
	border-radius: 50%;
    width: 103%;
    height: 103%;
}
.sub-popup-banner .sub-slot-button {
    width: 100%;
    height: 47px;
    background-color: #333333;
    border: solid 1px #333333;
    position: relative;
    line-height: 45px;
    text-align: left;
    font-size: 16px;
}
.sub-popup-banner .search-container {
    position: absolute;
    right: 10px;
}
.sub-popup-banner .search-container label {
    color: #ffffff;
    margin: 0;
}
.sub-popup-banner .search-container .form-control {
    display: inline-block;
    width: 75%;
    height: 29px;
    color: #555;
}
.coupon-container .wrap-content-coupon {
	background: url('../img/frame-half.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: flex-end;
   	height: 130px;
    /*  padding: 20px 20px 0!important; */
    display: flex;
    align-items: flex-end;
    font-size: 0;
    position: relative;
	padding-right: 15px;
}
.coupon-container .wrap-content-customer {
	background: url('../img/frame-half.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: flex-end;
   	height: 130px;
    /*  padding: 20px 20px 0!important; */
    display: flex;
    align-items: flex-end;
    font-size: 0;
    position: relative;
	padding-right: 15px;
}
.coupon-content {
	display: flex;
	flex-direction: column;
	width: 75%;
	margin-bottom: 8px;
}
.customer-content {
	display: flex;
    align-self: center;
	width: 100%;
}
.customer-content .chating {
	font-size: 18px;
	color: #ff7800;
	margin-bottom: 10px;
}
.customer-content p {
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
}
.customer-content .wrap-chatting {
    align-items: center;
    display: flex;
    flex-direction: column;
	justify-content: center;
    margin-top: 8px;
	height: 100%;
}

.customer-content .wrap-commune {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.customer-content .wrap-commune .icon-comn {
	background: url('../../images/icon-commune.png') no-repeat;
	width: 45px;
	height: 42px;
}
.customer-content .wrap-commune .icon-comn:hover {
	background: url('../../images/icon-commune-on.png') no-repeat;
}
.customer-content .wrap-commune .yl {
	margin-top: 4px;
    align-items: center;
    display: flex;
    flex-direction: column;
	color: #ffcc00;
}
.customer-content .wrap-chatting p {
	margin-top: 10px;
}

.customer-content .col-6:first-child {
	border-right: 1px dashed #5e5656;
}
.wrap-chatting .livechat_button img {
    width: 80px;
    transform: translate(25%, 0px);
}
.customer-content .wrap-chatting:before {
	content: '';
	width: 78px;
    height: 45px;
	position: absolute;
    top: -20px;
    right: 40px;
}
.coupon-container .wrap-content .bg-image {
	width: calc(100% - 6px)!important;
	height: calc(100% - 6px);
	position: absolute;
	top: 2px;
	left: 2px;
}
.coupon-content h2 {
	margin-bottom: 5px;
	color: #ffc600;
    font-size: 14px;
    position: relative;
    font-weight: 700;
}
.coupon-container .coupon-content select,
.coupon-container .coupon-content input {
	height: 36px;
    background: #111111;
    color: #050505;
    border: 1px solid #555555;
	border-radius: 10px;
    padding: 0 10px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 11px;
	color: #656564;
	letter-spacing: -1px;
}
.coupon-container .coupon-content select::placeholder,
.coupon-container .coupon-content input::placeholder {
	font-size: 10px;
}
.coupon-container .coupon-content button {
	background-color: #ff7800;
	border: 0;
	font-size: 14px;
	padding: 7px 10px;
	position: absolute;
    right: 7px;
    width: calc(100% + 10px);
}
.coupon-container .coupon-content form {
	margin-bottom: 3px;
}
#inputIpforCoupon {
	width: 90%;
}
.reg-form-popup .wrap-logo-form {
	display: flex;
    justify-content: center;
}
.referralcode-form-popup .wrap-logo-form,
.login-form-popup .wrap-logo-form {
	display: flex;
    justify-content: center;
}
.referralcode-form-popup .wrap-logo-form img.logo,
.login-form-popup .wrap-logo-form img.logo {
    position: absolute;
    top: 5%;
    width: 23%;
}
.wrap-logo-form img.board-fl-logo {
    position: absolute;
    top: -5%;
    width: 26%;
}
.wrap-logo-form .content-logo {
	display: flex;
	justify-content: center;
}
.wrap-logo-form .inner-logo {
	position: absolute;
}
.wrap-logo-form .inner-logo img.logo {
	position: relative;
    width: 80%;
    transform: translate(-50%, 3px);
    left: 50%;
}
.referralcode-form-popup .wrap-logo-form .inner-logo img.logo,
.login-form-popup .wrap-logo-form .inner-logo img.logo {
    position: relative;
    width: 80%;
    transform: translate(-50%, 25px);
    left: 50%;
}
.list-wallet-user {
	display: none;
}
.announcement-wrapper {
	display: none;
}
.footer {    
	display: flex;
    justify-content: center;
	padding: 30px 0 0px 0;
}
.footer .logo-footer {    
	display: flex;
	justify-content: center;
    width: 250px;
}
.footer .footer-logo {
	width: 100%;
}
.guest-container .isNotLogin.off {
	display: none;
}
.sub-footer p.text-copyright {
	color: #929292;
	text-transform: uppercase;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.sub-footer {
	padding: 30px 0;
}


/* AJAX */
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8);
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}

