@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
#np-fndrsr-popup {
  display: none;
  position: fixed;
  width: 550px;
  max-width: calc(100% - 30px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #202a45;
  z-index: 10000;
  overflow: auto; /* Set overflow to auto to enable scrolling within the pop-up panel */
}
#np-fndrsr-popup.open {
  display: block;
}
#np-fndrsr-popup #close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 1.75em;
  color: white;
  opacity: 0.5;
}
#np-fndrsr-popup img {
  width: 550px;
  max-width: 100%;
  height: auto;
}
#np-fndrsr-popup .text-content {
  display: flex;
  justify-content: center;
  padding: 0 0 20px;
  text-align: left;
  font-family: "Patua One", "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 520px) {
  #np-fndrsr-popup .text-content {
    padding: 0 0 20px;
  }
}
#np-fndrsr-popup .text-content .button-wrapper {
  display: flex;
  justify-content: space-between;
  width: 65%;
}
@media only screen and (max-width: 450px) {
  #np-fndrsr-popup .text-content .button-wrapper {
    width: calc(100% - 40px);
  }
}
#np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr,
#np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr:visited {
  display: inline-block;
  padding: 0.7em 0.7em;
  background-color: #ed1e25;
  color: white;
  font-size: 1.6em;
  transition: all 0.5s;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: none;
  box-shadow: none;
}
#np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr:hover,
#np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr:visited:hover {
  background-color: #ff0000;
}
@media only screen and (max-width: 530px) {
  #np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr,
#np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr:visited {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 360px) {
  #np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr,
#np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr:visited {
    font-size: 1.2em;
  }
}
#np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr.not-now {
  background-color: white;
  color: #ed1e25;
}
#np-fndrsr-popup .text-content .button-wrapper .btn-fndrsr.not-now:hover {
  background-color: #ed1e25;
  color: white;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9998;
}

/*# sourceMappingURL=np-fundraiser-cmpgn-05-2026.css.map */
