.scrubber:after {
  background: none repeat scroll 0 0 #333333;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 5px;
}

.scrubber {
  cursor: pointer;
  display: block !important;
  height: 5px;
  position: absolute;
  width: 976px;
  left: 103px;
  top: 134px;
  background-color: rgba(141, 141, 141, 0.90);
  /* pointer-events: none !important; */
      border-radius: 5px;
}

.popUpVideoClass .scrubber {
  top: 66px;
  left: 160px;
  width: 897px;
}

.progress {
  height: 100%;
  position: absolute;
  background-color: #00b175;
  left: 0px;
  top: 0px;
  border-radius: 18px;
}

.sliderKnob {
  position: absolute;
  width: 24px;
  height: 25px;
  background: rgb(0, 177, 117);
  border-radius: 100%;
  top: -10px;
  margin-left: -10px;
  /* display: none; */
}
