#top-account .dropdown-menu {
    background: #fff !important;         /* arka plan beyaz */
    color: #333 !important;              /* yazÄ±lar koyu */
    border: 1px solid rgba(0,0,0,.08);   /* Canvas tarzÄ± ince kenar */
    border-radius: 10px;                 /* yumuÅŸak kÃ¶ÅŸe */
    padding: 8px 0;                      /* iÃ§ boÅŸluk */
    min-width: 220px;                    /* daha ferah geniÅŸlik */
    box-shadow: 0 10px 30px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.06); /* tema gÃ¶lgesi */
}

#top-account .dropdown-menu a {
    display: flex;
    align-items: center;
    gap: 10px;                           /* ikon ile metin arasÄ± */
    padding: 10px 16px;                  /* menÃ¼ item yÃ¼ksekliÄŸi */
    color: #222 !important;
    font-weight: 600;                    /* Canvas menÃ¼ hissi */
    font-size: 15px;
    letter-spacing: .2px;
    text-decoration: none;
    line-height: 1.35;
    transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
}

#top-account .dropdown-menu a:hover {
    background: #f7f7f7 !important;      /* hover aÃ§Ä±k gri */
    color: #000 !important;
    padding-left: 18px;                  /* hover'da hafif kayma efekti */
}

/* ikonlarÄ±n daha net gÃ¶rÃ¼nmesi */
#top-account .dropdown-menu a i {
    font-size: 16px;
    opacity: .85;
}

/* ayÄ±rÄ±cÄ± Ã§izgi Canvas gÃ¶rÃ¼nÃ¼mÃ¼ */
#top-account .dropdown-menu .divider,
#top-account .dropdown-menu .dropdown-divider {
    height: 1px;
    margin: 6px 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.08);
}

/* badge (mesaj sayÄ±sÄ±) */
#top-account .dropdown-menu .badge {
    background: #28a745;                 /* tema yeÅŸili */
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.2;
    margin-left: 6px;
}

/* Dark header'da da menÃ¼ kartÄ± net gÃ¶rÃ¼nsÃ¼n */
.dark-header #top-account .dropdown-menu {
    box-shadow: 0 12px 34px rgba(0,0,0,.28), 0 4px 10px rgba(0,0,0,.12);
}

/* Mobilde tam geniÅŸlik hissi */
@media (max-width: 991px) {
    #top-account .dropdown-menu {
        min-width: 180px;
        border-radius: 8px;
    }
    #top-account .dropdown-menu a {
        font-size: 14px;
        padding: 10px 14px;
    }
}/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/





/* ==== Account icon size adjustment ==== */
.header-misc #top-account .account-toggle i.icon-user {
    font-size: 24px;   /* daha bÃ¼yÃ¼k kullanÄ±cÄ± ikonu */
}
.header-misc #top-account .account-toggle i.icon-angle-down {
    font-size: 16px;   /* ok simgesi orantÄ±lÄ± */
}
/* Login sayfasÄ±nda tab/modal kalÄ±ntÄ±larÄ±nÄ± iptal et */
#auth-login,
#auth-login .col_full,
#auth-login .input-group { display:block !important; opacity:1 !important; visibility:visible !important; }

.tab-pane#auth-login,
.tabs .tab-container #auth-login { display:block !important; }

/* Kart Ã§ok koyuysa yazÄ± kontrastÄ± iÃ§in kÃ¼Ã§Ã¼k dokunuÅŸlar (opsiyonel) */
#auth-login.card h3 { color:#fff; }
#auth-login.card input { background:#fff; color:#222; }
@media (max-width: 991px){
  #primary-menu-trigger { padding: 0 16px; }
  #primary-menu .menu-container > .menu-item > .menu-link { padding: 14px 18px; }
  .header-misc { display:none !important; } /* mobilde kullanÄ±cÄ± ikonu gizle */
  #primary-menu .menu-container { transition: transform .25s ease, opacity .2s ease; }
  .primary-menu-open #primary-menu .menu-container { opacity:1; }
}
/* KullanÄ±cÄ± menÃ¼sÃ¼ hover ile aÃ§Ä±lsÄ±n */
#top-account.dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
/* Footer Ã¼stÃ¼nde kalan boÅŸluÄŸu sil */
#footer {
  margin-top: 0 !important;
  padding-top: 40px; /* biraz nefes bÄ±rakalÄ±m */
}

/* Content wrap'te fazla boÅŸluÄŸu al */
.content-wrap {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
/* STICKY FOOTER â€“ iÃ§eriÄŸin kÄ±sa olduÄŸu sayfalarda footer'Ä± dibe iter */
html, body { height: 100%; }
#wrapper { min-height: 100%; display: flex; flex-direction: column; }
#content { flex: 1 0 auto; }   /* iÃ§erik alanÄ± esnesin */
#footer  { margin-top: auto; flex-shrink: 0; }

/* Ä°Ã§erik boÅŸken yukarÄ±da kocaman beyaz blok olmasÄ±n */
#content .content-wrap { padding-top: 40px; padding-bottom: 40px; } /* gerekiyorsa 20â€“60px arasÄ± oynat */
#content {
    min-height: 500px; /* sayfada az iÃ§erik olsa bile footer alta insin */
}
/* Daha aÃ§Ä±k gri perde */
/* Bootstrap 4/5 */
.modal-backdrop.show { opacity: 0 !important; background: transparent !important; }

