
#auto-import-products-cart-dragdropfile-uploder {
	border: 1px dashed currentColor;
	background: none;
	position: relative;
	color: currentColor;
}

#auto-import-products-cart-dragdropfile-uploder::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../img/drag-drop.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: 2;
}

#auto-import-products-cart-dragdropfile-uploder::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: currentColor;
	opacity: 0.3;
	pointer-events: none;
	z-index: 1;
}

.dz-message,
.dz-preview {
	position: relative;
	z-index: 3;
}
.dropzone .dz-preview .dz-progress {
  top: initial;
  bottom: 9%;
}