omni-form-uyeozetbilgi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;

  padding: 30px;
   border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
     width: 96% !important;
}

/* ===== MODERN SIDEBAR RESPONSIVE BEHAVIOR ===== */
/* Desktop sidebar behavior - override main styles for responsive */
@media screen and (min-width: 1024px) {
  #sidebarPanel {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 40 !important;
    width: 288px !important;
    background-color: white !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    transform: translateX(0) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
  }

  #sidebarPanel.menu-closed {
    width: 80px !important;
  }
}

/* Mobile sidebar behavior */
@media screen and (max-width: 1023px) {
  #sidebarPanel {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 40 !important;
    width: 288px !important;
    background-color: white !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    transform: translateX(-100%) !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
  }

  #sidebarPanel.mobile-open {
    transform: translateX(0) !important;
  }

  /* Mobile overlay */
  #sidebarPanel.mobile-open::before {
    content: "" !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    z-index: -1 !important;
  }
}

/* Logo panel - ikon modunda küçük logo göster */
#sidebarPanel.menu-closed #logoPanel {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px !important;
  height: 60px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: all 0.3s ease !important;
}

#sidebarPanel.menu-closed #logoPanel img {
  width: 36px !important;
  height: 36px !important;
  object-fit: contain !important;
  transition: all 0.3s ease !important;
  border-radius: 4px !important;
  filter: drop-shadow(0 2px 4px rgba(196, 30, 58, 0.1)) !important;
}

/* İkon modunda ayıraç çizgi daha kısa */
#sidebarPanel.menu-closed #logoPanel::after {
  left: 14px !important;
  right: 14px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(196, 30, 58, 0.3) 30%, rgba(196, 30, 58, 0.5) 50%, rgba(196, 30, 58, 0.3) 70%, transparent 100%) !important;
}

#logoPanel {
  transition: all 0.3s ease !important;
  opacity: 1 !important;
  padding: 20px 24px !important;
}

#logoPanel img {
  transition: all 0.3s ease !important;
  max-height: 40px !important;
  object-fit: contain !important;
}

/* Logo altında modern ayıraç çizgi */
#logoPanel::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(196, 30, 58, 0.2) 20%, rgba(196, 30, 58, 0.4) 50%, rgba(196, 30, 58, 0.2) 80%, transparent 100%);
  transition: all 0.3s ease !important;
}

#logoPanel {
  position: relative !important;
}

/* Menu tree ikon modu */
#sidebarPanel.menu-closed #menuTree {
  width: 76px !important;
  overflow: visible !important;
  position: relative !important;
}

#sidebarPanel.menu-closed #menuTree .dx-treeview-search {
  display: none !important;
}

/* Sadece ana menülerde (root level) ikon göster */
#sidebarPanel.menu-closed #menuTree .dx-treeview-root-node .dx-treeview-item-content span {
  display: none !important;
}

/* Ana menü ikon stilleri - Modern kart tasarımı */
#sidebarPanel.menu-closed #menuTree .dx-treeview-root-node .dx-treeview-item {
  right: 10px;
  justify-content: center !important;
  width: 76px !important;
  padding: 8px !important;
  text-align: center !important;
  position: relative !important;
  margin: 4px 0 !important;
  border-radius: 8px !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Ana menü item hover efekti */
#sidebarPanel.menu-closed #menuTree .dx-treeview-root-node .dx-treeview-item:hover {
  background: rgba(196, 30, 58, 0.03) !important;
  transform: translateX(2px) !important;
}

/* Alt menüleri gizle */
#sidebarPanel.menu-closed #menuTree .dx-treeview-root-node .dx-treeview-node-container {
  display: none !important;
}

/* Arrow ikonlarını gizle - ikon modunda */
#sidebarPanel.menu-closed #menuTree .dx-treeview-toggle-item-visibility {
  display: none !important;
}

/* Tüm arrow ikonlarını kaldır - hem açık hem kapalı modda */
#sidebarPanel #menuTree .dx-treeview-toggle-item-visibility {
  display: none !important;
}

/* Expander icon stub'ları da gizle */
#sidebarPanel #menuTree .dx-treeview-expander-icon-stub {
  display: none !important;
}



/* Dinamik ikon sistemi - data-icon attribute'u ile - TÜM SELECTOR'LAR */
#sidebarPanel.menu-closed #menuTree .dx-treeview-item[data-icon]::before,
#sidebarPanel.menu-closed #menuTree [role="treeitem"][data-icon]::before,
#sidebarPanel.menu-closed #menuTree .dx-treeview-node[data-icon]::before,
#sidebarPanel.menu-closed #menuTree .dx-treeview-root-node .dx-treeview-item[data-icon]::before {
  content: attr(data-icon) !important;
  color: #c41e3a !important;
}

/* TEST: Genel data-icon test - herhangi bir element için */
#menuTree [data-icon]::before {
  content: attr(data-icon) " 🔥" !important;
  font-family: 'primeicons', sans-serif !important;
  color: red !important;
  font-size: 16px !important;
  margin-right: 8px !important;
}

/* TEST: Class-based test */
#menuTree .has-dynamic-icon::after {
  content: " ⚡" !important;
  color: orange !important;
  font-size: 12px !important;
}


/* Modern hover efekti - İkon modunda */
#sidebarPanel.menu-closed #menuTree .dx-treeview-root-node .dx-treeview-item:hover::before {
  transform: translateY(-2px) scale(1.05) !important;
  background: rgba(196, 30, 58, 0.15) !important;
  border-color: rgba(196, 30, 58, 0.3) !important;
  box-shadow: 0 6px 20px rgba(196, 30, 58, 0.2) !important;
  color: #c41e3a !important;
}

/* Hover durumunda sidebar genişletme */
#sidebarPanel.menu-closed:hover {
  width: 250px !important;
  min-width: 250px !important;
  z-index: 10000 !important;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.2) !important;
  background: white !important;
}

/* Hover durumunda logo'yu normal boyuta getir */
#sidebarPanel.menu-closed:hover #logoPanel {
  opacity: 1 !important;
  pointer-events: auto !important;
  padding: 20px 24px !important;
  height: auto !important;
}

#sidebarPanel.menu-closed:hover #logoPanel img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 40px !important;
  filter: drop-shadow(0 2px 8px rgba(196, 30, 58, 0.15)) !important;
}

/* Hover durumunda ayıraç çizgi daha belirgin */
#sidebarPanel.menu-closed:hover #logoPanel::after {
  left: 16px !important;
  right: 16px !important;
  background: linear-gradient(90deg, transparent 0%, rgba(196, 30, 58, 0.2) 20%, rgba(196, 30, 58, 0.5) 50%, rgba(196, 30, 58, 0.2) 80%, transparent 100%) !important;
  box-shadow: 0 1px 3px rgba(196, 30, 58, 0.1) !important;
}

/* Hover durumunda arama kutusunu göster */
#sidebarPanel.menu-closed:hover #menuTree .dx-treeview-search {
  display: block !important;
}

/* Hover durumunda menü tree'yi genişlet */
#sidebarPanel.menu-closed:hover #menuTree {
  width: 100% !important;
}

/* Hover durumunda ana menü metinlerini göster */
#sidebarPanel.menu-closed:hover #menuTree .dx-treeview-root-node .dx-treeview-item-content span {
  display: inline !important;
}




/* Hover durumunda ana menü büyük ikonları gizle */
#sidebarPanel.menu-closed:hover #menuTree .dx-treeview-root-node .dx-treeview-item::before {
  display: none !important;
}

/* Hover durumunda ana menü ikonları için hover efekti */
#sidebarPanel.menu-closed:hover #menuTree .dx-treeview-root-node > .dx-treeview-item:hover > .dx-treeview-item-content::before {
  transform: scale(1.1) !important;
  transition: transform 0.2s ease !important;
}

/* Menü açıkken modern ikon tasarımı - SADECE ANA MENÜLERDE */


/* Dinamik ikonlar - açık menü durumu - TÜM SELECTOR'LAR */
#sidebarPanel:not(.menu-closed) #menuTree .dx-treeview-item[data-icon] > .dx-treeview-item-content::before,
#sidebarPanel:not(.menu-closed) #menuTree [role="treeitem"][data-icon] > .dx-treeview-item-content::before,
#sidebarPanel:not(.menu-closed) #menuTree .dx-treeview-node[data-icon] > .dx-treeview-item-content::before,
#sidebarPanel:not(.menu-closed) #menuTree .dx-treeview-root-node .dx-treeview-item[data-icon] > .dx-treeview-item-content::before {
  content: attr(data-icon) !important;
  color: #c41e3a !important;
}


/* Açık menüde modern hover efekti - SADECE ANA MENÜLERDE */
#sidebarPanel:not(.menu-closed) #menuTree .dx-treeview-root-node > .dx-treeview-item:hover > .dx-treeview-item-content::before {
  transform: scale(1.05) !important;
  background: rgba(196, 30, 58, 0.12) !important;
  border-color: rgba(196, 30, 58, 0.2) !important;
  box-shadow: 0 3px 12px rgba(196, 30, 58, 0.15) !important;
}

/* Ana menü item'ları için düzenleme - arrow'sız */
#sidebarPanel:not(.menu-closed) #menuTree .dx-treeview-root-node .dx-treeview-item {
  display: flex !important;
  align-items: center !important;
}

/* Ana menü içeriği düzenlemesi - arrow'sız */
#sidebarPanel:not(.menu-closed) #menuTree .dx-treeview-root-node .dx-treeview-item-content {
  display: flex !important;
  align-items: center !important;
  flex: 1 !important;
}

/* Hover durumunda alt menüleri göster */
#sidebarPanel.menu-closed:hover #menuTree .dx-treeview-root-node .dx-treeview-node-container {
  display: block !important;
}

