/*!
 * @pluginjs/font-picker v0.8.16 (https://pluginjs.com)
 * Copyright 2022 Creation Studio Limited
 * Released under the GPL-3.0 License.
 */
.pj-fontPicker {
  position: relative; }
  .pj-fontPicker-element {
    display: none; }
  .pj-fontPicker .pj-fontPicker-trigger {
    width: 100%;
    padding-right: 30px; }
  .pj-fontPicker .pj-fontPicker-dropdown {
    width: 272px; }
  .pj-fontPicker-main {
    position: relative;
    height: 300px;
    overflow-y: auto; }
  .pj-fontPicker-source {
    overflow-x: hidden; }
  .pj-fontPicker-group-label {
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .pj-fontPicker-source-hided {
    display: none; }
  .pj-fontPicker-group-hided {
    display: none; }
  .pj-fontPicker-empty, .pj-fontPicker-not-found, .pj-fontPicker-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center; }
  .pj-fontPicker-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  .pj-fontPicker-action {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    cursor: pointer; }
  .pj-fontPicker-manage::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;
    margin-right: 5px;
    font-family: plugin-icons;
    content: "\ea88"; }
  .pj-fontPicker-switcher i,
  .pj-fontPicker-switcher .pj-dropdown-item i {
    margin-right: 5px; }
  .pj-fontPicker-switcher-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .pj-fontPicker-switcher-dropdown {
    width: 100%; }
  .pj-fontPicker-trigger {
    cursor: pointer; }
    .pj-fontPicker-trigger::after {
      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;
      position: absolute;
      top: 50%;
      right: 10px;
      font-family: plugin-icons;
      content: "\ea35";
      transform: translateY(-50%); }
    .pj-fontPicker-clearable.pj-fontPicker-selected:not(.pj-fontPicker-disabled) .pj-fontPicker-trigger:hover::after {
      display: none; }
  .pj-fontPicker-clear {
    position: absolute;
    top: 0;
    right: 11px;
    display: none;
    height: 100%;
    font-family: plugin-icons; }
    .pj-fontPicker-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-fontPicker-clear::after {
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle;
      content: ""; }
    .pj-fontPicker-selected:not(.pj-fontPicker-disabled) .pj-fontPicker-trigger:hover .pj-fontPicker-clear {
      display: inline-flex;
      align-items: center; }
  .pj-fontPicker-label {
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .pj-fontPicker-label i {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 5px; }
  .pj-fontPicker-filter input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 100%;
    border: none;
    outline: none; }

.pj-fontPicker {
  outline: none; }
  .pj-fontPicker-trigger {
    position: relative;
    color: #b3b3b3; }
    .pj-fontPicker-selected .pj-fontPicker-trigger {
      color: #333; }
    .pj-fontPicker-trigger::after {
      color: #333;
      transition: transform 0.3s;
      will-change: transform; }
  .pj-fontPicker-clear {
    color: #b3b3b3; }
    .pj-fontPicker-clear:hover {
      color: #333; }
  .pj-fontPicker-group-label {
    padding: 8px 11px;
    font-size: 14px;
    color: #666;
    background-color: #fafafa; }
  .pj-fontPicker-empty, .pj-fontPicker-not-found, .pj-fontPicker-loading {
    width: 80%;
    margin: 0 auto;
    line-height: 150%;
    color: #999; }
  .pj-fontPicker-action {
    padding: 8px; }
    .pj-fontPicker-action:hover {
      background: #fafafa; }
    .pj-fontPicker-action + .pj-fontPicker-action {
      border-left: 1px solid #e6e6e6; }
  .pj-fontPicker-actions {
    border-top: 1px solid #e6e6e6; }
  .pj-fontPicker-filter {
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6; }
    .pj-fontPicker-filter::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;
      position: absolute;
      top: 12px;
      left: 12px;
      font-family: plugin-icons;
      color: #b3b3b3;
      vertical-align: middle;
      content: "\ea86"; }
    .pj-fontPicker-filter input {
      padding: 12px 12px;
      padding-left: 33px; }

.pj-fontPicker-disabled .pj-fontPicker-trigger {
  color: #e6e6e6;
  background-color: #fff;
  border-color: #e6e6e6; }
  .pj-fontPicker-disabled .pj-fontPicker-trigger::after {
    color: #e6e6e6; }
