.nuxt-progress {
	background-color: #000;
	height: 2px;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: width .1s, opacity .4s;
	width: 0;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}
