@charset "utf-8";
/* CSS Document */
.modal-dialog.login {
	max-width: 550px;
	overflow: auto;
	border-radius: 8px;
}
.modal-content.login {
	border: none;
	color: #000;
}
.title-login {
    background: linear-gradient(to bottom, rgba(97,112,153,1) 0%, rgba(36,41,66,1) 100%);
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 6px;
    text-transform: uppercase;
}
.login-split {
    display: grid;
    grid-template-columns: 35% 65%;
	height: 350px;
}
.welcome-login {
    background: #fae6b1;
    text-align: right;
    padding: 15px;
	color: #42330e;
}
.welcome {
    margin: 30px 0;
    font-size: 14px;
}
.welcome h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
span.prod-text {
    margin-top: 30px;
    display: block;
    font-size: 11px;
    color: #b7b7b7;
}
form.login-form {
    padding: 20px;
    margin-top: 30px;
}
form.login-form label {
	margin-bottom: 4px;
}
.log-field {
    position: relative;
    margin-bottom: 15px;
}
.icon-field {
	display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 40px;
    height: 38px;
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 2px 0 0 2px;
    color: #757575;
    font-size: 18px;
    text-align: center;
    padding: 6px;
    left: 0;
}
input.log-input, select.log-input {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    padding-left: 59px;
}
.submit-field {
    text-align: center;
    margin-top: 35px;
}

form.register-form {
    padding: 20px 40px 30px;
}
select.log-input.phone-code {
    width: 30%;
}
input.log-input.phone-input {
    width: 66%;
    margin-left: 10px;
	padding-left: 15px;
}
input.log-input.otp {
    width: 70%;
}
button.opt-btn {
    background: #222944;
    border: none;
    color: #fff;
    width: 27%;
    margin-left: 5px;
    height: 38px;
    font-size: 17px;
    border-radius: 2px;
}
button.opt-btn:hover {
	background: #111527;
}
button.register-btn.reg {
    box-shadow: 0 2px 5px -1px rgb(0 0 0 / 50%);
}
span.toggle-password {
    position: absolute;
    right: 3px;
    top: 3px;
    padding: 10px;
    font-size: 18px;
    color: #bfbfbf;
}

