.dropzone {
	min-height: 150px !important;
	border: 0px transparent !important;
	background: transparent !important;
	padding: 0 !important;
}

.dz-default.dz-message {
	background-color: #fff !important;
	margin: 1em 7.5px 0 !important;
	padding: 2em 0 !important;
	
	-webkit-box-shadow: 1px 1px 5px #00000029 !important;
	-moz-box-shadow: 1px 1px 5px #00000029 !important;
	box-shadow: 1px 1px 5px #00000029 !important;
}

.dropzone .dz-button {
	width: 80% !important;
}

.dropzone .dz-error .dz-details {
	color: red !important;
}

.defaultMessageContainer-inner {
	margin: 0 auto !important;
}

.dropzone .defaultMessageContainer {
	border-radius: .8rem !important;
	border-style: dashed !important;
	font-size: 1.5rem !important;
	border-width: 2px !important;
	padding: 2rem 3rem !important;

	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;

	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.defaultMessage {
	padding-left: 2em !important;
	text-align: left !important;
}

.dropzone .fas.fa-file-upload {
	font-size: 2.5em !important;
}

.dropzone .powermail_fieldwrap_type_file {
	display: none !important;
}

.dropzone.dz-started .dz-message {
	display: block !important;
}

.upload-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}

html.uploading .upload-overlay {
    display: block;
}

.upload-overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	color: #fff;
	margin-left: -0.5em;
	margin-top: -0.5em;
}

.dropzone .powermail_fieldset {
	position: relative;
}