/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/
input[type="range"].styled-slider {
  height: 16px;
  -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 * 24px + var(--ratio) * (100% - 24px));
}

input[type="range"].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type="range"].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 1em;
  background: #fcc800;
  border: 2px solid #ffffff;
  box-shadow: none;
  margin-top: calc(6px * 0.5 - max(24px * 0.5, 2px));
}

input[type="range"].styled-slider::-webkit-slider-runnable-track {
  height: 6px;
  border: none;
  border-radius: 2px;
  background: #22314633;
  box-shadow: none;
}

input[type="range"].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#fcc800, #fcc800) 0 / var(--sx) 100% no-repeat,
    #22314633;
}

/*mozilla*/
input[type="range"].styled-slider::-moz-range-thumb {
  width: max(calc(24px - 2px - 2px), 0px);
  height: max(calc(24px - 2px - 2px), 0px);
  border-radius: 1em;
  background: #fcc800;
  border: 2px solid #ffffff;
  box-shadow: none;
}

input[type="range"].styled-slider::-moz-range-track {
  height: 6px;
  border: none;
  border-radius: 2px;
  background: #22314633;
  box-shadow: none;
}

input[type="range"].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#fcc800, #fcc800) 0 / var(--sx) 100% no-repeat,
    #22314633;
}

/*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: 24px;
  height: 24px;
  border-radius: 1em;
  background: #fcc800;
  border: 2px solid #ffffff;
  box-shadow: none;
  margin-top: 0;
  box-sizing: border-box;
}

input[type="range"].styled-slider::-ms-track {
  height: 6px;
  border-radius: 2px;
  background: #22314633;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="range"].styled-slider.slider-progress::-ms-fill-lower {
  height: 6px;
  border-radius: 2px 0 0 2px;
  margin: -undefined 0 -undefined -undefined;
  background: #fcc800;
  border: none;
  border-right-width: 0;
}

input[type="range"].styled-slider-green {
  height: 16px;
  -webkit-appearance: none;
}

/*progress support*/
input[type="range"].styled-slider-green.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 24px + var(--ratio) * (100% - 24px));
}

input[type="range"].styled-slider-green:focus {
  outline: none;
}

/*webkit*/
input[type="range"].styled-slider-green::-webkit-slider-thumb {
  -webkit-appearance: none;
  --tw-bg-opacity: 1;
  background: rgb(21 231 168 / var(--tw-bg-opacity));
  width: 24px;
  height: 24px;
  border-radius: 1em;
  border: 2px solid #ffffff;
  box-shadow: none;
  margin-top: calc(6px * 0.5 - max(24px * 0.5, 2px));
}

input[type="range"].styled-slider-green::-webkit-slider-runnable-track {
  height: 6px;
  border: none;
  border-radius: 2px;
  background: rgb(13, 168, 140);
  box-shadow: none;
}

input[type="range"].styled-slider-green.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(rgb(21 231 168), rgb(21 231 168)) 0 / var(--sx)
      100% no-repeat,
    rgb(13, 168, 140);
}

/*mozilla*/
input[type="range"].styled-slider-green::-moz-range-thumb {
  width: max(calc(24px - 2px - 2px), 0px);
  height: max(calc(24px - 2px - 2px), 0px);
  border-radius: 1em;
  background: rgb(21 231 168);
  border: 2px solid #ffffff;
  box-shadow: none;
}

input[type="range"].styled-slider-green::-moz-range-track {
  height: 6px;
  border: none;
  border-radius: 2px;
  background: rgb(13, 168, 140);
  box-shadow: none;
}

input[type="range"].styled-slider-green.slider-progress::-moz-range-track {
  background: linear-gradient(rgb(21 231 168), rgb(21 231 168)) 0 / var(--sx)
      100% no-repeat,
    rgb(13, 168, 140);
}

/*ms*/
input[type="range"].styled-slider-green::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type="range"].styled-slider-green::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type="range"].styled-slider-green::-ms-thumb {
  width: 24px;
  height: 24px;
  border-radius: 1em;
  background: rgb(21 231 168);
  border: 2px solid #ffffff;
  box-shadow: none;
  margin-top: 0;
  box-sizing: border-box;
}

input[type="range"].styled-slider-green::-ms-track {
  height: 6px;
  border-radius: 2px;
  background: rgb(13, 168, 140);
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="range"].styled-slider-green.slider-progress::-ms-fill-lower {
  height: 6px;
  border-radius: 2px 0 0 2px;
  margin: -undefined 0 -undefined -undefined;
  background: rgb(21 231 168);
  border: none;
  border-right-width: 0;
}
