.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #3c3d3e;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100%;
  height: 6px;
  margin-top: -3px;
  z-index: 2000;
}

.pace-cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1999;
}

