/* 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 {
  --jetlinks-primary-color: #315efb;
  --jetlinks-primary-color-hover: #5c85ff;
  --jetlinks-primary-color-active: #2041d4;
  --jetlinks-primary-color-outline: rgba(49, 94, 251, 0.2);
  --jetlinks-primary-1: #f0f6ff;
  --jetlinks-primary-2: #d6e4ff;
  --jetlinks-primary-3: #adc7ff;
  --jetlinks-primary-4: #85a7ff;
  --jetlinks-primary-5: #5c85ff;
  --jetlinks-primary-6: #315efb;
  --jetlinks-primary-7: #2041d4;
  --jetlinks-primary-color-deprecated-pure: ;
  --jetlinks-primary-color-deprecated-l-35: #e0e7fe;
  --jetlinks-primary-color-deprecated-l-20: #95acfd;
  --jetlinks-primary-color-deprecated-t-20: #5a7efc;
  --jetlinks-primary-color-deprecated-t-50: #98affd;
  --jetlinks-primary-color-deprecated-f-12: rgba(49, 94, 251, 0.12);
  --jetlinks-primary-color-active-deprecated-f-30: rgba(240, 246, 255, 0.3);
  --jetlinks-primary-color-active-deprecated-d-02: #e6f0ff;
  --jetlinks-success-color: #52c41a;
  --jetlinks-success-color-hover: #73d13d;
  --jetlinks-success-color-active: #389e0d;
  --jetlinks-success-color-outline: rgba(82, 196, 26, 0.2);
  --jetlinks-success-color-deprecated-bg: #f6ffed;
  --jetlinks-success-color-deprecated-border: #b7eb8f;
  --jetlinks-error-color: #ff4d4f;
  --jetlinks-error-color-hover: #ff7875;
  --jetlinks-error-color-active: #d9363e;
  --jetlinks-error-color-outline: rgba(255, 77, 79, 0.2);
  --jetlinks-error-color-deprecated-bg: #fff2f0;
  --jetlinks-error-color-deprecated-border: #ffccc7;
  --jetlinks-warning-color: #faad14;
  --jetlinks-warning-color-hover: #ffc53d;
  --jetlinks-warning-color-active: #d48806;
  --jetlinks-warning-color-outline: rgba(250, 173, 20, 0.2);
  --jetlinks-warning-color-deprecated-bg: #fffbe6;
  --jetlinks-warning-color-deprecated-border: #ffe58f;
  --jetlinks-info-color: #315efb;
  --jetlinks-info-color-deprecated-bg: #f0f6ff;
  --jetlinks-info-color-deprecated-border: #adc7ff;
}
.jetlinks-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 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  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;
}
.jetlinks-mentions::-moz-placeholder {
  opacity: 1;
}
.jetlinks-mentions::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.jetlinks-mentions:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.jetlinks-mentions:placeholder-shown {
  text-overflow: ellipsis;
}
.jetlinks-mentions:hover {
  border-color: var(--jetlinks-primary-5);
  border-right-width: 1px !important;
}
.jetlinks-mentions:focus,
.jetlinks-mentions-focused {
  border-color: var(--jetlinks-primary-color-hover);
  box-shadow: 0 0 0 2px var(--jetlinks-primary-color-outline);
  border-right-width: 1px !important;
  outline: 0;
}
.jetlinks-mentions-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.jetlinks-mentions-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.jetlinks-mentions[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.jetlinks-mentions[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.jetlinks-mentions-borderless,
.jetlinks-mentions-borderless:hover,
.jetlinks-mentions-borderless:focus,
.jetlinks-mentions-borderless-focused,
.jetlinks-mentions-borderless-disabled,
.jetlinks-mentions-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.jetlinks-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.jetlinks-mentions-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.jetlinks-mentions-sm {
  padding: 0px 7px;
}
.jetlinks-mentions-disabled > textarea {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.jetlinks-mentions-disabled > textarea:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.jetlinks-mentions-focused {
  border-color: var(--jetlinks-primary-color-hover);
  box-shadow: 0 0 0 2px var(--jetlinks-primary-color-outline);
  border-right-width: 1px !important;
  outline: 0;
}
.jetlinks-mentions > textarea,
.jetlinks-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 11px;
  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;
}
.jetlinks-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}
.jetlinks-mentions > textarea::-moz-placeholder {
  opacity: 1;
}
.jetlinks-mentions > textarea::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.jetlinks-mentions > textarea:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.jetlinks-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}
.jetlinks-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.jetlinks-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.jetlinks-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  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: 6px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.jetlinks-mentions-dropdown-hidden {
  display: none;
}
.jetlinks-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.jetlinks-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.jetlinks-mentions-dropdown-menu-item:hover {
  background-color: #f5f5f5;
}
.jetlinks-mentions-dropdown-menu-item:first-child {
  border-radius: 6px 6px 0 0;
}
.jetlinks-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 6px 6px;
}
.jetlinks-mentions-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.jetlinks-mentions-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.jetlinks-mentions-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #fafafa;
}
.jetlinks-mentions-dropdown-menu-item-active {
  background-color: #f5f5f5;
}
.jetlinks-mentions-rtl {
  direction: rtl;
}
