.account-overview-page {
  background: #f7f9fc !important;
}

.account-overview-page .account-overview-main {
  min-height: calc(100vh - 150px);
  padding: 7rem 0 4rem;
}

.account-overview-page .account-overview-main section {
  padding: 0;
}

.account-overview-page .account-card {
  border: 1px solid rgb(5 38 78 / 7%) !important;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1.75rem rgb(16 47 70 / 7%);
}

.account-overview-page .account-hero {
  background: linear-gradient(135deg, #fff 0%, #fbfdff 68%, #f1f7ff 100%);
}

.account-overview-page .account-eyebrow,
.account-overview-page .account-profile-kicker {
  color: #0264d6;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.account-overview-page .account-eyebrow span {
  margin-right: 0.25rem;
  color: #13a36d;
  font-size: 0.65rem;
}

.account-overview-page .account-hero-actions {
  display: flex;
  gap: 0.5rem;
}

.account-overview-page .account-workspace {
  overflow: hidden;
}

.account-overview-page .account-tabs {
  background: #f3f6fa;
  border: 0;
}

.account-overview-page .account-tabs .nav-link {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  min-height: 4.75rem;
  padding: 0.65rem 1rem;
  color: #05264e;
  background: transparent;
  border: 0;
  border-radius: 0.55rem;
  text-align: left;
}

.account-overview-page .account-tabs .nav-link.active {
  color: #0264d6;
  background: #fff;
  box-shadow: 0 0.2rem 0.8rem rgb(5 38 78 / 8%);
}

.account-overview-page .account-tab-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #52677f;
  background: #e7edf4;
  border-radius: 50%;
}

.account-overview-page .account-tab-icon .bi {
  width: 1.3rem;
  height: 1.3rem;
}

.account-overview-page .account-tabs .nav-link.active .account-tab-icon {
  color: #0755a5;
  background: #e4f1ff;
}

.account-overview-page .account-tab-user-icon {
  position: relative;
}

.account-overview-page .account-tab-user-icon::before {
  position: absolute;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  content: '';
}

.account-overview-page .account-tab-user-icon::after {
  position: absolute;
  bottom: 0.45rem;
  width: 1rem;
  height: 0.55rem;
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-radius: 0.6rem 0.6rem 0 0;
  content: '';
}

.account-overview-page .account-tab-copy {
  display: grid;
  line-height: 1.2;
}

.account-overview-page .account-tab-copy small {
  margin-top: 0.2rem;
  color: #71839a;
  font-size: 0.75rem;
  font-weight: 400;
}

.account-overview-page .account-tab-content {
  min-height: 32rem;
  background: #fff;
}

.account-overview-page .account-panel-surface {
  overflow: hidden;
  font-size: 0.875rem;
}

.account-overview-page .account-plan-content {
  max-width: 55rem;
}

.account-overview-page .account-plan-heading {
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8fbff, #fff);
  border-bottom: 1px solid rgb(5 38 78 / 12%);
}

.account-overview-page .account-section-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #0755a5;
  background: #e4f1ff;
  border-radius: 0.65rem;
  font-size: 1.2rem;
}

.account-overview-page .account-details > div {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) minmax(8rem, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 3.65rem;
  padding: 0.85rem 1.5rem;
  border-bottom: 1px solid rgb(5 38 78 / 7%);
  transition: background-color 120ms ease;
}

.account-overview-page .account-details > div:hover {
  background: #fbfdff;
}

.account-overview-page .account-details > div:last-child {
  border-bottom: 0;
}

.account-overview-page .account-details dt {
  color: #24364b;
  font-weight: 500;
}

.account-overview-page .account-details dd {
  margin: 0;
  color: #05264e;
  text-align: right;
  overflow-wrap: anywhere;
}

.account-overview-page .account-inline-action {
  margin: 0 0 0 0.25rem;
  padding: 0.15rem 0.45rem;
  color: #0264d6;
  background: #edf5ff;
  border: 0;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.account-overview-page .account-inline-action:hover {
  color: #014b9f;
  background: #dcecff;
}

.account-overview-page .account-highlight-row {
  background: #f7fbff;
}

.account-overview-page .account-highlight-row dd > span:first-child {
  font-size: 1.05rem;
}

.account-overview-page .account-allow-row {
  background: #fcfdff;
}

.account-overview-page #accountAllowFile {
  color: #05264e;
  overflow-wrap: anywhere;
}

.account-overview-page .account-portal-row {
  grid-template-columns: 1fr;
  background: #f6fbf8;
}

.account-overview-page .account-portal-row a {
  font-weight: 600;
  text-underline-offset: 0.15em;
}

.account-overview-page .account-profile-content {
  max-width: 50rem;
}

