button.donate {
  font-family: inherit !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

ul.form-options {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 2rem;
}

ul.form-options li {
  width: 50%;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 600;
  cursor: pointer;
  justify-content: flex-start;
}

#txtAmount {
  display: none;
}

.adf fieldset {
  border: 0px;
}
.adf .steps ul {
  display: flex;
  justify-content: center;
  list-style: none;
  column-gap: 2rem;
}

.adf .adf-hide {
  display: none;
}
.adf .backbutton {
  visibility: hidden;
}
.adf[data-step="2"] .backbutton,
.adf[data-step="3"] .backbutton {
  visibility: visible;
}

.adf {
  /* animations */
}
.adf .form > fieldset {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px); /* Moves slightly down */
  will-change: opacity, transform;
}
.adf[data-step="1"] [data-step="1"],
.adf[data-step="1"] [data-step="all"],
.adf[data-step="2"] [data-step="2"],
.adf[data-step="2"] [data-step="all"],
.adf[data-step="3"] [data-step="3"],
.adf[data-step="3"] [data-step="all"],
.adf[data-step="1"] .dollarHandles,
.adf[data-step="2"] .dollarHandles,
.adf[data-step="3"] .dollarHandles {
  opacity: 1;
  max-height: unset; /* Adjust as needed */
  transform: translateY(0); /* Moves into place */
}

.loaded .adf {
  /* animations */
}
.loaded .adf .form > fieldset {
  transition: opacity 0.6s ease-in-out, transform 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

.adf-svg {
  display: none;
}

.adf-hide {
  display: none;
}

.error {
  color: red;
}

.main-wrapper.loaded {
  opacity: 1;
  transition: opacity 200ms ease-out;
}

/* confirmation */
div#overlayFlexParent {
  position: fixed;
}
.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}
.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}
.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: -8px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #c0c0c0;
}
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: "";
}
.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}
.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}
.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}
.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none;
}
.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}

.magic-radio + label:before {
  border-radius: 50%;
}
.magic-radio + label:after {
  top: -2px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: black;
}
.magic-radio:checked + label:before {
  border: 1px solid black;
}
.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9;
}
.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}

.magic-checkbox + label:before {
  border-radius: 3px;
}
.magic-checkbox + label:after {
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
  top: 1px;
}
.magic-checkbox:checked + label:before {
  border: black;
  background: black;
}
.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}
.magic-checkbox ~ label.text {
  padding-left: 25px;
}
.magic-checkbox + label:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border: 2px solid black;
}

[id$="_rdoPaymentOption"] .magic-radio + label {
  display: inline-block;
  margin-top: 5px;
}

.donation-frequency .form-options {
  border: 0px;
}
.donation-frequency ul.form-options {
  width: 100%;
  max-width: 50%;
  column-gap: 2rem;
  max-width: 80%;
}
.donation-frequency ul.form-options li {
  padding: 15px;
  position: relative;
  background-color: #fff;
}
.donation-frequency ul.form-options li.donation-frequency label {
  width: 100%;
  cursor: pointer;
}
@media (max-width: 769px) {
  .donation-frequency ul.form-options {
    max-width: 100%;
  }
}
.donation-frequency > ul > .active {
  background-color: #dbf5fb !important;
}
.donation-frequency > ul > .active label {
  color: black;
}

/* bha */
.donation-form-container div[id$="_Content"]:before {
  display: none;
}

