.ocultar-campo {
	display: none !important;
}

.mostrar-campo {
	display: block !important;
	animation: cellera-care-fade-in-down 0.5s ease forwards;
}

@keyframes cellera-care-fade-in-down {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.crm-invalid {
	border-color: #ff3333 !important;
	box-shadow: 0 0 5px rgba(255, 51, 51, 0.4) !important;
}

.cellera-care-crm-feedback {
	display: none;
	margin: 0.5rem 0 0;
	padding: 0;
	font-size: 0.9rem;
	font-weight: 600;
	color: #c0392b;
	clear: both;
}

.cellera-care-crm-feedback.is-visible {
	display: block;
}

input:disabled {
	background-color: #f8f9fa;
	cursor: not-allowed;
}

button:disabled,
button.is-disabled,
.elementor-button:disabled,
.elementor-button.is-disabled {
	background-color: #747fa7 !important;
	cursor: not-allowed !important;
}

.dual-submit-success {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #d4edda;
	color: #155724;
	padding: 15px 25px;
	border-radius: 5px;
	border: 1px solid #c3e6cb;
	font-weight: bold;
	z-index: 99999;
	display: none;
}
