:root {
  --chart-color-precio: rgba(54, 162, 235, 0.5);
  --chart-color-volatilidad: rgba(255, 206, 86, 0.5);
  --chart-color-volumen: rgba(75, 192, 192, 0.5);
  --chart-color-impulso: rgba(153, 102, 255, 0.5);
  --chart-color-tecnico: rgba(255, 159, 64, 0.5);
  --chart-color-social: rgba(51, 255, 153, 0.5);
  --chart-color-dominancia: rgba(255, 153, 204, 0.5);
  --chart-color-trends: rgba(153, 204, 255, 0.5);
  --chart-color-whales: rgba(255, 255, 153, 0.5);
  --chart-color-ordenes: rgba(255, 99, 132, 0.5);
}

.trading-hub {
  padding-bottom: 73px;

  @media (min-width: 768px) {
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(0, 300px);
    grid-template-rows: minmax(0, 100px) minmax(0, 1fr);
    width: 100%;
    height: calc(100vh - 16px);
    max-height: calc(100vh - 16px);
    padding-bottom: 0;

    @media (min-height: 800px) {
      height: calc(100vh - 116px);
      max-height: calc(100vh - 116px);
    }
  }

  h2 {
    font-size: 18px;
  }

  .card {
    margin-bottom: 0;
    padding: 16px;
    border-radius: 0 !important;
  }

  .trading-hub__col--coin-info {
    @media (min-width: 768px) {
      position: relative;
      z-index: 100;
      grid-area: 1 / 1 / 2 / 3;
    }
  }

  .trading-hub__col--chart {
    display: none;

    @media (min-width: 768px) {
      display: block !important;
      grid-area: 2 / 1 / 3 / 2;
    }
  }

  .trading-hub__col--fg {
    @media (min-width: 768px) {
      display: block !important;
      grid-area: 2 / 2 / 3 / 3;
    }

    .fg-indicator {
      display: flex;
      flex-direction: column;
      height: 100%;

      .fg-indicator__title {
        display: flex;
        justify-content: space-between;

        h4 {
          padding-right: 16px;
          color: #fff;
        }

        small {
          display: block;
          color: var(--color-text);
        }
      }

      .fg-indicator__gauge {
        flex-grow: 0;
        min-height: 0;
        max-height: 100%;

        >div {
          max-height: 100%;

          @media (max-width: 767px) {
            aspect-ratio: auto !important;
          }
        }

        svg {
          max-height: 40vh;

          @media (min-width: 768px) {}
        }
      }

      .fg-indicator__info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 12px;
      }
    }

    .coin-actions {
      margin: 24px 0 16px;

      .buy-button {
        width: 100%;
      }

      .coin-actions__row {
        display: flex;
        gap: 6px;
        margin-bottom: 8px;

        button,
        a {
          flex: 1;
          text-align: center;
          font-size: 12px;
          padding: 8px 12px;
        }
      }
    }

    .historical-values {
      margin-top: auto;
      padding: 16px;
      background: #1D1D1D;

      ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      li {
        margin-top: 8px;
        font-size: 12px;

        &:first-child {
          margin-top: 12px;
        }
      }

      h4,
      h5,
      p {
        margin: 0;
      }

      h4 {
        margin-bottom: 16px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;

        @media (min-height: 800px) {
          font-size: 1.286rem;
        }
      }

      h5 {
        font-size: 12px;
        color: #fff;

        @media (min-height: 800px) {
          font-size: 14px;
        }
      }

      .item__value {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 700;

        @media (min-height: 800px) {
          font-size: 16px;
        }

        .value__score {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 32px;
          height: 32px;
          margin-top: -12px;
          font-weight: 700;
          border-radius: 50%;
        }
      }
    }
  }

  .trading-hub__col--alerts {
    display: none;

    @media (min-width: 768px) {
      display: none;
    }
  }

  .trading-hub__coin-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;

    @media (min-width: 768px) {
      display: flex !important;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-start;
      height: 100%;
      margin-bottom: 0;
      padding: 8px 0 12px 54px;
      background: #141414;
      border-top: 1px solid var(--color-border);
    }

    .coin-info__title {
      max-width: 60%;

      @media (min-width: 768px) {
        display: block !important;
        max-width: 100%;
        flex-shrink: 0;
      }

      .title__content {
        display: flex;
        align-items: center;

        img {
          width: 24px;
          height: 24px;
        }

        h1 {
          font-size: 16px;
          margin: 0 0 0 8px;

          @media (min-width: 768px) {
            font-size: 20px;
          }
        }
      }

      p {
        margin: 0;
      }

      .content__markets {
        margin-left: 8px;

        .menu-options {
          .button {
            padding: 8px 12px;

            @media (min-width: 768px) {
              margin-left: 8px;
            }

            span {
              display: none;

              @media (min-width: 1400px) {
                display: inline-block;
              }
            }

            svg {
              path {
                fill: #fff;
              }
            }
          }
        }
      }
    }

    .coin-info__details {
      display: none;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      order: 2;
      width: 100%;
      margin-top: 16px;

      @media (min-width: 768px) {
        display: flex !important;
        justify-content: flex-end;
        ;
        order: 0;
        margin-top: 0;
        padding-left: 24px;
      }

      .details__item {
        @media (min-width: 768px) {
          text-align: right;
        }

        +.details__item {
          @media (min-width: 768px) {
            margin-left: 24px;
          }
        }

        p {
          margin: 0;
        }

        >p {
          color: #fff;
        }

        .bi {
          margin-left: 4px;
        }

        .item__chart {
          display: flex;
          align-items: center;
          margin: 0;
          padding: 0;
          list-style: none;

          a {
            color: var(--color-text);
            text-decoration: none;
          }

          li {
            +li {
              margin-left: 4px;

              @media (min-width: 500px) {
                margin-left: 8px;
              }
            }

            &.is-active {
              a {
                color: var(--color-primary);
                font-weight: 700;
                text-decoration: underline;
                cursor: default;
              }
            }
          }
        }

        &.details__item--24h-change {
          p+p {
            display: flex;
            align-items: center;

            @media (min-width: 768px) {
              justify-content: flex-end;
            }
          }
        }

        &.details__item--chart-layout {
          @media (min-width: 768px) {
            display: block;
          }
        }

        &:not(.details__item--chart-layout) {
          @media (min-width: 768px) {
            display: none;
          }

          @media (min-width: 992px) {
            display: block;
          }
        }

      }

      .timeframe__options {
        position: relative;
        z-index: 10;
        transform: translateY(2px);

        @media (min-width: 768px) {
          display: block !important;
        }

        select {
          border-radius: 4px !important;

          option {
            font-weight: 700;
            background-color: rgb(9, 9, 11, 1);
          }
        }

        .options__button {
          padding: 8px 12px;
          font-size: 12px;

          @media (min-width: 768px) {
            font-size: 14px;
          }

          svg {
            fill: #fff;
          }
        }

        .options__container {
          position: absolute;
          z-index: 20;
          top: 100%;
          right: 0;
          display: block;
          padding: 16px;
          background: #111;
          border-radius: 8px;
          opacity: 0;
          visibility: hidden;
          transform: translateY(-8px);
          transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
          box-shadow: 0 12px 24px rgba(255, 255, 255, 0.1);

          @media (min-width: 768px) {
            display: flex;
          }

          >div {
            flex-shrink: 0;
            min-width: 120px;
          }

          &.is-visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
          }
        }

        .options__timeframe,
        .options__period {
          margin-top: 8px;

          @media (min-width: 768px) {
            display: block !important;
            margin-top: 0;
          }
        }

        .options__period {
          display: none;

          @media (min-width: 768px) {
            display: block;
            margin-left: 8px;
          }
        }
      }
    }

    .coin-info__chart-title-mobile {
      display: none;

      @media (min-width: 768px) {
        display: none !important;
      }

      p {
        margin: 0;
      }

      ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;

        a {
          color: #fff;
        }

        li {
          +li {
            margin-left: 4px;

            @media (min-width: 500px) {
              margin-left: 8px;
            }
          }

          &.is-active {
            a {
              font-weight: 700;
              color: var(--color-primary);
              text-decoration: underline;
              cursor: default;
            }
          }
        }
      }
    }

    .coin-info__timeframe {
      flex-shrink: 0;
      padding-left: 8px;

      @media (min-width: 768px) {
        padding-right: 24px;
        padding-left: 24px;
      }

      @media (min-width: 1200px) {
        display: flex;
        justify-content: center;
        width: 300px;
      }
    }
  }

  .trading-hub__chart {
    height: 80vh;
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 0 12px 12px;

    @media (min-width: 768px) {
      height: 100%;
      margin-right: 0;
      margin-left: 0;
      padding: 0;
    }

    .chart__simple,
    .card,
    .chart-container {
      height: 100%;
    }

    .chart__simple {
      .simple__nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 8px;
        padding: 2px 0 8px;
        list-style: none;
        overflow-x: auto;
        overflow-y: hidden;

        @media (min-width: 768px) {
          padding-left: 40px;
        }

        li {
          flex-shrink: 0;

          +li {
            margin-left: 8px;
          }
        }

        a {
          display: flex;
          align-items: center;
          padding: 4px 8px;
          color: var(--color-text);
          font-size: 10px;
          text-transform: uppercase;
          border-radius: 4px;
          border: 1px solid var(--color-border);

          span {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            margin-left: 4px;
            font-size: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
          }

          &.light-danger {
            span {
              color: #FF540B;
              background: rgba(255, 84, 11, 0.25);
            }
          }

          &.danger {
            span {
              color: #FF004D;
              background: rgba(255, 0, 77, 0.25);
            }
          }

          &.warning {
            span {
              color: #FFD600;
              background: rgba(255, 214, 0, 0.25);
            }
          }

          &.light-success {
            span {
              color: #90FF00;
              background: rgba(144, 255, 0, 0.25);
            }
          }

          &.success {
            span {
              color: #03EBF3;
              background: rgba(3, 235, 243, 0.25);
            }
          }

          &.is-active {
            color: #fff;
            border-color: #fff;


          }
        }
      }

      .simple__main-chart {
        position: relative;
        height: calc(60% - 16px);

        @media (min-width: 768px) {
          padding-left: 16px;
        }
      }

      .simple__cfgi-chart {
        position: relative;
        height: calc(40% - 40px);
        padding: 8px 0 16px 16px;

        @media (min-width: 768px) {
          padding: 8px 0 16px 30px;
        }
      }
    }

    .card {
      padding: 0;
      border: 0;

      @media (min-width: 768px) {
        padding: 16px;
        border: 1px solid var(--color-border);
        border-left: 0;
      }
    }

    #token-price-chart {
      padding: 0;
    }

    .tradingview-widget-container {
      display: none;
      height: 100%;

      iframe {
        height: 100% !important;
      }

      &.is-visible {
        display: block;
      }

      &:has(~ .chart-paywall-wrapper) {
        height: 70%;
      }

      ~.chart-paywall-wrapper {
        min-height: 30%;
        height: 30%;
      }
    }

    .tradingview-widget-copyright {
      display: none;
    }
  }

  .trading-hub__fear-greed {
    @media (min-width: 768px) {
      height: 100%;
    }

    .card {
      padding: 0;
      border: 0;
      background: transparent;

      @media (min-width: 768px) {
        height: 100%;
        padding: 16px;
        border: 1px solid var(--color-border);
        border-right: 0;
        background: #141414;
      }
    }

    .fear-greed__sentiment-mobile {
      margin-top: 16px;

      @media (min-width: 768px) {
        display: none;
      }

      .sentiment-mobile__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        border: 1px solid var(--color-border);
        border-radius: 8px;

        h4 {
          margin: 0;
        }

        svg {
          fill: #fff;
          transition: transform 0.2s;
        }

        &.is-toggled {
          svg {
            transform: rotate(180deg);
          }
        }
      }

      .fg-scores {
        height: auto;
        min-height: 0;
      }

      .fg-scores__indicators {
        display: none;
        gap: 0;
        margin-top: 0;

        &.is-visible {
          display: block;
        }
      }
    }

    .indicators__item.mobile {
      padding: 8px;
      border-radius: 4px;
      display: grid;
      grid-template-rows: 0fr;
      height: auto;

      .indicators__content[aria-hidden='false'] {
        grid-template-rows: 1fr;
        padding-top: 14px;
        border: 1px solid red;
      }

      .indicators__content {
        display: grid;
        padding-top: 0;
        grid-template-rows: 0fr;
        transition: grid-template-rows 500ms;
        transition: padding-top 500ms;

        >div {
          overflow: hidden;
        }

        & button {
          margin-top: 8px;
          padding: 8px 12px;
          color: var(--color-text);
          background: none;
          border: 1px solid var(--color-border);
          border-radius: 4px 0 0 4px;
          cursor: pointer;
          transition: color 0.2s, border-color 0.2s, background-color 0.2s;

          +button {
            margin-left: -3px;
            border-radius: 0 4px 4px 0;
            border-left: 0;
          }

          &.button-active {
            color: var(--color-primary);
            border-color: var(--color-primary);
            background-color: rgba(23, 127, 240, 0.2);

            &:not(:first-child) {
              border-left-width: 1px;
            }
          }

          &:has(+ .button-active) {
            border-right-color: var(--color-primary);
          }
        }
      }

      .accordion-trigger {
        background: transparent;
        border: 0;
        font: inherit;
        color: inherit;

        .indicators__chev {
          transition: transform 0.3s ease;
        }

        .accordion-trigger[aria-expanded='true'] .indicators__chev {
          transform: rotate(180deg);
        }
      }
    }

    .indicators__progress {
      width: 100%;

      .progress {
        height: 0.5rem;
      }
    }

    .content-section.chart {
      margin-top: 32px;
    }
  }

  .trading-hub__alerts {
    .alerts__title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;

      h4 {
        margin: 0;
      }
    }

    .alerts__info {
      margin-bottom: 16px;

      .card {
        padding: 0;
      }
    }

    .alerts__no-alerts {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 32px;
    }
  }
}

