/* TEST: CSS geliyorsa kırmızı çerçeve görürsün */
body { outline: 5px solid red !important; }

/* JAZZMIN - SIDEBAR LOGO ONLY */
.main-sidebar .brand-link .brand-text,
.brand-link .brand-text,
span.brand-text { display: none !important; }

.main-sidebar .brand-link {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 12px 8px !important;
}

.main-sidebar .brand-link img {
  max-height: 46px !important;
  width: auto !important;
  margin: 0 !important;
}
