textarea[ui-mention], textarea[ui-mention] + * {
  line-height: 1em;
  font-size: 1rem;
  padding: 5px;
  border: 1px;
  font-weight: normal;
  background-color: white; }

textarea[ui-mention] {
  min-height: 100px;
  width: 100%;
  display: block;
  border: 1px solid;
  z-index: 1;
  position: relative; }
  textarea[ui-mention][ui-mention] {
    background: transparent !important; }


.mention-container {
  position: relative; }

.mention-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px;
  padding: 2px;
  z-index: 0;
  color: transparent;
  white-space: pre-wrap;
  border: 1px solid transparent;
  width: 100%; }
  .mention-highlight span {
    border-radius: 3px;
    background: lightblue;
    box-shadow: 0px 0px 0px 0px blue; }

.dropdownmention {
  position: absolute;
  left: 0px;
  max-width: 32%;
  border: solid 1px #e6e1e1;
  top: 100%;
  right: 0;
  background: white;
  display: block;
  overflow-y: auto;
  max-height: 180px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1; }
  .dropdownmention a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black; }
  .dropdownmention .active {
    background: #00a65a; }