.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  z-index: 2000;
  background: #f4aa2a;
  width: 100%;
  height: 2px;
  position: fixed;
  top: 0;
  right: 100%;
}

.pace .pace-progress-inner {
  opacity: 1;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(3deg)translate(0, -4px);
  box-shadow: 0 0 10px #f4aa2a, 0 0 5px #f4aa2a;
}

.pace .pace-activity {
  z-index: 2000;
  -ms-animation: pace-spinner .4s linear infinite;
  border: 2px solid #0000;
  border-color: #f4aa2a #0000 #0000 #f4aa2a;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  animation: .4s linear infinite pace-spinner;
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=index.b171d10b.css.map */
