/* RegPEX theme for Alice-LG — regpex.tr kimliği */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body, .navbar, .btn, input, select, button, h1, h2, h3, h4, h5, .nav, table {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
}
body { background-color: #f8fafc !important; color: #0f172a; }

/* Açık navbar + regpex mavi alt çizgi */
.navbar-default, .navbar-inverse {
  background-color: #ffffff !important; border: none !important;
  border-bottom: 2px solid #2563eb !important; box-shadow: 0 2px 10px rgba(15,23,42,.06);
}
.navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a { color: #0f172a !important; font-weight: 500; }
.navbar-default .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover { color: #2563eb !important; }
.navbar-default .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #2563eb !important; background-color: #eff6ff !important;
}

/* Marka: RegPEX emblem + yazı */
.navbar-brand {
  padding: 8px 14px 8px 50px !important; height: 50px;
  background: url('/theme/regpex-logo.svg') 10px center / 32px 32px no-repeat;
  color: #2563eb !important; font-weight: 700 !important; font-size: 20px !important;
}

/* Linkler & primary (mavi) */
a { color: #2563eb; } a:hover, a:focus { color: #1d4ed8; }
.btn-primary { background-color: #2563eb !important; border-color: #1d4ed8 !important; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: #1d4ed8 !important; border-color: #1d4ed8 !important; }
.label-primary, .badge-primary { background-color: #2563eb !important; }
.text-primary { color: #2563eb !important; }
.panel-primary > .panel-heading { background-color: #2563eb !important; border-color: #1d4ed8 !important; }
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover { background-color: #2563eb !important; border-color: #1d4ed8 !important; }
.nav-tabs > li.active > a { color: #2563eb !important; border-top: 2px solid #2563eb !important; }
.progress-bar { background-color: #2563eb !important; }

/* ── Marka: Alice → RegPEX ─────────────────────────────── */
.sidebar-header .logo-icon { display: none !important; }
.sidebar-header .logo a span {
  display: inline-block; width: 46px; height: 46px; vertical-align: middle;
  background: url('/theme/regpex-logo.svg') center / contain no-repeat;
}
.sidebar-header .title h1 { font-size: 0 !important; line-height: 1.1; }
.sidebar-header .title h1::after {
  content: "RegPEX"; font-size: 22px; font-weight: 700; color: #2563eb;
}
.sidebar-header .title p { font-size: 0 !important; margin-top: 2px; }
.sidebar-header .title p::after {
  content: "Looking Glass · AS199911"; font-size: 12px; color: #64748b;
}
