/*
 * Site-wide brand guardrails.
 * HealtheFair does not use decorative teal circles in the top-right of panels.
 * Functional circular controls, avatars, status marks, and icons are unaffected.
 */
.auth-page:after,
.clients-hero:after,
.efair-hero:after,
.home-section-header:after,
.metrics-hero:after,
.profile-hero:after,
.search-hero:after,
.static_row:after,
.upload-hero:after{
  content:none!important;
  display:none!important;
}