/* Hover durumunda ana menü stillerini sıfırla */
#sidebarPanel.menu-closed:hover #menuTree .dx-treeview-root-node .dx-treeview-item {
  justify-content: flex-start !important;
  width: 100% !important;
  padding: 8px 16px !important;
  text-align: left !important;
}

/* Menu button icon animation */
#btnMenu {
  position: relative !important;
  z-index: 1001 !important;
}

#btnMenu i, #btnMenu .dx-icon {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  display: inline-block !important;
}

#btnMenu.menu-closed i, 
#btnMenu.menu-closed .dx-icon {
  transform: rotate(180deg) !important;
}

/* PageContainer dynamic grid - menü durumuna göre */
#pageContainer {
  display: grid !important;
  grid-template-columns: 250px 1fr !important;
  transition: grid-template-columns 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

#pageContainer.sidebar-closed {
  grid-template-columns: 76px 1fr !important;
}

/* Hover durumunda grid geçici olarak genişlemesin - overlay modu */
#pageContainer.sidebar-closed:has(#sidebarPanel:hover) {
  grid-template-columns: 60px 1fr !important;
}

/* Header panel - menü durumuna göre dinamik genişlik */
#HomeHeaderPanel {
  /* width: 100% !important; */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Content area smooth transition */
#HomeBodySplit {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  width: 100% !important;
}

/* Menu tree normal durumda */
#menuTree {
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Sidebar Modern Tasarım - Premium Look */
#sidebarPanel {
  /* background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 50%, #ffffff 100%) !important; */
  border-right: 1px solid rgba(196, 30, 58, 0.08) !important;
  box-shadow: 4px 0 20px rgba(196, 30, 58, 0.05), 2px 0 8px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  backdrop-filter: blur(10px) !important;
  position: relative !important;
}

/* Sidebar'a subtle pattern ekle */
#sidebarPanel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 30%, rgba(196, 30, 58, 0.02) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(196, 30, 58, 0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: 1;
}

#sidebarPanel.menu-closed:hover {
  box-shadow: 6px 0 30px rgba(196, 30, 58, 0.08), 3px 0 12px rgba(0, 0, 0, 0.08) !important;
  border-right-color: rgba(196, 30, 58, 0.12) !important;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

#sidebarPanel.menu-closed:hover::before {
  background: radial-gradient(circle at 20% 30%, rgba(196, 30, 58, 0.04) 0%, transparent 50%),
              radial-gradient(circle at 80% 70%, rgba(196, 30, 58, 0.04) 0%, transparent 50%);
}

/* Logo hover geçişi */
#sidebarPanel.menu-closed #logoPanel,
#sidebarPanel.menu-closed:hover #logoPanel {
  transition: opacity 0.2s ease !important;
}

/* ===== END SIDEBAR MENU ANIMATION ===== */

/* #page.omni-form-uyeozetbilgi > #__c2 {
  grid-column: 1 / 5;
} */





#topContainer {
 
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

/* #__c2 {
  margin-bottom: 2rem;
}

#__c2_span {

  font-weight: 700;
  color: #334155;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--tskb-main);
  display: inline-block;
  position: relative;
  padding-right: 60px;
} */

/* Border'ı uzatmak için pseudo element kullan */
/* #__c2_span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -60px;
  width: 150px;
  height: 3px;
  background: linear-gradient(90deg, var(--tskb-main) 60%, var(--tskb-main) 60%, transparent 100%);
} */

#uyeKBilgiPanel,
#uyeIletisimPanel {
  position: relative;
  padding: 56px 24px 24px;
  background-color: #ffffff !important;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
}

#uyeKBilgiPanel::before,
#uyeIletisimPanel::before {
  content: attr(data-caption);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  color: #2d3748;
  background-color: #f7fafc;
  border-bottom: 1px solid #e2e8f0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#uyeKBilgiPanel {
  display: grid;

  gap: 24px;
  align-items: center;
}

#uyeIletisimPanel {
  display: grid;

  gap: 24px;
  align-items: start;
}

#uyeIletisimPanel #Adres {
  grid-column: 1 / -1;
}

#uyeKBilgiPanel .dx-texteditor-with-floating-label,
#uyeIletisimPanel .dx-texteditor-with-floating-label {
  height: 56px;
}

#uyeIletisimPanel #Adres {
  height: auto;
}

#uyeIletisimPanel #Adres.dx-texteditor-with-floating-label {
  height: auto;
}

#uyeKBilgiPanel .dx-texteditor,
#uyeIletisimPanel .dx-texteditor {
  background-color: transparent !important;
}

.dx-texteditor.dx-editor-underlined {
  border-bottom-width: 1px;
}

.dx-texteditor.dx-editor-underlined.dx-state-focused,
.dx-texteditor.dx-editor-underlined.dx-state-hover {
  border-bottom-color: #60a5fa;
  border-bottom-width: 2px;
}

#uyeIletisimPanel #Adres,
#uyeIletisimPanel #Adres textarea {
  min-height: 120px;
}

/* =================================================================
   ÜYE ÖZET BİLGİLERİ SADE MODERN TASARIM
   ================================================================= */

/* Ana Container - Sade modern */
.uyeOzetModernContainer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px;
  background: #f8fafc;
  min-height: 100vh;
  font-family: 'Segoe UI', system-ui, sans-serif;
}

/* Header Section - Sade tasarım */
.uyeOzetHeader {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding: 24px 32px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--tskb-main);
  transition: all 0.3s ease;
}

.uyeOzetHeader:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.headerIcon {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--tskb-main), #d32f35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(184, 28, 34, 0.25);
}

.headerIcon i {
  font-size: 24px;
  color: white;
}

.headerTitle {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.headerSubtitle {
  font-size: 1rem;
  color: #64748b;
  margin: 0;
  font-weight: 400;
}

/* Panel Modern Tasarımı - Sade */
#uyeKBilgiPanel,
#uyeIletisimPanel {
  position: relative;
  padding: 32px 24px 24px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e8f0;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

#uyeKBilgiPanel:hover,
#uyeIletisimPanel:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Panel Headers - Sade */
#uyeKBilgiPanel::before,
#uyeIletisimPanel::before {
  content: attr(data-caption);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 24px;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, var(--tskb-main), #d32f35);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

#uyeIletisimPanel::before {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
}



/* Özel input renkleri - ince accent border */
#Ad .dx-texteditor, #Soyad .dx-texteditor {
  border-left: 3px solid var(--tskb-main) !important;
}

#Sicil .dx-texteditor {
  border-left: 3px solid #06b6d4 !important;
}

#BankaSicilNo .dx-texteditor {
  border-left: 3px solid #f59e0b !important;
}

#TCKN .dx-texteditor {
  border-left: 3px solid #10b981 !important;
}

#DogumTarih .dx-texteditor {
  border-left: 3px solid #8b5cf6 !important;
}

#Yas .dx-texteditor, #ToplamPrimGun .dx-texteditor {
  border-left: 3px solid #3b82f6 !important;
}

/* TextArea özel styling - kompakt */
#uyeIletisimPanel #Adres .dx-texteditor {
  height: 80px !important;
  border-left: 3px solid #6366f1 !important;
}

#uyeIletisimPanel #Adres textarea {
  min-height: 60px !important;
  max-height: 80px !important;
  resize: none !important;
  font-size: 14px !important;
  padding: 8px 14px !important;
  line-height: 1.4 !important;
}

#uyeIletisimPanel #Adres .dx-texteditor-label {
  top: 6px !important;
  left: 14px !important;
}

/* İletişim alanları için özel renkler */
#IlTanimAd .dx-texteditor {
  border-left: 3px solid #06b6d4 !important;
}

#IlceTanimAd .dx-texteditor {
  border-left: 3px solid #84cc16 !important;
}

#KisiselEmail .dx-texteditor {
  border-left: 3px solid #ec4899 !important;
}

#AdresTipTanimAd .dx-texteditor {
  border-left: 3px solid #6366f1 !important;
}

#Fax .dx-texteditor {
  border-left: 3px solid #f59e0b !important;
}

#CepTelefon .dx-texteditor {
  border-left: 3px solid #10b981 !important;
}

#EvTelefon .dx-texteditor {
  border-left: 3px solid #3b82f6 !important;
}

#DigerTelefon .dx-texteditor {
  border-left: 3px solid #8b5cf6 !important;
}

#IsCepTelefon .dx-texteditor {
  border-left: 3px solid #ef4444 !important;
}

/* DateBox özel styling */
#uyeKBilgiPanel .dx-datebox,
#uyeIletisimPanel .dx-datebox {
  height: 48px !important;
}

#uyeKBilgiPanel .dx-datebox .dx-texteditor-input,
#uyeIletisimPanel .dx-datebox .dx-texteditor-input {
  padding-right: 40px !important;
}

/* ReadOnly alanlar için özel stil */
#uyeKBilgiPanel .dx-texteditor.dx-state-readonly,
#uyeIletisimPanel .dx-texteditor.dx-state-readonly {
  background: #f1f5f9 !important;
  border-color: #cbd5e1 !important;
  color: #64748b !important;
}

#uyeKBilgiPanel .dx-texteditor.dx-state-readonly .dx-texteditor-input,
#uyeIletisimPanel .dx-texteditor.dx-state-readonly .dx-texteditor-input {
  color: #64748b !important;
  font-weight: 500 !important;
}

