.metrouicss .slider {
  height: 12px;
  width: auto;
  position: relative;
  background-color: #c6c6c6;
  margin-bottom: 10px;
}
.metrouicss .slider .marker {
  height: 12px;
  width: 12px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  z-index: 3;
}
.metrouicss .slider .complete {
  height: 100%;
  width: auto;
  background-color: #00828b;
  z-index: 2;
}
.metrouicss .slider.vertical {
  height: auto;
  width: 12px;
}
.metrouicss .slider.vertical .complete {
  position: absolute;
  height: auto;
  width: 12px;
  bottom: 0;
}
.metrouicss .slider:hover .complete {
  background-color: #219297;
}
.metrouicss .slider:active .complete,
.metrouicss .slider:active + .marker:active .complete {
  background-color: #25bbc4;
}