/*.v2-footer-social-media-btn {*/
/*    !*background: #c22a32;*!*/
/*    height: 40px;*/
/*    width: 150px;*/
/*    background: #003a63;*/
/*    padding: 0.55rem 1.2rem;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    font-size: 0.85rem;*/
/*    border-radius: 15px;*/
/*    font-weight: 700;*/
/*    letter-spacing: 0.05em;*/
/*    display: inline-block;*/
/*    align-content: center;*/
/*    text-align: center;*/
/*    transition: background-color 0.25s ease, box-shadow 0.25s ease;*/

/*}*/

.contributions_data {
    width: 100%;
    text-align: center;
    line-height: 0.9rem;
    margin-bottom: 1px;
    margin-top: 20px;
}

.c_a_i {
    font-weight: bold;
    text-transform: capitalize;
}

.c_p_i {
    font-style: italic;
}


.v2-footer-social-media-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
}

.v2-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.v2-footer-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.v2-footer-container > .donate-btn {
    height: 65px;
    font-size: 20px;
    width: 250px;
    border-radius: 15px;
    margin-bottom: 20px;
    background: #003a63;
    padding: 0.55rem 1.2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: inline-block;
    align-content: center;
    text-align: center;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;

}

.v2-footer-container > #v2-donation-footer-btn {
    background: #2699dc;

}

.v2-footer-container > #volunteer_btn {
    height: 49px;

}

.v2-copyright {
    margin-top: 50px;
    text-align: center;
    font-size: 0.8rem;
}

.v2-footer-social-media-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.v2-footer-social-media-links img {
    width: 50px;
}

.v2-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

.form-label-wrapper {
    display: grid;
    gap: 1rem;
    width: 100%;
}


.form-top-line-wrapper {
    display: flex;
    gap: 2rem;
    width: 100%;
    padding-bottom: 1rem;
    justify-content: space-evenly;
}

.form-top-line-wrapper input {
    width: 100%;
    border: 1px solid;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
}

#message_contact {
    width: 100%;
    border: 1px solid;
    /*padding: 1rem 0.5rem;*/
    border-radius: 0.5rem;
}

.v2-contact-form form {
    width: 100%;
}

.submit-holder {
    width: 100%;
    display: flex;
    justify-content: center;
}

.submit-button {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 50px;
    background-color: #111824;
    color: white;
    font-size: 20px;
    width: 250px;
    border-radius: 15px;
}