input[type=range]{height:6px}input[type=range]::-webkit-slider-thumb{height:20px;width:20px;border-radius:50%;background:#1d3738;cursor:pointer;-webkit-appearance:none;margin-top:-7px}input[type=range]::-moz-range-thumb{height:20px;width:20px;border-radius:50%;background:#1d3738;cursor:pointer}input[type=range]::-ms-thumb{height:20px;width:20px;border-radius:50%;background:#1d3738;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{width:100%;height:6px;background-color:#e5e7eb;border-radius:4px;background:repeating-linear-gradient(90deg,transparent,transparent 9.9%,#a7c7c5 10%,#a7c7c5 10.1%,transparent 10.2%,transparent 19.9%,#a7c7c5 20%,#a7c7c5 20.1%,transparent 20.2%,transparent 29.9%,#a7c7c5 30%,#a7c7c5 30.1%,transparent 30.2%,transparent) #e5e7eb}