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

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

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 10vw;
  background: #fff;

  overflow: hidden;
}


.pace.pace-inactive {
  display: none;
}

.pace .pace-progress {
  display: block;
  position: absolute;
  z-index: 2000;
  top: 50%;
  right: 100%;
  width: 100vw;
  height: 1px;
  background: #96948e;
  margin: 0 auto;
  pointer-events: none;
}




.pace{
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 90000!important;
    overflow: hidden!important;
}
.pace-done .pace{
    display: none!important;
}