/* ================================================
   FLAT SIMPLE DESIGN - HJ ERP
   ================================================ */

/* Flat Navbar */
.navbar-modern {
  background: #2C3E50;
  padding: 1rem 1.5rem;
}

.navbar-brand {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.navbar-brand i {
  color: #DAA520;
  margin-right: 0.5rem;
}

/* Flat Sidebar Footer */
.sidebar-modern .sidebar-footer {
  padding: 1.5rem 1.25rem;
  background: #1a252f;
}

.sidebar-modern .sidebar-footer .tenant-name {
  color: #DAA520;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.sidebar-modern .sidebar-footer .tenant-level {
  color: #DAA520;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.sidebar-modern .sidebar-footer .user-name {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.sidebar-modern .sidebar-footer .user-role {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
}

/* Flat Nav Links */
.sidebar-modern .nav-link {
  color: rgba(255, 255, 255, 0.7);
  padding: 0.75rem 1.25rem;
  margin: 0.1rem 0.75rem;
  transition: background 0.2s;
}

.sidebar-modern .nav-link:hover {
  background: rgba(218, 165, 32, 0.1);
  color: #DAA520;
}

.sidebar-modern .nav-link.active {
  background: rgba(218, 165, 32, 0.15);
  color: #DAA520;
  font-weight: 600;
}

.sidebar-modern .submenu {
  background: rgba(0, 0, 0, 0.15);
  margin: 0.25rem 0.75rem;
}

.sidebar-modern .submenu .nav-link {
  margin: 0 0.5rem;
  padding-left: 2rem;
  font-size: 0.85rem;
}
