.dpeProgress {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: white;
	z-index: 1;
}

.dpeProgress-Bar {
	height: 100%;
	width: 10%;
	background: #FD5108;
	transition: background .15s ease;
}