@font-face {
	font-family: prompt;
	src: url(../fonts/Prompt/Prompt-Regular.ttf);
}

body {
	font-family: prompt !important;
	background-color: #e9eef4;
}

/* marquee{
    background-color: lightgrey;
} */
.modal-body{
	background-color: black;
}
.modal-body #div_promotion {
	color: white;
}
.border-gold {
	border-radius: .5rem;
	padding: 2px;
	background: rgb(180, 129, 50);
	background: linear-gradient(0deg, rgba(180, 129, 50, 1) 33%, rgba(250, 224, 175, 1) 65%, rgba(215, 182, 118, 1) 85%, rgba(248, 251, 192, 1) 100%);
}
.logo img{
	width: 260px;
}
img.img-bank-logo {
	width: 120px;
	height: 120px;
}
.box-balance {
	width:100%;
}
.box-wallet {
	font-weight: bold;
	width: 70%;
	padding: 5px 5px 5px 15px;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	background: rgb(198,198,198);
	background: linear-gradient(180deg, rgba(198,198,198,1) 0%, rgba(163,163,163,1) 28%, rgba(240,240,240,1) 64%, rgba(210,210,210,1) 100%);
}
.box-credit {
	font-weight: bold;
	padding: 10px 15px 5px 15px;
	border-top-right-radius: .5rem;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	background: rgb(224,166,58);
background: linear-gradient(287deg, rgba(224,166,58,1) 0%, rgba(255,223,59,1) 28%, rgba(224,166,58,1) 64%, rgba(255,231,106,1) 100%);
}
.text-credit {
	font-size: 3rem;
}
.box-cashback {
	margin: auto;
}
.btn-modal-cashback {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	background: rgb(173,0,0);
	background: linear-gradient(180deg, rgba(173,0,0,1) 0%, rgba(121,7,0,1) 48%, rgba(167,2,2,1) 100%);
}
.btn-cashback {
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	background: rgb(198,198,198);
	background: linear-gradient(180deg, rgba(198,198,198,1) 0%, rgba(163,163,163,1) 28%, rgba(240,240,240,1) 64%, rgba(210,210,210,1) 100%);
}
.cashback-box {
	border-radius: .5rem;
	padding: 10px;
	font-weight: bold;
	background: rgb(224,166,58);
	background: linear-gradient(287deg, rgba(224,166,58,1) 0%, rgba(255,223,59,1) 28%, rgba(224,166,58,1) 64%, rgba(255,231,106,1) 100%);
}
#cashback_amount {
	font-size: 1.4rem;
}
.bg-black {
	background-color: black;
}
.btn-login {
	font-weight: bold;
	color: #000;
	padding: .5rem;
	font-size: 1.4rem;
	background: rgb(249,242,149);
	background: linear-gradient(0deg, rgba(249,242,149,1) 0%, rgba(224,170,62,1) 32%, rgba(247,239,138,1) 69%, rgba(184,138,68,1) 100%);
}

