/* Give styles
----------------------------------------------------------------- */
form[id*="give-form"] .give-donation-amount .give-currency-symbol,
form[id*="give-form"] .give-donation-amount #give-amount,
form[id*="give-form"] .give-donation-amount #give-amount-text,
form[id*="give-form"] #give-final-total-wrap .give-donation-total-label,
form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
  height: auto;
}

.give-form-wrap {
  margin-top: -5px;
}

[id*=give-form] .give-form-title:empty {
  margin: 0;
}

.give-goal-progress .raised {
  font-size: 1.4285714286rem;
  font-weight: 700;
}

.give-goal-progress span.income {
  font-size: 1.8em;
}

.give-goal-progress .give-progress-bar,
.give-goal-progress .progress-bar,
.give-progress-bar {
  height: 5px;
  border-radius: 0;
}

.give-goal-progress .give-progress-bar > span {
  border-radius: 0;
}

.give-progress-bar > span {
  border-radius: 0;
}

.give-goal-progress .progress-bar {
  padding-bottom: 15px;
}

.give-goal-progress {
  margin-bottom: 2.3571428571em;
}

[id*=give-form] div.give-form-content-wrap {
  margin: 0 0 2.4285714286em;
}

form[id*=give-form] .give-donation-amount {
  padding: 10px 10px 10px 20px;
  margin: 0 0 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

form[id*=give-form] .give-total-wrap {
  display: inline-block;
}

form[id*="give-form"] .give-donation-amount .give-currency-symbol,
form[id*="give-form"] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  padding: 0.5em 0em;
  border: none;
}

form[id*="give-form"] .give-donation-amount #give-amount {
  margin-left: 20px;
  padding: 0.3em 0.5em;
  border-width: 1px;
  min-width: 90px;
  width: 90px;
}

#give-donation-level-button-wrap > li {
  margin: 0 10px 10px 0;
}

#give-donation-level-button-wrap > li button {
  padding: 1.0em 1.25em;
  letter-spacing: 0;
  text-transform: none;
}

#give-donation-level-button-wrap {
  margin: 0 0 46px;
}

[id*="give-form"] fieldset legend {
  font-size: 1.4285714286em;
  font-style: normal;
  border-bottom: none;
}

[id*=give-form].give-fl-form label.give-fl-label {
  display: none;
}

[id*=give-form].give-fl-form .give-fl-is-required:before {
  opacity: 0;
}

[id*=give-form].give-fl-form.give-fl-style-give input.give-fl-input,
[id*=give-form].give-fl-form.give-fl-style-give select.give-fl-select,
[id*=give-form].give-fl-form.give-fl-style-give textarea.give-fl-textarea,
[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active input.give-fl-input,
[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active select.give-fl-select,
[id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active textarea.give-fl-textarea {
  line-height: normal;
  min-height: auto;
  padding: 0.965em 1.4em;
}

form#give-email-access-form input#give-email {
  max-width: 100%;
}

form#give-email-access-form input#give-email ~ input[type="submit"] {
  max-height: 49px;
  padding: 1.1em 4.33em;
}

table.give-table thead th:first-child {
  border-left: 1px solid;
}

table.give-table th:last-child {
  border-right: 1px solid;
}

.give-goal-progress {
  background: #f6f6f6;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.scheme_dark .give-goal-progress {
  background: #191919;
}

.give-goal-progress .raised {
  margin-bottom: 0;
}

.raised__details {
  font-size: 1.4285714286rem;
  font-weight: 700;
  margin-bottom: 0;
  align-items: center;
  flex-direction: row;
}
.raised__details .goal > span {
  margin: 0 5px;
}

.give-goal-progress span.income,
.raised__details > span:first-child {
  font-size: 2rem;
}

.give-goal-progress .raised,
.give-goal-progress span.goal-text {
  font-size: 14px;
}

.raised__details_donations {
  margin-right: 7px;
}

.give-donation-submit .give-submit-button-wrap {
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=give.css.map */
