.bolt-identitypickerdropdown-callout-content {
  border-radius: 4px;
  min-width: 296px;
  overflow: hidden;
}

.bolt-identitypickerdropdown-input {
  background: transparent;
}

.bolt-identitypickerdropdown-item :hover .bolt-contact-card-button,
.bolt-identitypickerdropdown-item :focus .bolt-contact-card-button, .bolt-identitypickerdropdown-item.bolt-suggestions-isSuggested .bolt-contact-card-button {
  display: flex;
}
@media (forced-colors: active) {
  .bolt-identitypickerdropdown-item .bolt-picker-suggesteditem-text {
    forced-color-adjust: none;
    background-color: window;
    border: 1px solid Highlight;
    color: windowtext;
  }
}
.bolt-identitypickerdropdown-item .bolt-contact-card-button {
  display: none;
}

.identity-picker-remove-mru-fix-enabled .bolt-identitypickerdropdown-item :hover .bolt-contact-card-button,
.identity-picker-remove-mru-fix-enabled .bolt-identitypickerdropdown-item :hover .identity-picker-delete-icon,
.identity-picker-remove-mru-fix-enabled .bolt-identitypickerdropdown-item :focus .bolt-contact-card-button,
.identity-picker-remove-mru-fix-enabled .bolt-identitypickerdropdown-item :focus .identity-picker-delete-icon,
.identity-picker-remove-mru-fix-enabled .bolt-identitypickerdropdown-item :focus-within .bolt-contact-card-button,
.identity-picker-remove-mru-fix-enabled .bolt-identitypickerdropdown-item :focus-within .identity-picker-delete-icon, .identity-picker-remove-mru-fix-enabled .bolt-identitypickerdropdown-item.bolt-suggestions-isSuggested .bolt-contact-card-button,
.identity-picker-remove-mru-fix-enabled .bolt-identitypickerdropdown-item.bolt-suggestions-isSuggested .identity-picker-delete-icon {
  display: flex;
}
.identity-picker-remove-mru-fix-enabled .bolt-identitypickerdropdown-item .identity-picker-delete-icon {
  display: none;
  margin-left: auto;
  flex-shrink: 0;
  color: rgba(218, 10, 0, 1);
  color: var(--status-error-text,rgba(218, 10, 0, 1));
}

.bolt-identitypickerdropdown-noresults {
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  border-radius: 4px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 0.75rem;
  height: 32px;
  padding: 4px 3px;
}
@media (forced-colors: active) {
  .bolt-identitypickerdropdown-noresults {
    border: 1px solid Highlight;
  }
}

.bolt-picker-persona {
  margin-right: 4px;
  min-width: 24px;
  min-height: 24px;
}

.bolt-picker-persona-name {
  margin-left: 4px;
  overflow: hidden;
}

.bolt-identitypicker-github-icon {
  font-size: 0.75rem;
  margin-right: 4px;
}

/*# sourceMappingURL=IdentityPickerSuggestionsList.css.map */
