html {
  font-size: 18px !important; /* Base font size */
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif !important;
  background-color: #f8fafc !important;
  font-size: 16px !important;
}

.sidebar {
  width: 330px !important;
  height: 100vh !important;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  background-color: #fbfbfb !important;
  border-right: 1px solid #e2e8f0 !important;
  transition: all 0.3s !important;
  z-index: 1000 !important;
}

.main-content {
  margin-left: 330px !important;
  transition: all 0.3s !important;
}

.badge {
  padding: 5px 10px !important;
  font-weight: 500 !important;
}

.navbar {
  border-bottom: 1px solid #e2e8f0 !important;
}

.avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #dcfce7 !important;
  color: #166534 !important;
  font-weight: 600 !important;
}

.notification-badge {
  position: absolute !important;
  /* top: 12px !important; */
  /* right: -5px !important; */
  top: -5px;
  right: -5px;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  font-size: 10px !important;
}

.h5,
h5 {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.nav-link {
  color: #6c757d !important;
  padding: 0.5rem 0.75rem !important;
}

.nav-link:hover,
.nav-link.active {
  color: #16a249 !important;
  background-color: #f1f5f9 !important;
}

@media (max-width: 992px) {
  .sidebar {
    transform: translateX(-100%) !important;
  }

  .sidebar.show {
    transform: translateX(0) !important;
  }

  .main-content {
    margin-left: 0 !important;
  }
}

.text-secondary {
  opacity: 1 !important;
  color: #6c757d !important;
}
.text-muted {
  /* font-size: 1rem !important; */
  line-height: 1.25rem !important;
}

.nav-item.user-menu,
.nav-item.kindred_head {
  display: none;
}
