.dob-alert {
	position: relative;
	padding: 5px 15px;
	font-size: 15px;
	border-radius: 0.5rem;
	border-width: 1px;
	margin: 0 3.5px;
	border-color: #cf3c3c;
	color: #cf3c3c;
	background-color: #fdf3f2;
}
.dob-alert .close-icon {
	position: absolute;
	top: -2px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
}