.trading-hub-nav-mobile {
  position: fixed;
  z-index: 98;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #141414;
  border-top: 1px solid var(--color-border);

  @media (min-width: 768px) {
    display: none;
  }

  a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 8px 16px;
    color: var(--color-text);
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    line-height: 1.3;
    border-radius: 64px;
    transition: color 0.4s, background 0.4s;

    svg {
      width: 24px;
      height: 24px;
      fill: var(--color-text);
      transition: fill 0.2s;
      pointer-events: none;
    }

    span {
      display: inline-block;
      padding-left: 4px;
      font-weight: 700;
      line-height: 1;
      max-width: 0;
      opacity: 0;
      visibility: hidden;
      transition: max-width 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
    }
  }

  li {
    position: relative;
    width: 33.3333%;
    padding: 8px 0;
    text-align: center;

    &.is-active {
      a {
        color: #fff;
        background: var(--color-primary);

        svg {
          fill: #fff;
        }

        span {
          max-width: 100%;
          opacity: 1;
          visibility: visible;
        }
      }
    }
  }
}

body:has(.is-active .js-mobile-view-chart) {
  .trading-hub__coin-info {
    @media (max-width: 767px) {
      align-items: center;
    }
  }

  .coin-info__details {
    @media (max-width: 767px) {
      width: auto;
      margin: 0;
    }
  }

  .coin-info__timeframe {
    @media (max-width: 767px) {
      padding: 0;
    }
  }
}

