.wpcf7c-force-hide {
	display: none !important;
}

.form .btn_form {
	position: relative;
}

.wpcf7c-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 20px;
	min-height: 48px;
	color: #a50000;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.wpcf7c-loading[hidden] {
	display: none !important;
}

.wpcf7c-loading__spinner {
	width: 28px;
	height: 28px;
	border: 3px solid rgba(165, 0, 0, 0.2);
	border-top-color: #a50000;
	border-radius: 50%;
	animation: wpcf7c-spin 0.8s linear infinite;
}

.wpcf7c-is-loading .btn_form > p,
.wpcf7c-is-loading .wpcf7-confirm,
.wpcf7c-is-loading .wpcf7-submit,
.wpcf7c-is-loading .wpcf7-back {
	opacity: 0.45;
	pointer-events: none;
}

@keyframes wpcf7c-spin {
	to {
		transform: rotate(360deg);
	}
}
