.tn-filter-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #e0e087
    border-radius: 2px;
}


.tn-filter-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    background: #e0e88;
    border-radius: 2px;
}


.tn-filter-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #2F807
    border-radius: 50%;
    margin-top: -8px;
    cursor: pointer;
    transition: all 0.3s;
}




.tn-filter-slider input[type="range"]:active::-webkit-slider-thumb {
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(47,128,237,0.5);
}