@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.donation {
  /* Stripe Style */
}
.donation__data-right {
  text-align: right;
  justify-content: right;
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
  .donation__data-right {
    padding: 0;
    margin-bottom: 0px;
  }
}
.donation__data-heading {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #061D35;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 35px !important;
  line-height: 40px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .donation__data-heading {
    margin-bottom: 30px;
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 70px !important;
    line-height: 74px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.donation__data-heading-sub {
  color: #FEBC2E;
  display: flex;
}
.donation__data-content {
  margin-bottom: 20px;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .donation__data-content {
    margin-bottom: 40px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 18px !important;
    line-height: 26px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.donation__data-button {
  margin-right: 0;
  list-style: none;
  margin-left: 0;
  display: inline-flex;
  width: 100%;
  justify-content: right;
}
.donation__data-button.small {
  justify-content: left;
  padding-left: 15px;
  padding-right: 15px;
}
.donation__data-button.small li {
  max-width: 60px;
  height: 43px;
  display: inline-flex;
  align-items: self-end;
}
@media only screen and (min-width: 992px) {
  .donation__data-button.small li {
    align-items: center;
  }
}
.donation__data-button.small .stripe-button-el span {
  background-size: 56px;
  width: 56px;
  height: 40px;
}
.donation__data-button.small .stripe-button-el:not(:disabled):active {
  background: none;
}
.donation__data-button.small .stripe-button-el:not(:disabled):active span {
  background-size: 56px;
}
.donation__data-button li {
  margin-left: 10px;
  overflow: hidden;
  list-style: none;
  float: left;
  display: inline-flex;
  align-items: self-end;
}
.donation__data-button li:first-child {
  margin-left: 0;
}
.donation__data-button-paypal .paypal-donations {
  display: inline-flex;
}
.donation__data-popup {
  max-width: 612px;
}
.donation__data-popup a.close-modal {
  right: 10px !important;
  top: 10px;
  right: 10px !important;
}
.donation__data-popup-inner {
  padding: 0 5px;
}
.donation .stripe-button-el {
  background: none;
  box-shadow: none;
}
.donation .stripe-button-el:not(:disabled):active {
  background: none;
}
.donation .stripe-button-el:not(:disabled):active span {
  background: url(images/btn-stripe.png) left top transparent no-repeat;
  text-indent: -9999px;
}
.donation .stripe-button-el:not(:disabled):active span.small {
  background-size: 60px;
}
.donation .stripe-button-el:active {
  background: none;
  border: 0px;
}
.donation .stripe-button-el span {
  background: url(images/btn-stripe.png) left top transparent no-repeat;
  text-indent: -9999px;
  width: 80px;
  height: 62px;
  line-height: 36px;
}

/* Styling for Stripe Payment */
#modal-header {
  border: none;
  background: none !important;
}

#modal-header #item-name {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  color: #061d35;
  font-size: 40px !important;
  line-height: 48px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.pure-form input,
#card-element {
  border-width: 1px;
  border-style: solid !important;
  border-color: #eaeaea !important;
  border-radius: 2px !important;
  background: #fafafa !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.pure-form label {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

input.pure-input-1.has-icon {
  padding-left: 10px;
}

#Aligner-item {
  background: #fff !important;
}

#name-email-cont .input-icon {
  display: none !important;
}

#buttons-container {
  border-top: none;
}

.pure-button-primary {
  background: #061D35;
  color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
