/* Style for the uDraw container */
#udraw-connect-container {
	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;
}
