
#elementor-popup-modal-1407 .dialog-widget-content {
	animation-duration: 1.4s;
	background-color: #fff;
}

#elementor-popup-modal-1407 {
	background-color: rgba(0, 0, 0, .6);
	justify-content: flex-end;
	align-items: center;
	pointer-events: all;
}

#elementor-popup-modal-1407 .dialog-message {
	width: 800px;
	height: 480px;
	align-items: center;
}

@media (max-width:1024px) {
	#elementor-popup-modal-1407 .dialog-message {
		width: 700px;
		height: 425px;
	}
	
	#elementor-popup-modal-1407 {
		justify-content: center;
		align-items: center;
	}
	
	#elementor-popup-modal-1407 .dialog-widget-content {
		margin: 0px 0px 0px 0px;
	}
}

@media (max-width:767px) {
	#elementor-popup-modal-1407 .dialog-message {
		width: 325px;
		height: 100vh;
	}
}