/* Responsive Design - Kompakt */
@media (max-width: 1024px) {
  .uyeOzetModernContainer {
    padding: 16px;
  }
  
  .uyeOzetHeader {
    padding: 20px;
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  .headerIcon {
    margin-right: 0;
  }
  
  .headerTitle {
    font-size: 1.75rem;
  }
  
  #uyeKBilgiPanel,
  #uyeIletisimPanel {
    padding: 20px;
    padding-top: 56px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .headerTitle {
    font-size: 1.5rem;
  }
  
  .headerSubtitle {
    font-size: 0.9rem;
  }
  
  #uyeKBilgiPanel,
  #uyeIletisimPanel {
    padding: 16px;
    padding-top: 52px;
    border-radius: 10px;
    gap: 12px;
  }
  
  #uyeKBilgiPanel::before,
  #uyeIletisimPanel::before {
    padding: 12px 16px;
    font-size: 1rem;
  }
  
  #uyeKBilgiPanel .dx-texteditor,
  #uyeIletisimPanel .dx-texteditor {
    height: 44px !important;
  }
  
  #uyeKBilgiPanel .dx-texteditor-input,
  #uyeIletisimPanel .dx-texteditor-input {
    font-size: 13px !important;
    padding: 8px 12px !important;
  }
}

/* Loading Animation */
@keyframes shimmer {
  0% { background-position: -1000px 0; }
  100% { background-position: 1000px 0; }
}

.loading-shimmer {
  animation: shimmer 2s linear infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  background-size: 1000px 100%;
}

/* Scroll Animations */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#uyeKBilgiPanel {
  animation: slideInUp 0.6s ease-out 0.2s both;
}

#uyeIletisimPanel {
  animation: slideInUp 0.6s ease-out 0.4s both;
}

/* Panel düzenleme - TSKB Kırmızı Kurumsal */
.omni-panelbox#uyeOzetBilgiPanel,
.omni-panelbox#uyeOzetIletisimPanel {
  position: relative !important;
  padding: 28px 24px 20px !important;
  background: white !important;
  border-radius: 12px !important;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
 /* box-shadow: 0 4px 20px rgba(196, 30, 58, 0.08) !important;*/
/*  border: 1px solid rgba(196, 30, 58, 0.1) !important;*/
  transition: all 0.3s ease !important;
  display: flex !important;
  gap: 8px !important;
  overflow: hidden !important;
}

.omni-panelbox#uyeOzetBilgiPanel:hover,
.omni-panelbox#uyeOzetIletisimPanel:hover {
  transform: translateY(-2px) !important;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-color: rgba(196, 30, 58, 0.2) !important;
}

/* Panel başlık stilleri - Kırmızı & Turuncu Uyumlu */
.omni-panelbox#uyeOzetBilgiPanel::before {
  content: attr(data-caption) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 16px 24px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: white !important;
  background: linear-gradient(135deg, #c41e3a, #e7cbe2) !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  z-index: 10 !important;
  box-shadow: 0 2px 8px rgba(196, 30, 58, 0.2) !important;
  
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.omni-panelbox#uyeOzetIletisimPanel::before {
  content: attr(data-caption) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 16px 24px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  color: white !important;
  background: linear-gradient(135deg, #c41e3a, #e7cbe2) !important;
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  z-index: 10 !important;
  box-shadow: 0 2px 8px rgba(230, 126, 34, 0.2) !important;
 
  border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
}

/* LabelBox özel tasarımı - Sade tasarım */
#uyeOzetBilgiPanel .omni-labelbox,
#uyeOzetIletisimPanel .omni-labelbox {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
 
  margin: 0 !important;
  transition: none !important;
  box-shadow: none !important;
  position: relative !important;
  overflow: visible !important;
  flex: 0 0 calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

#uyeOzetBilgiPanel .omni-labelbox:hover,
#uyeOzetIletisimPanel .omni-labelbox:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: #e2e8f0 !important;
  background: rgba(196, 30, 58, 0.02) !important;
}

/* LabelBox içindeki span styling */
#uyeOzetBilgiPanel .omni-labelbox span,
#uyeOzetIletisimPanel .omni-labelbox span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #1f2937 !important;
  line-height: 1.4 !important;
  word-wrap: break-word !important;
  width: 100% !important;
  display: block !important;
}

/* Üye bilgileri için etiket ekleme - Hepsi kırmızı */
#uyeOzetBilgiPanel #Ad span::before {
  content: "Ad: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetBilgiPanel #Soyad span::before {
  content: "Soyad: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetBilgiPanel #TCKN span::before {
  content: "TCKN: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetBilgiPanel #DogumTarih span::before {
  content: "Doğum Tarihi: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetBilgiPanel #Sicil span::before {
  content: "Sicil: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetBilgiPanel #BankaSicilNo span::before {
  content: "Banka Sicil No: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetBilgiPanel #Yas span::before {
  content: "Yaş: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetBilgiPanel #ToplamPrimGun span::before {
  content: "Toplam Prim Gün: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

/* İletişim bilgileri için etiket ekleme - Üye bilgileri gibi */
#uyeOzetIletisimPanel #KisiselEmail span::before {
  content: "Kişisel E-Posta: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetIletisimPanel #CepTelefon span::before {
  content: "Cep Telefonu: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetIletisimPanel #IsCepTelefon span::before {
  content: "Şirket E-Posta: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetIletisimPanel #EvTelefon span::before {
  content: "Ev Telefonu: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetIletisimPanel #IlTanimAd span::before {
  content: "İl: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetIletisimPanel #DigerTelefon span::before {
  content: "Diğer Telefon: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetIletisimPanel #IlceTanimAd span::before {
  content: "İlçe: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetIletisimPanel #Fax span::before {
  content: "Fax: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetIletisimPanel #AdresTipTanimAd span::before {
  content: "Adres Türü: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

#uyeOzetIletisimPanel #Adres span::before {
  content: "Adres: " !important;
  font-weight: 600 !important;
  color: #c41e3a !important;
}

/* İletişim bilgileri değerlerini siyah yap */
#uyeOzetIletisimPanel .omni-labelbox span {
  color: #1f2937 !important;
  font-weight: 400 !important;
}

/* Sade tasarım - border'lar kaldırıldı */
#uyeOzetIletisimPanel #Adres {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-height: 32px !important;
}

/* TextBox düzenleme - TSKB Kırmızı Kurumsal */
#uyeOzetBilgiPanel .dx-texteditor,
#uyeOzetIletisimPanel .dx-texteditor,
#uyeOzetBilgiPanel .dx-datebox,
#uyeOzetIletisimPanel .dx-datebox {
  background: #f8fafc !important;
  border-radius: 8px !important;
  border: 1px solid #e2e8f0 !important;
  transition: all 0.2s ease !important;
  margin-bottom: 0px !important;
  height: 48px !important;
  box-shadow: 0 1px 3px rgba(196, 30, 58, 0.05) !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#uyeOzetBilgiPanel .dx-texteditor:hover,
#uyeOzetIletisimPanel .dx-texteditor:hover,
#uyeOzetBilgiPanel .dx-datebox:hover,
#uyeOzetIletisimPanel .dx-datebox:hover {
  border-color: rgba(196, 30, 58, 0.3) !important;
  box-shadow: 0 2px 6px rgba(196, 30, 58, 0.1) !important;
}

#uyeOzetBilgiPanel .dx-texteditor.dx-state-focused,
#uyeOzetIletisimPanel .dx-texteditor.dx-state-focused,
#uyeOzetBilgiPanel .dx-datebox.dx-state-focused,
#uyeOzetIletisimPanel .dx-datebox.dx-state-focused {
  border-color: #c41e3a !important;
  box-shadow: 0 0 0 3px rgba(196, 30, 58, 0.1) !important;
}

/* TextArea özel konumlandırma - full width */
#uyeOzetIletisimPanel #Adres {
  flex: 0 0 100% !important;
  width: 100% !important;
  height: 80px !important;
}


/* Panel padding düzeltme - başlık için yer bırakma */
.omni-panelbox#uyeOzetBilgiPanel {
  padding-top: 70px !important;
}

.omni-panelbox#uyeOzetIletisimPanel {
  padding-top: 70px !important;
}

/* Ana sayfa layout düzeltmesi - Sadece desktop */
@media screen and (min-width: 769px) {
  .omni-form-uyeozetbilgi {
    display: grid !important;
    /* grid-template-columns: 1fr !important; */
    grid-template-rows: auto auto auto !important;
    gap: 20px !important;
    margin: 20px !important;
    padding: 20px !important;
    background: #f8fafc !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    width: 95% !important;
    max-width: 1400px !important;
  }
}

/* Ana başlık - grid'in ilk satırında */
/* #__c2.omni-labelbox {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 24px !important;
  box-shadow: none !important;
  text-align: start !important;
  width: 100% !important;
  flex: none !important;
  grid-column: 1 / -1 !important;
} */

/* Paneller Container - 2 sütunlu grid */
/* .omni-form-uyeozetbilgi #uyeOzetBilgiPanel {
  grid-column: 1 / 2 !important;
}

.omni-form-uyeozetbilgi #uyeOzetIletisimPanel {
  grid-column: 2 / 3 !important;
} */

/* Ana sayfa grid düzeni - Paneller yan yana */
.omni-form-uyeozetbilgi {
  /* grid-template-columns: 1fr 1fr !important; */
  grid-template-rows: auto 1fr !important;
}


/* Flexbox container düzenleme */
#uyeOzetBilgiPanel {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  align-items: flex-start !important;
}

#uyeOzetIletisimPanel {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  align-items: flex-start !important;
}

/* İki sütunlu layout için her textbox'ın %50 genişlik alması */
#uyeOzetBilgiPanel > .omni-textbox,
#uyeOzetBilgiPanel > .omni-datebox,
#uyeOzetIletisimPanel > .omni-textbox,
#uyeOzetIletisimPanel > .omni-textareabox {
  flex: 0 0 calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

