/* MEDYA Dynamic Form Styles - Minimal CSS for functionality only */

/* Loading state indicator */
.elementor-field-group .elementor-select[data-field-type="modalidade"].loading,
.elementor-field-group .elementor-select[data-field-type="curso"].loading {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="8" fill="none" stroke="%23999" stroke-width="2" stroke-dasharray="12.566" stroke-dashoffset="12.566"><animateTransform attributeName="transform" type="rotate" values="0 10 10;360 10 10" dur="1s" repeatCount="indefinite"/></circle></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
