@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
::before,
::after {
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
}

/* @media (min-width: 600px) {
	body::after {
		position: absolute;
		content: "Please open you mobile.";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden !important;
		width: 100%;
		background: #aedff5;
		background-position: center;
		overflow: hidden;
		z-index: 10000;
		color: rgb(255, 255, 255);
		font-size: 40px;
		display: grid;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
} */

body {
	background-repeat: no-repeat;
	font-family: "Inria Sans", sans-serif !important;
	background-image: url("../images/healthokbg.png");
	background-size: cover;
	height: 100vh;
}

.section form {
	background: linear-gradient(to bottom right, #b3e5f5, #fdfeff);
	border-radius: 20px;
}
.user {
	position: relative;
	padding: 24px 40px;
}
.user label {
	font-weight: bold;
	font-size: 17px;
}

.userinput input {
	padding: 2px 38px !important;
	height: 43px !important;
}

.getotp button {
	padding: 2px 8px;
	border: none;
	background: #1f4d92;
	color: #ffff;
	border-radius: 3px;
}

.user i {
	position: absolute;
	top: 53px;
	left: 53px;
	line-height: 52px;
	color: rgb(25 91 172);
	z-index: 100;
	font-size: 23px;
}

.resendbutton button {
	display: block;
	padding: 2px 6px;
	border: none;
	background: #1f4d92;
	color: #ffff;
}

.otpsection,
#submitBtn,
#timerContainer,
#resendOtpBtn {
	display: none;
}

.otpsection input {
	text-align: center;
	display: inline-block;
}

.otpsection input {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #1f4d92;
	background-color: transparent;
}

.nextbutton {
	width: 46%;
	padding: 11px 11px;
	background-color: #25247b;
	border: none;
	border-radius: 15px;
	color: #ffff;
	font-size: 24px;
	font-weight: bold;
}

.userdetail {
	padding: 24px 22px;
	position: relative;
}

.userdetail i {
	position: absolute;
	top: 27px;
	left: 9px;
	line-height: 52px;
	color: rgb(25 91 172);
	z-index: 100;
	font-size: 23px;
}

.bizom_id i {
	right: 7px !important;
	left: auto !important;
	top: 40px;
}

.bizomimg {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.input2 input {
	height: 43px !important;
}

.mapmarker {
	position: absolute;
	top: 28px !important;
	left: 17px !important;
	line-height: 52px;
	color: rgb(25 91 172);
	z-index: 100;
	font-size: 23px;
}

.selectmenu select {
	height: 43px;
}

.detailbg {
	background: linear-gradient(to bottom right, #b3e5f5, #fdfeff);
	border: 1px solid #1b4ece;
	border-radius: 13px;
}

.blinkerq {
	-webkit-animation-name: blinkerq;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	-moz-animation-name: blinkerq;
	-moz-animation-duration: 0.6s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;

	animation-name: blinkerq;
	animation-duration: 0.6s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinkerq {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blinkerq {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blinkerq {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.blinkerq {
	color: #f2990e;
	text-transform: uppercase;
	font-weight: bold !important;
	font-family: system-ui;
}

#amount-display {
	font-size: 16px;
	font-weight: bold;
	color: #25247b;
}

#total-walletamount {
	font-size: 18px;
	font-weight: bold;
	color: #25247b;
}

.scanqr button {
	padding: 9px 8px;
	background-color: #25247b;
	border: none;
	color: #ffff;
	border-radius: 4px;
}