/* Responsive düzeltme */
@media (max-width: 1024px) {
  .omni-panelbox#uyeOzetBilgiPanel,
  .omni-panelbox#uyeOzetIletisimPanel {
    padding: 20px !important;
    padding-top: 60px !important;
  }
  
  /* Tablet'te panelleri alt alta koy */
  .omni-form-uyeozetbilgi {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
  }
  
  .omni-form-uyeozetbilgi #uyeOzetBilgiPanel {
    grid-column: 1 / -1 !important;
    grid-row: 2 / 3 !important;
  }
  
  .omni-form-uyeozetbilgi #uyeOzetIletisimPanel {
    grid-column: 1 / -1 !important;
    grid-row: 3 / 4 !important;
  }
  
  /* Tablet'te her alan tek sütun */
  #uyeOzetBilgiPanel .omni-labelbox,
  #uyeOzetIletisimPanel .omni-labelbox {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  
  #uyeOzetIletisimPanel #Adres {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .omni-panelbox#uyeOzetBilgiPanel,
  .omni-panelbox#uyeOzetIletisimPanel {
    padding: 16px !important;
    margin: 16px;
    padding-top: 56px !important;
    border-radius: 10px !important;
  }
  
  .omni-panelbox#uyeOzetBilgiPanel::before,
  .omni-panelbox#uyeOzetIletisimPanel::before {
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
  
  /* Mobilde textbox'ları daha kompakt yap */
  #uyeOzetBilgiPanel .dx-texteditor,
  #uyeOzetIletisimPanel .dx-texteditor,
  #uyeOzetBilgiPanel .dx-datebox,
  #uyeOzetIletisimPanel .dx-datebox {
    height: 44px !important;
    margin-bottom: 4px !important;
  }
  
  /* Mobilde gap'i azalt */
  #uyeOzetBilgiPanel,
  #uyeOzetIletisimPanel {
    gap: 6px 12px !important;
  }
}

/* Extra küçük mobil ekranlar için */
@media (max-width: 480px) {
  .omni-panelbox#uyeOzetBilgiPanel,
  .omni-panelbox#uyeOzetIletisimPanel {
    padding: 12px !important;
    padding-top: 50px !important;
    border-radius: 8px !important;
    margin-bottom: 16px !important;
  }
  /* #uyePrimPanel, #uyeHizmetBilgiPanel {
    margin: 0px !important;
    padding: 20px !important;
 border-radius: 16px !important;
} */




  .omni-panelbox#uyeOzetBilgiPanel::before,
  .omni-panelbox#uyeOzetIletisimPanel::before {
    padding: 10px 12px !important;
    font-size: 0.9rem !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }
  
  /* Çok küçük ekranlarda input'ları daha kompakt yap */
  #uyeOzetBilgiPanel .dx-texteditor,
  #uyeOzetIletisimPanel .dx-texteditor,
  #uyeOzetBilgiPanel .dx-datebox,
  #uyeOzetIletisimPanel .dx-datebox {
    height: 40px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
  }
  
  /* Gap'i daha da azalt */
  #uyeOzetBilgiPanel,
  #uyeOzetIletisimPanel {
    gap: 4px 8px !important;
  }
  
  /* Label font boyutunu küçült */
  #uyeOzetBilgiPanel .dx-texteditor-label,
  #uyeOzetIletisimPanel .dx-texteditor-label {
    font-size: 12px !important;
  }
  
  /* Mobilde hover efektlerini devre dışı bırak */
  .omni-panelbox#uyeOzetBilgiPanel:hover,
  .omni-panelbox#uyeOzetIletisimPanel:hover {
    transform: none !important;
    box-shadow: 0 4px 20px rgba(196, 30, 58, 0.08) !important;
  }
}


.dx-textarea.dx-editor-underlined.dx-texteditor-with-floating-label .dx-texteditor-input,
.dx-textarea.dx-editor-underlined.dx-texteditor-with-label:not(.dx-texteditor-label-outside) .dx-texteditor-input {
  margin-top: 10px !important;

} 



/* ===== MOBİL RESPONSIVE TASARIM ===== */

/* Desktop görünümde mobil stillerini devre dışı bırak */
@media (min-width: 769px) {
  #btnMenu .dx-button-content::before,
  #btnMenu .dx-button-content::after {
    display: none !important;
  }
  
  #btnMenu .dx-button-content i {
    position: static !important;
    font-size: 16px !important;
    background: none !important;
    color: inherit !important;
    width: auto !important;
    height: auto !important;
  }
  
  #btnMenu {
    transform: none !important;
  }
}

/* Mobil cihazlar için ana konteyner düzenlemeleri */
@media (max-width: 768px) {
  /* Ana sayfa yapısını mobil için tamamen yeniden düzenle - inline styles'ı override et */
  #page {
    height: 100vh !important;
    overflow: hidden !important;
    display: block !important;
    grid-template-columns: unset !important;
  }
  
  #pageContainer {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    width: 100vw !important;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
    row-gap: unset !important;
    column-gap: unset !important;
  }
  
  /* Sidebar panel'i mobil için gizle - inline styles override */
  #sidebarPanel {
    position: fixed !important;
    top: 0 !important;
    left: -300px !important;
    height: 100vh !important;
    width: 280px !important;
    max-width: 280px !important;
    min-width: 280px !important;
    z-index: 9999 !important;
    background: white !important;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2) !important;
    transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    overflow-y: auto !important;
    grid-row: unset !important;
    grid-column: unset !important;
    justify-self: unset !important;
  }
  
  /* Mobil menü açık durumu - şiddetli override */
  #sidebarPanel.mobile-menu-open {
    left: 0 !important;
    transform: translateX(0) !important;
  }
  
  /* Mobile menu open body class */
  body.mobile-menu-open {
    overflow: hidden !important;
  }
  
  /* Mobil menü kapalı modunu iptal et - desktop menu-closed behavior'unu override et */
  #sidebarPanel.menu-closed {
    width: 280px !important;
    min-width: 280px !important;
    left: -300px !important;
    position: fixed !important;
  }
  
  /* Desktop menu-closed davranışını mobilde tamamen iptal et */
  #sidebarPanel.menu-closed:hover {
    left: -300px !important;
    width: 280px !important;
  }
  
  /* Header'ı mobil için ayarla - inline styles override */
  #HomeHeaderPanel {
    flex: 0 0 auto !important;
    padding: 12px 16px !important;
    background: white !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    z-index: 1000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 60px !important;
    grid-row: unset !important;
    grid-column: unset !important;
    grid-template-columns: unset !important;
    row-gap: unset !important;
    column-gap: unset !important;
  }
  
  /* Mobil hamburger menü butonu - modern ve şık - inline styles override */
  #btnMenu {
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
    background: white !important;
    border: 1px solid #e1e5e9 !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06) !important;
    position: relative !important;
    overflow: hidden !important;
    justify-self: unset !important;
    align-self: unset !important;
    grid-row: unset !important;
    grid-column: unset !important;
  }
  
  /* Menu button panel düzeltmeleri */
  #menuButtonPanel {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    grid-column: unset !important;
    justify-self: unset !important;
    align-self: unset !important;
    row-gap: unset !important;
    column-gap: unset !important;
  }
  
  /* Hamburger menü ikonu - basit ve etkili */
  #btnMenu .dx-button-content {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  /* Mevcut FontAwesome ikonunu gizle ve hamburger çizgileri ekle */
  #btnMenu .dx-button-content i {
    position: relative !important;
    font-size: 0 !important;
    color: transparent !important;
    width: 20px !important;
    height: 14px !important;
  }
  
  #btnMenu .dx-button-content i::before,
  #btnMenu .dx-button-content i::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    width: 20px !important;
    height: 2px !important;
    background: #495057 !important;
    border-radius: 1px !important;
    transition: all 0.2s ease !important;
  }
  
  #btnMenu .dx-button-content i::before {
    top: 0 !important;
    box-shadow: 0 6px 0 #495057, 0 12px 0 #495057 !important;
  }
  
  #btnMenu .dx-button-content i::after {
    display: none !important;
  }
  
  #btnMenu:hover {
    background: #f8f9fa !important;
    border-color: #c41e3a !important;
    box-shadow: 0 4px 12px rgba(196, 30, 58, 0.15) !important;
    transform: translateY(-1px) !important;
  }
  
  #btnMenu:hover .dx-button-content i::before {
    background: #c41e3a !important;
    box-shadow: 0 6px 0 #c41e3a, 0 12px 0 #c41e3a !important;
  }
  
  /* Ana içerik alanını mobil için ayarla - inline styles override */
  #HomeBodySplit {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    background: #f8f9fa !important;
    grid-row: unset !important;
    grid-column: unset !important;
    justify-self: unset !important;
    row-gap: unset !important;
    column-gap: unset !important;
  }
  
  /* Ana container mobil düzenlemesi */
  /* #__c2 {
    padding: 16px !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
  } */
  
  #mainContainer {
    /* padding:1.5em; */
    height: auto !important;
    min-height: 0 !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
  }
  
  /* Mobil menü overlay - daha güzel */
  body.mobile-menu-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    opacity: 1;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(2px);
  }
  
  /* Mobil menüde logo panel - daha şık */
  #sidebarPanel #logoPanel {
    padding: 24px 20px !important;
    text-align: center !important;
    border-bottom: 1px solid rgba(196, 30, 58, 0.1) !important;
    background: linear-gradient(135deg, #fff 0%, #fafbfc 100%) !important;
  }
  
  #sidebarPanel #logoPanel img {
    max-height: 40px !important;
    filter: drop-shadow(0 2px 4px rgba(196, 30, 58, 0.1)) !important;
  }
  
  /* Mobil menüde menu tree - temiz tasarım */
  #sidebarPanel #menuTree {
    width: 100% !important;
    padding: 0 !important;
    background: white !important;
  }
  
  /* Search box'ı mobilde gizle */
  #sidebarPanel #menuTree .dx-treeview-search {
    display: none !important;
  }
  
  /* Mobil menüde ikonları ve yazıları göster */
  #sidebarPanel.menu-closed #menuTree .dx-treeview-root-node .dx-treeview-item-content span,
  #sidebarPanel #menuTree .dx-treeview-root-node .dx-treeview-item-content span {
    display: inline !important;
  }
  
  /* Mobil menüde ikon boyutlarını ayarla - daha kompakt */
  #sidebarPanel #menuTree .dx-treeview-root-node > .dx-treeview-item > .dx-treeview-item-content::before {
    font-size: 18px !important;
    width: auto !important;
    height: auto !important;
    margin-right: 12px !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #c41e3a !important;
  }
  
  /* Mobil menüde item stilleri - modern */
  #sidebarPanel #menuTree .dx-treeview-item {
    padding: 16px 20px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: all 0.2s ease !important;
  }
  
  #sidebarPanel #menuTree .dx-treeview-item:hover,
  #sidebarPanel #menuTree .dx-treeview-item.selected {
    background: rgba(196, 30, 58, 0.08) !important;
    border-left: 4px solid #c41e3a !important;
    padding-left: 16px !important;
    transform: none !important;
  }
  
  /* Mobil sidebar hover efektlerini düzenle */
  #sidebarPanel.menu-closed:hover {
    width: 280px !important;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2) !important;
  }
  
  /* User panel mobilde düzenle */
  #userPanel {
    padding: 8px 12px !important;
  }
  
  #userInfoPanel {
    gap: 8px !important;
  }
  
  #userName_span, #nameSurename_span {
    font-size: 0.85em !important;
    line-height: 1.2 !important;
  }
  
  /* Breadcrumb mobilde düzenle */
  #tileBox_Breadcrumb {
    height: auto !important;
    min-height: 40px !important;
    padding: 8px 0 !important;
  }
}