/** Wallet **/
.modal-dialog.wallet {
    max-width: 600px;
    overflow: auto;
    border-radius: 8px;
}
button.close-btn {
    background: none;
    border: none;
    position: absolute;
    color: #fff;
    font-weight: 700;
    right: 6px;
    top: 10px;
}
.bankdetail-table {
	margin-bottom: 15px;
}
.wallet-menu {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.wallet-menu.depo  {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 1px;
	width: 100%;
}
.wm-btn {
    background: #6671a3;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 9px 5px;
    border-top: 2px solid transparent;
	cursor: pointer;
	transition: 0.3s;
}
.wm-btn.active , .wm-btn:hover {
	background: #222944;
	border-top: 2px solid #dfc787;
	color: #dfc787;
	transition: 0.3s;
}
.bank-wrapper {
    padding: 15px;
}
.bankinfo-box {
    background: #ececec;
    border: 1px solid #ced4da;
    padding: 10px 15px;
    font-size: 13px;
}
.bank-field {
    display: grid;
    grid-template-columns: 126px auto;
    font-size: 13px;
    align-items: center;
    margin-bottom: 10px;
}
.please-fill {
    margin-bottom: 10px;
}
.bank-field label {
	margin: 0;
}
input.wallet-input, select.wallet-input  {
    background: #fff;
	font-size: 14px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    height: 34px;
    padding: 5px 15px;
	width: 100%;
}
button.save-btn {
    background: linear-gradient(to bottom, rgba(97,112,153,1) 0%, rgba(36,41,66,1) 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    width: 130px;
    height: 32px;
    margin: auto;
    padding: 5px 0 1px;
    text-align: center;
}
button.save-btn:hover {
	background: linear-gradient(to top, rgba(97,112,153,1) 0%, rgba(36,41,66,1) 100%);
}
.save-field {
    text-align: center;
    margin-top: 10px;
}
.deposit-wrapper {
    padding: 15px;
}
.nav-tabs.wallet {
    border-bottom: none;
	margin-bottom: -1px;
}
.nav-tabs.wallet .nav-item {
    margin: 0 6px 0 0;
}
.nav-tabs.wallet .nav-link {
	border: 1px solid #ced4da;
	border-bottom: 0;
    border-radius: 0;
    display: block;
    padding: 7px 5px;
    width: 140px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #031b32;
}
.nav-tabs.wallet .nav-item.show .nav-link, .nav-tabs.wallet .nav-link.active {
	background: #222944;
	color: #dfc787;
	border: 1px solid transparent;
}
.tab-content.wallet {
    border: 1px solid #ced4da;
    border-top: 3px solid #222944;
	padding: 15px;
}
.wallet-field {
	display: grid;
    grid-template-columns: 100px auto;
	align-items: center;
    font-size: 13px;
    margin-bottom: 15px;
}
.wallet-field label {
	margin: 0;
}
.minmax {
    color: #909090;
    font-size: 11px;
    margin-top: 5px;
}

.bank-option {
	display: block;
	text-align: center;
	width: 60px;
	border: none;
}
.bank-option img {
	filter: grayscale(1);
}
.ibank-option-wrapper label {
    margin: 0 1px;
    background: #222944;
    padding: 5px 0;
    border-radius: 8px;
}
/* HIDE RADIO */
.ibank-option-wrapper label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
/* IMAGE STYLES */
.ibank-option-wrapper label [type=radio] + .bank-option {
	cursor: pointer;
}
/* CHECKED STYLES */
.ibank-option-wrapper label [type=radio]:checked + .bank-option {
	transition: none;
}
.ibank-option-wrapper label [type=radio]:checked + .bank-option img {
	filter:grayscale(0);
}

.amount-option-wrapper label {
    margin: 0 1px;
}
/* HIDE RADIO */
.amount-option-wrapper label [type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
/* IMAGE STYLES */
.amount-option-wrapper label [type=radio] + .amount-option {
    cursor: pointer;
    color: #fff;
    background: #222944;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100px;
    height: 28px;
    font-weight: 600;
    padding: 5px;
    line-height: 1.2;
}
/* CHECKED STYLES */
.amount-option-wrapper label [type=radio]:checked + .amount-option {
	color: #dfc787;
}

.dp-bank-detail {
    font-size: 12px;
    margin-top: 5px;
    max-width: 400px;
    font-weight: 600;
}
.dp-bank-detail table tr td {
    border: 1px solid #ced4da;
    padding: 5px 10px;
}
.blue {
	color: #0f4f8c;
}
.profile-wrapper {
	padding: 30px 15px;
}
.profile-wrapper .wallet-field {
	display: grid;
	grid-template-columns: 130px auto;
}
.wallet-field.date-history {
    display: grid;
    grid-template-columns: 130px auto 60px auto;
}
.trans-table {
    margin: 20px 0;
    overflow: auto;
}
.history-table {
	font-size: 12px;
	text-align: center;
	width: 100%;
}
.history-table tr th {
	color: #000;
	background: #ced4da;
	border: 1px solid #ced4da;
	padding: 4px;
}
.history-table tr td {
	color: #000;
	background: #fff;
	border: 1px solid #ced4da;
	padding: 4px;
}
.green {
	color: #0ac70a;
}
.red {
	color: #f60909;
}
.page-box {
	text-align: center;
	margin: 10px 0;
}
.page-box a {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    background: #e0e0e0;
    color: #1f1f1f;
    padding: 4px;
    margin: 0 3px;
    font-weight: 600;
}
.page-box a:hover, .page-box a.active  {
	background: #2D2D2D;
	color: #fff;
}

.modal-dialog.info {
    max-width: 800px;
    overflow: auto;
    border-radius: 8px;
}
.info-wrapper {
	padding: 15px;
}
.info-wrapper h3 {
    font-size: 23px;
    font-weight: 700;
}
span.small-text {
    font-size: 14px;
}

/** Rebate **/
.refer-wrap {
    border: 1px solid #ced4da;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 15px;
}
.refer-box {
	margin-bottom: 15px;
}
.af-field {
    margin-bottom: 12px;
    position: relative;
}
button.copy-btn {
    background: linear-gradient(to bottom, rgba(97,112,153,1) 0%, rgba(36,41,66,1) 100%);
    border: 1px solid #697aa7;
    font-size: 17px;
    height: 34px;
    color: #fff;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
button.copy-btn:hover {
	background: linear-gradient(to top, rgba(97,112,153,1) 0%, rgba(36,41,66,1) 100%);
}
.qr-refer-img {
    text-align: center;
}
.qr-refer-img img {
    max-height: 150px;
}
.copy-notice {
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
}

/** Download Mobile **/
.modal-dialog.mobile {
    max-width: 800px;
}
.modal-content.mobile {
    background: linear-gradient(to bottom, rgba(97,112,153,1) 0%, rgba(36,41,66,1) 100%);
    border: 1px solid #697aa7;
    padding: 10px 10px 20px;
    text-align: center;
	border-radius: 15px;
}
.prov-logo {
    padding-bottom: 10px;
}
.prov-logo img {
	max-height: 65px;
}
.dlmethod-wrapper {
	width: 100%;
	margin-bottom: 10px;
}
.dlmbox {
    display: inline-block;
    width: 32%;
}
.os-frame {
    background: #20263f;
    border-radius: 7px;
    border: 1px solid #606e97;
    padding: 10px 5px 5px;
	margin-bottom: 10px;
}
.os-round {
    background: linear-gradient(to bottom, rgba(97,112,153,1) 0%, rgba(36,41,66,1) 100%);
    border: 2px solid #697aa7;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 0 auto 7px;
    font-size: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.method-col-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
}
button.register-btn.mobile-dl {
    font-size: 13px;
    font-weight: 700;
    width: 100px;
    height: 27px;
    margin-top: 5px;
}
.dlqr-img {
    max-width: 100px;
    margin: auto;
}
.txt1 {
    font-weight: 700;
}
.txt2 {
    font-size: 13px;
    margin: 5px 0;
}
.access-info {
	max-width: 500px;
	width: 100%;
	margin: auto;
}
table.info-table tr th {
    background: #7ecafb;
    padding: 7px 5px;
}
table.info-table tr td {
	background: #3b4f6e;
	border: 1px solid #252a43;
	padding: 5px;
}
button.register-btn.password {
    width: auto;
    height: auto;
    padding: 9px 10px 4px;
    font-size: 14px;
}
button.close-dl {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}


























