.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;}

.popup-col h2 {font-size: 24px;}
.popup-col.bg-primary {padding: 30px !important;}

.btn-social {display: inline-flex; justify-content: center; align-items: center;}
.btn-social i {margin: 0;}


/*Nav*/
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a{
    color: #563a15;
    font-size: 16px;
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a:hover{
    color: #cd60a6;
    background: #f8f8f8;
}

.funraisin-dropdown-nav .fa-angle-down {
	transition: all 0.5s ease;
	margin-left: 5px;
	font-size: 14px;
}

.rotate180 {
	transform: rotate(180deg);
}

/*Registrasion success*/

.bg-primary a {color: #ffffff;}

.dropdown-toggle::after{
    display:none;
}
.share-page-icons {
    display: flex;
}
.share-page-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}
#template-profile #share-page-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#template-profile  #share-page-icons {
    display: flex;
}
#template-profile #share-page-icons a i {
    margin: 0 auto;
}
#template-profile #progress-fitness {
    margin-top: -25px;
}

.template-fundraise .funraisin-form .form-control button.form-control.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    transform: rotate(180deg);
}
.template-fundraise .funraisin-form .form-control button.form-control.dropdown-toggle.show:after {
    transform: unset !important;
}