/* Eski Bootstrap 3 iÃ§in de gÃ¼vence */
.modal-backdrop.in { opacity: 0 !important; background: transparent !important; }
/* Header hiÃ§bir yerde taÅŸmayÄ± kesmesin */
#header,
#header-wrap,
.primary-menu .menu-container {
  overflow: visible !important;
}

/* Dropdown her ÅŸeyin Ã¼stÃ¼nde gÃ¶rÃ¼nsÃ¼n */
.user-auth,
.user-auth .dropdown,
.user-auth .dropdown-menu {
  position: relative;
  z-index: 10020 !important;
}

/* Bootstrap kullanÄ±yorsanÄ±z, saÄŸa hizalÄ± aÃ§Ä±lÄ±ÅŸ ve Ã¼stte kalma */
.user-auth .dropdown-menu {
  right: 0;
  left: auto;
}

/* BazÄ± temalar header'a transform verir; stacking context'i kÄ±rÄ±n */
#header,
#header-wrap {
  transform: none !important;
}
.user-auth:hover .dropdown-menu,
.top-account:hover .dropdown-menu {
  display: none !important; /* hover aÃ§Ä±lmayÄ± iptal et */
}
.page-auth .content-wrap{padding:48px 0;}
.page-auth .auth-card{max-width:420px;margin:0 auto;}
@media (min-height:720px){
  .page-auth .content-wrap{min-height:calc(100vh - 260px);display:flex;align-items:center;}
}
.auth-card .btn-block{width:100%;}
.page-auth .content-wrap{padding:48px 0;}
.page-auth .auth-card{max-width:420px;margin:0 auto;}
@media (min-height:720px){
  .page-auth .content-wrap{min-height:calc(100vh - 260px);display:flex;align-items:center;}
}
.auth-card .btn-block{width:100%;}
/* Sayfa taÅŸmalarÄ±nÄ± kapat (gÃ¼venli) */
html, body { width:100%; overflow-x:hidden; }

/* Hesap menÃ¼sÃ¼: her zaman header iÃ§inde, saÄŸa hizalÄ± ve layout'u itmesin */
.header-misc, #top-account { position:relative; z-index:10050; }
#top-account .dropdown-menu {
  position:absolute;   /* flowâ€™tan Ã§Ä±kar, layoutâ€™u itmesin */
  right:0;             /* saÄŸ uca sabitle */
  left:auto;           /* Bootstrapâ€™in left:0 varsayÄ±lanÄ±nÄ± iptal et */
  transform:none;      /* varsa konumlandÄ±rma dÃ¶nÃ¼ÅŸÃ¼mlerini kapat */
  min-width:220px;
  max-width:280px;     /* geniÅŸlemesin */
  will-change:transform, opacity;
}

/* Bootstrap 3 kullanÄ±yorsan saÄŸa hizalama sÄ±nÄ±fÄ± */
.dropdown-menu-right { right:0; left:auto; }

/* Bizim fallback â€œshowâ€ classâ€™Ä± ile de gÃ¶rÃ¼nÃ¼r olsun */
#top-account .dropdown-menu.show { display:block; }
/* Hesap menÃ¼sÃ¼ ortalÄ± dropdown */
#top-account .dropdown-menu {
  position: absolute;
  left: 50%;              /* ortadan baÅŸla */
  transform: translateX(-50%); /* tam ortaya kaydÄ±r */
  right: auto;            /* saÄŸ hizayÄ± iptal et */
  min-width: 220px;
  text-align: center;     /* iÃ§erikler ortalansÄ±n */
}
/* KayÄ±t Ol sayfasÄ± ortalama */
.register-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh; /* dikeyde de ortalasÄ±n */
}

.register-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  padding: 30px 40px;
  max-width: 420px;
  width: 100%;
}

.register-card h2 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
}

.register-card label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

.register-card input {
  margin-bottom: 16px;
  border-radius: 8px;
}

.register-card .btn {
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  padding: 10px;
}
/* Login & Register form text contrast dÃ¼zeltme */
.auth-card, 
#auth-login.card {
  background: #ffffff;            /* Form arkasÄ± beyaz olsun */
  color: #111827;                 /* YazÄ±lar koyu renk */
}

.auth-card label,
#auth-login label {
  color: #111827;                 /* Label koyu gÃ¶rÃ¼nÃ¼r */
  font-weight: 600;
}

.auth-card input,
#auth-login input {
  background: #fff;               /* Input arkasÄ± beyaz */
  color: #111827;                 /* YazÄ± rengi koyu */
  border: 1px solid #ddd;         /* Ã‡erÃ§eve daha net */
}

.auth-card input::placeholder,
#auth-login input::placeholder {
  color: #6b7280;                 /* Placeholder gri */
}

.auth-card .button,
#auth-login .button {
  background: #0ea5e9;            /* Buton marka rengi */
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
}
.auth-card .button:hover,
#auth-login .button:hover {
  background: #0284c7;            /* Hover daha koyu */
}