:root{
    --purple:#7413dc;
    --teal:#088486;
    --yellow:#ffe627;
    --blue:#006ddf;
}

.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;}

#Donations {background:#f8f8f8;}

.loggedin-header:before, .profile-header:before {background:rgba(0,0,0,0.7)}

.profileSidebar .money {color:#f6d05e;}

.lump-news h4 {color:#000;}

#postcodelookup {
height: 38px;
line-height: 26px;
}

/*Social buttons on profile*/

.btn-social.share-email{
    padding:  4px 7px;
}

.btn-linkedin {
    padding: 7px 10px;
}

.btn-twitter {
    padding: 7px 10px;
}

.btn-facebook {
    padding: 7px 13px;
}

.btn-whatsapp {
    padding: 7px 10px;
}

/*Search on Event Sponsor pages*/

.section.searchPageWrapper.text-center .col-sm-6:has(#leaderboard-search){
    width: 100% ;
    
}
/*Nav*/
.funraisin-secondary-nav i.fa.fa-user.color-primary {
    color: #fff;
}

/*Nav*/

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a{
    color: #252a34;
    font-size: 16px;
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a:hover{
    color: #590fa9;
}

/*Registrasion success*/

#popup .fa-link {
     color: #fff;
}

.title h1{
    font-size: 60px;
}


.bg-img{
    background-size: 16% !important;
    background-repeat: no-repeat !important;
}

.bg-img_left{
        background-position: left 10% center !important;
}

.bg-img_right{
        background-position: right center !important;
}

.donation-steps input.optin-channel[name="d_optin_"],.donation-steps input.optin-channel[name="d_optin_"]+br {
    display: none;
}

.nav.navbar-nav .btn-login{
    color: white;
}

.nav.navbar-nav .btn-login .fa.fa-user.color-primary{
    color: white;
}

.lump-donationform p#error {
    display: none !important;
}

.lump-donationform #amountdetailstab .material-icons {
    font-size: 0;
}

.lump-donationform #amountdetailstab .material-icons::before {
    content: "currency_pound";
    font-size: 17px; 
    font-family: 'Material Icons';
}

.donationHandlers .radio.has-text.has-image .radio-amount{
    color: #fff !important;
}

input#d_amount_free::placeholder{
    color: #000 !important;
}

#postcodelookup {
    display: flex;
    align-items: center;
}

