.d-none{
	display: none;
}

#canopy-form{
	box-shadow: 0px 8.18px 33.91px 0px #64646F33;
	border-radius: 10px;
	padding: 15px 55px 46px;
	margin-top: 66px;
}

.form-content-heading{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 43px;
	gap: 8px;
}

.form-group{
    display: flex;
    flex-direction: column;
}

.form-content-heading h4{
	font-weight: 600;
	font-size: 23.38px !important;
	line-height: 42.09px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.form-heading img{
	display: block;
}

.form-container label{
	font-weight: 500;
	font-size: 16px;
	color: #5B5B5B;
	margin-bottom: 10px;
}

.form-container input{
	border-radius: 12px;
	font-size: 16px !important;
	border: 1.17px solid #DAD8D8 !important;
	background-color: #fff;
}

.otp-status{
	font-weight: 500;
	font-size: 18px;
	color: #5B5B5B;
	margin-bottom: 12px;
}

.form-container button{
	margin-top: 33px;
	width: 100%;
	border-radius: 10px;
}

.get-otp{
	background-color: #EE193F;
}

.submit-offer{
	background-color: #31A251;
}

.submit-offer:hover{
	background-color: #31A251;
	opacity: 0.8;
}

.success-message-popup, .error-message-popup{
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

.close-icon-container{
	display: flex;
  justify-content: flex-end;
  margin-right: -20px;
}

.close-icon{
	width: 30px;
  height: 30px;
	cursor: pointer;
}

.success-message-container, .error-message-container{
	flex: 1;
	display: flex;
  gap: 10px;
	align-items: center;
}

.error-message-container{
	justify-content: center;
}

.check-mark{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

#successMessage, #errorMessage{
	font-weight: 600;
	font-size: 23.38px !important;
	line-height: 42.09px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	text-align: center;
}

.red-highlight{
	color: #ED1A3B;
}

@media only screen and (max-width: 572px) {
	#canopy-form{
		box-shadow: 0px 5.25px 21.76px 0px #64646F33;
		border-radius: 6px;
		padding: 10px 35px 30px;
		margin-top: 38px;
	}

	.form-content-heading{
		margin-bottom: 28px;
		gap: 5px;
	}

	.form-content-heading h4{
		font-size: 15px !important;
		line-height: 27px;
	}

	.form-heading img{
		width: 15px;
	}

	.form-container label{
		font-size: 10px;
		margin-bottom: 7px;
	}

	.form-container input{
		border-radius: 6px;
		border: 0.75px solid #DAD8D8 !important;
		font-size: 10px !important;
		height: 30px !important;
	}
	
	.iti--separate-dial-code .iti__selected-flag {
		font-size: 10px;
	}

	.otp-status{
		font-size: 10px;
		margin-bottom: 4px;
	}

	.form-container button{
		margin-top: 21px;
		font-size: 11px;
		border-radius: 6px;
	}
		
	#successMessage, #errorMessage {
		font-size: 15px !important;
		line-height: 27px;
	}
	
	.check-mark{
		width: 20px;
		height: 20px;
	}
	
		.close-icon {
			width: 25px;
			height: 25px;
	}
}

