.eb-range-slider .ui-slider-horizontal {
	 height: 8px;
	 border-radius: 0px;
	 border: 0;
	 background: #BEB9B4;
}
 .eb-range-slider .ui-slider-horizontal .ui-slider-range {
	 background-color: #D42D12;
}
 .eb-range-slider .ui-slider-horizontal .ui-slider-handle {
	 top: -9px;
    width: 25px;
    height: 25px;
    outline: 0;
    cursor: pointer;
    border: unset;
    border-radius: 50%;
    background-color: #D42D12;
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 30%);
}
 .eb-range-slider .min-max-values {
	 display: flex;
	 justify-content: space-between;
	 margin-top: 15px;
	 font-weight: 600;
}
 .slider-caption {
	 position: absolute;
	 top: 65px;
}
 .amount-slider {
}
 .deadline-slider {
}