.slider{--thumbColor:blue;--thumbSize:25px;--bg:blue;cursor:"pointer";appearance:none;background:0 0}.slider::-webkit-slider-runnable-track{appearance:none;background:var(--bg);border:none;border-radius:100px;height:100%}.slider::-moz-range-track{appearance:none;background:var(--bg);border:none;border-radius:100px;height:100%}.slider::-webkit-slider-thumb{appearance:none;cursor:"pointer";width:var(--thumbSize);height:var(--thumbSize);background:var(--thumbColor);margin-top:calc((var(--trackHeight) - var(--thumbSize)) / 2);border-radius:100px}.slider::-moz-range-thumb{cursor:"pointer";width:var(--thumbSize);height:var(--thumbSize);background:var(--thumbColor);border:none;border-radius:100px}