.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;}

.btn-blue-lg {font-size:1.2em;}

/*Nav*/
.funraisin-primary-nav li a:not(.btn):after, .funraisin-sticky-nav li a:not(.btn):not(:has(.sticky-logo)):not(.btn-login):not(.site-logo):after {
    background: none repeat scroll 0 0 transparent;
    top: 8px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: relative;
    background: #CE353F;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.funraisin-primary-nav li a.text.active:not(.btn):after, .funraisin-sticky-nav li a.text.active:not(.btn):not(:has(.sticky-logo)):not(.btn-login):not(.site-logo):after {
    background: none repeat scroll 0 0 transparent;
    top: 8px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: relative;
    background: #CE353F;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
}

.funraisin-primary-nav li a:not(.btn):hover:after, .funraisin-sticky-nav li a:not(.btn):not(:has(.sticky-logo)):not(.btn-login):not(.site-logo):hover:after {
    left: 0;
    width: 100%;
}

.funraisin-dropdown-menu li a:not(.btn):after{
    background: transparent !important;
}

.funraisin-secondary-nav i.fa {
    color: #C4C4C4;
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a{
    color: #003349;
    font-size: 17px;
}

.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu a:hover{
    color:#E51937;
}

/*Registrasion success*/

#popup .fa-link {
     color: #fff;
}

#popup h2{
    font-family: Work Sans;
    font-size: 32px;
    line-height: 115%;
    text-transform: none;
    font-weight: 700;
}

/*Fundraising Page Center amount*/

#Donations .donation .amount {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 0px !important;
    border-radius: 50px;
    width: 75px;
    height: 75px;
}

#template-login-dashboard .nav-tabs li a {
    text-decoration: underline;
    color: inherit;
    font-size: 28px;
}


.btn-social.share-email {
    padding-left: 5px;
    padding-right: 5px;
}



/* ---------------- begin especially for: DIY Themes, 22-Jul-2024 ----------------  */
/* Fundraiser page: */
#template-profile #Donations #Donors {
    display: flex;
    flex-wrap: wrap;
}
#template-profile #Donations #Donors .donation {
    display: flex;
    flex-wrap: wrap;
}
#template-profile #Donations #Donors .donation .panel {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.lump-members h3.lump-member-title {
   font-size: 25px;
}

.lump-members h4 {
   font-size: 20px;
}


/* Dashboard */
.funraisin-header .col-sm-4.funraisin-profile-header.vertical-align.profile-header-share {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
/* ---------------- end especially for: DIY Themes, 22-Jul-2024 ----------------  */