input[type=range]::-webkit-slider-thumb{appearance:none;background-color:#02a9bf;border-radius:50%;width:15px;height:15px}input[type=range]::-moz-range-thumb{appearance:none;background-color:#02a9bf;border:none;border-radius:50%;width:15px;height:15px}input[type=range]{appearance:none;background:#02a9bf linear-gradient(#c5c7c9,#c5c7c9) 0 0/100% 100% no-repeat;border-radius:50px;width:100%;height:5px}