
.nav-item:hover .dropdown-menu {
  display: block;
}

.nav-item .dropdown-menu.show {
  display: block;
}
#language-dropdown .dropdown-menu {
  display: none;
}

#language-dropdown .dropdown-menu.show {
  display: block;
}
#thema-dropdown .dropdown-menu {
  display: none;
}

#thema-dropdown .dropdown-menu.show {
  display: block;
}
body {
  overflow-x: hidden;
  background-color: #333 !important;
}

body.light {
  background-color: #f9f2d9 !important;
  color: #333 !important;
}

body.light .navbar,
.navbar.light {
  background-color: #ffe7bf !important;
}

body.light .footer,
.footer.light {
  background-color: #ffe7bf !important;
}

body.light .dropdown-menu {
  background-color: #ffe7bf !important;
  color: #333 !important;
}

body.light .dropdown-menu .dropdown-item {
  color: #333 !important;
}

body.light .dropdown-menu .dropdown-item:hover,
body.light .dropdown-menu .dropdown-item:focus {
  background-color: #ffd7a1 !important;
  color: #000 !important;
}

/* Dark Theme Styles */
body.dark {
  background-color: #2b2b2b !important;
  color: #f9f2d9 !important;
}

.dark a,
.dark h6 {
  color: #fff !important; /* Links in dark theme */
}
.dark h5 {
  color: #6b6b6b !important; /* Links in dark theme */
}
/* .dark h5:not(.card-title) {
  color: #fff; 
} */
body.light .divider {
  background-color: #000; /* Light theme divider color */
}

body.dark .divider {
  background-color: #fff; /* Dark theme divider color */
}
body.dark .navbar,
.navbar.dark {
  background-color: #333333 !important;
  outline-color: #2b2b2b;/*Dışlarını boyamayı düşünüyordum *//*/**/
}

body.dark .footer,
.footer.dark {
  background-color: #333333 !important;
}

body.dark .dropdown-menu {
  background-color: #444444 !important;
  color: #f9f2d9 !important;
}

body.dark .dropdown-menu .dropdown-item {
  color: #f9f2d9 !important;
  
}

body.dark .dropdown-menu .dropdown-item:hover,
body.dark .dropdown-menu .dropdown-item:focus {
  background-color: #555555 !important;
  color: #ffffff !important;
}