#donn .donation-frequency.has-message .form-options {
  margin-top: 2rem;
}
@media (max-width: 1399px) {
  #donn .donation-frequency.has-message .form-options {
    margin-top: 2.5rem;
  }
}
#donn .donation-frequency .msg-rg {
  font-family: "franklin-gothic-atf", sans-serif;
  font-size: 0.9rem;
  position: relative;
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #donn .donation-frequency .msg-rg {
    width: 100%;
    text-align: center;
  }
}
#donn .donation-frequency .msg-rg:after {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: url(/image/donation-pages/asks/arrow-to-donate-monthly.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  content: "";
  width: 25px;
  height: 50px;
  z-index: 2;
}
@media (max-width: 1399px) {
  #donn .donation-frequency .msg-rg:after {
    top: 1.5rem;
  }
}
@media (max-width: 1199px) {
  #donn .donation-frequency .msg-rg:after {
    top: 1.5rem;
    right: 2.5rem;
  }
}
@media (max-width: 991px) {
  #donn .donation-frequency .msg-rg:after {
    top: 1.5rem;
    right: 4.5rem;
  }
}
@media (max-width: 769px) {
  #donn .donation-frequency .msg-rg:after {
    top: 1.5rem;
    right: 1.5rem;
  }
}
#donn .other-input-container {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
#donn .other-input-container > :not(.container-error-other) {
  flex: 1 1 0;
}
#donn .other-input-container > .container-error-other {
  flex-basis: 100%;
  width: 100%;
}
#donn .other-input-container .BBFormRadioDescriptionOther {
  align-self: center;
  height: auto;
  font-size: 1.2rem;
}
#donn .other-input-container .BBFormGiftOtherAmount.BBFormCurrency {
  float: none;
  max-width: 100%;
}
#donn .other-input-container .BBFormRadioLabel.BBFormRadioLabelGivingLevel {
  justify-content: flex-end;
  max-width: 15rem;
}
#donn .other-input-container .BBFormRadioLabel.BBFormRadioLabelGivingLevel > span {
  position: relative;
  text-align: right;
}
#donn .other-input-container .BBFormRadioLabel.BBFormRadioLabelGivingLevel > span:before {
  content: "$";
  position: absolute;
  display: block;
  top: 30%;
  transform: translateY(-50%);
  left: 0.5rem;
  font-size: 1.5rem;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 600;
}
#donn .other-input-container .BBFormRadioLabel.BBFormRadioLabelGivingLevel > span input {
  padding-left: 2rem;
  font-size: 1.3rem;
}

.donation-frequency + div fieldset.inner {
  padding-left: 0px;
  padding-right: 0px;
}

.adf[data-step="2"] .donation-frequency,
.adf[data-step="3"] .donation-frequency {
  display: none;
}
.adf[data-step="2"] .BBFormRadioList .amount-option:not(.active),
.adf[data-step="2"] .BBFormRadioList .BBGivingOther:not(.active),
.adf[data-step="3"] .BBFormRadioList .amount-option:not(.active),
.adf[data-step="3"] .BBFormRadioList .BBGivingOther:not(.active) {
  display: none;
}

.donationInformation {
  display: none;
}

.options-payment {
  list-style: none;
  padding-left: 0px;
}
.options-payment .text {
  padding-left: 2rem;
  font-size: 1rem;
}
.options-payment input[type="radio"]:checked ~ label {
  font-weight: 600;
}
.options-payment .magic-radio + label:before,
.options-payment .magic-radio + label:after {
  top: 3px;
}
.options-payment .magic-radio + label:after {
  top: 9px;
}

.options-payment input[type="radio"] + label {
  font-size: 1rem;
  padding-top: 0.15rem;
}

/* buttons */
.bottom-navigation-container {
  align-items: flex-end;
}

.buttonInformation .backbutton,
.buttonInformation button.donate {
  font-family: "franklin-gothic-atf", sans-serif !important;
  display: block;
  color: #fff !important;
  font-weight: 600 !important;
  background-size: cover !important;
  width: 130px !important;
  height: 35px !important;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px 10px 10px !important;
  cursor: pointer;
  outline: 0px;
  border: 0px;
  font-size: 0.9rem;
}
.buttonInformation .backbutton:focus,
.buttonInformation .backbutton:focus-visible,
.buttonInformation button.donate:focus,
.buttonInformation button.donate:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}
.buttonInformation .backbutton {
  background: url(/image/reskin/splash_grey_short_to-left.png);
}
.buttonInformation .backbutton:hover {
  background: url(/image/reskin/splash_darker-grey_short_to-left.png);
}
.buttonInformation button.donate {
  background: url(/image/reskin/splash_coral_short_to-right.png);
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
}
.buttonInformation button.donate:hover {
  background: url(/image/reskin/splash_dark-coral_short_to-right.png);
  transition: color 0.3s ease;
}
.buttonInformation .col-nxt-button {
  text-align: right;
}
.buttonInformation .bottom-navigation-container {
  text-align: right;
}

