.o-wrapper {
	width: 100%;
}

.main-container {
	padding-top: 50px;
	padding-bottom: 52px;
	/* min-height: 100vh; */
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1052;
	width: 35px;
    height: 35px;
	display: none;
	background: url(../../images/3king/loader-icon.gif) no-repeat;
	background-size: contain;
}

/* Header */
header {
	display: flex!important;
	-webkit-box-shadow: 0 -6px 25px rgb(58 106 185 / 20%);
    box-shadow: 0 -6px 25px rgb(58 106 185 / 20%);
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

header .header-left {
    width: auto;
    position: absolute;
    left: 10px;
}

/* .main-logo-wrap {
	display: flex;
    align-items: center;
	width: auto;
} */

header .logo {
	display: flex;
	position: absolute;
    left: 0;
    padding-left: 5px;
}

header .logo img {
	height: 40px;
	padding-top: 2px;
	padding-bottom: 2px;
    width: auto;
	padding-right: 5px;
}

header .header-member-info {
	position: absolute;
	/* padding-top: 10px; */
    color: #0d0d0d;
    height: 30px;
	line-height: 1.2;
	color: #fff;
	display: flex;
	justify-content: center;
    align-items: center;
	right: 55px;
}

/* Footer */
footer {
	height: 52px;
}

.footer-nav a {
	white-space: nowrap;
}

/* Side Menu */

.sidepush-nav .profile .profile-name {
	overflow: hidden;
}

.sidepush-nav ul.langMenu {
	padding: 0;
    list-style: none!important;
}
.sidepush-nav .langMenu li {
	color: #0d0d0d;
	border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.sidepush-nav .langMenu li a{ 
	display: block;
	margin-bottom: 2px;
	color: #195e81;
}

.sidepush-nav .langMenu li img {
	width: 23px;
	height: 23px;
}

.selectedLang {
	color: red!important;
}

.sidepush-header {
	position: relative;
}

.sidepush-header .btn-wrap {
	position: absolute;
    bottom: 0;
    width: 100%;
	padding: 10px 0 5px;
	color: #000;
	text-align: center;
}

.sidepush-header .profile {
    text-align: center;
	padding: 0;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    color: #000;
	white-space: nowrap;
	overflow: hidden;
}

.sidepush-header .btn-wrap a {
	width: 100%;
}

/* Register */
/* .register-form {
	position: relative;
} */

.register-form-title-wrapper {
	/* background: linear-gradient( 90deg,#964eb8,#964eb8 50%,#964eb8); */
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	color: #fff;
}

/* .register-form-content-wrapper {
	background-color: #fff;
} */

.register-form form .form-group label, .login-form form .form-group label{
	margin-bottom: 0;
}

.register-form .form-group-password {
	position: relative;
}

.register-form #password.form-control {
	padding-right: 35px;
}

.register-form #show_hide_pw {
	position: absolute;
    top: 23px;
    right: 10px;
    font-size: 1.4rem;
}

.code-number {
	background-color: #daa300;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
	padding: .375rem .75rem;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.register-form .btn-register-form, .login-form .btn-login-form {
	width: 100%;
}

a.text-decoration-underline {
	text-decoration: underline;
	color: #000;
}

.fcheck {
	font-size: 12px;
	color: red;
}

/* Login */
.login-form {
	background-color: #fff;
	height: calc(100vh - 50px - 52px);
}

/* Main */
.login-head img {
	width: 15px;
	height: 15px;
}

.running-text {
	flex:1;
	padding: 0;
}

.login-content {
	margin: 0;
	justify-content: center;
	-webkit-justify-content: center;
}

.login-content .left, .login-content .right a {
	padding: 0;
	color: #ffffff;
}

.login-content .left a span {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
    padding: 0 10px;
}

.login-content .left a {
	display: flex;	
	align-items: center;
	justify-content: center;
    /* background: #62c178;
    padding: 15px 0px 15px 0px;
    width: 90%;
    border-radius: 50px;
    margin: 2px; */
}

.login-content .right.logged-right {
	width: 100%;
}

.login-box {
	padding-bottom: 0;
}

.content-wrap {
	padding-top: 0;
}

.main-con-wrap {
    display: flex;
    padding-left: 15px;
}

.main-section {
	height: 590px;
}

/* Center Info */
.center-info-edit-button {
	padding: 5px;
    background-color: #b2a8f5;
    border-radius: .25rem;
    font-size: 1rem;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
}

/* Deposit */
.custom-depo-note {
	color: #0d0d0d;
}

.main.center .instruction a {
	color: gold!important;
}

.custom-depo-menu.main.center .center-tab a{
	text-transform: uppercase;
}

.btn-copy-deposit {
	width: 100%;
	background-color: #b2a8f5;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
}

#amount.placeholder-red::placeholder, #amount.placeholder-red::placeholder {
    color: red;
    opacity: 1;
}