.app-content.content.buy {
  padding-top: 12px !important;
  padding-bottom: 0 !important;

  @media (min-width: 768px) {
    padding: 100px 0 0 !important;
  }

  & .form-select {
    font-size: 1rem !important;
  }
}

.cfgi-timeframe {
  font-size: 16px;
}

.website {
  font-size: 16px;

  .share-site {
    color: inherit;
    text-decoration: none;
  }
}

.accordion-trigger .indicators__chev {
  transition: transform 0.3s ease;
}

.accordion-trigger[aria-expanded='true'] .indicators__chev {
  transform: rotate(180deg);
}

.page-buy {
  body::before {
    display: none;
  }

  /* .header-nav {
    .header-nav__container {
      padding: 0;

      @media (min-width: 768px) {
        padding: 24px 0;
      }

      .header-nav__toggle-mobile {
        top: 14px;
      }
    }
  } */

  &:has(.trading-hub-nav-mobile .is-active .js-mobile-view-chart),
  &:has(.trading-hub-nav-mobile .is-active .js-mobile-view-alerts) {
    .header-nav {
      display: none;
    }
  }

  .footer-cfgi {
    display: none;

    @media (min-width: 768px) {
      display: flex;
    }
  }
}

.menu-options .js-toggle-menu-options[aria-expanded='true'] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (min-width: 786px) {
  .menu-options {
    position: relative;
    /* display: inline-block; */
  }

  .mobile-token-sentiment {
    display: none;
  }
}

