/* Escopo: só dentro do corpo com classe gt-user-scope */
.gt-user-scope .gt-input-icon-left input,
.gt-user-scope .gt-input-icon-left textarea { padding-left: 42px !important; padding-right: 12px; }
.gt-user-scope .gt-input-icon-left .gx-icon,
.gt-user-scope .gt-input-icon-left .gt-icon,
.gt-user-scope .gt-input-icon-left .field-icon,
.gt-user-scope .gt-input-icon-left [class*="icon"] {
  position: absolute; left: 12px; right: auto !important; transform: translateY(-50%); top: 50%;
}
.gt-user-scope .gt-user-actions { display:flex; gap:12px; justify-content:center; align-items:center; margin-top:12px; }
.gt-user-scope .gt-btn-clear { background:#ff9aa2; color:#fff; border:none; border-radius:10px; padding:10px 16px; box-shadow:0 4px 10px rgba(0,0,0,0.08); cursor:pointer; }
.gt-user-scope .gt-btn-update { background:#8be7a1; color:#fff; border:none; border-radius:10px; padding:10px 16px; box-shadow:0 4px 10px rgba(0,0,0,0.08); cursor:pointer; }