input[type=range].slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}input[type=range].slider::-webkit-slider-track{background:#e5e7eb;height:8px;border-radius:4px}input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3b82f6;height:16px;width:16px;border-radius:50%;margin-top:-4px}input[type=range].slider::-moz-range-track{background:#e5e7eb;height:8px;border-radius:4px}input[type=range].slider::-moz-range-thumb{background:#3b82f6;height:16px;width:16px;border-radius:50%;border:none;cursor:pointer}input[type=range].slider:focus{outline:none}input[type=range].slider:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px rgba(59,130,246,.3)}input[type=range].slider:focus::-moz-range-thumb{box-shadow:0 0 0 3px rgba(59,130,246,.3)}