/**
 * Falcon X V5 Panel — Metronic demo6 kiçik override-lar.
 * Metronic styles.css (purge'lu) EN SON yuklenir; bu dosya onun ardindan gelir.
 * Sadece logo, marka isareti, RTL ve ufak duzeltmeler. Tailwind sinifi UYDURMA.
 */

/* Marka isareti (logo placeholder kare) */
.aq-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 0.625rem;
    background: var(--color-primary, #1b84ff);
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1;
    flex-shrink: 0;
}
.aq-brand-mark--sm {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
    border-radius: 0.5rem;
}

/* RTL: keenicons ok yonleri ve menu hizalama ufak duzeltme */
[dir="rtl"] .aq-flip-rtl {
    transform: scaleX(-1);
}

/* ── şəkil ölçüsü qeydi (QIRMIZI) ──
   Hər şəkil/PDF yükləmə sahəsinin altında görünür. Ölçülər saytın öz
   CSS-indəki həqiqi nisbətlərdən çıxarılıb (bax core/ImageHints.php). */
.fx-imgnote{
  display:flex;align-items:flex-start;gap:.4rem;
  margin:.4rem 0 0;padding:.4rem .55rem;
  background:#FEF2F2;border:1px solid #FCA5A5;border-radius:6px;
  color:#B91C1C;font-size:.78rem;line-height:1.4;
}
.fx-imgnote svg{width:14px;height:14px;flex:none;margin-top:.15rem}
.fx-imgnote b{font-weight:600}
.fx-imgnote em{font-style:normal;opacity:.8}
.dark .fx-imgnote{background:#2A1416;border-color:#7F1D1D;color:#FCA5A5}

/* ── önizləmə qutusu ── */
.fx-thumb{
  display:block;width:120px;height:90px;object-fit:contain;
  background:#F3F4F6;border:1px solid var(--kt-border,#E5E7EB);border-radius:6px;padding:4px;
}
.fx-thumb--sq{width:90px;height:90px}

/* sidebar qrup başlığı */
.fx-menu-group{
  padding:.9rem .65rem .3rem;font-size:.64rem;font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;color:var(--kt-secondary-foreground,#78829d);
}
.fx-menu-group:first-child{padding-top:.2rem}
