/* Add your own CSS styles there */

.connect-wallet-balance-button {
  display: none;
}

.header-loyalty-points-parent {
  display: none;
}

#title-bar__loyalty-balance-row > div:nth-child(2) {
  display: none;
}

.loyalty-profile-balance-container {
  display: none;
}

.loyalty-profile-user-wallets {
  display: none;
}

.referral-modal-title {
  position: relative;
  color: transparent;
  /* hide original text */
  margin-bottom: 32px;
}

.referral-modal-title::before {
  content: "Earn rewards when new users sign up with your link and purchase credits: ";
  color: var(--tx-primary);
  position: absolute;
  left: 0;
  top: 0;
}

.referral-modal-body > :nth-child(3) {
  display: none;
}

#loyalty-quests h1 {
  display: none;
}

.loyalty-quest-group-header {
  display: none;
}