.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace-active {
    background: var(--black);
    position: fixed;
    z-index: 65535;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
    transform: translate3d(100%, 0px, 0px);
}

.pace .pace-progress {
    background: var(--blue-vivid);
    position: fixed;
    z-index: 65535;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
    box-shadow: 0px 0px 1px 1px var(--blue-vivid);
}
