#rac-widget *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#rac-widget {
	display: flex;
	flex-direction: column;
	background-color: lavender;
	border-radius: 5px;
}

#rac-widget .rac-header1, .rac-header2 {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #512da8;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px 0;
	text-align: center;
}

#rac-widget .rac-dob-container1, 
#rac-widget .rac-dob-container2,
#rac-widget .rac-time-container{
	display: flex;
	flex-direction: row;
	font-size: 14px;
	align-items: center;
	justify-content: center;
}

#rac-widget .rac-dob-container1 {
	padding-top: 5px;
	display: block;
	text-align: center;
}

#rac-widget .rac-dob-container1-child {
    display: flex;
    gap: 10px;
    justify-content: center;
	padding: 0 5%;
}

#rac-widget .rac-time-container{
	padding-top: 20px;
}

#rac-widget .rac-dob-container2 {
	padding-top: 5px;
	display: block;
	text-align: center;
}

#rac-widget .label,
#rac-widget .rac_time_label1,
#rac-widget .rac_time_label2{
	padding: 15px 0;
	font-weight: bold;
}

#rac-widget select, #rac-widget input {
	border: 1px solid #bdbdef;
	font-size: 15px;
	border-radius: 5px;
	text-align: center;
	height: 35px;
	color: #000;
}

#rac-widget .rac-birth-date, #rac-widget .rac-hour {
	width: 30%;
}

#rac-widget .rac-birth-month, #rac-widget .rac-minute {
	width: 30%;
}

#rac-widget .rac-ampm {
	width: 100px;
	line-height: 14px;
}

#rac-widget input {
	width: 30%;
}

#rac-widget .rac-footer1, .rac-footer2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 35px;
	padding-bottom: 35px;
	border-radius: 5px;
}

#rac-widget .rac-submit-button {
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #512da8;
	padding: 6px 30px;
	min-width: 35%;
	border-radius: 5px;
}
/*
#rac-widget .rac-message {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
	font-weight: bold;
	background: ghostwhite;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 35px;
	border-radius: 5px;
	height: 60px;
	padding-bottom: 0px !important;
} */

#rac-widget .rac-message {
	display: none;
}
#rac-widget .show-message {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 16px;
	font-weight: bold;
	background: ghostwhite;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 40px;
	border-radius: 5px;
	height: 60px;
	padding-bottom: 0px !important;
}

#rac-widget .rac-spacer-10 {
	margin-bottom: 10px;
	width: 100%;
}

#rac-widget .rac-hide-footer {
	background-color: unset;
	border: unset;
}

.rac-title {
	display: block;
	color: #512da8;
	border: 2px solid #512da8;
	padding: 5px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: -13px;
}
