.donation_section {
    max-width: 600px;
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 100%;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 5px 25px #d2d2d2;
    padding: 20px;
    border-radius: 4px;
    border: 3px solid #2393d3;
    flex-wrap: wrap;
    
}
.donation-form-section{
    width: 300px;
}

.donations-content-section {
    max-width: 232px;
    padding-right: 20px;
    border-right: 1px solid #ddd;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.donation-anywhere-form {
    max-width: 600px;
    margin: auto;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    padding-top: 20px;
    flex-direction: column;
    
}

.donation_cycle label,
.donation_amount_section label {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}

.donations-content-section h3 {
    font-size: 27px;
    line-height: 37px;
}

.donations-content-section p {
    margin: 0px;
    font-size: 15px;
    line-height: 20px;
}

.donations-content-section span {
    color: #565656;
    font-size: 13px;
    line-height: 21px;
}

.donation_cycle h4,
.donation_amount_section h4 {
    font-size: 15px;
    padding-bottom: 9px;
}

input#open-donation-popup-btn {
    width: 100%;
    margin-top: 20px;
}

.donation-form input[name='amount'],
.donation-form input[name='donation_cycle'] {
    display: none;
}

.donation-form input[name='amount']+*:before,
.donation-form input[name='donation_cycle']+*:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: -2px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: gray;
}

.donation-form input[name='amount']:checked+*:before,
.donation-form input[name='donation_cycle']:checked+*:before {
    background: radial-gradient(#2393d3 0%, #2393d3 40%, transparent 50%, transparent);
    border-color: #2393d3;
}

.other_donation_amount_section {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}

.other_donation_amount_section input {
    border-radius: 60px;
    padding-left: 20px;
}

span.input-icon {
    position: absolute;
    left: 8px;
    font-weight: bold;
    padding-top: 0px !important;
    font-size: 16px;
}

.donation-anywhere-form span {
    padding-top: 20px;
}

.donation-pop-content {
    width: 350px;
    margin: auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.donation-popup-section {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    padding-top: 5%;
}

span#close-donation-popup-btn {
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
    position: absolute;
    z-index: 999999999;
    color: #000;
    top: 0px;
    right: 23px;
}

.donation_payment_info_section .input-text input {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ddd;
}

.donation-popup-form {
    position: relative;
}

.donation-popup-form img {
    position: absolute;
    right: 6px;
    bottom: 12px;
}

.fo-logo-donation img {
    position: inherit;
}

.input-text {
    padding-bottom: 10px;
}

.input-div {
    display: flex;
    justify-content: space-between;
}

.fo-logo-donation {
    margin: auto;
    width: 191px;
}

.total-donation-amount {
    text-align: center;
    padding-top: 20px;
}

.total-donation-amount h3 {
    margin: 0px;
    padding-top: 20px;
    font-size: 40px;
    font-weight: bold;
}

.total-donation-amount p {
    font-size: 15px;
    padding-bottom: 10px;
}

.donation-popup-form input#donate-now-btn {
    width: 100%;
}

div#donate-button-container {
    text-align: center;
    padding-bottom: 20px;
}
#donate-button img{ 
    cursor: pointer;
    background: #ededed;
    padding: 9px 31px;
    border-radius: 50px;
    width: 128px;
    margin-top: 10px;
}