.af-slider {
	margin-bottom: 10px;
}
.af-slider .slider-bar {
	margin: 16px 0 15px;
	padding: 0 12px;
	clear: both;
}
.af-slider .slider-bar.blocked {
	opacity: 0.5;
	pointer-events: none;
}
.af-slider .back-bar {
	height: 6px;
	position: relative;
	background: #EBF0F1;
	border-radius: 3px;
}
.af-slider .selected-bar {
	position: absolute;
	height: 100%;
	background: #105559;
}
.af-slider .pointer {
	position: absolute;
	top: -9px;
	margin-left: -12px;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	background: #105559;
	cursor: pointer;
	z-index: 2;
	touch-action: none;
}
.af-slider .pointer:after {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='11' viewBox='0 0 6 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.18091' y1='0.883789' x2='1.18091' y2='10.1146' stroke='white'/%3E%3Cline x1='4.87549' y1='0.883789' x2='4.87549' y2='10.1146' stroke='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
}

.af-slider .pointer.last-active {
	z-index: 3;
}
.af-slider .clickable-dummy {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* slider values */
.af-slider .slider-values {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.af-slider .slider_value {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	min-width: 0;
	height: 42px;
	padding: 0 1rem;
	color: #1E1E1E;
	border: 1px solid #EBF0F1;
	border-radius: 16px;
	box-shadow: none !important;
	appearance: none;
}
.af-slider .slider_value.edit {
	color: #1E1E1E;
    background-color: #fff;
    border-color: #105559;
    outline: none;
    box-shadow: none;
}

.af-slider .slider_value .input-text,
.af-slider .slider_value.edit > span {
	display: none;
}
.af-slider .slider_value.edit .input-text {
	display: inline-block;
	border: 0;
	padding: 0;
	max-width: 50px;
	outline: none;
	line-height: 1em;
}
/* since 3.2.3 */
