.imageDownloaderProgress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 3px;
	background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
	background-size: 100% 100%;
	max-width: 100%;
	width: 0%;
	transition: width 0.5s 0s linear;
}

.homesProgress { background-image: none; background-color: #61b446; }
.officesProgress { background-image: none; background-color: #00a1d8; }