/* Tabler bileşenleri — Bahrac markası */
:root, :root[data-bs-theme="light"]{
  --tblr-font-sans-serif: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --tblr-primary: #e67a12;
  --tblr-primary-rgb: 230, 122, 18;
  --tblr-primary-fg: #fff;
  --tblr-secondary: #0f2748;
  --tblr-secondary-rgb: 15, 39, 72;
  --tblr-link-color: #e67a12;
  --tblr-link-hover-color: #c45e08;
  --tblr-body-bg: #f3f5f8;
  --tblr-body-color: #152033;
  --tblr-border-color: #e6ebf2;
  --tblr-card-border-radius: 16px;
  --tblr-btn-border-radius: 999px;
  --tblr-border-radius: 12px;
  --tblr-success: #0f9d73;
  --tblr-warning: #e67a12;
  --tblr-info: #2f6fed;
}

.btn-primary, .btn-warning{
  --tblr-btn-bg: #e67a12;
  --tblr-btn-border-color: #e67a12;
  --tblr-btn-hover-bg: #c45e08;
  --tblr-btn-color: #fff;
  border-radius: 999px;
  font-weight: 700;
}
.btn-outline-secondary, .btn-outline-dark{
  border-radius: 999px;
}

.card{
  border: 1px solid var(--tblr-border-color);
  box-shadow: 0 10px 30px rgba(15,39,72,.05);
}
.card-header{
  background: #fff;
  border-bottom-color: var(--tblr-border-color);
  font-weight: 700;
}

.table thead th{
  background: #f7f9fc;
  color: #5c6b80;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.badge{
  border-radius: 999px;
  font-weight: 700;
}
.badge.bg-primary{ background:#e67a12 !important; }

.page-header{ margin-bottom: 1.25rem; }
.page-pretitle{
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #66758b;
  font-size: .72rem;
  font-weight: 700;
}

.navbar-dark, .navbar-vertical{
  --tblr-navbar-bg: #0c1b31;
}

.form-control:focus, .form-select:focus{
  border-color: #e67a12;
  box-shadow: 0 0 0 .25rem rgba(230,122,18,.2);
}

.ti{
  font-size: 1.15rem;
  width: 1.25rem;
  display: inline-block;
  vertical-align: -2px;
  color: #9bb0c9;
  margin-right: .45rem;
}
.adm-nav a:hover .ti,
.adm-nav a.active .ti{
  color: #e67a12;
}
.adm-nav a.active .ti{ color: #e67a12; }
.icon-lg{ font-size: 1.6rem; color: #e67a12; }
