/***BEGIN IdentityAutocompleteProvider.css***/
.bolt-suggestions-item-button {
  width: 100%; }
  .bolt-suggestions-item-button .identity-icon {
    float: left;
    margin-right: 5px;
    margin-top: 5px; }
  .bolt-suggestions-item-button .identity-title {
    flex: 0 1 auto;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
  .bolt-suggestions-item-button .identity-subtitle {
    flex: 0 1 auto;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    font-size: 0.6875rem; }

.mention-preview-person {
  color: rgba( 16, 110, 190 ,  1 );
  color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 );
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }

.mention-preview-me {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 ); }
/***END IdentityAutocompleteProvider.css***/

