.leo-slots {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}

.leo-slot-btn {
	border: 1px solid #ced4da;
	background: #fff;
	border-radius: .375rem;
	padding: .35rem .7rem;
	font-size: .9rem;
	cursor: pointer;
	transition: all .15s ease;
}

.leo-slot-btn:hover {
	border-color: #00a89c;
	color: #00a89c;
}

.leo-slot-btn.active {
	background: #00a89c;
	border-color: #00a89c;
	color: #fff;
}

.leo-slot-btn.pending {
	background: #e9ecef;
	border-color: #ced4da;
	color: #868e96;
	cursor: not-allowed;
	pointer-events: none;
}

#leo-booking-result {
	display: none;
	margin-top: 1rem;
	padding: .75rem 1rem;
	border-radius: .375rem;
	font-size: .9rem;
}

#leo-booking-result.success {
	background: #d1f2ea;
	color: #0a6656;
	border: 1px solid #a8e6de;
}

#leo-booking-result.error {
	background: #fbe4e4;
	color: #a02020;
	border: 1px solid #f3b8b8;
}
/*# sourceMappingURL=appuntamenti.css.map */