input[type=range] {
  -webkit-appearance: none !important;
  width: 100%;
  height: 3px;
  background-color: #607d8b;
  border: 1px solid #B7B7B7;
  border-radius: 10px;
  margin: auto;
  transition: all 0.3s ease;
  outline: 0px solid transparent;
}

input[type=range]:hover {
  background-color: #99aeb8;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 12px;
  height: 12px;
  background-color: #607d8b;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #36474f;
  transition: all 0.5s ease;
}

input[type=range]::-webkit-slider-thumb:hover {
  width: 15px;
  height: 15px;
  background-color: #607d8b;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: 0px 0px 1px #36474f;
}

/*# sourceMappingURL=slider.css.map */
