.dropdown {
  border-radius: 14px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--theme);
}

.dropdown-item:hover {
  color: var(--theme);
  background-color: var(--theme-2);
}