
@-webkit-keyframes progress-bar-animate {
  from {
    background-position: -40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-animate {
  from {
    background-position: -40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* This is a compiled file, you should be editing the file in the templates directory */
.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-color: #F26C4F;
  height: 8px;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  overflow:hidden;
  background-size: 40px 40px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.07) 30%, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0.03) 33%, transparent 33%, transparent 46%, rgba(0, 0, 0, 0.03) 46%, rgba(0, 0, 0, 0.03) 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 80%, rgba(0, 0, 0, 0.03) 80%, rgba(0, 0, 0, 0.03) 83%, transparent 83%, transparent 97%, rgba(0, 0, 0, 0.03) 97%, rgba(0, 0, 0, 0.03));
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.07) 30%, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0.03) 34%, transparent 34%, transparent 46%, rgba(0, 0, 0, 0.03) 46%, rgba(0, 0, 0, 0.03) 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 80%, rgba(0, 0, 0, 0.03) 80%, rgba(0, 0, 0, 0.03) 84%, transparent 84%, transparent 96%, rgba(0, 0, 0, 0.03) 96%, rgba(0, 0, 0, 0.03));
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.03);
  -webkit-animation: progress-bar-animate 0.5s linear infinite;
  animation: progress-bar-animate 0.5s linear infinite;
}

/* .pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  border: solid 2px transparent;
  border-top-color: #22df80;
  border-left-color: #22df80;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
  -webkit-animation: none;
  animation: none;
  top: 73px;
  background: url(progress-circle-success.svg) no-repeat top left;
  background-size: 100% auto;
  margin: 0 auto;
  border-width: 0;
  border-radius: 0;
  width: 28px;
  height: 40px;
  right: 19px;
  left: auto;
} */