/* Küçük mobil cihazlar için */
@media (max-width: 480px) {
  /* Header daha kompakt */
  #HomeHeaderPanel {
    padding: 10px 12px !important;
    min-height: 56px !important;
  }
  
  /* Menü butonunu biraz küçült */
  #btnMenu {
    width: 40px !important;
    height: 40px !important;
  }
  
  #btnMenu i {
    font-size: 15px !important;
  }
  
  /* Sidebar genişliğini azalt */
  #sidebarPanel {
    width: 260px !important;
    left: -280px !important;
    max-width: 260px !important;
    min-width: 260px !important;
  }
  
  /* Mobil menüde item padding'i azalt */
  #sidebarPanel #menuTree .dx-treeview-item {
    padding: 14px 16px !important;
  }
  
  /* Logo boyutunu küçült */
  #sidebarPanel #logoPanel img {
    max-height: 36px !important;
  }
  
  /* Ana container padding */
  /* #__c2 {
    padding: 12px !important;
  } */
  
  /* User info daha kompakt */
  #userName_span, #nameSurename_span {
    font-size: 0.8em !important;
  }
}

/* Tablet modunda (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  /* Sidebar genişliğini azalt */
  #sidebarPanel {
    min-width: 200px !important;
  }
  
  #sidebarPanel.menu-closed {
    width: 60px !important;
    min-width: 60px !important;
  }
  
  /* İkon boyutlarını tablet için ayarla */
  #sidebarPanel.menu-closed #menuTree .dx-treeview-root-node .dx-treeview-item::before {
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
  }
  
  /* Grid template'i tablet için ayarla */
  #pageContainer {
    grid-template-columns: 200px 1fr !important;
  }
  
  #pageContainer.sidebar-closed {
    grid-template-columns: 60px 1fr !important;
  }
}

/* Landscape modunda küçük ekranlar */
@media (max-width: 768px) and (orientation: landscape) {
  #sidebarPanel {
    width: 260px !important;
    left: -260px !important;
  }
  
  /* Landscape modunda header'ı daha kompakt yap */
  #HomeHeaderPanel {
    padding: 8px 15px !important;
  }
  
  #btnMenu {
    width: 36px !important;
    height: 36px !important;
  }
}

/* Mobil menü JavaScript için yardımcı sınıflar */
.mobile-menu-toggle {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex !important;
  }
  
  .desktop-only {
    display: none !important;
  }
}

/* ===== GERÇEK MOBİL MENÜ SİSTEMİ ===== */
@media (max-width: 768px) {
  /* 1. Layout'u tamamen sıfırla */
  html, body {
    overflow-x: hidden !important;
  }
  

  
  body #pageContainer {
    display: block !important;
    grid-template-columns: none !important;
    grid-template-rows: none !important;
    position: relative !important;
    width: 100vw !important;
    height: 100vh !important;
  }
  
  /* 2. Sidebar - TAM MOBİL MENÜ - Basit left animasyonu */
  body #sidebarPanel,
  body #pageContainer #sidebarPanel,
  body .omni-panelbox#sidebarPanel {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 85vw !important;
    max-width: 300px !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: white !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3) !important;
    transition: left 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    grid-row: unset !important;
    grid-column: unset !important;
    justify-self: unset !important;
    display: block !important;
    min-width: unset !important;
  }
  
  /* 3. Sidebar AÇIK durumu - Basit left pozisyonu */
  body #sidebarPanel.mobile-menu-open,
  body #pageContainer #sidebarPanel.mobile-menu-open,
  body .omni-panelbox#sidebarPanel.mobile-menu-open {
    left: 0 !important;
  }
  
  /* 4. Mobile Overlay - boşluğa tıklama için */
  body.mobile-menu-open::before {
    content: '' !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9998 !important;
    display: block !important;
  }
  
  body:not(.mobile-menu-open)::before {
    display: none !important;
  }
  
  /* 5. Ana içerik alanı */
  body #HomeBodySplit {
    display: block !important;
    grid-row: unset !important;
    grid-column: unset !important;
    justify-self: unset !important;
    width: 100% !important;
    min-height: 100vh !important;
  }
  
  /* 6. Header mobilde */
  body #HomeHeaderPanel {
    display: flex !important;
    grid-template-columns: none !important;
    width: 100% !important;
    padding: 15px !important;
    background: white !important;
    border-bottom: 1px solid #eee !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
  }
  
  /* 7. Hamburger button */
  body #btnMenu {
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
    background: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
  }
  
  body #btnMenu:hover {
    background: #e9ecef !important;
    border-color: #c41e3a !important;
  }
  
  /* 8. Hamburger icon - 3 çizgi */
  body #btnMenu .dx-button-content i {
    position: relative !important;
    font-size: 0 !important;
    color: transparent !important;
    width: 20px !important;
    height: 2px !important;
    background: #495057 !important;
    border-radius: 1px !important;
    transition: all 0.2s ease !important;
  }
  
  body #btnMenu .dx-button-content i::before,
  body #btnMenu .dx-button-content i::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    width: 20px !important;
    height: 2px !important;
    background: #495057 !important;
    border-radius: 1px !important;
    transition: all 0.2s ease !important;
  }
  
  body #btnMenu .dx-button-content i::before {
    top: -6px !important;
  }
  
  body #btnMenu .dx-button-content i::after {
    top: 6px !important;
  }
  
  /* 9. Hamburger hover */
  body #btnMenu:hover .dx-button-content i,
  body #btnMenu:hover .dx-button-content i::before,
  body #btnMenu:hover .dx-button-content i::after {
    background: #c41e3a !important;
  }
  
  /* 10. Menu content düzenlemeleri */
  body #sidebarPanel #logoPanel {
    margin-top: -60px !important;
    padding: 20px !important;
    text-align: center !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  
  body #sidebarPanel #menuTree {
    padding: 0 !important;
    background: white !important;
  }
  
  body #sidebarPanel #menuTree .dx-treeview-search {
    display: none !important;
  }
  
  body #sidebarPanel #menuTree .dx-treeview-item {
    padding: 15px 20px !important;
    border-bottom: 1px solid #f8f9fa !important;
    transition: background 0.2s ease !important;
  }
  
  body #sidebarPanel #menuTree .dx-treeview-item:hover {
    background: #f8f9fa !important;
  }
  
  /* 11. Menu icons */
  body #sidebarPanel #menuTree .dx-treeview-root-node > .dx-treeview-item > .dx-treeview-item-content::before {
    font-size: 16px !important;
    margin-right: 12px !important;
    color: #c41e3a !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    width: auto !important;
    height: auto !important;
  }
}

/* Mobil Görünüm */
.mobile-view #sidebarPanel {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 80%;
    max-width: 300px;
    z-index: 1000;
    background: var(--tskb-sidebar-bg, #fff);
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.mobile-view #sidebarPanel.mobile-menu-open {
    left: 0;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

.mobile-view #pageContainer {
    transition: transform 0.3s ease-in-out;
}

.mobile-view #pageContainer.menu-active {
    transform: translateX(80%);
}

/* Overlay */
.mobile-view body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.mobile-view body.mobile-menu-active::before {
    opacity: 1;
    visibility: visible;
}

/* Menü Butonu */
.mobile-view #btnMenu {
    z-index: 1001;
}

.mobile-view #btnMenu .dx-icon {
    transition: transform 0.3s ease-in-out;
}

.mobile-view #btnMenu.menu-active .dx-icon {
    transform: rotate(180deg);
}

/* Header Düzenlemeleri */
.mobile-view #HomeHeaderPanel {
    position: relative;
    z-index: 1001;
}

/* Logo Panel */
.mobile-view #logoPanel {
    padding: 1rem;
}

/* Menü Ağacı */
.mobile-view #menuTree {
    height: calc(100vh - 80px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    #pageContainer {
        grid-template-columns: 1fr !important;
    }
    
    #HomeBodySplit {
        grid-column: 1 / -1 !important;
    }
    
    #HomeHeaderPanel {
        padding: 0.5rem;
    }
    
    #toolPanel {
        margin-left: auto;
    }
    
    #userInfoPanel {
        margin-right: 0.5rem;
    }
}

/* Touch Scroll Fix */
.mobile-view {
    -webkit-overflow-scrolling: touch;
}

