.vue-slider {
  position: relative;
  box-sizing: content-box;
  user-select: none;
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.vue-slider-rail {
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: width, height, left, right, top, bottom;
}

.vue-slider-process {
  position: absolute;
  z-index: 1;
}
