.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:#94D9F8;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;}

.learn-more-wrapper {
  position: relative;
  display: inline-block;
}

.hover-text {
  display: none;
  margin-top: 8px;
  /*color: #555;*/
  /*font-size: 14px;*/
  transition: opacity 0.3s ease;
}

.learn-more-wrapper:hover .hover-text {
  display: block !important;
}

@media(max-width:1200px){
    .loggedin-header .share-page-icons a i {
    font-size: 12px !important;
    }
    
    .loggedin-header .share-page-icons a {
        width: 25px !important;
        height: 25px !important;
        padding: 0px 3px !important;
    }
    .funraisin-page-right a.btn.btn-primary.btn-xl.btn-block {
        padding: 5px !important;
        font-size: 14px !important;
    }
    .registration-steps ul li a {
        font-size: 12px !important;
    }
    #m_gender .toggle-btn.grid-3 {
        width: 165px;
        font-size: 14px !important;
    }
    #popup .panel{
        max-width: 100%;
    }
    #Donors .profilename h3 {
        word-break: break-word;
        font-size: 16px;
    }
    
}