.mobile-view body.mobile-menu-active {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Mobil Responsive Stiller */
@media screen and (max-width: 768px) {
    #pageContainer {
        grid-template-columns: 1fr !important;
        position: relative;
        overflow-x: hidden;
    }

    #sidebarPanel {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 80%;
        max-width: 300px;
        z-index: 1000;
        background: var(--tskb-sidebar-bg, #fff);
        box-shadow: none;
        transition: transform 0.3s ease-in-out;
    }

    #sidebarPanel.mobile-menu-open {
        transform: translateX(100%);
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    }

    #HomeBodySplit {
        grid-column: 1 / -1 !important;
        width: 100%;
        transition: transform 0.3s ease-in-out;
    }

    #HomeBodySplit.menu-active {
        transform: translateX(80%);
    }

    /* Header Düzenlemeleri */
    #HomeHeaderPanel {
        padding: 0.5rem !important;
        grid-template-columns: auto 1fr auto !important;
        position: relative;
        z-index: 1001;
        background: var(--tskb-header-bg, #fff);
    }

    #menuButtonPanel {
        grid-column: 1 !important;
    }

    #toolPanel {
        grid-column: 3 !important;
        margin-left: auto;
    }

    /* Logo Panel */
    #logoPanel {
        padding: 1rem;
    }

    #logo {
        width: 5em;
    }

    /* Menü Ağacı */
    #menuTree {
        height: calc(100vh - 80px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* User Panel */
    #userPanel {
        margin-right: 0.5rem;
    }

    #namePanel {
        display: none !important;
    }

    /* Breadcrumb */
    #tileBox_Breadcrumb {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Overlay */
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
    }

    body.mobile-menu-active::before {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Menü Butonu */
    #btnMenu {
        z-index: 1001;
    }

    #btnMenu .dx-icon {
        transition: transform 0.3s ease-in-out;
    }

    #btnMenu.menu-active .dx-icon {
        transform: rotate(180deg);
    }

    /* Scroll Engelleme */
    body.mobile-menu-active {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }

    /* DevExpress Tree Düzenlemeleri */
    .dx-treeview-item {
        padding: 10px !important;
    }

    .dx-treeview-toggle-item-visibility {
        padding: 10px !important;
    }
}

/* Touch Scroll Fix */
.dx-scrollable-native {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dx-scrollable-native::-webkit-scrollbar {
    display: none;
}

/* Animasyon Geçişleri */
#sidebarPanel,
#HomeBodySplit,
#btnMenu .dx-icon,
body::before {
    transition-property: transform, opacity, visibility;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

/* Mobil Menü Sistemi */
@media screen and (max-width: 768px) {
    /* Ana Layout */
    #pageContainer {
        position: relative;
        overflow-x: hidden;
        width: 100vw;
    }

    /* Header */
    #HomeHeaderPanel {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        background: var(--tskb-header-bg, #fff);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        padding: 0.5rem !important;
        grid-template-columns: auto 1fr auto !important;
        height: 60px;
    }

   

    /* Sidebar */
    #sidebarPanel {
        position: fixed;
        top: 0;
        left: -300px;
        height: 100vh;
        width: 300px;
        background: var(--tskb-sidebar-bg, #fff);
        z-index: 1003;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: none;
        padding-top: 60px; /* Header yüksekliği kadar padding */
    }

    #sidebarPanel.mobile-menu-open {
        transform: translateX(300px);
        box-shadow: 2px 0 8px rgba(0,0,0,0.1);
    }

    /* Logo Panel */
    #logoPanel {
        padding: 1rem;
        padding-right: 50px; /* Kapatma butonu için yer aç */
        position: relative;
        z-index: 1003; /* Kapatma butonunun altında kalmasın */
    }

    #logo {
        width: 5em;
        position: relative;
        z-index: 1003;
    }

    /* Menü Ağacı */
    #menuTree {
        height: calc(100vh - 60px); /* Header yüksekliğini çıkar */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem;
    }

    /* Overlay ve Blur Efekti */
    .mobile-menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.3);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
    }

    body.mobile-menu-active .mobile-menu-backdrop {
        opacity: 1;
        visibility: visible;
    }

    /* Menü Butonu */
    #btnMenu {
        z-index: 1004;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: background-color 0.3s ease;
    }

    #btnMenu:hover {
        background-color: rgba(0,0,0,0.05);
    }

    #btnMenu .dx-icon {
        transition: transform 0.3s ease;
        font-size: 1.2em;
    }

    #btnMenu.menu-active .dx-icon {
        transform: rotate(180deg);
    }

    /* User Panel */
    #userPanel {
        margin-right: 0.5rem;
    }

    #namePanel {
        display: none !important;
    }

    /* DevExpress Tree Düzenlemeleri */
    .dx-treeview-item {
        padding: 12px !important;
        border-radius: 8px;
        transition: background-color 0.2s ease;
    }

    .dx-treeview-item:hover {
        background-color: rgba(0,0,0,0.05);
    }

    .dx-treeview-item.dx-state-focused {
        background-color: rgba(0,0,0,0.08);
    }

    .dx-treeview-toggle-item-visibility {
        padding: 12px !important;
    }

    /* Scroll Engelleme */
    body.mobile-menu-active {
        overflow: hidden;
    }

    /* Touch Scroll Fix */
    .dx-scrollable-native {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .dx-scrollable-native::-webkit-scrollbar {
        display: none;
    }
}

/* Animasyon Geçişleri */
#sidebarPanel,
.mobile-menu-backdrop,
#btnMenu .dx-icon,
.mobile-menu-close {
    will-change: transform, opacity;
}

/* Mobil Menü Sistemi */
@media screen and (max-width: 768px) {
    /* Ana Layout */
    #pageContainer {
        position: relative;
        overflow-x: hidden;
        width: 100vw;
    }

    /* Header */
    #HomeHeaderPanel {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        background: var(--tskb-header-bg, #fff);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        padding: 0.5rem !important;
        grid-template-columns: auto 1fr auto !important;
        height: 60px;
    }

  
    /* Sidebar */
    #sidebarPanel {
        position: fixed;
        top: 0;
        left: -300px;
        height: 100vh;
        width: 300px;
        background: var(--tskb-sidebar-bg, #fff);
        z-index: 1003;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: none;
        padding-top: 60px; /* Header yüksekliği kadar padding */
    }

    #sidebarPanel.mobile-menu-open {
        transform: translateX(300px);
        box-shadow: 2px 0 8px rgba(0,0,0,0.1);
    }

    /* Kapatma Butonu - Düzeltildi */
    .mobile-menu-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255,255,255,0.9);
        border: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1005; /* Logo'dan yüksek ama makul bir değer */
        transition: all 0.2s ease;
        opacity: 0;
        transform: scale(0.8);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    #sidebarPanel.mobile-menu-open .mobile-menu-close {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s, background-color 0.2s ease;
    }

    .mobile-menu-close:hover {
        background-color: rgba(255,255,255,1);
        transform: scale(1.1);
    }

    .mobile-menu-close:active {
        background-color: rgba(240,240,240,1);
        transform: scale(0.95);
    }

    .mobile-menu-close i {
        font-size: 18px;
        color: #666;
    }

    /* Logo Panel */
    #logoPanel {
        padding: 1rem;
        padding-right: 50px; /* Kapatma butonu için yer aç */
    }

    #logo {
        width: 5em;
    }

    /* Menü Ağacı */
    #menuTree {
        height: calc(100vh - 60px); /* Header yüksekliğini çıkar */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem;
    }

    /* Overlay ve Blur Efekti - Düzeltildi */
    .mobile-menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.4);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
        pointer-events: none;
    }

    body.mobile-menu-active .mobile-menu-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Menü Butonu */
    #btnMenu {
        z-index: 1004;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: background-color 0.3s ease;
    }

    #btnMenu:hover {
        background-color: rgba(0,0,0,0.05);
    }

    #btnMenu .dx-icon {
        transition: transform 0.3s ease;
        font-size: 1.2em;
    }

    #btnMenu.menu-active .dx-icon {
        transform: rotate(180deg);
    }

    /* User Panel */
    #userPanel {
        margin-right: 0.5rem;
    }

    #namePanel {
        display: none !important;
    }

    /* DevExpress Tree Düzenlemeleri */
    .dx-treeview-item {
        padding: 12px !important;
        border-radius: 8px;
        transition: background-color 0.2s ease;
    }

    .dx-treeview-item:hover {
        background-color: rgba(0,0,0,0.05);
    }

    .dx-treeview-item.dx-state-focused {
        background-color: rgba(0,0,0,0.08);
    }

    .dx-treeview-toggle-item-visibility {
        padding: 12px !important;
    }

    /* Scroll Engelleme */
    body.mobile-menu-active {
        overflow: hidden;
    }

    /* Touch Scroll Fix */
    .dx-scrollable-native {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .dx-scrollable-native::-webkit-scrollbar {
        display: none;
    }
}

/* Animasyon Geçişleri */
#sidebarPanel,
.mobile-menu-backdrop,
#btnMenu .dx-icon,
.mobile-menu-close {
    will-change: transform, opacity;
}

