.dwprogress {
	display: none;
	z-index: 99999;
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background: #f8f8f8;
}
@media only screen and (min-width: 990px) {
    .dwprogress {
		/*
		top: 25px;
		right: 25px;
		left: 25px;
		bottom: 25px;
		*/
	}
}

.loading-text {
	text-align:center;
	width: 80%;
    margin: 0 auto;
}

.dwuppybar {
	margin: 50px 20% 25px 20%;
}
.dwuppybar .uppy-ProgressBar {
    background-color: #666;
}
.dwuppybar .uppy-ProgressBar-inner {
    background-color: #2997ab;
}
