.myform>*[aria-hidden="true"] {
	display: initial;
	pointer-events: none;
	transition-delay: 0s;
	opacity: 0;
	transform: scale(0.8);
}