.fly .slider-circle {
  display: none;
}

.fly .slider {
  height: 3px;
  background: #999;
  border: none;
  border-radius: 22px;
}

.fly .slider-fill {
  height: 5.5px;
  /* top: -2.5px; */
}

.fly .handle {
  width: 6px;
  height: 22px;
  border: 0;
  border-radius: 3px;
  border-color: #999;
  top: -0.6rem;
}

.fly .handle:active {
  border-color: #0e76bc;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}