input[type=range].amount {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.1px 0;
}
input[type=range].amount:focus {
  outline: none;
}
input[type=range].amount::-webkit-slider-runnable-track {
  width: 100%;
  height: 5.8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px #ecedf1;
  background: #ecedf1;
  border-radius: 0px;
  border: 0px solid rgba(0, 1, 1, 0);
}
input[type=range].amount::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px #ecedf1;
  border: 0px solid rgba(0, 0, 0, 0);
  height: 18px;
  width: 19px;
  border-radius: 50px;
  background: #5a3fe8;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.1px;
}
input[type=range].amount:focus::-webkit-slider-runnable-track {
  background: #ecedf1;
}
input[type=range].amount::-moz-range-track {
  width: 100%;
  height: 5.8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px #ecedf1;
  background: #ecedf1;
  border-radius: 0px;
  border: 0px solid rgba(0, 1, 1, 0);
}
input[type=range].amount::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px #ecedf1;
  border: 0px solid rgba(0, 0, 0, 0);
  height: 18px;
  width: 19px;
  border-radius: 50px;
  background: #5a3fe8;
  cursor: pointer;
}
input[type=range].amount::-ms-track {
  width: 100%;
  height: 5.8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range].amount::-ms-fill-lower {
  background: #ecedf1;
  border: 0px solid rgba(0, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px #ecedf1;
}
input[type=range].amount::-ms-fill-upper {
  background: #ecedf1;
  border: 0px solid rgba(0, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px #ecedf1;
}
input[type=range].amount::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px #ecedf1;
  border: 0px solid rgba(0, 0, 0, 0);
  height: 18px;
  width: 19px;
  border-radius: 50px;
  background: #5a3fe8;
  cursor: pointer;
  height: 5.8px;
}
input[type=range].amount:focus::-ms-fill-lower {
  background: #ecedf1;
}
input[type=range].amount:focus::-ms-fill-upper {
  background: #ecedf1;
}
