/* Form styles */
#scheduleAppForm_container {
	background-color: #ebebeb;
	position: relative;
}
/* Loading Spinner */
#loading_container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 999;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: #ebebeb;
}
#loading_container #loading_spinner-container {
	border: 2px solid #003893;
	border-radius: 4px;
	background-color: white;
	color: #003893;
	padding: 10px 15px;
	font-weight: bold;
}