div.frame-type-form_formframework div.form-loading-overlay {
	position: absolute;
	inset: 0;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	background: hsla(0, 0%, 100%, 0.6);
}

div.frame-type-form_formframework div.form-loading-img {
	position: fixed;
	inset-block: 0;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-inline: auto;
	min-width: max-content;
	pointer-events: none;
}
