﻿.pace {
  pointer-events: none;
  user-select: none;
  transition: visibility .1s;
  display: contents;
  position: absolute; }
  .pace .pace-progress {
    background: #3c8dbc;
    position: fixed;
    z-index: 9999 !important;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px; }
  .pace .pace-activity {
    position: fixed;
    z-index: 1051;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    color: #3c8dbc;
    display: flex;
    align-items: center;
    justify-content: center; }

.pace-inactive {
  visibility: hidden; }
  .pace-inactive .pace-activity {
    opacity: 0;
    transition: opacity .1s 0s linear; }
