.table th {
  text-transform: none !important;
  font-weight: 600;
  font-size: 1rem !important;
}

.summary-card {
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  background-color: #c7c7c7;
}

/* Fix sidebar scroll when content doesn't generate page scroll */
.layout-menu .menu-inner {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 64px);
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.layout-menu .menu-inner::-webkit-scrollbar {
  display: none;
}
