/* =============================================
   Goodnight 2026 - External Styles
   Blackbaud Form Overrides + ScrollSmoother
   ============================================= */

/* Smooth Scrolling Styles */
#smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#smooth-content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: visible;
}

/* =============================================
   Blackbaud Donation Form - 2026 Branding
   Font: Poppins | Accent: #0351A3 (blue-dark)
   ============================================= */

/* Section headings */
.BBFormSectionHeading {
  color: #1b2632;
  font-family: 'Poppins', sans-serif !important;
  font-size: 2rem !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 44px !important;
  letter-spacing: 0 !important;
}

/* Field labels */
.BBFormFieldLabel {
  color: #1c191a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 130.556% !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Submit button */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormSubmitbutton {
  border: 1px solid #0351A3 !important;
  font-size: 20px !important;
  font-family: 'Poppins', sans-serif !important;
  filter: none;
  background-image: none !important;
  background-color: #0351A3 !important;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormSubmitbutton:hover {
  filter: none;
  background-image: none !important;
  background-color: #023d7a !important;
}

/* Payment method radio options */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormPaymentRadioOptions
  .BBFormFieldLabelEdit,
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormGiftRadioOptions
  .BBFormFieldLabelEdit {
  transition: 0.4s ease all;
  border-radius: 6px;
  cursor: pointer;
  float: left;
  padding: 9px 20px !important;
  width: auto;
  text-align: center;
  min-width: 90px;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}

/* Other amount input */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  input#bboxdonation_gift_txtOtherAmountButtons.BBFormGiftOtherAmount {
  color: #000;
  opacity: 1;
  font-weight: 600;
  font-family: 'Poppins', sans-serif !important;
}

/* Selected payment radio */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormRadioPaymentSelected {
  border-color: #0351A3 !important;
  filter: none;
  background-image: none;
  background-color: #0351A3 !important;
}

/* Text area */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormTextArea {
  color: #333;
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif !important;
  text-transform: capitalize !important;
}

/* Selected giving level */
.BBFormRadioLabel.BBFormRadioLabelGivingLevel.BBFormRadioLabelGivingLevelSelected {
  color: #fff;
  font-family: 'Poppins', sans-serif !important;
  font-size: 31px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 37px !important;
  background: #0351A3 !important;
  border-color: #0351A3 !important;
}

/* Giving level buttons */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormRadioLabelGivingLevel {
  font-size: 1.8em;
  min-width: 150px !important;
  min-height: 66px !important;
  transition: 0.4s ease all;
  border: 2px solid #0351A3;
  border-radius: 6px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 12px;
  text-align: center;
  line-height: 1em;
}

/* Not-selected giving level */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormRadioLabelGivingLevelNotSelected {
  color: #0351A3 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 37px !important;
}

/* Not-selected hover */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormRadioLabelGivingLevelNotSelected:hover {
  background: #0351A3 !important;
  color: #fff !important;
}

/* Select dropdowns */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormSelectList {
  color: #333;
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300;
  text-transform: capitalize !important;
}

/* Text inputs */
.BBFormContainer[data-bbox-part-id="4a0209ca-906f-4f36-8f29-733ba56841b1"]
  .BBFormTextbox {
  color: #333;
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300;
  text-transform: capitalize !important;
}
