.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  overflow: hidden;
  position: fixed;
}
.pace .pace-progress {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 0 8px 8px 0;
  background: #F8F9FA;
}
.pace .pace-activity {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(248, 249, 250, 0.25);
}
.pace-inactive {
  display: none;
}
/*# sourceMappingURL=load.css.map */