/* Dashboard theme colors */
body {
  background-color: #f5f6fa !important;
}

/* Sidebar styling */
.sidebar {
  background-color: #101924 !important;
  border-right-color: #203247 !important;
}

.sidebar .sidebar-header {
  background-color: #101924 !important;
}

.sidebar .sidebar-brand {
  background-color: #101924 !important;
  padding-top: 1rem;
}

.sidebar .sidebar-body {
  background-color: #101924 !important;
}

/* Logo in sidebar styling */
.sidebar .sidebar-brand img {
  max-height: 60px !important;
  display: block !important;
  margin: 0 auto !important;
  width: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Nav items in sidebar */
.sidebar .sidebar-body .nav .nav-item .nav-link {
  color: #8699b2 !important;
}

.sidebar .sidebar-body .nav .nav-item:hover .nav-link,
.sidebar .sidebar-body .nav .nav-item.active .nav-link {
  color: #fff !important;
}

/* Category headers in sidebar */
.sidebar .sidebar-body .nav .nav-category {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Main content area */
.page-content {
  background-color: #f5f6fa !important;
}

/* Centered navbar logo */
.navbar .navbar-content {
  display: flex;
  align-items: center;
}