.pace {
	pointer-events: none;
	user-select: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	width: 100%;
	height: 4px;
	overflow: hidden;
	background: rgba(7, 17, 31, 0.28);
}

.pace.pace-inactive {
	opacity: 0;
	transition: opacity 220ms ease;
}

.pace .pace-progress {
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 20001;
	width: 100%;
	height: 4px;
	background: #00eaff;
	box-shadow: 0 0 16px rgba(0, 234, 255, 0.62);
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0;
	width: 120px;
	height: 100%;
	box-shadow: 0 0 14px #00eaff, 0 0 7px #00eaff;
	opacity: 1;
	transform: rotate(3deg) translate(0, -4px);
}

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