/*generated with Input range slider CSS style generator (version 20211225)
https://toughengineer.github.io/demo/slider-styler*/
input[type=range].styled-slider {
  height: 10.53px;
  -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 * 10.53px + var(--ratio) * (100% - 10.53px));
  width: 100%;
}

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

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10.53px;
  height: 10.53px;
  border-radius: 100px;
  background: #5F62CD;
  border: none;
  box-shadow: none;
  margin-top: calc(2px * 0.5 - 10.53px * 0.5);
  cursor: pointer;
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 2px;
  border: none;
  border-radius: 0;
  background: #7E7B7B !important;
  box-shadow: none;
}

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

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: 10.53px;
  height: 10.53px;
  border-radius: 100px;
  background: #5F62CD;
  border: none;
  box-shadow: none;
}

input[type=range].styled-slider::-moz-range-track {
  height: 2px;
  border: none;
  border-radius: 0;
  background: #7E7B7B;
  box-shadow: none;
}

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

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

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

/*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: 10.53px;
  height: 10.53px;
  border-radius: 100px;
  background: #5F62CD;
  border: none;
  box-shadow: none;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
  height: 2px;
  border-radius: 0;
  background: #7E7B7B;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

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

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

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

/* new */
.ui-slider.ui-slider-horizontal {
  height: 2px !important;
  border: none;
  background: #7E7B7B;
}
.ui-slider .ui-slider-range {
  background: #5F62CD;
  height: 2px !important;
  top: -1px !important;
}
.ui-slider-handle {
  border: none !important;
  border-radius: 100% !important;
  background: #5F62CD !important;
  top: -5px !important;
  height: 10px !important;
  width: 10px !important;
  margin-left: -3px !important;
}
