/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
.ui-mention__wrapper {
  font-family: Roboto, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #525866;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ui-mention__wrapper .ui-mention-editor {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  width: 100%;
  height: 40px;
  font-size: 15px;
  color: #525866;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c2c5cc;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
  min-height: 40px;
  height: auto;
  line-height: 1.6;
  padding: 0;
  display: block;
}
.ui-mention__wrapper .ui-mention-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ui-mention__wrapper .ui-mention-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ui-mention__wrapper .ui-mention-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ui-mention__wrapper .ui-mention-editor:hover {
  border-color: #1eba35;
}
.ui-mention__wrapper .ui-mention-editor:focus {
  border-color: #1eba35;
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #00ad21;
          box-shadow: 0 0 0 1px #00ad21;
}
.ui-mention__wrapper .ui-mention-editor_disabled {
  background-color: #edeff2;
  opacity: 1;
  cursor: not-allowed;
  color: #a1a7b3;
}
.ui-mention__wrapper .ui-mention-editor_disabled:hover {
  border-color: #ccd0d9;
}
textarea.ui-mention__wrapper .ui-mention-editor {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all .3s, height 0s;
  transition: all .3s, height 0s;
  min-height: 40px;
}
.ui-mention__wrapper .ui-mention-editor_lg {
  padding: 8px 16px;
  height: 40px;
  font-size: 16px;
}
.ui-mention__wrapper .ui-mention-editor_sm {
  padding: 8px 8px;
  height: 40px;
}
.ui-mention__wrapper .ui-mention-editor__wrapper {
  overflow-y: auto;
  height: auto;
}
.ui-mention__wrapper.ui-mention_active:not(.disabled) .ui-mention-editor {
  border-color: #1eba35;
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #00ad21;
          box-shadow: 0 0 0 1px #00ad21;
}
.ui-mention__wrapper.disabled .ui-mention-editor {
  background-color: #edeff2;
  opacity: 1;
  cursor: not-allowed;
  color: #a1a7b3;
}
.ui-mention__wrapper.disabled .ui-mention-editor:hover {
  border-color: #ccd0d9;
}
.ui-mention__wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ui-mention__wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  color: #bfbfbf;
  opacity: 1;
  outline: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  height: auto;
  padding: 5px 15px;
}
.ui-mention__wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 15px;
}
.ui-mention-dropdown {
  font-family: Roboto, Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #525866;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.5em;
  max-height: 250px;
  min-width: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 1050;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-mention-dropdown_placement-top {
  margin-top: -0.1em;
}
.ui-mention-dropdown-notfound.ui-mention-dropdown-item {
  color: #a1a7b3;
}
.ui-mention-dropdown-notfound.ui-mention-dropdown-item .icon_loading {
  color: #00ad21;
  text-align: center;
  display: block;
}
.ui-mention-dropdown-item {
  position: relative;
  display: block;
  padding: 5px 16px;
  line-height: 22px;
  font-weight: normal;
  color: #525866;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ui-mention-dropdown-item:hover {
  background-color: #e1e2e6;
}
.ui-mention-dropdown-item.focus,
.ui-mention-dropdown-item-active {
  background-color: #e1e2e6;
}
.ui-mention-dropdown-item-disabled {
  color: #a1a7b3;
  cursor: not-allowed;
}
.ui-mention-dropdown-item-disabled:hover {
  color: #a1a7b3;
  background-color: #fff;
  cursor: not-allowed;
}
.ui-mention-dropdown-item-selected,
.ui-mention-dropdown-item-selected:hover {
  background-color: #edeff2;
  font-weight: bold;
  color: #525866;
}
.ui-mention-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #c2c5cc;
  line-height: 0;
}
