.pace-done #global-container {
  opacity: 1;
  transition: opacity 1s;
}

#global-container {
  opacity: 0;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace-running {
  background-image: url(../../img/thumbnail.png);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  width: 100vh;
  height: 100vh;
}

.pace .pace-progress {
  transform: none !important;
  text-align: center;
  display: grid;
  place-items: center;
}

.pace.pace-inactive {
  display: none;
}/*# sourceMappingURL=loader.css.map */