html, body {
  background-color: #185b7c;
  height: 100%;
  margin: 0;
  overflow-x: hidden !important;
}

/* TOPBAR */
#page-topbar {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #2c8bd4 !important;
}
/* FOOTER */
footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;

  background-color: #2c8bd4 !important;   /* 🔥 TOPBAR RENGİ */
  color: white !important;                /* Yazılar görünür olsun */
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
}

footer.footer .text-sm-end,
footer.footer .col-sm-6 {
  color: white !important;
}
.menu-card {
  border-radius: 12px;
  transition: 0.25s;
  cursor: pointer;
}

.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.menu-card h5 {
  color: #0d3b66;
  font-weight: 600;
}

.menu-card i {
  color: #0d3b66;
}

/* Header container */
#page-topbar .navbar-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;   /* LOGO SOLDA - LOGOUT SAĞDA */
  width: 100%;
  height: 60px;
  padding: 0 20px;
}

/* Logo düzeni */
.logo-light img {
  display: block;
  height: 26px;
  margin: 0;  /* ORTALAMA kaldırıldı → SOLDA kalır */
}

/* Sidebars kapatma */
.vertical-menu, .side-menu, #sidebar {
  display: none !important;
}

#layout-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin-left: 0 !important;
}

/* Main-content */
.main-content {
  flex: 1;
  margin-left: 0 !important;
  padding-bottom: 25px;
}

/* FOOTER */
footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
