.s-site-logo-img {
  content: url(/Content/images/atulogo.png);

}
.s-site-login-logo-img {
  content: url(/Content/images/atulogo.png);
  padding: 0px;
  width: 150px;
}
.s-PermissionCheckEditor {
  min-height: 450px;
}

.s-horizontal-divider {
  margin: 1em 0;
  line-height: 0;
  text-align: center;
}

.s-horizontal-divider span {
  background-color: var(--s-card-bg);
  padding: 1em;
}

.s-horizontal-divider:before {
  content: " ";
  display: block;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #f7f7f7;
}
@font-face {
  font-family: 'Twister';
  src: url('fonts/Twister.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
/*.slick-header-column {
  white-space: normal !important;*/ /* Satır içinde sarılmayı etkinleştirir */
  /*word-wrap: break-word;*/ /* Uzun kelimelerin sarılmasını sağlar */
  /*overflow: hidden;*/ /* Taşmayı gizler */
  /*text-align: center;*/ /* (Opsiyonel) Başlık metnini ortalar */
/*}*/
/* Turnstile container styling */
.cf-turnstile {
  margin: 20px 0;
  min-height: 65px;
  display: flex;
  justify-content: center;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .cf-turnstile iframe {
    color-scheme: light;
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .cf-turnstile {
    transform: scale(0.9);
    transform-origin: left top;
  }
}

/* ============================================
   KURUMSAL SIDEBAR TEMA ( #ca2b21 + BEYAZ )
   ============================================ */

/* --- ANA SIDEBAR ARKA PLAN --- */
/*.s-sidebar {
  background: #ca2b21 !important;
  color: white !important;
}*/

/* --- SIDEBAR BAND (sol dikey ikonlar) --- */
/*.s-sidebar-band {
  background: #a8221a !important;
  border-right: 1px solid #ffffff33;
}*/

/* Sidebar grup ikonları */
/*.s-sidebar-band-icon {
  color: white !important;
  font-size: 20px;
}*/

/* --- SIDEBAR BAND hover --- */
/*.s-sidebar-band-link:hover {
  background: #bb281d !important;
}*/

/* --- Aktif ikon bandı --- */
/*.s-sidebar-band li.active .s-sidebar-band-link {
  background: #921d16 !important;
  border-left: 4px solid white;
}*/

/* --- SIDEBAR PANE (iç menüler) --- */
/*.s-sidebar-pane {
  background: #ffffff;
  color: #333;
}*/

/* --- Grup başlıkları (ör: Yönetim, Tanımlar) --- */
/*.s-sidebar-group-title {
  color: #ca2b21 !important;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 6px;
}*/

/* --- Section başlıkları --- */
/*.s-sidebar-section-title {
  font-weight: 700;
  color: #ca2b21 !important;
}*/

/* --- Menü linkleri --- */
/*.s-sidebar-link {
  color: #444 !important;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

  .s-sidebar-link:hover {
    background: #fcebea !important;*/ /* açık kırmızı hover */
    /*color: #ca2b21 !important;
  }*/

/* --- İkonlar --- */
/*.s-sidebar-icon {
  margin-right: 8px;
  color: #ca2b21;
}



  .s-sidebar-menu li a:hover {
    background: #fcebea !important;
    color: #ca2b21 !important;
  }*/

/* --- Aktif menü (seçili sayfa) --- */
/*.s-sidebar-item.active > .s-sidebar-link {
  background: #ca2b21 !important;
  color: white !important;
}

.s-sidebar-item.active .s-sidebar-icon {
  color: white !important;
}*/

/* --- Treeview ok işareti --- */
/*.s-sidebar-menu-toggle {
  color: #ca2b21 !important;
}

.s-sidebar-item.active .s-sidebar-menu-toggle {
  color: white !important;
}*/



/* --- Sidebar Search --- */
/*.s-sidebar-search-input {
  border: 2px solid #ca2b21 !important;
  border-radius: 6px;
}

  .s-sidebar-search-input:focus {
    outline: none;
    box-shadow: 0 0 4px #ca2b21;
    border-color: #a8221a !important;
  }

.s-sidebar-search-icon {
  color: #ca2b21 !important;
}*/

/* --- Drop-down menüler (dil/theme/user) --- */
/*.dropdown-menu {
  border: 1px solid #e2e2e2;
}

.dropdown-item:hover {
  background: #fcebea !important;
  color: #ca2b21 !important;
}*/

/* --- MOBILE HEADER --- */
/*.s-mobile-header {
  background: #ca2b21 !important;
  color: white !important;
}

  .s-mobile-header .fa-bars {
    color: white !important;
  }*/

/* --- Language / Theme icons --- */
/*.s-language-selection-link i,
.s-theme-selection-link i,
.s-user-profile-link i {
  color: white !important;
}*/

/* ============================================
   GRID BAŞLIKLARINI KURUMSAL KIRMIZI YAPMA
   (#ca2b21 * BEYAZ)
   ============================================ */

/* Grid başlık alanı arka plan */
/*.slick-header-columns {
  background: #ca2b21 !important;
  color: white !important;
  border-bottom: 2px solid #a8221a !important;
}*/

/* Her başlık hücresi */
/*.title-text {
  color: #ca2b21 !important;
  font-weight: bold;
  font-size: 15px;
}
.panel-titlebar-text {
  color: #ca2b21 !important;
  font-weight: bold;
  font-size: 15px;
}
.button-inner {
  color: #ca2b21 !important;
  font-weight: bold;
  font-size: 15px;
}
.slick-header-column {
  background: #ca2b21 !important;
  color: white !important;
  font-weight: 600;
  font-size: 14px;
  border-right: 1px solid #ffffff55 !important;
}
.text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-text-purple {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}*/

  /* Hover efekti */
  /*.slick-header-column:hover {
    background: #b3261c !important;
    color: #fff !important;
  }*/

  /* Aktif sıralama (ASC/DESC) */
  /*.slick-header-column.sorted {
    background: #921d16 !important;
    color: #fff !important;
  }*/

/* Sıralama okları */
/*.slick-sort-indicator {
  border-color: white !important;
}*/

/* ASC için ok rengi */
/*.slick-sort-indicator-desc {
  border-top-color: white !important;
}*/

/* DESC için ok rengi */
/*.slick-sort-indicator-asc {
  border-bottom-color: white !important;
}*/
/* Serenity form label'ları her zaman üstte göster */


/* Serenity PropertyGrid - label her zaman üstte */
/* Field normalde block olsun */
.s-Form .field {
  display: block !important;
}

  /* AMA: Serenity tarafından gizlenenler gizli kalsın */
  .s-Form .field[style*="display: none"] {
    display: none !important;
  }

  /* Label üstte */
  .s-Form .field > label {
    display: block !important;
    width: 100% !important;
    margin-bottom: 4px;
    text-align: left;
    color: #4b5563;
    font-weight: 600;
  }

  /* Editor altta */
  /* Checkbox OLMAYAN editor'ler */
  .s-Form .field > .editor:not(input[type="checkbox"]) {
    display: block !important;
    width: 100% !important;
  }


.category-title {
  flex-basis: 100%;
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #1e3a8a; /* koyu mavi */
  text-transform: uppercase;
}

