.donation-amounts.custom-control {
    min-height: 1.5rem;
    padding-left: 1.7rem;
    margin-right: 1.4rem;
}
.was-validated .donation-amounts .custom-control-input:valid ~ .custom-control-label::before,
.donation-amounts .custom-control-input.is-valid ~ .custom-control-label::before {
	background-color: #FFF;
}
.donation-amounts .custom-control-label {
    font-size: 1.3rem;
    font-weight: bold;
}
.donation-amounts .custom-control-label::before {
    position: absolute;
    top: 0.35rem;
    left: -1.7rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    cursor: pointer;
    content: "";
    background-color: #fff;
    border: #aaa solid 1px;
}
.donation-amounts .custom-control-label::after {
	position: absolute;
	top: 0.6rem;
	left: -1.5rem;
	display: block;
	width: .8rem;
	height: .8rem;
	content: "";
	background: no-repeat 48% 48%;
}
.donation-amounts.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #a11d5c;
}
.donation-amounts.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23a11d5c'/%3E%3C/svg%3E");
}
.donation-amounts.custom-radio .custom-control-input:checked ~ .custom-control-label {
	color: #a11d5c;
}
.ninejdonation-module .invalid-tooltip {
	font-size: .7rem;
}
.ninejdonation-module .form-control {
	border: 1px solid #AAA;
	background-color: #fff;
}
.ninejdonation-module .form-control:focus {
	box-shadow: 0 0px 0px 3px rgba(0, 0, 0, 0.075);
	background-color: #fff;
}
.ninejdonation-module .form-control::placeholder {
	color: #999;
	opacity: 1;
}
.ninejdonation-loader:before {
    content: "";
    display: block;
    position: relative;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.8);
    border-top-color: rgba(0, 0, 0, 0.04);
    -webkit-animation: lspin 0.8s infinite linear;
    animation: lspin 0.8s infinite linear;
    z-index: 0;
}
.wait-payment-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1100;
    display: none;
}
.wait-payment-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    padding: 15px;
    /* Chrome, Safari, Opera */
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    font-weight: bold;
    background: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.wait-payment-content:before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    border-top-color: rgba(0, 0, 0, 0.05);
    -webkit-animation: lspin 0.8s infinite linear;
    animation: lspin 0.8s infinite linear;
    z-index: 0;
}
.iti {
    display: block !important;
}
.iti__arrow {
    border: none !important;
}
.iti__flag {background-image: url("../images/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png");
    }
}
.iti__flag {
	box-shadow: 0 0 1px 0 #dbdbdb;
}
#paypal-button-container .paypal-buttons {
    margin: 0 auto;
    display: block;
}
