/*!
 * @pluginjs/auto-complete v0.8.16 (https://pluginjs.com)
 * Copyright 2022 Creation Studio Limited
 * Released under the GPL-3.0 License.
 */
.pj-autoComplete {
  position: relative; }
  .pj-autoComplete-input, .pj-autoComplete-hint {
    width: 100%; }
  .pj-autoComplete-hint {
    position: absolute;
    top: 0;
    left: 0; }
  .pj-autoComplete .pj-autoComplete-dropdown {
    width: 100%; }
  .pj-autoComplete-dropdown {
    max-height: 300px;
    overflow: auto;
    line-height: 1; }
  .pj-autoComplete-clear {
    position: absolute;
    top: 0;
    right: 11px;
    display: none;
    height: 100%;
    font-family: plugin-icons; }
    .pj-autoComplete-clear::before {
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      /* stylelint-disable-line */
      font-variant: normal;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      text-rendering: auto;
      vertical-align: middle;
      content: "\ea46"; }
    .pj-autoComplete-clear::after {
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle;
      content: ""; }
    .pj-autoComplete-filled .pj-autoComplete-clear {
      display: inline-block; }
  .pj-autoComplete-group-label {
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap; }

input.pj-autoComplete-hint {
  z-index: -1;
  color: #b3b3b3;
  pointer-events: none;
  border-color: transparent;
  box-shadow: none;
  opacity: 1; }

.pj-autoComplete-disabled .pj-autoComplete-clear {
  pointer-events: none; }

.pj-autoComplete {
  outline: none; }
  .pj-autoComplete-item i {
    vertical-align: middle; }
  .pj-autoComplete-clear {
    color: #b3b3b3; }
    .pj-autoComplete-clear:hover {
      color: #333; }
  .pj-autoComplete-group-label {
    padding: 8px 11px;
    font-size: 12px;
    color: #999; }
  .pj-autoComplete-match {
    font-weight: 700; }

.pj-autoComplete-disabled .pj-autoComplete-clear {
  color: #e6e6e6; }

.pj-autoComplete-disabled .pj-autoComplete-hint {
  color: transparent; }