.content-container .msg-first-step {
  margin-top: 1rem;
  text-align: center;
}
.content-container .msg-first-step p {
  font-family: "franklin-gothic-atf", sans-serif;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: 0rem;
}

.payment-options {
  text-align: center;
}
.payment-options img {
  max-width: 15rem;
  height: auto;
  margin: 0 auto;
  max-height: 40px;
  margin-top: 0.25rem;
}

.options-payment input[type="radio"] + label {
  font-size: 1rem;
  padding-top: 0.15rem;
}

.donationForm[data-frequency="OneTime"] .payment-options .hide-oneoff {
  display: none;
}
.donationForm[data-frequency="Recurring"] .payment-options .hide-recurring {
  display: none;
}

.col-form-label,
input[type="checkbox"] + label {
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.col-form-label .required,
input[type="checkbox"] + label .required {
  color: red;
}

.custom-radio-container {
  margin-bottom: 1rem;
}

.billingInformation input[type="radio"] + label,
.billingInformation input[type="checkbox"] + label {
  display: inline;
}
.billingInformation .magic-checkbox ~ label.text {
  padding-left: 0px;
  font-weight: 600;
  cursor: pointer;
}

div#divDayOfMonth {
  display: flex;
  column-gap: 1rem;
  margin-top: 1rem;
}
div#divDayOfMonth label {
  font-size: 1.2rem;
}
div#divDayOfMonth #day-of-month {
  min-width: 10rem;
}

.form-control {
  width: 100% !important;
  height: 43px;
  font-family: franklin-gothic-atf, franklin-gothic, sans-serif;
  padding: 2px 5px 5px 5px;
  border: 1px solid #000 !important;
  border-radius: 2px !important;
  background: #fcfcfc !important;
  min-height: 40px;
  width: 100%;
  font-size: 1rem;
  font-weight: 300;
}
.form-control:focus,
.form-control:active {
  box-shadow: rgba(18, 92, 52, 0.2) 0px 6px 12px 0px;
}

.form-select:focus,
.form-select:active {
  box-shadow: rgba(18, 92, 52, 0.2) 0px 4px 10px 0px;
}

/* address - qas */
body[data-step="2"] fieldset.billingInformation {
  overflow: visible;
  position: relative;
  z-index: 11;
}

body[data-step="2"] fieldset.buttonInformation,
body[data-step="2"] fieldset.message {
  position: relative;
  z-index: 1;
}

.address-search-row .address-results-container {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.address-search-row ul.address-results li.address-result.active {
  background: #d8f8e5;
  color: black;
  font-weight: 600;
}

.address-results-container ul.address-results li {
  margin-bottom: 0px;
}

ul.address-results {
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.helper {
  display: block;
  padding-left: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border: 1px solid black;
  border-top: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.address-results li.address-result:hover {
  background: #d8f8e5;
}

/* address - qas end */
.visually-hidden {
  display: none;
}

span.show-date {
  font-size: 0.9rem;
  display: block;
  margin-top: 0.5rem;
}

.bold {
  font-weight: bold;
}

.custom-radio-container .text {
  display: none;
}

.form-control.error {
  margin-bottom: 0.5rem;
}

/* confirmation page */
.confirmation-page .donate-text {
  margin-bottom: 1rem;
}
.confirmation-page .donate-text ~ p {
  padding: 0.5rem 1.5rem;
  padding-bottom: 0;
}
.confirmation-page .donate-text ~ p:last-of-type {
  padding-bottom: 2rem;
}

/* animation */
#divBlocker_donn:after,
#divBlocker_donn:before {
  display: none !important;
}

/* HTML: <div class="loader"></div> */
#donn {
  position: relative;
}

.loader {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  overflow: hidden;
  top: 0;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 8px solid transparent;
  transform: translate(-50%, -50%);
}
.loader:before {
  border-top-color: #ff7a4d;
  animation: spin 1s linear infinite;
}
.loader:after {
  border-bottom-color: #125c34;
  animation: spinReverse 1.5s linear infinite;
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinReverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
#overlayText {
  font-family: "franklin-gothic-atf", sans-serif !important;
}

.dd-processing .donationForm {
  min-height: 15rem;
}

#bbcheckout-loader-wrapper #bbcheckout-spinner {
  display: none !important;
}
