#priceInput::-moz-range-thumb {
    background-color: orange;
    border: none;
}

#priceInput::-webkit-slider-thumb {
    background-color: orange;
    border: none;
}

#priceInput::-moz-range-progress {
    background-color: orange;
}

.active{
    background-color: oklch(95.4% 0.038 75.164);
}

.active > p:first-of-type{
    color: oklch(70.5% 0.213 47.604);
}