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