.donationaddon_donation_content {
    margin: 10px 2px;
}
.donationaddon_donation_content input.donationaddon_donation {
        padding: 0 15px;
    width: 100%;
    height: 49px;
    display: table;
    border-radius: 0;
    flex: 1;
    outline: none !important;
    margin: 0;
        border: 1px solid #ccc;
}

a.button.donationaddon_add_donation {
    text-decoration: none !important;
    width: auto;
    height: auto;
    border: 0;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1;
    padding: .600em 1em;
    margin: 4px 4px 4px 0px;   
    display: inline-block;
   
}
.donationaddon_donation_content a.button.donationaddon_add_donation{
        
    margin-top: 20px;
    background-color: #d82b2b !important;
    padding: 20px 40px;
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 0;
    letter-spacing: 0;
    text-decoration: none !important;
}
.donationaddon_error_front {
    color: red;
}

.donationaddon_loader_img
{
    display: none !important; 
}
.donationaddon_loader {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0 auto;
    opacity: 0.8;
    height: 100% !important;
    object-fit: cover;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.donationaddon_loader img {
    max-width: 100px !important;
}

/*.donationaddon_donation_content .donation_note{
      max-width: 300px;
    display: table;
}*/

.donationaddon_donation_content .donationaddon_display_option {
    display: flex;
    width: 100%;
    position: relative;
    max-width: 400px;
}
.donationaddon_donation_content .donationaddon_display_option select {
    flex: 1;
    padding: 0px 20px;
    outline: none !important;
    -webkit-appearance: none;
    background-image: none;
}

.donationaddon_donation_content .donation_note {
        box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    border-color: #ccc;
    margin-bottom: 0 !important;
    display: block;
    outline: none !important;
}


.donationaddon_donation_content .donationaddon_display_option span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #d82b2b !important;
    color: #fff;
    padding: 8px 18px;
}

.donationaddon_donation_content {
    position: relative;
    margin: 0;
    max-width: 400px;
}

input[type="text"]:focus{border-color: #ccc !important;}

.donationaddon_donation_content h3{
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -0.0415625em;
    line-height: 1.25;
    margin: 3.5rem 0 1rem;
}
.donationaddon_donation_content a.button.donationaddon_add_donation {
    box-sizing: border-box;
   display: block;

}
.donationaddon_donation_content a.button.donationaddon_add_donation {
    border: 0;
    margin-right: 0;
}