#coordinatorApplication .error-wrapper,
#coordinatorApplication .success-wrapper {
  display: none;
}

.overlay.coordinator-app-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
}

#coordinatorApplication .refNumber {
  font-weight: 700;
}
