#donation-modal.active {
  opacity: 1;
  pointer-events: auto;
}

#donation-modal.active .modal-content {
  transform: scale(1);
}
