.p-dialog-mask.p-component-overlay {
  .import-coin-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 16px;
    background: #28253e;
    padding: 12px;
    margin-top: 15px;

    .img {
      width: 32px;
      height: 32px;
      margin-right: 12px;
    }
    .coin-wrap__labels {
      display: block;
      margin-right: auto;

      .coin-symbol {
        margin: 0 0 1px;
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.03em;
        color: #e5e4fa;
      }

      .coin-name {
        margin: 0;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: -0.0008em;
        color: #e5e4fa;
        opacity: 0.6;
      }
    }

    .coin-import {
      border-radius: 70px;
    }
  }

  .search {
    background: var(--ls-surface-card);
    left: 0;
    padding: 0px 0px 20px 0px;
    margin: 0px -4px;
    z-index: 10;

    &__input {
      width: 100%;
      border-radius: 16px;
      background: none;
      border: 1px solid #36354b;
      margin-top: 4px;
    }
  }

  .content-container {
    &__loader {
      margin-top: 50px;
      position: absolute;
      width: 100%;
      left: 0;
      display: flex;
    }
  }

  .select-tokens {
    .p-dialog-content {
      margin-bottom: 1rem !important;
    }

    .select-tokens__footer {
      display: flex !important;
      justify-content: center !important;
    }
  }

  .token-list {
    list-style: none;
    padding: 0;
    margin: 0 -12px;
  }

  .list-header {
    color: var(--ls-text-color-secondary);
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 8px 0;
  }

  .token-list-item {
    display: flex;
    flex-direction: row;
    padding: 12px;
    border-radius: 16px;
    grid-gap: 12px;
    align-items: center;
    cursor: pointer;

    &__stable-indicator {
      align-items: flex-start;
      margin-left: 0.5rem;
      margin-top: 0.2rem;

      & img {
        height: 10px;
      }

      & p {
        margin-block: 0rem !important;
        font-size: 11px;
        margin-left: 0.2rem;
        color: #e5e4fa;
        opacity: 0.6;
      }
    }

    &.is-selected {
      cursor: auto;
      opacity: 0.6;
    }

    &:hover:not(.is-selected) {
      background: #1c1c33;
    }

    &__icon {
      width: 32px;
      height: 32px;

      img,
      .img {
        width: 100%;
        height: 100%;
      }
    }

    &__symbol {
      color: var(--ls-text-color);
      font-weight: 500;
    }

    &__balance {
      color: var(--ls-text-color);
      margin-left: auto;
      font-weight: 500;
      font-size: 13px;
      line-height: 24px;
      letter-spacing: 0.1px;
      color: var(--ls-text-color);
      opacity: 0.6;
    }

    &__title {
      font-size: 13px;
      color: transparentize(#e5e4fa, 0.4);
    }

    &__state {
      display: inline;
      font-weight: 400;
      font-size: 11px;
      line-height: 16px;
      letter-spacing: 0.4px;
      color: var(--ls-text-color);
      opacity: 0.6;
      margin-left: 4px;

      &_verified {
        border-radius: 3px;
        padding: 1px 8px;
        background-color: #28253e;
      }

      &_unverified {
        border-radius: 3px;
        padding: 1px 8px;
        background-color: rgb(255, 205, 41, 0.3);
        color: #e5e4fa;
      }
    }

    &__content {
      display: flex;
      flex-direction: column;
      height: 38px;
      justify-content: space-between;
    }

    &__append {
      font-size: 13px;
      display: flex;
      margin-left: auto;
      align-items: center;
      color: transparentize(#e5e4fa, 0.4);
    }
  }

  .pool__address {
    font-family: var(--ls-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    margin-block: 0.2rem;
    color: #9292a6;
    opacity: 0.6;
  }

  .filter-buttons {
    margin-bottom: 1rem;

    &__item {
      height: 32px;
      font-weight: 500;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: 0.44px;

      &:not(:first-child) {
        margin-left: 0.5rem;
      }

      &_selected {
        background-color: var(--ls-primary-color) !important;

        &:hover {
          background-color: var(--ls-primary-color) !important;
        }
      }
    }
  }

  .divider {
    border: 0px;
    border-top: 2px solid #fbfaff16;
    border-width: 2px 0px 0px 0px;
    margin: 0px -1.35rem;
  }

  .tvl-sort {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0.5rem;
    color: var(--ls-text-color);

    &__title {
      font-weight: 400;
      font-size: 13px;
      line-height: 18px;
      letter-spacing: -0.0008em;
    }

    &__img {
      &_selected {
        transform: rotate(180deg);
      }
    }

    &__metric {
      cursor: pointer;
    }
  }
}
