@charset "UTF-8";
/**
 * Clay 3.63.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.dictionary-home {
  background-color: #f2f2f2; }
  .dictionary-home__title {
    font-family: "Tinos", serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #968611;
    font-weight: 500;
    margin-bottom: 0.25rem; }
  .dictionary-home__form {
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .dictionary-home__form {
        padding: 1.5rem 0; } }
    @media (min-width: 992px) {
      .dictionary-home__form {
        max-width: 85%; } }
  .dictionary-home__link {
    display: block;
    margin-right: 0.375rem; }
    @media (min-width: 768px) {
      .dictionary-home__link {
        margin-right: 0.75rem; } }
  .dictionary-home__fields {
    position: relative;
    flex-grow: 1;
    display: flex;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0px 0px 1px #dedede;
    overflow: hidden; }
  .dictionary-home__separator {
    width: 1px;
    margin: 5px 0 5px 1.125rem;
    background-color: #dedede;
    display: none; }
    @media (min-width: 768px) {
      .dictionary-home__separator {
        display: block; } }
  .dictionary-home__icon {
    display: block;
    background-color: #fff;
    color: #968611;
    width: 2.25rem;
    height: 2.25rem; }
    @media (min-width: 768px) {
      .dictionary-home__icon {
        width: 2.6875rem;
        height: 2.6875rem; } }
    .dictnames .dictionary-home__icon {
      color: #588b3c; }
  .dictionary-home__selector {
    border: none;
    font-size: 0.875rem;
    color: #6b6c7e;
    padding: 0 1rem 0 1.25rem;
    display: none; }
    @media (min-width: 768px) {
      .dictionary-home__selector {
        display: block; } }
    .dictionary-home__selector:focus {
      outline: none; }
  .dictionary-home__input {
    width: 100%;
    border: none;
    padding: 0 2.375rem 0 1rem;
    height: 2.375rem;
    font-size: 0.875rem;
    line-height: 1; }
    .dictionary-home__input:focus {
      outline: none; }
    .dictionary-home__input::placeholder {
      color: #a7a9bc;
      font-style: italic; }
    @media (min-width: 768px) {
      .dictionary-home__input {
        padding: 0 3rem 0 1.25rem;
        height: 2.8125rem; } }
  .dictionary-home__button {
    position: absolute;
    right: 0.375rem;
    top: 0.5625rem;
    background-color: transparent;
    border: none;
    cursor: pointer; }
    @media (min-width: 768px) {
      .dictionary-home__button {
        right: 0.875rem; } }
    .dictionary-home__button:focus, .dictionary-home__button:active {
      box-shadow: none;
      outline: none; }
    .dictionary-home__button .icon-svg {
      display: block;
      color: #968611;
      width: 1.25rem;
      height: 1.25rem; }
      @media (min-width: 768px) {
        .dictionary-home__button .icon-svg {
          width: 1.4375rem;
          height: 1.4375rem; } }
      .dictnames .dictionary-home__button .icon-svg {
        color: #588b3c; }
  .dictionary-home__loading {
    display: none;
    align-items: center;
    position: absolute;
    right: 0;
    top: 9px; }
    .dictionary-home__loading__icon {
      color: #968611; }
      .dictnames .dictionary-home__loading__icon {
        color: #668e50; }
  .dictionary-home__autocomplete {
    display: block; }
  .dictionary-home.loading .dictionary-home__loading {
    display: block; }
  .dictionary-home.loading .dictionary-home__button {
    display: none; }

/**
 * Clay 3.63.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
.dict-autocomplete__suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ededed;
  border-top: 0;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 99;
  max-height: 320px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  margin-top: -1px;
  padding-bottom: 0.375rem;
  margin-left: -1px; }
  @media (min-width: 768px) {
    .dict-autocomplete__suggestions {
      margin-left: 1px; } }
  .dict-autocomplete__suggestions--dictnames .dict-autocomplete__suggestion strong {
    color: #588b3c; }
  .dict-autocomplete__suggestions--dictnames .dict-autocomplete__suggestion.selected {
    background: #c7e7c3; }

.dict-autocomplete__suggestion {
  position: relative;
  padding: 0.375rem 1.25rem;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Tinos";
  font-size: 1.125rem;
  color: #495057; }
  .dict-autocomplete__suggestion strong {
    font-weight: normal;
    color: #968611; }
  .dict-autocomplete__suggestion.selected {
    background: #ebe6c2;
    color: #272833; }