




.dropdown-menu-custom {
  min-width: 220px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.dropdown-menu-custom .dropdown-item {
  padding: 4px 7px;
  color: #333;
  transition: background 0.3s ease;
}

.dropdown-menu-custom .dropdown-item:hover {
  background-color: #e2e6ea;
  color: #000;
}

