body, h1, h2, h3, h4, h5, h6, p, a, li, span, div {
    font-family: 'Poppins', sans-serif !important;
}/* Fullscreen overlay */
.popup-modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5%;
  overflow-y: auto;
  z-index: 999999;
  pointer-events: auto;
}

.paypal_donation_block {
background: rgba(0,0,0,0.95);
color: #fff;
width: 85%;
max-width: 600px;
margin: 0 auto;
padding: 40px 30px;
border-radius: 12px;
overflow: hidden;
}

.paypal_donation_block * {
color: #fff;
box-sizing: border-box;
}

.donation-amounts {
width: 100%;
padding: 0;
margin: 0 auto 20px auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
list-style: none;
}

.donation-amounts li {
width: 45%;
margin: 0;
padding: 0;
list-style: none;
}

.donation-amounts li button {
width: 100%;
padding: 10px;
border-radius: 6px;
font-size: 14px;
cursor: pointer;
border: 1px solid #fff;
background: transparent;
color: #fff;
}

li.donation-amount.custom-donation-amount {
width: 95%;
display: flex;
flex-direction: row;
align-items: center;
}

li.donation-amount.custom-donation-amount button {
width: 50%;
border-radius: 6px 0 0 6px;
}

.custom-donation-amount-wrapper {
width: 50%;
}

.custom-donation-amount-wrapper input {
width: 100%;
padding: 8px;
font-size: 14px;
border-radius: 0 6px 6px 0;
background: #111;
color: #fff;
border: 1px solid #555;
}

.donation-amounts li.disabled-option {
width: 95%;
border: 1px solid #555;
border-radius: 6px;
padding: 10px;
font-size: 13px;
}

.paypal_donation_block input[type="text"],
.paypal_donation_block input[type="email"],
.paypal_donation_block input[type="tel"] {
width: 80%;
max-width: 400px;
padding: 10px;
margin: 5px auto 15px auto;
border-radius: 6px;
border: 1px solid #555;
background: #111;
color: #fff;
font-size: 14px;
display: block;
}

.paypal_donation_block label {
font-size: 14px;
font-weight: 600;
display: block;
color: #fff;
text-align: left;
width: 80%;
margin: 0 auto 4px auto;
}

.paypal_donation_block button[type="submit"] {
width: 80%;
max-width: 400px;
padding: 12px;
margin: 20px auto 0 auto;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
background: #3b5998;
color: #fff;
border: none;
cursor: pointer;
	display: block;}}