/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/
input[type=range].styled-slider {
  height: 12px;
  -webkit-appearance: none;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 6px + var(--ratio) * (100% - 6px));
}

input[type=range].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 6px;
  height: 18px;
  border-radius: 2px;
  background: #a8c70c;
  border: none;
  box-shadow: none;
  margin-top: calc(12px * 0.5 - 18px * 0.5);
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 12px;
  border: none;
  border-radius: 4px;
  background: #e1e4e9;
  box-shadow: none;
}

input[type=range].styled-slider::-webkit-slider-thumb:hover {
  background: #798f09;
}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #e1e4e9;
}

input[type=range].styled-slider::-webkit-slider-thumb:active {
  background: #798f09;
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #e1e4e9;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#a8c70c,#a8c70c) 0/var(--sx) 100% no-repeat, #e1e4e9;
}

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#a8c70c,#a8c70c) 0/var(--sx) 100% no-repeat, #e1e4e9;
}

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#a8c70c,#a8c70c) 0/var(--sx) 100% no-repeat, #e1e4e9;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: 6px;
  height: 18px;
  border-radius: 2px;
  background: #a8c70c;
  border: none;
  box-shadow: none;
}

input[type=range].styled-slider::-moz-range-track {
  height: 12px;
  border: none;
  border-radius: 4px;
  background: #e1e4e9;
  box-shadow: none;
}

input[type=range].styled-slider::-moz-range-thumb:hover {
  background: #798f09;
}

input[type=range].styled-slider:hover::-moz-range-track {
  background: #e1e4e9;
}

input[type=range].styled-slider::-moz-range-thumb:active {
  background: #798f09;
}

input[type=range].styled-slider:active::-moz-range-track {
  background: #e1e4e9;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#a8c70c,#a8c70c) 0/var(--sx) 100% no-repeat, #e1e4e9;
}

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#a8c70c,#a8c70c) 0/var(--sx) 100% no-repeat, #e1e4e9;
}

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#a8c70c,#a8c70c) 0/var(--sx) 100% no-repeat, #e1e4e9;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
  width: 6px;
  height: 18px;
  border-radius: 2px;
  background: #a8c70c;
  border: none;
  box-shadow: none;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
  height: 12px;
  border-radius: 4px;
  background: #e1e4e9;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-thumb:hover {
  background: #798f09;
}

input[type=range].styled-slider:hover::-ms-track {
  background: #e1e4e9;
}

input[type=range].styled-slider::-ms-thumb:active {
  background: #798f09;
}

input[type=range].styled-slider:active::-ms-track {
  background: #e1e4e9;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: 12px;
  border-radius: 4px 0 0 4px;
  margin: -undefined 0 -undefined -undefined;
  background: #a8c70c;
  border: none;
  border-right-width: 0;
}

input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
  background: #a8c70c;
}

input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
  background: #a8c70c;
}
