.player-progress-bar {
  display: inline-block;
  width: 100%;
  height: 3.5px;
  border-radius: 1.25px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.25);
}

.player-progress-bar-rate {
  position: absolute;
  height: inherit;
  border-radius: 1.25px;
  left: 0;
  top: 0;
  background-color: #00b3ff;
  transition: width 0.23s linear;
}

.player-progress-bar-pointer {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  background: #fff;
  border-radius: 2.5px;
  height: 10px;
  width: 5px;
  top: -2.5px;
  left: 0;
  transition: left 0.23s linear;
}

.player-progress-bar:hover, .player-progress-bar:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*# sourceMappingURL=http://127.0.0.1/css/course-path/components/cn-player/player-progress-bar.css.map */
