.btn.btn-secondary.profile-dropdown__toggle {
  padding: 0;
  border: none;
  border-radius: 50%;
  max-height: 40px;
  max-width: 40px;
  box-shadow: none;
  background-color: transparent;
}

.profile-dropdown__toggle .user-avatar {
  width: 40px;
  height: 40px;
}

.dropdown-item.profile-dropdown__item {
  color: var(--color-gray-600);
}

.dropdown-item.profile-dropdown__item:active,
.dropdown-item.profile-dropdown__item:focus {
  color: var(--color-gray-600);
  background-color: #f8f9fa;
  cursor: pointer;
  outline: none;
}

.dropdown-item.profile-dropdown__item:hover {
  color: var(--color-gray-600);
  cursor: pointer;
}

/* stylelint-disable */
.dropdown-item.profile-dropdown__item > a,
.dropdown-item.profile-dropdown__item > a:hover {
  color: var(--color-gray-600);
}
/* stylelint-enable */

.profile-dropdown__link,
.profile-dropdown__link:hover {
  text-decoration: none;
}
