/***** General *****/
.donation,
.account {
    height: 100%;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.25);
}

/***** Donation *****/
.card .accordion { margin-top: 1rem; }

section[class*='have-a-question'] img { clip-path: circle(85px); }

.donation__filter {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.donation__tab { margin: 0 1rem; }

#pills-paypal > div > div,
#pills-betterplace > div { text-align: center; }

.donation__button { margin-top: 2rem; }

.donation .bp-overlay-button {
    padding: .5rem !important;
    border: 2px solid transparent !important;
    border-radius: 5px !important;
}

.donation .bp-overlay-button:hover { border: 2px solid #E2000F !important; }
