/* Below is some code for customizing the sliders appearance */

.noUi-horizontal .noUi-tooltip {
    background: none;
    border: none;
    bottom: -25%;
}

.noUi-handle::before,
.noUi-handle::after {
    content: none;
}
