.range-input input {
  background: none;
  -webkit-appearance: none;
  pointer-events: none;
}

input[type='range']::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  pointer-events: auto;
  -webkit-appearance: none;
  background: #1a1517;
}

input[type='range']::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  pointer-events: auto;
  -moz-appearance: none;
  background: #1a1517;
}