/* Breadcrumb Mobil Düzenlemeler */
@media screen and (max-width: 768px) {
    /* Sol başlığı gizle */
    #bilgiPanelHeader {
        display: none !important;
    }

    #tileBox_Breadcrumb {
        height: auto !important;
        margin: 0;
        overflow: visible !important;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        background: var(--tskb-bg-color, #fff);
        padding: 0.75rem 1rem;
    }

    #tileBox_Breadcrumb .dx-scrollable-wrapper,
    #tileBox_Breadcrumb .dx-scrollable-container,
    #tileBox_Breadcrumb .dx-scrollable-content,
    #tileBox_Breadcrumb .dx-scrollview-content {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

    #tileBox_Breadcrumb .dx-tileview-wrapper {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 0.25rem;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        margin-left: 2em;
    }

    #tileBox_Breadcrumb .dx-tileview-wrapper::-webkit-scrollbar {
        display: none; /* Chrome, Safari and Opera */
    }

    #tileBox_Breadcrumb .dx-item.dx-tile {
        position: static !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0;
    }

    #tileBox_Breadcrumb .dx-item-content {
        padding: 0;
    }

    #tileBox_Breadcrumb .breadcrumb-link,
    #tileBox_Breadcrumb .breadcrumb-not-link {
        font-size: 0.875rem;
        white-space: nowrap;
        color: var(--tskb-text-color, #666);
    }

    #tileBox_Breadcrumb .breadcrumb-link {
        text-decoration: none;
        color: var(--tskb-primary-color, #0066cc);
    }

    #tileBox_Breadcrumb .breadcrumb-link:last-child {
        color: var(--tskb-text-color, #333);
        font-weight: 500;
    }

    #tileBox_Breadcrumb .pi {
        font-size: 0.875rem;
        vertical-align: middle;
        color: var(--tskb-text-color, #666);
    }

    #tileBox_Breadcrumb span[style*="font-size:16px"] {
        font-size: 0.875rem !important;
        padding: 0 0.25rem;
        color: var(--tskb-text-color, #999);
    }

    /* Loading indikatörlerini gizle */
    #tileBox_Breadcrumb .dx-scrollview-top-pocket,
    #tileBox_Breadcrumb .dx-scrollview-bottom-pocket,
    #tileBox_Breadcrumb .dx-scrollview-loadpanel {
        display: none !important;
    }


}

/* Web Görünümü Sidebar Özellikleri */
@media screen and (min-width: 769px) {
    /* Sidebar collapsed state - mevcut .menu-closed class'ını kullan */
    #sidebarPanel.sidebar-collapsed.menu-closed {
        width: 60px !important;
        overflow: visible;
        transition: width 0.3s ease;
        z-index: 990; /* Header'dan düşük z-index */
    }

    #sidebarPanel.sidebar-collapsed.menu-closed #logoPanel {
        width: 60px;
        padding: 0.5rem;
        text-align: center;
        overflow: hidden;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed #logo {
        width: 40px;
        height: auto;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed #menuTree {
        width: 60px;
        overflow: visible;
    }

    /* Menü item'larını gizle, sadece ikonları göster - mevcut ikon sistemi ile uyumlu */
    #sidebarPanel.sidebar-collapsed.menu-closed .dx-treeview-item-content {
        text-align: center;
        overflow: visible;
        position: relative;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed .dx-treeview-item-content .dx-treeview-item-text {
        display: none;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed .dx-treeview-toggle-item-visibility {
        display: none;
    }

    /* Mevcut ikon sistemini collapsed durumda da göster */
    #sidebarPanel.sidebar-collapsed.menu-closed #menuTree .dx-treeview-root-node > .dx-treeview-item > .dx-treeview-item-content::before {
        margin-right: 0 !important;
        width: 32px !important;
        height: 32px !important;
    }

    /* Hover durumunda menüyü genişlet */
    #sidebarPanel.sidebar-collapsed.menu-closed:hover {
        width: 280px !important;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        z-index: 1020; /* Header'dan da yüksek z-index hover durumunda */
        position: relative;
        background: var(--tskb-sidebar-bg, #fff);
    }

    #sidebarPanel.sidebar-collapsed.menu-closed:hover #logoPanel {
        width: 280px;
        padding: 1rem;
        text-align: left;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed:hover #logo {
        width: 120px;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed:hover #menuTree {
        width: 280px;
        background: var(--tskb-sidebar-bg, #fff);
        z-index: 1020;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed:hover .dx-treeview-item-content {
        width: auto;
        text-align: left;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed:hover .dx-treeview-item-content .dx-treeview-item-text {
        display: inline;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed:hover .dx-treeview-item-content span {
        display: inline-block;
        vertical-align: middle;
    }

    #sidebarPanel.sidebar-collapsed.menu-closed:hover .dx-treeview-toggle-item-visibility {
        display: block;
    }

    /* Hover durumunda ikonları normal haline getir */
    #sidebarPanel.sidebar-collapsed.menu-closed:hover #menuTree .dx-treeview-root-node > .dx-treeview-item > .dx-treeview-item-content::before {
        margin-right: 12px !important;
    }

    /* Hover durumunda JavaScript ikonları da düzelt */
    #sidebarPanel.sidebar-collapsed.menu-closed:hover .menu-icon {
        margin-right: 12px !important;
        width: auto !important;
        height: auto !important;
        display: inline !important;
        background: none !important;
        border-radius: 0 !important;
        border: none !important;
        vertical-align: middle;
    }

    /* Header'ı sidebar'ın üstünde tut */
    #HomeHeaderPanel {
        position: relative;
        z-index: 1010; /* Sidebar'dan çok daha yüksek z-index */
        /* background: var(--tskb-header-bg, #fff); */
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        margin-left: px; /* Sidebar'dan ayrım için */
        padding: 0.5rem 1rem; /* İç boşluk */
    }

    /* Collapsed durumda header spacing'i ayarla */
    body.sidebar-collapsed #HomeHeaderPanel {
        margin-left: 10px; /* Collapsed durumda daha az margin */
    }

    /* Grid Layout düzenlemesi */
    #pageContainer {
        display: grid !important;
        grid-template-columns: auto 1fr !important;
        transition: none;
        width: 100%;
        overflow: hidden;
    }

    /* Collapsed durumda grid column'ları ayarla */
    body.sidebar-collapsed #pageContainer {
        grid-template-columns: 60px 1fr !important;
    }

    /* HomeBodySplit'i düzelt */
    #HomeBodySplit {
        width: 100%;
        min-width: 0; /* Grid overflow'u önle */
        display: grid;
        grid-template-rows: auto 1fr;
    }

    /* Normal sidebar genişliği */
    #sidebarPanel {
        width: 280px;
        transition: width 0.3s ease;
        z-index: 990;
    }
}



/* Breadcrumb Mobil Düzenlemeler */
@media screen and (max-width: 768px) {
    /* Sol başlığı gizle */
    #bilgiPanelHeader {
        display: none !important;
    }

    #tileBox_Breadcrumb {
        height: auto !important;
        margin: 0;
        overflow: visible !important;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        background: var(--tskb-bg-color, #fff);
        padding: 0.75rem 1rem;
    }

    #tileBox_Breadcrumb .dx-scrollable-wrapper,
    #tileBox_Breadcrumb .dx-scrollable-container,
    #tileBox_Breadcrumb .dx-scrollable-content,
    #tileBox_Breadcrumb .dx-scrollview-content {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

    #tileBox_Breadcrumb .dx-tileview-wrapper {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        gap: 0.25rem;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

    #tileBox_Breadcrumb .dx-tileview-wrapper::-webkit-scrollbar {
        display: none; /* Chrome, Safari and Opera */
    }

    #tileBox_Breadcrumb .dx-item.dx-tile {
        position: static !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-shrink: 0;
    }

    #tileBox_Breadcrumb .dx-item-content {
        padding: 0;
    }

    #tileBox_Breadcrumb .breadcrumb-link,
    #tileBox_Breadcrumb .breadcrumb-not-link {
        font-size: 0.875rem;
        white-space: nowrap;
        color: var(--tskb-text-color, #666);
    }

    #tileBox_Breadcrumb .breadcrumb-link {
        text-decoration: none;
        color: var(--tskb-primary-color, #0066cc);
    }

    #tileBox_Breadcrumb .breadcrumb-link:last-child {
        color: var(--tskb-text-color, #333);
        font-weight: 500;
    }

    #tileBox_Breadcrumb .pi {
        font-size: 0.875rem;
        vertical-align: middle;
        color: var(--tskb-text-color, #666);
    }

    #tileBox_Breadcrumb span[style*="font-size:16px"] {
        font-size: 0.875rem !important;
        padding: 0 0.25rem;
        color: var(--tskb-text-color, #999);
    }

    /* Loading indikatörlerini gizle */
    #tileBox_Breadcrumb .dx-scrollview-top-pocket,
    #tileBox_Breadcrumb .dx-scrollview-bottom-pocket,
    #tileBox_Breadcrumb .dx-scrollview-loadpanel {
        display: none !important;
    }
}

/* Animasyon Geçişleri */
#sidebarPanel,
.mobile-menu-backdrop,
#btnMenu .dx-icon,
.mobile-menu-close,
#HomeBodySplit {
    will-change: transform, opacity;
}

