/*
Author: Eaglix S.r.l.
Author URI:http://www.eaglix.com/
Version: 3.0
*/

@media print {
  .noprint {
    display: none !important;
  }
}

#donor-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#donor-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#donor-popup {
  position: relative;
  z-index: 10000;
  max-width: 600px;
  margin: 100px auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

#donor-close-btn {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: not-allowed;
  background-color: grey;
  color: white;
  border: none;
  border-radius: 5px;
}

#donor-close-btn.enabled {
  cursor: pointer;
  background-color: #28a745;
}
