.agendamento-form-group {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	margin-top: 25px;
	justify-content: center;
}

.agendamento-form-group label {
	width: 130px;
	margin-right: 10px;
	color: #808080;
	display: flex;
	justify-content: flex-start;
}

.agendamento-form-group select, .agendamento-form-group input {
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 15px;
	border: 1px solid #808080;
	margin-left: 10px;
	cursor: pointer;
	background-color: transparent;
	color: #808080;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.agendamento-option-group {
	border: 0px solid #ccc;
	border-radius: 8px;
	margin-bottom: 10px;
	position: relative;
}

.agendamento-option-group h2 {
	position: absolute;
	top: -20px;
	left: 15px;
	background-color: #fff;
	padding: 0 5px;
	font-size: 16px;
	margin: 0;
}


.agendamento-form-group-row .agendamento-form-group {
	margin-right: 20px;
	margin-bottom: 0;
}

.agendamento-form-group-row .agendamento-form-group:last-child {
	margin-right: 0;
}