/*
  Author: Tiago Capulo
  E-Mail: tcapulo@ideasoft.com.br
  Ideasoft Soluções em Tecnologia Ltda.
  https://www.ideasoft.com.br
  Created: 05.08.2026
  Last Update: 05.08.2026
*/
/* ==========================================================================
   Ideasoft — Utilitários
   ========================================================================== */
.text-center { text-align: center; }
.text-muted { color: var(--color-text-muted); }
.text-primary { color: var(--color-primary); }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mb-4 { margin-bottom: var(--space-4); }
.mb-6 { margin-bottom: var(--space-6); }
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: var(--space-2); }
.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-6); }
.hidden { display: none !important; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; padding: 0 !important; margin: -1px !important; }
.w-full { width: 100%; }
.no-scroll { overflow: hidden; }
.divider { height: 1px; background: var(--color-border); border: none; margin-block: var(--space-6); }
img[loading="lazy"] { background: var(--color-surface); }
