/* AJUSTE v0.15.2: interface totalmente plana no site público e na administração. */
html body *,
html body *::before,
html body *::after {
  box-shadow: none !important;
}

html body input:focus,
html body input:focus-visible,
html body select:focus,
html body select:focus-visible,
html body textarea:focus,
html body textarea:focus-visible {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: #059669 !important;
}

html body button:focus-visible,
html body a:focus-visible,
html body summary:focus-visible,
html body [tabindex]:focus-visible {
  box-shadow: none !important;
  outline: 1px solid #047857 !important;
  outline-offset: 1px !important;
}

html body .premium-search-field:focus-within,
html body .premium-location-field:focus-within,
html body .search-input-line:focus-within,
html body .location-input-line:focus-within {
  box-shadow: none !important;
}
