.procura-prof-form .btn-primary {
	background-color: #1c9f75;
	border-color: #1c9f75;
}

.procura-prof-form .btn-primary:hover,
.procura-prof-form .btn-primary:focus {
	background-color: #168a66;
	border-color: #168a66;
}

.procura-prof-step-pill {
	padding: 0.5rem 0.75rem;
	border-radius: 0.75rem;
	background: #f0f0ec;
	color: #6c757d;
}

.procura-prof-step-pill.active {
	background: #e8f7f1;
	color: #1c9f75;
	box-shadow: inset 0 0 0 1px #1c9f75;
}

.procura-prof-step-pill.done {
	background: #1c9f75;
	color: #fff;
}

.procura-diploma-card {
	border: 1px solid #e8e8e4;
	border-radius: 0.75rem;
	padding: 1rem;
}

.procura-diploma-card.is-checked {
	border-color: #1c9f75;
	background: #f9fdfb;
}

.procura-diploma-fields {
	display: none;
	margin-top: 0.75rem;
}

.procura-diploma-card.is-checked .procura-diploma-fields {
	display: block;
}

.procura-prof-form .availability-schedule .availability-day {
	border-color: #e8e8e4;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.procura-prof-form .availability-schedule .availability-day.is-active {
	border-color: #1c9f75;
	background: #f9fdfb;
}

.procura-prof-form .availability-schedule .form-switch .form-check-input {
	margin-top: 0.1rem;
}

.procura-prof-form .availability-schedule .form-switch .form-check-input:checked {
	background-color: #1c9f75;
	border-color: #1c9f75;
}

.procura-city-search {
	position: relative;
	z-index: 2;
}

.procura-city-search:focus-within {
	z-index: 1060;
}

.procura-city-search .procura-city-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1070;
	max-height: 14rem;
	overflow-y: auto;
	margin-top: 0.15rem;
	background-color: #fff;
	border: 1px solid #e6e7e9;
	border-radius: 0.375rem;
}

.procura-city-search .procura-city-results .list-group-item {
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0.075);
}

.procura-city-search .procura-city-results .list-group-item:hover,
.procura-city-search .procura-city-results .list-group-item:focus {
	background-color: #f1f5f9;
	color: inherit;
}

.procura-prof-progress-banner {
	background: linear-gradient(135deg, #f9fdfb 0%, #f0f7f4 100%);
	border: 1px solid #d4ebe2;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.procura-prof-progress-ring {
	position: relative;
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	overflow: hidden;
}

.procura-prof-progress-ring svg {
	display: block;
}
