.CAL_hours_container > .CAL_hours_row:only-child .CAL_removeHours {
	visibility: hidden;
}
.CAL_categories_container > .CAL_categories_row:only-child .CAL_removeCategory {
	visibility: hidden;
}
.CAL_SRV_zoom {
	background-color: #2D8CFF !important;
	border-color: #2D8CFF !important;
}
.border-loc-action {
	border-color: #2D8CFF !important;
}
.title-question {
	position: relative;
	bottom: 10px;
}
.color-example {
	width: 30px;
	height: 30px;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 50%;
}
.color-example.color-selected {
	border-color: var(--bs-boostrapblack);
}
#CAL_container td span {
	width: 32px;
	height: 32px;
}
.CAL_activeDay span {
	background-color: var(--bs-milka);
	color: white;
	border-radius: 50%;
}
#CAL_container.table th, #CAL_container.table td {
	border-top: 0 !important;
	border-bottom: 0 !important;
}
.CAL_calIcon {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.CAL_selectPricing .fa-check-circle {
	right: 20px;
}