/* CSS styles that get injected into the GiveWP iframes */

/* 1. GENERAL          */
/* 2. BUTTONS          */



/* 1. GENERAL          */
.give-form-wrap {
	font-family: 'Asap', sans-serif;
}
.give-stripe-becs-mandate-acceptance-text,
.give-stripe-sepa-mandate-acceptance-text, 
.give-form-wrap p, 
.give-section.introduction .headline,
.introduction .income-stats .number,
.payment > *,
form[id*="give-form"] .form-row input {
	color: black !important;
}

.give-section .income-stats,
.give-form-wrap .form-footer .secure-notice,
.give-form-navigator {
	background-color: #f5f7fa;
	color: black;
}

.payment #give-payment-mode-select ul > li {
	background-color: #f5f7fa;
	border: 1px solid #F5F7Fa;
}

.give-form-wrap .form-footer .navigator-tracker .step-tracker.current {
	background-color: black;
}

.give-form-wrap .seperator {
	width: 150px;
}



/* 2. BUTTONS          */
.give-btn {
	color: black !important;
	border-radius: 4.5em 6.625em/5.625em 4.5em;
}
/* Selected amount. */
.choose-amount .give-donation-levels-wrap .give-donation-level-btn.give-default-level {
	color: black !important;
}