.range-slider-rd {
  position: relative;
  padding: 0;
  overflow: visible;
  /*******    Extra controls on the side    *******/
  /*******    Value tooltip    *******/
}
.range-slider-rd .range-input,
.range-slider-rd input[type=range] {
  width: 230px;
  box-sizing: border-box;
  -webkit-appearance: none;
  height: 32px;
  background: transparent;
  position: relative;
  cursor: pointer;
  padding: 0 0px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  border: none !important;
  transition: none !important;
  /*******    The Thumb    *******/
  /*******    The Track    *******/
}
.range-slider-rd .range-input::-webkit-slider-thumb,
.range-slider-rd input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 13px;
  width: 13px;
  transform: scale(1);
  margin-top: -5.5px;
  border-radius: 50%;
  background: var(--e-global-color-secondary);
  border: 0;
  cursor: pointer;
  z-index: 2;
  border-image: linear-gradient(var(--e-global-color-secondary) 0 0) 0 0 0 1/calc(50% - 1px) 0 calc(50% - 1px) 100vw/0 0 0 100vw;
  -webkit-appearance: none;
}
.range-slider-rd .range-input::-moz-range-thumb,
.range-slider-rd input[type=range]::-moz-range-thumb {
  position: relative;
  height: 13px;
  width: 13px;
  transform: scale(1);
  margin-top: -5.5px;
  border-radius: 50%;
  background: var(--e-global-color-secondary);
  border: 0;
  cursor: pointer;
  z-index: 2;
  border-image: linear-gradient(var(--e-global-color-secondary) 0 0) 0 0 0 1/calc(50% - 1px) 0 calc(50% - 1px) 100vw/0 0 0 100vw;
}
.range-slider-rd .range-input::-ms-thumb,
.range-slider-rd input[type=range]::-ms-thumb {
  position: relative;
  height: 13px;
  width: 13px;
  transform: scale(1);
  margin-top: -5.5px;
  border-radius: 50%;
  background: var(--e-global-color-secondary);
  border: 0;
  cursor: pointer;
  z-index: 2;
  border-image: linear-gradient(var(--e-global-color-secondary) 0 0) 0 0 0 1/calc(50% - 1px) 0 calc(50% - 1px) 100vw/0 0 0 100vw;
  transform: none;
  margin-top: -2px;
  height: 13px;
  width: 13px;
  border-radius: 13px;
}
.range-slider-rd .range-input::-webkit-slider-runnable-track,
.range-slider-rd input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: linear-gradient(-90deg, #ababab 80%, rgba(0, 0, 0, 0) 0) 100%/3% 2px repeat-x;
  border-radius: 3px;
}
.range-slider-rd .range-input::-moz-range-track,
.range-slider-rd input[type=range]::-moz-range-track {
  height: 2px;
  background: linear-gradient(-90deg, #ababab 80%, rgba(0, 0, 0, 0) 0) 100%/3% 2px repeat-x;
  border-radius: 3px;
}
.range-slider-rd .range-input::-ms-fill-lower,
.range-slider-rd input[type=range]::-ms-fill-lower {
  height: 2px;
  background: linear-gradient(-90deg, #ababab 80%, rgba(0, 0, 0, 0) 0) 100%/3% 2px repeat-x;
  border-radius: 3px;
}
.range-slider-rd .range-input::-ms-fill-upper,
.range-slider-rd input[type=range]::-ms-fill-upper {
  height: 2px;
  background: linear-gradient(-90deg, #ababab 80%, rgba(0, 0, 0, 0) 0) 100%/3% 2px repeat-x;
  border-radius: 3px;
}
.range-slider-rd .range-input::-ms-track,
.range-slider-rd input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.range-slider-rd .range-input::-ms-fill-lower,
.range-slider-rd input[type=range]::-ms-fill-lower {
  background-color: var(--e-global-color-secondary);
}
.range-slider-rd .range-input:focus,
.range-slider-rd input[type=range]:focus {
  outline: none;
}
.range-slider-rd .range-input:focus::-webkit-slider-thumb,
.range-slider-rd input[type=range]:focus::-webkit-slider-thumb {
  outline: 1px solid var(--e-global-color-secondary);
  outline-offset: 1px;
}
.range-slider-rd .range-input:focus::-moz-range-thumb,
.range-slider-rd input[type=range]:focus::-moz-range-thumb {
  outline: 1px solid var(--e-global-color-secondary);
  outline-offset: 1px;
}
.range-slider-rd .no-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.range-slider-rd .range-tooltip {
  position: absolute;
  top: -52px;
  left: auto;
  background: #1F454B;
  border-radius: 8px;
  width: auto;
  padding: 12px 18px;
  font-size: 12px;
  color: white;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
}
.range-slider-rd .range-tooltip strong {
  font-size: 20px;
}
.range-slider-rd .range-tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -5px;
  border-top: 6px solid #1F454B;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-top: -6px;
  margin-left: -6px;
}

/*# sourceMappingURL=common.css.map */
