/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/

/* 
69c2ff -- primary - 00000080
c7e6ff -- secondary - 00000012
53b9ff -- primary:hover - 000000FF
b7dfff -- secondary:hover - 00000024
*/


input[type=range].seek_slider {
  height: 0;
  appearance: none;
  -webkit-appearance: none;
}

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

input[type=range].seek_slider:focus {
  outline: none;
}

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

input[type=range].seek_slider::-webkit-slider-runnable-track {
  height: 6px;
  border: none;
  border-radius: 0.5em;
  background: #00000012;
  box-shadow: none;
}

input[type=range].seek_slider::-webkit-slider-thumb:hover {
  background: #000000FF;
}

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

input[type=range].seek_slider::-webkit-slider-thumb:active {
  background: #000000FF;
}

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

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

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

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

/*mozilla*/
input[type=range].seek_slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 1em;
  background: #00000080;
  border: none;
  box-shadow: none;
}

input[type=range].seek_slider::-moz-range-track {
  height: 6px;
  border: none;
  border-radius: 0.5em;
  background: #00000012;
  box-shadow: none;
}

input[type=range].seek_slider::-moz-range-thumb:hover {
  background: #000000FF;
}

input[type=range].seek_slider:hover::-moz-range-track {
  background: #00000024;
}

input[type=range].seek_slider::-moz-range-thumb:active {
  background: #000000FF;
}

input[type=range].seek_slider:active::-moz-range-track {
  background: #00000024;
}

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

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

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

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

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

input[type=range].seek_slider::-ms-thumb {
  width: 12px;
  height: 12px;
  border-radius: 1em;
  background: #00000080;
  border: none;
  box-shadow: none;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].seek_slider::-ms-track {
  height: 6px;
  border-radius: 0.5em;
  background: #00000012;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].seek_slider::-ms-thumb:hover {
  background: #000000FF;
}

input[type=range].seek_slider:hover::-ms-track {
  background: #00000024;
}

input[type=range].seek_slider::-ms-thumb:active {
  background: #000000FF;
}

input[type=range].seek_slider:active::-ms-track {
  background: #00000024;
}

input[type=range].seek_slider.slider-progress::-ms-fill-lower {
  height: 6px;
  border-radius: 0.5em 0 0 0.5em;
  margin: -undefined 0 -undefined -undefined;
  background: #00000080;
  border: none;
  border-right-width: 0;
}

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

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