body {
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.dataCard {
	position: relative;
	flex-shrink: 0;
	border-radius: 25px;
	border: 1px dashed rgba(28, 103, 135, 0.25);
	background: #fff;
	box-shadow: 2px 4px 25px 0px rgba(65, 53, 53, 0.1);
	padding: 20px 30px;
}
.dataCard span {
	color: #413535;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
button.customBtn {
	width: 100%;
	border-radius: 20px;
	background: var(
		--Linear,
		linear-gradient(98deg, #56e0e0 0.33%, #007299 93.35%)
	);
	box-shadow: 2px 4px 25px 0px rgba(65, 53, 53, 0.1);
	height: 60px;
	flex-shrink: 0;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
}
button.locationBtn {
	width: 100%;
	border-radius: 20px;
	background: #fff;
	box-shadow: 2px 4px 25px 0px rgba(65, 53, 53, 0.1);
	height: 60px;
	color: #444;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	display: block;
}
button.customBtn:hover {
	color: #fff;
}

button.locationBtn:focus {
	box-shadow: 2px 4px 25px 0px rgba(65, 53, 53, 0.1) !important;
}

span.para1Link {
	color: #413535;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	opacity: 0.5;
}
p.para2 {
	color: #413535;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	line-height: 22px; /* 157.143% */
	opacity: 0.5;
}
.error {
	position: absolute;
	right: 15px;
	bottom: -18px;
	font-size: 12px !important;
	line-height: 12px !important;
	color: red !important;
}
.formTitle {
	margin: 0px;
	font-size: 22px;
	color: #444;
}
@media only screen and (max-width: 768.99px) {
	.error {
		line-height: 16px !important;
		bottom: -35px !important;
	}
}
.frmBox {
	position: relative;
}
.frmBox label {
	color: #413535;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}
.frmBox input,
.frmBox textarea,
.frmBox select {
	border-radius: 10px;
	border: 1px dashed rgba(28, 103, 135, 0.25);
	background: #fff;
	padding: 10px 15px;
	color: #413535;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-weight: 500;
	min-height: 45px;
}
.frmBox input:focus,
.frmBox textarea:focus,
.frmBox select:focus {
	box-shadow: none;
}
