@charset "UTF-8";
/**
 * Clay 3.153.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-topsearch {
  margin-left: 10px; }
  .dictionary-topsearch__title {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 18px 0; }
  .dictionary-topsearch__period {
    color: #8f8f8f;
    margin-bottom: 22px; }
  .dictionary-topsearch__selector {
    letter-spacing: 1px;
    font-size: 0.875rem;
    display: inline-block;
    text-transform: uppercase;
    border-left: 1px solid #8f8f8f;
    margin: 0 0px 0 8px;
    padding: 0 0 0 12px;
    cursor: pointer; }
    @media (min-width: 992px) {
      .dictionary-topsearch__selector {
        letter-spacing: 0; } }
    @media (min-width: 1280px) {
      .dictionary-topsearch__selector {
        letter-spacing: 1px; } }
    .dictionary-topsearch__selector:hover {
      color: #968611; }
    .dictionary-topsearch__selector.selected {
      color: #968611;
      font-weight: bold;
      cursor: default; }
    .dictionary-topsearch__selector:first-child {
      border-left: none;
      margin-left: 0;
      padding-left: 0; }
  .dictionary-topsearch__list {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .dictionary-topsearch__list.selected {
      display: block; }
  .dictionary-topsearch__item {
    display: flex;
    margin: 0 0 5px;
    padding: 5px 0 0;
    font-size: 1.0625rem;
    line-height: 1.625rem;
    color: #000;
    margin-bottom: 0.5rem; }
  .dictionary-topsearch__number {
    flex: 0 0 1.625rem;
    border-radius: 3px;
    background-color: #968611;
    color: #fff;
    font-size: 1.0625rem;
    line-height: 1.625rem;
    display: inline-block;
    padding: 0;
    width: 1.625rem;
    height: 1.625rem;
    text-align: center;
    margin-right: 0.875rem; }
  .dictionary-topsearch__link {
    font-family: "Tinos", serif;
    color: inherit;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .dictionary-topsearch__link:hover {
      color: #9c8700; }