.account-overview-page .account-profile-heading {
  padding: 1.5rem;
  background: linear-gradient(135deg, #f8fbff, #fff);
  border-bottom: 1px solid rgb(5 38 78 / 9%);
}

.account-overview-page .account-profile-avatar {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  background: linear-gradient(135deg, #0264d6, #0799f2);
  border-radius: 50%;
  box-shadow: 0 0.35rem 1rem rgb(2 100 214 / 20%);
  font-size: 1.35rem;
  font-weight: 700;
}

.account-overview-page .account-profile-kicker {
  font-size: 0.7rem;
}

.account-overview-page .account-readonly-badge {
  display: inline-flex;
  padding: 0.35rem 0.65rem;
  color: #52677f;
  background: #f3f6fa;
  border: 1px solid rgb(5 38 78 / 10%);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
}

.account-overview-page .account-profile-body {
  padding: 1.5rem;
}

.account-overview-page .account-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.account-overview-page .account-profile-field {
  padding: 1rem;
  background: #f8fafc;
  border: 1px solid rgb(5 38 78 / 7%);
  border-radius: 0.55rem;
}

.account-overview-page .account-profile-field .form-label {
  color: #52677f;
  font-size: 0.8rem;
}

.account-overview-page .account-profile-notice {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  background: #f8fafc;
  border-radius: 0.55rem;
}

.account-overview-page .account-lock-icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.1rem;
  height: 0.85rem;
  background: #71839a;
  border-radius: 0.15rem;
}

.account-overview-page .account-lock-icon::before {
  position: absolute;
  bottom: 0.65rem;
  left: 0.25rem;
  width: 0.6rem;
  height: 0.55rem;
  border: 0.12rem solid #71839a;
  border-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  content: '';
}

.account-overview-page .account-pricing-modal {
  background: #f5f5f5;
  border: 0;
  border-radius: 0.65rem;
  box-shadow: 0 1rem 3rem rgb(5 38 78 / 18%);
}

.account-overview-page .account-pricing-heading {
  max-width: 50rem;
  padding: 0.5rem 0 1.25rem;
}

.account-overview-page .account-subscription-badge {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  color: #0755a5;
  background: #e4f1ff;
  border: 1px solid #82b9ee;
  border-radius: 999px;
}

.account-overview-page .account-credit-card {
  display: flex;
  min-height: 22rem;
  border-radius: 0.55rem;
}

.account-overview-page .account-credit-card-highlight {
  border-color: #0264d6;
  box-shadow: 0 0 0 1px #0264d6;
}

.account-overview-page .account-savings,
.account-overview-page .account-savings-placeholder {
  min-height: 1.5rem;
  margin-bottom: 0.5rem;
  color: #3949ab;
  font-size: 0.8rem;
  font-weight: 700;
}

.account-overview-page .account-credit-benefits {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.account-overview-page .account-credit-benefits li {
  position: relative;
  padding-left: 1.7rem;
}

.account-overview-page .account-credit-benefits li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #42a5f5;
  content: "\2714";
}

.account-overview-page .btn,
.account-overview-page .form-control {
  border-radius: 0.35rem !important;
}

.account-overview-page .nav-link:focus-visible,
.account-overview-page .btn:focus-visible,
.account-overview-page .account-inline-action:focus-visible,
.account-overview-page .form-control:focus-visible {
  outline: 0.2rem solid rgb(2 100 214 / 35%);
  outline-offset: 0.2rem;
}

.account-overview-page .form-control[readonly] {
  color: #24364b;
  background: #fff;
  border-color: rgb(5 38 78 / 12%);
}

@media (max-width: 575.98px) {
  .account-overview-page .account-overview-main {
    padding-top: 6rem;
  }

  .account-overview-page .account-hero-actions {
    display: grid;
  }

  .account-overview-page .account-tabs .nav-link {
    gap: 0.5rem;
    min-height: 4.25rem;
    padding: 0.5rem;
  }

  .account-overview-page .account-tab-icon {
    width: 2rem;
    height: 2rem;
  }

  .account-overview-page .account-tab-copy small {
    display: none;
  }

  .account-overview-page .account-tab-content {
    min-height: 0;
  }

  .account-overview-page .account-details > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    align-items: start;
    padding: 0.85rem 1rem;
  }

  .account-overview-page .account-details dd {
    text-align: left;
  }

  .account-overview-page .account-credit-card {
    min-height: 0;
  }

  .account-overview-page .account-plan-heading,
  .account-overview-page .account-profile-heading,
  .account-overview-page .account-profile-body {
    padding: 1rem;
  }

  .account-overview-page .account-section-icon {
    width: 2.35rem;
    height: 2.35rem;
  }

  .account-overview-page .account-profile-grid {
    grid-template-columns: 1fr;
  }

  .account-overview-page .account-card {
    box-shadow: 0 8px 24px rgb(5 38 78 / 6%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .account-overview-page .tab-pane,
  .account-overview-page .modal,
  .account-overview-page .account-details > div {
    transition: none;
  }
}
