.dropdown-menu {
  min-width: 200px;
  padding: 0.5rem 0;
  margin: 0;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

[data-bs-theme="dark"] .dropdown-menu {
  background-color: #343a40;
  border-color: #495057;
}

[data-bs-theme="dark"] .dropdown-item {
  color: #f8f9fa;
}

[data-bs-theme="dark"] .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .dropdown-divider {
  border-color: #495057;
}

#sidebarCollapse {
  padding: 0.25rem 0.5rem;
  border: none;
  background: transparent;
  transition: all 0.3s ease;
}

#sidebarCollapse:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

#sidebarCollapse:focus {
  box-shadow: none;
  outline: none;
}

[data-bs-theme="dark"] #sidebarCollapse {
  color: var(--bs-light);
}

[data-bs-theme="dark"] #sidebarCollapse:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
