/*  imported from mentionsStyles.css  */

.mentionsStyles__mentionSuggestions___2BLI2 {
  border: 1px solid #eee;
  margin-top: 1.75em;
  position: absolute;
  min-width: 220px;
  max-width: 440px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 4px 30px 0px rgba(220,220,220,1);
  cursor: pointer;
  z-index: 2;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transform: scale(0);
}

.mentionsStyles__mentionSuggestionsEntry___1SDFW {
  transition: background-color 0.4s cubic-bezier(.27,1.27,.48,.56);
}

.mentionsStyles__mentionSuggestionsEntryFocused___2ixue {
  transition: background-color 0.4s cubic-bezier(.27,1.27,.48,.56);
}
/*  imported from hashtagStyles.css  */

.hashtagStyles__hashtag___1ejJj {
  color: #1CA782;
}