/* Elementor Form Conditions – frontend */

/* Hidden by a condition: field groups, step indicators (+ their separator), "Next" buttons of the last visible page. */
.efc-hidden {
	display: none !important;
}

/* Submit button disabled by a rule ("Alleen klikbaar als…") */
.efc-submit-disabled .elementor-button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

/* A button that is not clickable stays where it is and keeps its size. Letting
   it disappear moves everything under it and leaves the visitor wondering what
   just happened; this only says "not yet". Set your own look on
   .efc-next-disabled and .efc-submit-disabled to override this. */
.efc-next-disabled,
.efc-submit-disabled {
	cursor: not-allowed;
}

button.efc-next-disabled,
button.efc-submit-disabled {
	opacity: 0.5;
	pointer-events: none;
}
