.nav.action-links {
  display: none;
}
#clapton-user-dashboard {
  background: #eee;
  padding: 1rem;
  border-radius: 0.5rem;
}
#clapton-user-dashboard .credit {
  background: #fff;
  padding: 1rem 2rem;
  display: inline-block;
  border-radius: 0.5rem;
}
#clapton-user-dashboard .credit strong {
  font-size: 1.4rem;
  color: var(--bs-success);
}
#clapton-user-dashboard .credit-purchases {
  margin-bottom: 1rem;
}
#clapton-user-dashboard-merchant,
#clapton-user-dashboard-project-developer {
  background: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
}

.view-project-contributions .view-header,
.view-merchant-offer-transactions .view-header,
.view-customer-transactions .view-header,
#treegen-customer-credit-transfer .tabs {
  padding: 0 0.5rem;
  background: rgba(var(--bs-primary-rgb), 0.2);
  display: flex;
  margin-bottom: 1rem;
}
.view-project-contributions .view-header a,
.view-project-contributions .view-header .active,
.view-merchant-offer-transactions .view-header a,
.view-merchant-offer-transactions .view-header .active,
.view-customer-transactions .view-header a,
.view-customer-transactions .view-header .active,
#treegen-customer-credit-transfer .tabs a,
#treegen-customer-credit-transfer .tabs .active {
  margin: 0.5rem;
  border-radius: 4px;
  padding: 0.5rem 2rem;
}
.view-project-contributions .view-header a,
.view-merchant-offer-transactions .view-header a,
.view-customer-transactions .view-header a,
#treegen-customer-credit-transfer .tabs a {
  color: var(--bs-success);
  background: #f1f4f8;;
}
.view-project-contributions .view-header .active,
.view-merchant-offer-transactions .view-header .active,
.view-customer-transactions .view-header .active,
#treegen-customer-credit-transfer .tabs .active {
  color: var(--bs-white);
  background: var(--bs-primary);
}
