.template-donation .donationHandlers .dollarhandle .dollarhandle-text {border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.template-donation .donationHandlers .dollarhandle .dollarhandle-image {border-top-left-radius:10px;border-top-right-radius:10px;}

.btn-xl {font-size: 19px !important;line-height: 1.8em;}
.btn-xl.btn-white-border {padding:9px 20px;}

.funraisin-header-wrapper {min-height: 100px;}

/*#Donations {background:url('https://60e81f65aaf9167afa40-ff4833bce3c9bdfba70ca132173d99cd.ssl.cf5.rackcdn.com/caa7e707e2ce9c7c5ebe41daa71ea2b1.jpg');background-size:cover;background-position:center center;}*/

.loggedin-header:before, .profile-header:before {background:rgba(255,255,255,0.7)}

.profileSidebar .money {color:#f6d05e;}

.lump-news h4 {color:#000;}


/* Donation Page Customization - Agil Setiawan */

/* Preset */
.w-30 {
    width: 30% !important;
}

/* Reset */

#StyledDonation .steps-nav ul li:not(.color-primary) {
    /*color: inherit;*/
}

#StyledDonation .lump-donationform .steps-nav ul li:not(.color-primary) {
    /*color: inherit;*/
}

#StyledDonation form {
    background: #FCF1DB;
    border-radius: 30px;
}

#StyledDonation form .steps-nav.steps-numbers li {
    width: 20px;
    height: 20px;
    line-height: inherit;
    font-size: 0.8em;
    color: #b7b1aa;
    font-family: 'Frutiger';
}

#StyledDonation form .steps-nav.steps-numbers li.active {
    background: unset;
    background: #93914b;
    /*padding: 10px;*/
}

#StyledDonation form .donation-steps {
    padding: 20px 30px 40px;
    border-top: 1px solid #b7b1aa;
}

#StyledDonation form .donation-form-top {
    padding: 20px 0;
}

#StyledDonation form .handles-container h3 {
    font-size: 18pt;
    color: #5B5753;
}

#StyledDonation .lump-donationform .steps-nav.steps-numbers {
    padding: 10px 0 11px;
    border-bottom: none;
}

#StyledDonation .lump-donationform #amountdetails .handles-container:not(.handles-layout-default) .donationHandlers .radio .radio-amount {
    background: unset;
}

#StyledDonation .lump-donationform #amountdetails .donationHandlers .radio-border {
    border: none;
}

#StyledDonation .lump-donationform #amountdetails .donationHandlers .radio .radio-amount {
    font-family: 'Frutiger';
    font-size: 2.5em;
    border: none;
    justify-content: center;
}

#StyledDonation .tier-handle h2 {
    margin-bottom: 0;
}

#StyledDonation .tier-handle h4 {
    margin: 20px 0 35px;
}

#StyledDonation .lump-donationform #amountdetails .handles-layout-cardshorizontal .donationHandlers > .row .radio-panel {
    padding: 0 10px;
    min-width: unset;
    max-width: unset;
    /*width: 140px;*/
    margin: 0;
    /*aspect-ratio: 1/1;*/
}

#StyledDonation .lump-donationform #amountdetails .handles-container .donationHandlers .radio:hover .radio-border {
    border: none !important;
}

@media (min-width: 768px) {
    #StyledDonation .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    
}

@media (min-width: 576px) {
    #StyledDonation .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
    
}

/* End of Donation Page Customization */