@charset "UTF-8";

.payment-method-wrapper .desc {

  height: 40px

}

.payment-method-wrapper .on,

.bank-wrapper .on,

.deposit-amount-select .on,

.deposit-type-choice .on,

.deposit-date-choice .on {

  display: none

}

.payment-method-wrapper .off,

.bank-wrapper .off,

.deposit-amount-select .off,

.deposit-type-choice .off,

.deposit-date-choice .off {

  display: block

}

.payment-method-wrapper.active .on,

.bank-wrapper.active .on,

.deposit-amount-select.active .on,

.deposit-type-choice.active .on,

.deposit-date-choice.active .on {

  display: block

}

.payment-method-wrapper.active .off,

.bank-wrapper.active .off,

.deposit-amount-select.active .off,

.deposit-type-choice.active .off,

.deposit-date-choice.active .off {

  display: none

}

.deposit-copy-btn {

  /* max-width: 51px; */

  width: 100%;

  background: #ffb819;

  font-weight: bold;

}



.bank-list,

.pg-bank-list {

  text-align: center;

  border: 1px solid #967018;

  border-radius: 5px

}

.payment-method-wrapper .desc {

  height: 40px

}

.form-btn {

  display: block;

  line-height: 46px;

  width: 100%;

  text-align: center;

  color: #fff;

  height: 46px;

  font-size: 18px;

  border: none;

  background: #977c00;

}

.btn form-btn {

  background-color: transparent;

  border: none

}

.btn form-btn {

  height: 40px

}

.bank_icon{

font-size: 50px;

}



/* TAB LINKS */

a.tablinks{

min-height: 98px;

background-color: #d4deea;

  display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

  border: 1px solid black;

}

a.tablinks.active {

min-height: 98px;

background-color: #aec1d7;

  display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

  border: 1px solid black;

}

a.tablinks1{

display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

}

a.tablinks1.active {

display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

  border: 2px solid #f4cb8b;

}

a.tablinks2{

display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

}

a.tablinks2.active {

display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

  border: 2px solid #f4cb8b;

}

a.tablinks4{

display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

}

a.tablinks3.active {

display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

  border: 2px solid #f4cb8b;

}

a.tablinks4{

display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

}

a.tablinks4.active {

display: block;

  color: #3f3e3e;

  border-radius: 10px;

  padding-bottom: 10px;

  border: 2px solid #f4cb8b;

}

/* END TAB LINKS */



/* TOGGLE BOX */

.toggle-box {

  display: none;

}

.toggle-box+label {

  cursor: pointer;

  display: block;

  font-weight: bold;

  line-height: 21px;

  margin-bottom: 5px;

  float: right;

}

.toggle-box+label+div {

  display: none;

  margin-bottom: 10px;

}

.toggle-box:checked+label+div {

  display: block;

}

.toggle-box+label:before {

  background-color: transparent;

  -webkit-border-radius: 13px;

  -moz-border-radius: 13px;

  border-radius: 13px;

  color: #a5acb6;

  content: "+";

  display: block;

  float: left;

  font-weight: bold;

  width: 25px;

  height: 25px;

  line-height: 22px;

  margin-right: 5px;

  text-align: center;

  border: 1px solid #fff;

  font-size: 16px;

}

.toggle-box:checked+label:before {

  content: "\2212";

}

/* END TOGGLE BOX */



/* GENERAL USE */

.control-label {

	font-weight: bold;

	color: #000;

	font-size: 12px;

}

.control-balance {

	font-size: 16px;

	color: #c69c00;

}

.txt_transfer {

	width: 250px;

	height: 32px;

	color: black !important;

	border-radius: 7px;

	padding-right: 17px;

	text-align: right;

	border: 1px solid #bbbbbb;

	background-color: #e3eaf1;

	font-size: 16px;

}

.smallbtn-transfer {

	width: 115px;

	float: left;

	height: 32px;

	border: 2px solid #697dac;

	border-radius: 12px;

	font-size: 15px;

	color: #fff;

	background-color: #697dac;

}

.smallbtn-btn {

	width: 115px;

	height: 32px;

	border: 2px solid #697dac;

	font-size: 16px;

	margin-top: 10px;

	border-radius: 12px;

	color: white;

	background-color: #697dac;

}

.smallbtn-game {

	width: 115px;

	float: left;

	height: 32px;

	border: 2px solid #00a651;

	border-radius: 12px;

	font-size: 15px;

	color: #fff;

	background-color: #00a651;

}

.color1 {

	background-color: #697dac !important;

}

.color2 {

	background-color: #00a651 !important;

	border: 2px solid #00a651 !important;

}

.color3 {

	background-color: #c12020 !important;

	border: 2px solid #c12020 !important;

}

.ui-input {

	width: 97%!important;

	margin: 10px 0 10px 0!important;

	-ms-box-sizing:border-box!important;

	-moz-box-sizing:border-box!important;

	-webkit-box-sizing:border-box!important;

	box-sizing:border-box!important;

	text-indent: 42px!important;

	padding-left: unset!important;

}

.ui-input2 {

	width: 97%!important;

	margin: 10px 0 10px 0!important;

	-ms-box-sizing:border-box!important;

	-moz-box-sizing:border-box!important;

	-webkit-box-sizing:border-box!important;

	box-sizing:border-box!important;

	padding: 0 5px;

	font-size: 16px;

    background: #F9fafc;

    border: 1px solid #ccd7e6;

	border-radius: 7px;

    box-shadow: inset 0 2px 4px 0 #b8c3d6;

    line-height: 40px;

}

.ui-select-type{

  text-indent: 37px !important;

}

.infos {

    text-align: justify;

    margin-top: 20px;

    background: #ddd;

    padding: 15px;

	font-size:14px;

}

.infos p {

	margin:0;

	padding:0 0 8px;

}

.pb-10vh{

	padding-bottom: 10vh;

}

.btn3 {

    background-color: #636975;

    transition: all 0.3s;

	border:0;

}

.btn-wallet{

	color: #ffdf1b !important;

    background: #0c63b9;

}

.icon-size{font-size:10rem;}

.divprofile {

    width: 100%;

    margin: 0 auto;

    -webkit-box-shadow: 0 5px 10px #ccd7e6;

    box-shadow: 0 5px 5px #ccd7e6;

    padding: 10px;

    max-width: 380px;

}

.accordion-item {

    border: none !important;

}

.text-gold{

  color:#fff;

}

/* END GENERAL USE */



/* WALLET TABLE */

#wallet_table tr {

  border-bottom: 0.5px solid black;

}

/* END WALLET TABLE */