/* Style for the uDraw container */
#udraw-connect-container {
	/* Hidden until the designer is opened; toggled at runtime via jQuery fadeIn()/hide(). */
	display: none;
	position: fixed !important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100000001;
}

#udraw-connect-container iframe {
	height: 100vh !important;
}

div:where(.swal2-container) {
    z-index: 2147483647 !important;
}

/* Proofing preview shimmer placeholder, shown while preview images load. */
.w2pshop-preview-container.w2pshop-preview-container--loading {
	width: 100%;
}

.w2pshop-preview-image.w2pshop-preview-loading {
	width: 100%;
	min-height: 20rem;
	background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
	background-size: 200% 100%;
	animation: w2pshop-udraw-preview-shimmer 1.4s ease-in-out infinite;
}

@keyframes w2pshop-udraw-preview-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}
