#gform_wrapper_4 .sci-rastreo-is-processing {
	opacity: 0.35;
	pointer-events: none;
}

#gform_wrapper_4 .sci-rastreo-processing {
	box-sizing: border-box;
	position: fixed;
	z-index: 99999;
	top: 42%;
	left: 50%;
	width: min(680px, calc(100vw - 32px));
	margin: 0;
	padding: 32px 24px;
	transform: translate(-50%, -50%);
	text-align: center;
	background: #fff;
	border: 3px solid #2c503b;
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

#gform_wrapper_4 .loader-spinner {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto 20px;
	border: 9px solid #dce5df;
	border-top-color: #2c503b;
	border-radius: 50%;
	animation: sci-rastreo-spin 0.8s linear infinite;
}

#gform_wrapper_4 .sci-rastreo-processing__title {
	margin: 0 0 12px;
	font-size: clamp(1.6rem, 4vw, 2.25rem);
	font-weight: 700;
	line-height: 1.2;
	color: #2c503b;
}

#gform_wrapper_4 .sci-rastreo-processing__instruction {
	margin: 0 0 24px;
	font-size: 1.1rem;
	line-height: 1.5;
}

#gform_wrapper_4 .sci-rastreo-processing__thanks {
	margin: 0;
	font-size: clamp(1.35rem, 3vw, 1.8rem);
	line-height: 1.4;
}

#gform_wrapper_4 .sci-rastreo-processing__close {
	display: none;
	margin: 24px auto 0;
	padding: 10px 24px;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: #2c503b;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
}

#gform_wrapper_4 .sci-rastreo-processing--complete .loader-spinner,
#gform_wrapper_4 .sci-rastreo-processing--complete .sci-rastreo-processing__title,
#gform_wrapper_4 .sci-rastreo-processing--complete .sci-rastreo-processing__instruction {
	display: none;
}

#gform_wrapper_4 .sci-rastreo-processing--complete .sci-rastreo-processing__close {
	display: block;
}

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

@media (prefers-reduced-motion: reduce) {
	#gform_wrapper_4 .loader-spinner {
		animation-duration: 1.6s;
	}
}
