
.responsive-img {
	width:100%;
}

.text-golden {
  background: -webkit-linear-gradient(#ceaa44 0%,#f0df8e 50%,#e7d17b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-round-golden {
	border-radius:1em !important;
	border-color:gold !important;
}

.fa-round {
	border-radius:1em !important;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.top-left {
	left:0px;
	top:0px;
}

.user-inform {
	font-size: 0.8em;
}

.balance-circle {
	width:190px;
	height:190px;
	border-radius:100px;
	background: linear-gradient(130deg,#1F2B3A 30%,#313B4B 100%);
	border:groove 2px white;
}

.balance-circle > .circle {
	bottom:4%;
	right:4%;
	background:#202C3B;
   padding:1px 8px !important;
   padding-top:4px !important;
}

.section-1 {
	background:linear-gradient(to right,#003cbf 0%,#1C2743 100%);
}

.section-2 .btn-deposit {
	padding-right: 4px;
	margin-bottom: 4px;
}

.section-2 .btn-deposit > button {
	border-radius:0px !important;
	border-top-left-radius:10px !important;
	text-shadow: 0px 0px 0.5px black;
}

.section-2 .btn-withdraw {
	padding-left: 4px;
	margin-bottom: 4px;
}

.section-2 .btn-withdraw > button {
	border-radius:0px !important;
	border-top-right-radius:10px !important;
	text-shadow: 0px 0px 0.5px black;
}

.section-2 .btn-treasure-link {
	border-radius:0px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	border:groove 1.2px #dcd074;
	background: linear-gradient(to right,#2E353F 0%,#37404E 100%);
   padding:3px 0px;
}

.section-2 .btn-treasure-link > label {
   font-size: 2.1em;
   padding: 0px;
}

.section-3 .img-memu {
	width: 100%;
   height: 100%;
}

.section-3 .menu-placeholder {
	background:unset;
	display:flex;
	justify-content:center;
	padding:5px 7px !important;
   /*background:#343c4a;*/
	/*margin:0px 8px !important;*/
	border-radius: 9px;
   width: 55px;
}

.section-3 > a, .section-3 > div {
	padding: 0px 6px;
}

.section-3 > a > div, .section-3 > div > div {
	background:#123073;
	padding: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}

.section-3 .menu-placeholder > img {
   z-index: 1;
}

.section-3 .menu-placeholder ~ label {
	font-size:0.7em;
   font-weight: 900;
}

button.btn-treasure-link:focus {
	background:linear-gradient(to right,#242931 0%,#1d2229 100%) !important;
	box-shadow: 0 0 0 2px rgba(231,239,108,0.5) !important;
}
