/* IonRangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2.75rem;
  margin-top: 1rem;
}
.irs-line {
  position: absolute;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
  overflow: hidden;
  height: 0.375rem;
  bottom: 0.3125rem;
  margin: 0 1px;
  background-color: #c9c9c9;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  height: 0.375rem;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  height: 0.375rem;
  bottom: 0.3125rem;
  background-color: #8f0d2f;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
  bottom: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #8f0d2f;
}
.irs-slider:hover,
.irs-slider.state_hover {
  cursor: pointer;
  background-color: #00bbfe;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  top: 0;
  line-height: 1;
  cursor: default;
  text-shadow: none;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/*# sourceMappingURL=../maps/module/ionSlider.css.map */