#amount.placeholder-red:-ms-input-placeholder, #amount.placeholder-red::-ms-input-placeholder{
    color: red;
}

/* Fixed Bank */
.input .form-group{
	margin: 10px 0;
}

/* Online Deposit */
.online label {
    color: #0d0d0d;
    margin-bottom: 3px;
    display: block
}

.online form {
	padding-left: 10px;padding-right: 10px;
}

.online input, .online input:focus {
	color: #0d0d0d;
}

.payment {
	margin-bottom: 10px;
}

.payment a {
	display: inline-block;
	width: 32%;
	height: 40px;
	color: #fff;
	vertical-align: middle;
	margin-bottom: 5px;
}

.payment .payment-tab a.pay_method {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}

.payment_name {
	display: flex;
	flex-wrap: wrap;
}

.payment_name a {
	width: 100%;
	margin-bottom: .5rem;
}

.pay_method, .rcgcard_pc.pay_method, .momo_qr.pay_method, .upacp_pc.pay_method {
	background: linear-gradient(to bottom,#797979 0,#aaaaaa 48%,#717171 49%,#030303 100%);
	text-align: center;
	color: #fff;
	border-radius: 3px;
	line-height: 2.5rem;
	font-weight: 500;
}

.pay_method.active, .rcgcard_pc.pay_method.active, .momo_qr.pay_method.active, .upacp_pc.pay_method.active {
	background: linear-gradient(to bottom,#dda000 0,#f9e300 48%,#e9d300 49%,#964600 100%);
	color: #fff;
}

.truepay {
	background: url(../../images/3king/deposit/buttons/TRUEPAY-OFF.png) no-repeat;
	background-size: 100% 100%;
}
.truepay.active {
	background: url(../../images/3king/deposit/buttons/TRUEPAY-ON.png) no-repeat;
	background-size: 100% 100%;
}
.vnpay {
	background: url(../../images/3king/deposit/buttons/VNPAY-OFF.png) no-repeat;
	background-size: 100% 100%;
}
.vnpay.active {
	background: url(../../images/3king/deposit/buttons/VNPAY-ON.png) no-repeat;
	background-size: 100% 100%;
}
.help2pay {
	background: url(../../images/3king/deposit/buttons/help2play-gray.png) no-repeat;
	background-size: 100% 100%;
}
.help2pay.active {
	background: url(../../images/3king/deposit/buttons/help2play-yellow.png) no-repeat;
	background-size: 100% 100%;
}
.momo_qr {
	background: url(../../images/3king/deposit/buttons/MOMO-OFF.png) no-repeat;
	background-size: 100% 100%;
}
.momo_qr.active {
	background: url(../../images/3king/deposit/buttons/MOMO-ON.png) no-repeat;
	background-size: 100% 100%;
}
.zalo_qr {
	background: url(../../images/3king/deposit/buttons/ZALO-OFF.png) no-repeat;
	background-size: 100% 100%;
}
.zalo_qr.active {
	background: url(../../images/3king/deposit/buttons/ZALO-ON.png) no-repeat;
	background-size: 100% 100%;
}
.rcgcard_pc {
	background: url(../../images/3king/deposit/buttons/loardcard-gray.png) no-repeat;
	background-size: 100% 100%;
}
.rcgcard_pc.active {
	background: url(../../images/3king/deposit/buttons/loardcard-yellow.png) no-repeat;
	background-size: 100% 100%;
}
.upacp_pc {
	background: url(../../images/3king/deposit/buttons/onlinebanking-gray.png) no-repeat;
	background-size: 100% 100%;
}
.upacp_pc.active {
	background: url(../../images/3king/deposit/buttons/onlinebanking-yellow.png) no-repeat;
	background-size: 100% 100%;
}
.viettel_qr {
	background: url(../../images/3king/deposit/buttons/VTP2-OFF.png) no-repeat;
	background-size: 100% 100%;
}
.viettel_qr.active {
	background: url(../../images/3king/deposit/buttons/VTP2-ON.png) no-repeat;
	background-size: 100% 100%;
}
.bank_item, .amount_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.amount_item {
	justify-content: space-evenly;
	margin-top: 10px;
}

.bank_code a {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 50%;
	height: 70px;
	margin: 0;
	border: 4px solid transparent;
}

.bank_code a.active, .amount_item .bankAmount.active {
	border: 4px solid #c6bff8;
}

.bank_item a {
	text-align: center;
}

#truepayBank, #help2payBank {
	display: none;

}
.amount_item .bankAmount {
	background-color: #efedfd;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
    /* width: 48%; */	
	/* margin: 5px 3px; */
	width: 100%;
	margin: 5px 0;
	border-radius: 5px;
	border: 4px solid transparent;
}
.paymentTel {
	margin: 10px 0;
}
.bank_bg_yellow {
	background: url(../../images/3king/deposit/banner1.jpg) no-repeat;
	background-size: 100% 100%;
}
.bank_bg_purple {
	background: url(../../images/3king/deposit/banner2.jpg) no-repeat;
	background-size: 100% 100%;
}
.bank_bg_light-blue {
	background: url(../../images/3king/deposit/banner3.jpg) no-repeat;
	background-size: 100% 100%;
}
.bank_bg_red {
	background: url(../../images/3king/deposit/banner4.jpg) no-repeat;
	background-size: 100% 100%;
}
.bank_bg_green {
	background: url(../../images/3king/deposit/banner5.jpg) no-repeat;
	background-size: 100% 100%;
}
.bank_bg_blue {
	background: url(../../images/3king/deposit/banner6.jpg) no-repeat;
	background-size: 100% 100%;
}
.bank_logo {
	max-width: 100%;
    max-height: 100%;
}

/* new keno*/
table.dataTable tbody th, table.dataTable tbody td,table.dataTable thead .sorting_asc,.page-nav,.keno-rules,table.dataTable.nowrap th, table.dataTable.nowrap td{
	color: #eee;
}
.keno-btn{
	color: #111;
}
input[type=date].keno-control, select.keno-control{
	margin-bottom: 0;
	height: 34px!important;
}
.page-nav .active-page-num{
	height: 35px!important;
	width: 15%!important;
}
.sorting_1{
	color: #555!important;
}
input[type=date].keno-control, select.keno-control,.page-nav .active-page-num {
	background-color: #fff!important;
	border-bottom: 0!important;
}

/* Favourites */
.main-container .fav_bg {
	background-color: #efedfd;
	margin-top: 0;
}

.main-container .fav_item span {
	color: #0d0d0d;
}

/* Helper */
.btn-submitting {
	opacity: .7;
}

.running-text .marquee {
	color: #fff;
	overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-indicators {
	bottom: -15px;
}

/* Animation */
.ripple {
	background-position: center;
	transition: background 0.8s;
}
.ripple:hover {
	background:#bf1212 ;
}
.ripple:active {
	background-color: #efedfd;
	background-size: 100%;
	transition: background 0s;
}

@media (max-width: 375px) {
	.main-round {
		width: 50px;
		height: 50px;
		padding: 5px;
	}

	header .header-member-info {
		font-size: 12px;
		/* left: 55px; */
		right: 55px;
	}

	button.expanicon {
		-webkit-background-size: 40px;
		-o-background-size: 40px;
		background-size: 40px;
		width: 40px;
		height: 40px;
	}

	.main-section { 
		height: 585px;
	}
}