.btn.menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: none;
  margin-inline: 0px;
  transform: scale(1, 1) translateY(0);
  transition: background-color 0.3s ease, color 0.3s ease,
    border-bottom 0.3s ease, transform 0.3s ease-in-out;
  z-index: 15;

  &.active {
    background-color: #1e2026 !important;
    color: #177ff0 !important;
    border: 1px solid rgba(23 127 240, 0.3) !important;
    border-bottom: 1px solid #177ff0 !important;
    margin-inline: 5px;
    transform: scale(1.3, 1.3) translateY(-3px);
    z-index: 21;

    @media (max-width: 360px) {
      transform: scale(1.1, 1.1) translateY(-1px);
    }
  }

  &:focus {
    border-bottom: 1px solid #177ff0;
    /* outline-offset: 2px; */
  }
}

.menu-options__dropdown.markets,
.menu-options__dropdown.markets.second {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
  display: flex;
  /* width: 400px; */
  /* margin-inline: 32px; */
  max-height: 75vh;
  padding: 16px !important;
  background: #111;
  border: 1px solid var(--color-border);
  /* box-shadow: 0 0 6px rgba(255, 255, 255, 0.4); */

  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  overflow-y: auto;

  #searchToken {
    border-radius: none;
    margin-block: 5px;
    width: 100%;
  }

  &.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 20;
  }

  @media (max-width: 360px) {
    padding: 8px !important;
  }

  /* Menu grid */
  .token-grid,
  .token-grid.second {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 350px));
    border-collapse: collapse;
    width: 100%;
  }

  .token-item,
  .token-item.second {
    background-color: #111;
    border: 1px solid var(--color-border);
    padding: 16px;
    transition: background-color 0.3s ease;
    display: none;
    /* Initially hidden */
  }

  .token-item.is-visible,
  .token-item.is-visible.second {
    display: block;
    /* Show only visible items */
  }

  .token-item,
  .token-item.second {

    &:hover,
    &:focus-within {
      background-color: #333;
    }
  }

  .token-item img {
    height: 28px;
    width: 28px;
    margin-right: 8px;
  }

  .token-item .token-name {
    color: #fff;
    font-weight: bold;
  }

  .token-item .token-price {
    color: #fff;
  }

  .token-item .token-sentiment {
    color: rgba(255, 255, 255, 0.3);
  }

  .nav-link.active {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
  }

  .mobile-menu-buttons {
    display: flex;
    flex-wrap: wrap;
    /* gap: 8px; */
  }

  @media (min-width: 400px) {
    /* top: 30%; */
  }

  @media (min-width: 786px) {
    right: unset;
    left: -70px;
    top: 95%;
    width: 366px;
  }
}

