[type="radio"]:not(:checked) + label {
    padding-left: 24px;
}

[type="radio"]:checked + label {
    padding-left: 24px;
}

[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
    top: 5px;
}

.donation_checkbox_holder{
    max-width: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 0 5px;
}

.donation_amount_holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    margin: 0 auto 15px auto;
}

#donation_form_holder{
    max-width: 520px;
    margin: 0 auto;
}

.selectric-donation_type{
    min-width: 200px !important;
    text-align: left;
}

.selectric-donation_type .selectric{
    border: 1px solid #E9E8E8;
    border-radius: 60px !important;
    line-height: 16px;
    color: #77777B;
    padding: 2px 10px !important;
    max-width: 385px;
    outline: none;
}

.donation_label{
    color: #77777B;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 16px;
}

.rca_inputDiv{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 100%;
    position: relative;
    justify-content: flex-start;
}

.selectricWrapper .selectric .button::before {
    top: 4px;
}

.rca_input{
    max-width: none !important;
}

.half_input{
    width: 85%;
}

.selectric-rca_country_select{
    width: 98%;
}

.selectric-rca_country_select .selectric{
    border: 1px solid #E9E8E8;
    border-radius: 8px !important;
    padding: 9px 16px !important;
}

.selectric-rca_country_select .label{
    margin: 0 29px 0 0;
    font-size: 16px;
    color: #23233D;
}

.selectric-rca_country_select .selectric .button::before {
    top: 10px;
}

.back_button{
    font-family: 'Roboto';
    font-weight: 700;
    background: transparent;
    border-radius: 100px !important;
    line-height: 40px !important;
    font-size: 16px !important;
    min-width: 20px;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 32px;
    padding-right: 32px;
    color: #ED1B2D !important;
    border: 1px solid #ED1B2D;
}

.back_button:hover{
    background-color: #BCBBBA !important;
    border: 1px solid #BCBBBA !important;
}

.donation_buttons_container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

.donation_payment_type_holder{
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 12px;
}

.error-field {
    border-color: #ED1B2D !important;
}
/* 
.error-field {
    color: #ED1B2D !important;
} */

.height90px{
    height: 90px;
}

.payment_method_container {
    width: 100%;
}

.donation-form-card-input {
    padding: 12px 16px;
    border-radius: 8px !important;
    border: 1px solid #E9E8E8;
    background: #FFF;
    color: #10181F;
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 18px;
    box-shadow: 0px -1px 1px 0px rgba(218, 227, 225, 0.15) inset, 0px 2px 2px 0px rgba(218, 227, 225, 0.10);
}

#make_donation_container{
    padding: 20px;
    background: #ffffff;
}

.donation_header{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
}

[type="checkbox"]:not(:checked) + label:before{
    border: 2px solid #383F44 !important;
}

.next_step{
    line-height: 40px;
}

.payment_submit_button{
    line-height: 40px;
}

.cc_radio_label{
    color: #10181F !important;
}

#card-errors{
    color: #ED1B2D !important;
}

.donation-success-message{
    margin-bottom: 5px;
    widows: 4;
    orphans: 4;
    text-align: center;
    word-spacing: 0.1em;
}

#recurring_donation_text{
    color: #383F44;
    line-height: 23px;
    margin-bottom: 15px;
}