@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.account-summary-main {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.account-summary-header {
    border-radius: 12px 12px 0px 0px;
    background: #F5C80F;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 18px;
}
.title-account-summary {
    display: flex;
    gap: 26px;
    color: #4F4F4D;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    flex-direction: row;
    align-items: center;
}
.subscription-features-list {
    border: none !important;
    gap: 0 !important;
    border-radius: 0px !important;
    height: auto !important;
}
.card-body p {
    font-size: 1rem;
    color: #4b5563;
    font-weight: 400;
    font-family: inter;
}   



.subscription-features-list .list-group-item {
    background-color: #F7F7F7;
  }

  /* Header/nav colors */
  .active-features-header {
    background-color: #F7F7F7 !important;
    color: #000 !important;
  }

  .activated-addons-header {
    background-color: #FFF6D8 !important;
    color: #000 !important;
  }

  /* Upgrade button + status badge colours */
  .card-header .btn-outline-dark:hover,
  .card-header .btn-outline-dark:focus {
    color: #ffffff !important;
    background-color: #4cb5ae !important;
    border-color: #4cb5ae !important;
  }

  .card-header .badge.bg-dark {
    background-color: #4cb5ae !important;
  }

  /* Choose AddOn CTA */
  .choose-addon-btn {
    background-color: #4cb5ae !important;
    border-color: #4cb5ae !important;
    color: #ffffff !important;
    border-radius: 10px;
    padding-inline: 1.5rem;
    padding-block: 0.6rem;
  }

  .choose-addon-btn:hover,
  .choose-addon-btn:focus {
    background-color: #3ea89f !important;
    border-color: #3ea89f !important;
    color: #ffffff !important;
  }

  /* Trial card header color */
  .trial-period-header {
    background-color: #4cb5ae !important;
    color: #ffffff !important;
  }

  /* Over-limit emphasis for usage values */
  .over-limit {
    color: #dc3545 !important; /* bootstrap text-danger */
    font-weight: 800;
  }

  /* No-customer popup-style box */
  .no-customer-cta-wrapper {
    display: flex;
    justify-content: center;
    margin: 3rem 0 2rem;
  }

  .no-customer-cta {
    max-width: 720px;
    width: 100%;
    background: #fffdf5;
    border: 1px dashed #f97316;
    border-radius: 18px;
    padding: 2.5rem 2.25rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
    text-align: center;
  }

  .no-customer-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111827;
  }

  .no-customer-subtitle {
    font-size: 0.98rem;
    color: #4b5563;
    margin-bottom: 0.75rem;
  }

  .no-customer-body {
    font-size: 0.95rem;
    color: #4b5563;
  }

  .no-customer-btn {
    background-color: #ffe500;
    border-color: #ffe500;
    color: #111827;
    font-weight: 600;
    padding: 0.7rem 2.4rem;
    border-radius: 999px;
    text-transform: none;
  }

  .no-customer-btn:hover,
  .no-customer-btn:focus {
    background-color: #ffd500;
    border-color: #ffd500;
    color: #111827;
  }

  .no-customer-footer {
    font-size: 0.78rem;
    color: #6b7280;
  }

  .Trial-Period-body p {
    font-size: 1rem;
    color: #4b5563;
    font-weight: 400;
    font-family: inter;
}

  @media (max-width: 767.98px) {
    .no-customer-cta {
      padding: 1.8rem 1.4rem;
    }
  }