#flush-collapseTokenOne {
  & h2 {
    padding: 0 !important;
  }
}

#modal-changelly-widget {
  .modal-body {
    padding-right: 0;
    padding-left: 0;

    @media (min-width: 768px) {
      padding-right: 1.4rem;
      padding-left: 1.4rem;
    }
  }
}

.embed-button {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  cursor: pointer;
  transition: fill 0.2s;
  flex-shrink: 0;
  transform: translateY(2px);

  &:hover {
    fill: var(--color-primary);
  }
}

.embed-choice {
  display: flex;
  gap: 16px;

  .embed-choice__item {
    width: 50%;

    h4 {
      margin: 8px 0 24px;
      color: var(--color-text);
    }

    img {
      max-width: 100%;
    }

    pre {
      max-width: 100%;
    }
  }
}

.embed-buttons {
  margin-top: 5px;
  color: #fff;
  background-color: #177FF0;
  border: 1px solid #177FF0;
  border-radius: 4px;
  width: 100%;
}

.mobel-body.embed {
  background-color: #000000 !important;
}

.embed-description {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 11.2px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

html:has(.page-buy),
body:has(.page-buy) {
  height: auto !important;
}

.page__selector {
  position: relative;
  z-index: 1000;

  p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 4px 6px 4px 12px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;

    strong {
      animation: glow-pulse 2s ease-in-out infinite;
    }

    @media (min-width: 768px) {
      margin: 0 0 4px;
      padding: 0;
      font-size: 14px;
      border: 0;
      background: none;
      cursor: default;
    }

    &:hover {
      background: rgba(255, 255, 255, 0.1);

      @media (min-width: 768px) {
        background: none;
      }
    }

    svg {
      transition: transform 0.2s;

      @media (min-width: 768px) {
        display: none;
      }
    }

    &.is-toggled {
      svg {
        transform: rotate(180deg);
      }
    }
  }

  @keyframes glow-pulse {

    0%,
    100% {
      transform: scale(1);
      opacity: 1;
    }

    50% {
      transform: scale(1.05);
      opacity: 0.8;
    }
  }

  ul {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    display: none;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0 1px;
    list-style: none;
    font-size: 12px;
    background: var(--color-border);
    border-radius: 6px;
    border: 1px solid var(--color-border);

    @media (min-width: 768px) {
      position: static;
      display: flex;
      flex-direction: row;
    }

    &.is-visible {
      display: flex;
    }

    li {
      padding: 2px 1px;
    }

    a {
      display: block;
      padding: 2px 6px;
      color: var(--color-text);
      background: var(--color-border);
      border-radius: 5px;

      &:hover {
        color: var(--color-text);
      }

      &.is-active {
        color: #fff;
        background: #141414;
        border: 1px solid rgb(144, 255, 0)
      }
    }
  }
}

.drag-target {
  display: none !important;
}


.chart-paywall-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.chart-paywall__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  filter: blur(2px);
}

.paywall-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.paywall-text {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 24px;
}