/* Mobil Menü Sistemi - Düzeltmeler */
@media screen and (max-width: 768px) {
    /* Ana Layout */
    #pageContainer {
        position: relative;
        overflow-x: hidden;
        width: 100vw;
    }

    /* Header */
    #HomeHeaderPanel {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1002;
        background: var(--tskb-header-bg, #fff);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        padding: 0.5rem !important;
        grid-template-columns: auto 1fr auto !important;
        height: 60px;
    }

    /* Sidebar */
    #sidebarPanel {
        position: fixed;
        top: 0;
        left: -300px;
        height: 100vh;
        width: 300px;
        background: var(--tskb-sidebar-bg, #fff);
        z-index: 1003;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: none;
        padding-top: 60px; /* Header yüksekliği kadar padding */
    }

    #sidebarPanel.mobile-menu-open {
        transform: translateX(300px);
        box-shadow: 2px 0 8px rgba(0,0,0,0.1);
    }

    /* Kapatma Butonu - Düzeltildi */
    .mobile-menu-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255,255,255,0.9);
        border: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1005; /* Logo'dan yüksek ama makul bir değer */
        transition: all 0.2s ease;
        opacity: 0;
        transform: scale(0.8);
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    #sidebarPanel.mobile-menu-open .mobile-menu-close {
        opacity: 1;
        transform: scale(1);
        transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s, background-color 0.2s ease;
    }

    .mobile-menu-close:hover {
        background-color: rgba(255,255,255,1);
        transform: scale(1.1);
    }

    .mobile-menu-close:active {
        background-color: rgba(240,240,240,1);
        transform: scale(0.95);
    }

    .mobile-menu-close i {
        font-size: 18px;
        color: #666;
    }

    /* Logo Panel */
    #logoPanel {
        padding: 1rem;
        padding-right: 50px; /* Kapatma butonu için yer aç */
    }

    #logo {
        width: 5em;
    }

    /* Menü Ağacı */
    #menuTree {
        height: calc(100vh - 60px); /* Header yüksekliğini çıkar */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 1rem;
    }

    /* Overlay ve Blur Efekti - Düzeltildi */
    .mobile-menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.4);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1001;
        pointer-events: none;
    }

    body.mobile-menu-active .mobile-menu-backdrop {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* Menü Butonu */
    #btnMenu {
        z-index: 1004;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: background-color 0.3s ease;
    }

    #btnMenu:hover {
        background-color: rgba(0,0,0,0.05);
    }

    #btnMenu .dx-icon {
        transition: transform 0.3s ease;
        font-size: 1.2em;
    }

    #btnMenu.menu-active .dx-icon {
        transform: rotate(180deg);
    }

    /* User Panel */
    #userPanel {
        margin-right: 0.5rem;
    }

    #namePanel {
        display: none !important;
    }

    /* DevExpress Tree Düzenlemeleri */
    .dx-treeview-item {
        padding: 12px !important;
        border-radius: 8px;
        transition: background-color 0.2s ease;
    }

    .dx-treeview-item:hover {
        background-color: rgba(0,0,0,0.05);
    }

    .dx-treeview-item.dx-state-focused {
        background-color: rgba(0,0,0,0.08);
    }

    .dx-treeview-toggle-item-visibility {
        padding: 12px !important;
    }

    /* Scroll Engelleme */
    body.mobile-menu-active {
        overflow: hidden;
    }

    /* Touch Scroll Fix */
    .dx-scrollable-native {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .dx-scrollable-native::-webkit-scrollbar {
        display: none;
    }

 
}

/* Aktif Hesaplarım Panel - Üye Özet Bilgi Panel gibi stillendirilmiş */
.omni-panelbox#aktifHesaplarPanel {
  margin: 20px 0;
  position: relative !important;
  padding: 28px 24px 20px !important;
  border-radius: 16px !important;
  background: white !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.2s ease !important;
  overflow: hidden !important;
  padding-top: 70px !important;
}

/* Panel başlığı */
.omni-panelbox#aktifHesaplarPanel::before {
  content: attr(data-caption) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(135deg, #c41e3a, #e7cbe2) !important;
  color: white !important;
  padding: 16px 24px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  border-radius: 16px 16px 0 0 !important;
  margin: -1px !important;
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.2) !important;
}

/* Grid layout */
#aktifHesaplarPanel {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  align-items: flex-start !important;
}

/* Label box stilleri */
#aktifHesaplarPanel .omni-labelbox {
  background: transparent !important;
  border: none !important;
  padding: 12px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  flex: 0 0 calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  box-sizing: border-box !important;
}

#aktifHesaplarPanel .omni-labelbox span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #1f2937 !important;
}

/* Label isimleri */
#aktifHesaplarPanel #BankaAdi span::before {
  content: "Banka: " !important;
}

#aktifHesaplarPanel #IBAN span::before {
  content: "IBAN: " !important;
}

/* Label isimlerinin stili */
#aktifHesaplarPanel [id] span::before {
  font-weight: 600 !important;
  color: #c41e3a !important;
}

/* Hover efekti */
.omni-panelbox#aktifHesaplarPanel:hover {
  transform: translateY(-4px) !important;
  box-shadow: rgba(149, 157, 165, 0.3) 0px 16px 32px !important;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  #aktifHesaplarPanel .omni-labelbox {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

/* Responsive - Mobil */
@media (max-width: 640px) {
  .omni-panelbox#aktifHesaplarPanel {
    padding: 16px !important;
    padding-top: 60px !important;
    margin: 10px 0 !important;
    border-radius: 12px !important;
  }
  
  .omni-panelbox#aktifHesaplarPanel::before {
    padding: 12px 16px !important;
    font-size: 16px !important;
  }
}

/* Üye Prim Üst Bilgi Paneli */
/* #uyePrimPanel, #uyeHizmetBilgiPanel {
    margin: 20px;
    padding: 20px;
 border-radius: 16px;
} */

/* Aktif Sağlık Kapsam Panel - Üye Özet Bilgi Panel gibi stillendirilmiş */
.omni-panelbox#aktifSaglikKapsamPanel {
  position: relative !important;
  padding: 28px 24px 20px !important;
  border-radius: 16px !important;
  background: white !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.2s ease !important;
  overflow: hidden !important;
  padding-top: 70px !important;
}

/* Panel başlığı */
.omni-panelbox#aktifSaglikKapsamPanel::before {
  content: attr(data-caption) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(135deg, #c41e3a 0%, #dc2626 100%) !important;
  color: white !important;
  padding: 16px 24px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  border-radius: 16px 16px 0 0 !important;
  margin: -1px !important;
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.2) !important;
}

/* Grid layout */
#aktifSaglikKapsamPanel {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  align-items: flex-start !important;
}

/* Label box stilleri */
#aktifSaglikKapsamPanel .omni-labelbox {
  background: transparent !important;
  border: none !important;
  padding: 12px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  flex: 0 0 calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  box-sizing: border-box !important;
}

#aktifSaglikKapsamPanel .omni-labelbox span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #1f2937 !important;
}

/* Label isimleri */
#aktifSaglikKapsamPanel #SigortaTur span::before {
  content: "Sigorta Türü: " !important;
}

#aktifSaglikKapsamPanel #SigortaDurum span::before {
  content: "Sigorta Durumu: " !important;
}

/* Label isimlerinin stili */
#aktifSaglikKapsamPanel [id] span::before {
  font-weight: 600 !important;
  color: #c41e3a !important;
}

/* Hover efekti */
.omni-panelbox#aktifSaglikKapsamPanel:hover {
  transform: translateY(-4px) !important;
  box-shadow: rgba(149, 157, 165, 0.3) 0px 16px 32px !important;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  #aktifSaglikKapsamPanel .omni-labelbox {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

/* Responsive - Mobil */
@media (max-width: 640px) {
  .omni-panelbox#aktifSaglikKapsamPanel {
    padding: 16px !important;
    padding-top: 60px !important;
    margin: 10px 0 !important;
    border-radius: 12px !important;
  }
  
  .omni-panelbox#aktifSaglikKapsamPanel::before {
    padding: 12px 16px !important;
    font-size: 16px !important;
  }
}

/* Aktif Organizasyon Panel - Üye Özet Bilgi Panel gibi stillendirilmiş */
.omni-panelbox#aktifOrganizasyonPanel {
  margin: 20px 0;
  position: relative !important;
  padding: 28px 24px 20px !important;
  border-radius: 16px !important;
  background: white !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.2s ease !important;
  overflow: hidden !important;
  padding-top: 70px !important;
}

/* Panel başlığı */
.omni-panelbox#aktifOrganizasyonPanel::before {
  content: attr(data-caption) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(135deg, #c41e3a 0%, #dc2626 100%) !important;
  color: white !important;
  padding: 16px 24px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  border-radius: 16px 16px 0 0 !important;
  margin: -1px !important;
  box-shadow: 0 4px 12px rgba(196, 30, 58, 0.2) !important;
}

/* Grid layout */
#aktifOrganizasyonPanel {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 16px !important;
  align-items: flex-start !important;
}

/* Label box stilleri */
#aktifOrganizasyonPanel .omni-labelbox {
  background: transparent !important;
  border: none !important;
  padding: 12px 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  flex: 0 0 calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  box-sizing: border-box !important;
}

#aktifOrganizasyonPanel .omni-labelbox span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #1f2937 !important;
}

/* Label isimleri */
#aktifOrganizasyonPanel #CalistigiKurum span::before {
  content: "Çalıştığı Kurum: " !important;
}

#aktifOrganizasyonPanel #Birim span::before {
  content: "Birim: " !important;
}

#aktifOrganizasyonPanel #Unvan span::before {
  content: "Unvan: " !important;
}

#aktifOrganizasyonPanel #Pozisyon span::before {
  content: "Pozisyon: " !important;
}

#aktifOrganizasyonPanel #Gorev span::before {
  content: "Görev: " !important;
}

#aktifOrganizasyonPanel #GorevIli span::before {
  content: "Görev İli: " !important;
}

#aktifOrganizasyonPanel #GorevIlcesi span::before {
  content: "Görev İlçesi: " !important;
}

/* Label isimlerinin stili */
#aktifOrganizasyonPanel [id] span::before {
  font-weight: 600 !important;
  color: #c41e3a !important;
}

/* Hover efekti */
.omni-panelbox#aktifOrganizasyonPanel:hover {
  transform: translateY(-4px) !important;
  box-shadow: rgba(149, 157, 165, 0.3) 0px 16px 32px !important;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  #aktifOrganizasyonPanel .omni-labelbox {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
}

/* Responsive - Mobil */
@media (max-width: 640px) {
  .omni-panelbox#aktifOrganizasyonPanel {
    padding: 16px !important;
    padding-top: 60px !important;
    margin: 10px 0 !important;
    border-radius: 12px !important;
  }
  
  .omni-panelbox#aktifOrganizasyonPanel::before {
    padding: 12px 16px !important;
    font-size: 16px !important;
  }
}
