.om-sliderrange {
  margin-top: 10px;
  min-height: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.om-sliderrange-range {
  height: 10px;
  position: relative;
  margin: 8px 4px;
}

.om-sliderrange-display {
  display: flex;
  justify-content: space-around;
  margin: 0px 10% 0;
  font-size: 14px;
}

.om-sliderrange-range:before {
  display: block;
  content: "";
  height: 8px;
  border-radius: 4px;
  background: #c2c0c2;
}

.om-sliderrange-range-indicator {
  height: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: var(--base-color);
}

.om-sliderrange-button-start,
.om-sliderrange-button-end {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  border: 4px solid var(--base-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: visible;
}