.btn-dark {
	font-weight: bold;
	color: white;
	font-size: 1.2rem;
	background: rgb(56, 56, 56);
	background: linear-gradient(180deg, rgba(56, 56, 56, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.btn-register {
	font-weight: bold;
	color: #000;
	font-size: 1.2rem;
	background: rgb(223,223,223);
  background: linear-gradient(0deg, rgba(223,223,223,1) 0%, rgba(170,170,170,1) 38%, rgba(223,223,223,1) 71%, rgba(167,167,167,1) 100%);
}
.eff-click:active {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}
div.section {
	max-width: 550px;
	min-height: 500px;
	height: 100vh;
	margin: auto;
	background: rgb(56, 56, 56);
	background: linear-gradient(140deg, rgba(56, 56, 56, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.dashboard .text-gold{
	font-size: 1.3rem;
}
.text-gold {
	background: linear-gradient(to right, #f9f295 0%, #e0aa3e 25%, #f7ef8a 25%, #b88a44);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.box-circle {
	background: rgb(249, 242, 149);
	background: linear-gradient(0deg, rgba(249, 242, 149, 1) 0%, rgba(224, 170, 62, 1) 32%, rgba(247, 239, 138, 1) 69%, rgba(184, 138, 68, 1) 100%);
	border-radius: 50%;
	height: 230px;
	width: 230px;
	box-shadow: 1px 1px 10px rgba(236, 172, 0, 1);
	animation: shadow-circle 3s infinite;
	margin: auto;
}
.box-circle-text{
	padding-top: 2.3rem;
}

.text-credit{
	font-size: 2rem;
	color: white;
	text-shadow: 2px 2px 5px black;
}

.text-wallet{
	font-size: 1.8rem;
	color: white;
	text-shadow: 2px 2px 5px black;
}

.border-footer {
	width: 320px;
	height: 320px;
	/* padding: 1em; */
	display: flex;
  	justify-content: center;
	/* max-width: 550px; */
	border-radius: 100%;
	/* bottom: 0; */
	background: rgb(97,97,97);
	background: linear-gradient(190deg, rgba(97,97,97,1) 0%, rgba(244,244,244,1) 51%, rgba(149,149,149,1) 100%);
	position: fixed;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.footer-menu {
	/* width: 300px;
	height: 300px; */
	/* display: flex;
  	justify-content: center; */
	width: 550px;
	max-width: 850px;
	border-radius: 2rem 2rem 0 0;
	padding: 1rem;
	bottom: 0;
	background: rgb(249, 242, 149);
	background: linear-gradient(0deg, rgba(249, 242, 149, 1) 0%, rgba(224, 170, 62, 1) 32%, rgba(247, 239, 138, 1) 69%, rgba(184, 138, 68, 1) 100%);
	position: fixed;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.text-play {
	font-size: 3rem;
	font-weight: bold;
}

.footer-menu-backup {
	width: 100%;
	display: flex;
  justify-content: center;
	max-width: 550px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	bottom: 0;
	background: rgb(249, 242, 149);
	background: linear-gradient(0deg, rgba(249, 242, 149, 1) 0%, rgba(224, 170, 62, 1) 32%, rgba(247, 239, 138, 1) 69%, rgba(184, 138, 68, 1) 100%);
	position: fixed;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);
}
.footer-menu img{
	width: 55px;
}

.footer-menu .text-footer{
	font-size: 1rem;
}
.text-main {
	color: #a4b0be !important;
}

.btn-main {
	color: black;
	background: rgb(249,242,149);
	background: linear-gradient(0deg, rgba(249,242,149,1) 0%, rgba(224,170,62,1) 32%, rgba(247,239,138,1) 69%, rgba(184,138,68,1) 100%);
}
.form_register{
	max-width: 550px;
	margin: auto;
}

.form_login input.form-control{
	text-align: center;
	background-color: #000;
	color: white;
	font-size: 1.1rem;
	padding: .5rem;
	border-radius: .5rem;
	border: 0;
}

.form_login input.form-control:focus{
	box-shadow: 0 0 3px yellow;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.text-primary {
	color: #fe6300 !important;
}

.text-user {
	font-size: 14px;
	color: black;
	border-radius: 20px;
	background-color: #f9ca24;
}

.text-money {
	font-size: 2em;
	line-height: 2.2rem;
}

.rounded {
	border-radius: .5rem !important;
}

.btn {
	border-radius: 10px;
}

.btn-black {
	color: #fff;
	background-color: black;
	border-color: black;
	box-shadow: 0 0 10px grey;
}

.btn-success {
	color: #fff;
	background-color: #1dd1a1;
	border-color: #1dd1a1;
}

.btn-success:hover {
	color: #fff;
	background-color: grey;
	border-color: grey;
}

.btn-black:hover {
	color: black;
	background-color: grey;
	border-color: grey;
}

.custom-control-input:checked~.custom-control-label::before {
	border-color: #fe6300;
	background-color: #fe6300;
}

.dashboard {
	padding-bottom: 4rem !important;
}

.form-auth{
	width: 500px;
}
.maintain-box{
	margin-top: 30vh;
}
img.maintain{
	width: 600px;
}

@media only screen and (max-width: 600px) {

	.logo img{
		width: 200px;
	}
  .form-auth{
		width: 300px;
	}

	.dashboard {
		padding-bottom: 2rem !important;
	}

	.dashboard .text-gold {
		font-size: 1rem;
	}
	.border-footer {
		width: 270px;
		height: 270px;
	}
	.footer-menu {
		width: 100%;
	}
	.footer-menu img {
		width: 40px;
	}
	.footer-menu .text-play {
		font-size: 2rem;
	}
	img.maintain{
		width:320px;
	}

	.maintain-box{
		margin-top: 30vh;
	}

	.box-circle {
		height: 200px;
		width: 200px;
	}
	.box-circle-text{
		padding-top: 1.7rem;
	}

	.text-credit{
		font-size: 1.8rem;
	}

	.text-wallet{
		font-size: 1.6rem;
	}

	img.img-bank-logo {
		width: 90px;
		height: 90px;
	}

	.box-balance {
		width: 100%;
	}

	.text-credit {
		font-size: 2rem;
	}
}
