.CloseTicketPopup__closeBtn {
    display: none !important;
}
#emailAddress {
  pointer-events: none; /* disables mouse interaction */
  user-select: none;    /* prevents text selection */
  opacity: 0.7;         /* optional visual cue */
}

