/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html,
#root,
.root,
div,
section {
  --pf-primary-color: var(--wj-A1_1, #06aea6);
  --pf-primary-color-hover: var(--wj-A1_2, #1ac3bb);
  --pf-primary-color-active: var(--wj-A1_3, #4a9591);
  --pf-primary-1: var(--wj-A1_4, #e3f8f5);
  --pf-primary-2: #333030;
  --pf-primary-3: var(--wj-A1_1, #06aea6);
  --pf-primary-4: var(--wj-A1_2, #1ac3bb);
  --pf-primary-5: #0d0c0c;
  --pf-primary-6: var(--wj-A1_1, #06aea6);
  --pf-primary-7: #000000;
  --pf-success-color: #52c41a;
  --pf-success-color-hover: #73d13d;
  --pf-success-color-active: #389e0d;
  --pf-success-color-outline: rgba(82, 196, 26, 0.2);
  --pf-success-color-deprecated-bg: #f6ffed;
  --pf-success-color-deprecated-border: #b7eb8f;
  --pf-error-color: #ff4d4f;
  --pf-error-color-hover: #ff7875;
  --pf-error-color-active: #d9363e;
  --pf-error-color-outline: rgba(255, 77, 79, 0.2);
  --pf-error-color-deprecated-bg: #fff2f0;
  --pf-error-color-deprecated-border: #ffccc7;
  --pf-warning-color: #faad14;
  --pf-warning-color-hover: #ffc53d;
  --pf-warning-color-active: #d48806;
  --pf-warning-color-outline: rgba(250, 173, 20, 0.2);
  --pf-warning-color-deprecated-bg: #fffbe6;
  --pf-warning-color-deprecated-border: #ffe58f;
  --pf-info-color: var(--wj-A1_1, #06aea6);
  --pf-info-color-deprecated-bg: #403d3c;
  --pf-info-color-deprecated-border: #262424;
}
.pf-mentions {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100%;
  min-width: 0;
  padding: 4px calc(10px - 1px);
  color: #333;
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5715;
  white-space: pre-wrap;
  vertical-align: bottom;
}
.pf-mentions::-moz-placeholder {
  opacity: 1;
}
.pf-mentions::placeholder {
  color: #ccc;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pf-mentions:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.pf-mentions:placeholder-shown {
  text-overflow: ellipsis;
}
.pf-mentions:hover {
  border-color: #53bde7;
  border-right-width: 1px !important;
}
.pf-mentions:focus,
.pf-mentions-focused {
  border-color: #53bde7;
  box-shadow: 0 0 0 1px rgba(83, 189, 231, 0.5);
  border-right-width: 1px !important;
  outline: 0;
}
.pf-mentions-disabled {
  color: #999;
  background-color: #f5f5f5;
  border-color: #d1d1d1;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.pf-mentions-disabled:hover {
  border-color: #d1d1d1;
  border-right-width: 1px !important;
}
.pf-mentions[disabled] {
  color: #999;
  background-color: #f5f5f5;
  border-color: #d1d1d1;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.pf-mentions[disabled]:hover {
  border-color: #d1d1d1;
  border-right-width: 1px !important;
}
.pf-mentions-borderless,
.pf-mentions-borderless:hover,
.pf-mentions-borderless:focus,
.pf-mentions-borderless-focused,
.pf-mentions-borderless-disabled,
.pf-mentions-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.pf-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  padding: 8px 10px;
}
.pf-mentions-lg {
  padding: 4.5px 10px;
  font-size: 16px;
}
.pf-mentions-sm {
  padding: 1px 7px;
}
.pf-mentions-disabled > textarea {
  color: #999;
  background-color: #f5f5f5;
  border-color: #d1d1d1;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.pf-mentions-disabled > textarea:hover {
  border-color: #d1d1d1;
  border-right-width: 1px !important;
}
.pf-mentions-focused {
  border-color: #53bde7;
  box-shadow: 0 0 0 1px rgba(83, 189, 231, 0.5);
  border-right-width: 1px !important;
  outline: 0;
}
.pf-mentions > textarea,
.pf-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 10px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  -moz-tab-size: inherit;
    -o-tab-size: inherit;
       tab-size: inherit;
}
.pf-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.pf-mentions > textarea::-moz-placeholder {
  opacity: 1;
}
.pf-mentions > textarea::placeholder {
  color: #ccc;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pf-mentions > textarea:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.pf-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}
.pf-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.pf-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.pf-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: #333;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.pf-mentions-dropdown-hidden {
  display: none;
}
.pf-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.pf-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: #333;
  font-weight: normal;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.pf-mentions-dropdown-menu-item:hover {
  background-color: #fffbe0;
}
.pf-mentions-dropdown-menu-item:first-child {
  border-radius: 3px 3px 0 0;
}
.pf-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 3px 3px;
}
.pf-mentions-dropdown-menu-item-disabled {
  color: #999;
  cursor: not-allowed;
}
.pf-mentions-dropdown-menu-item-disabled:hover {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.pf-mentions-dropdown-menu-item-selected {
  color: #333;
  font-weight: 600;
  background-color: #fafafa;
}
.pf-mentions-dropdown-menu-item-active {
  background-color: #fffbe0;
}
.pf-mentions-rtl {
  direction: rtl;
}
