/* Hide Recurring Donation dashboard tile */
.neonfront-dashboard-box.dc_rc_donation.dashboard-section {
  display: none !important;
}
.dashboard-section.dc_rc_donation {
  display: none !important;
}
/* Hide Account Number in Constituent Portal header */
#neonAccountID {
  display: none !important;
}
/* Hide the entire right side of Donation header */
button.neonfront-btn-primary.blank-button-right[style*="min-width: 101px"] {
  display: none !important;
}
/* Donations page button */
.neonfront-portal-body-bar .btn-group.neonfront-menu-bar.float-end > button.btn.neonfront-btn-primary.fs-875 {
  display: none !important;
}