@font-face {
	font-family: 'AtramentStd';
	src: url('/assets/fonts/AtramentStd400.woff') format('woff'),
		url('/assets/fonts/AtramentStd400.ttf')  format('truetype');
        
    font-weight: 400;
}	

:root {
    
    --st-blue: #0063a5;
    --st-hotblue: #1877F2;
    --st-hotgreen: #B2F062;
    --st-skyblue: #4CC3F6;
    --st-aqua: #00AAF2;
    --st-green: #82ce41;
    --st-green-rgb: 130, 206, 65;
    --st-orange: #F6863E;
    --st-primary: var(--st-blue);
    --st-secondary: var(--st-green);
    --st-secondary-rgb: var(--st-green-rgb);
    
    --st-white: #fff;
    --st-light: #f5f5f5;
    --st-lighter: #F2F2F2;
    --st-lighter2: #DCDCDC;
    --st-midgrey: #7C7C7C;
    --st-grey: #666666;
    --st-dark: #333333;
    --st-black: #000;
    --st-black-rgb: 0,0,0;
    
    --st-font-atrament: 'AtramentStdNew';
    --st-font-roboto: 'Roboto';
    --st-font-roboto-cd: 'Roboto Condensed';
    
}

.bg-hotblue {background-color: var(--st-hotblue)}
.bg-skyblue {background-color: var(--st-skyblue)}
.bg-aqua {background-color: var(--st-aqua)}
.bg-green {background-color: var(--st-green)}
.bg-light {background-color: var(--st-light)}
.bg-lighter {background-color: var(--st-lighter)}

.d-flex  {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.flex-nowrap {flex-wrap: nowrap;}
.flex-column {flex-direction: column;}
.align-items-center{align-items: center;}

.ml-auto{margin-left: auto!important;}
.mr-auto{margin-right: auto!important;}
.mt-auto{margin-top: auto!important;}
.mb-auto{margin-bottom: auto!important;}

.progress-has-indicator {
	min-width: 48px;
}

/*Abdan - 07/06/2024*/
#popup .BtClose {
    background: #82CE41 !important;
    line-height: 30px;
    color: #000 !important;
}

/*--------------------------*/

#popup #login .btn-facebook{
    white-space: normal;
    width: 100%;
}

.hvr-grow {
  display: inline-block; 
  vertical-align: middle;
  transition: 0.1s ease;
  cursor: pointer;}
  
.hvr-grow:hover {
    transform: scale(1.1, 1.1); /** default is 1, scale it to 1.1 */
    opacity: 1;
}
    
.funraisin-dropdown-menu:last tr:nth-last-child(2) {  }

#content-main > .height-20 {
    display: none;
}

.btn-register-interest {
    display: none;
}

.bootstrap-select .dropdown-toggle.form-control {
    background-color: #fff;
}
.bootstrap-select .dropdown-toggle.form-control:focus {
    border-color: #000;
}

.btn-sign-up {
    /*display: none;*/
}

.circ, .tick{
    stroke: #81ce41;
}

.funraisin-desktop-nav > div .funraisin-dropdown-nav .LoggedInNavOptions .userMenu a {
    margin-left: 15px !important;
}
.panel {
    border: 0;
}
.funraisin-dropdown-nav .funraisin-dropdown-menu.LoggedInNavOptions .panel {
    box-shadow: none;
}
#d_amount_free:focus {
    /*border-color:#82dc00;*/
}
/*Header*/
.col-md-12.header-text {
    padding: 0 30px;
}
#profile_subheader {
    /*padding-left: 0;*/
    text-transform: uppercase;
    font-size: 0.75em;
}
#template-profile #profile_subheader {
    padding-left: 0;
}
.funraisin-header-wrapper {
    min-height:100px;
}
.sticky-logo img {
    width: 240px;
}

.organisationImage {
    overflow:hidden;
}

.ui-menu .ui-menu-item {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto Mono', monospace;
}

.ui-menu .ui-divider:last-child {
    display:none;
}

/*heading for feilds*/
.form-group .grey-label {
    color: #9e9e9e;
    font-size: 0.7em;
    text-transform: uppercase;
}
.fieldsHeading {
    font-size: 28px;
    margin-bottom: 20px;
    color: #000 !important;
    font-family: "Roboto Condensed";
    font-weight: 700;
}
/*left sidebar*/
#content-main, #Footer {
    left: 0 !important;
    right: 0 !important;
}
.funraisin-mobile-nav {
    left: 0 !important;
}
.funraisin-header-wrapper {
    left: 0 !important;
}
.funraisin-page-left, .funraisin-page-right{
    top: 120px;
    z-index: 999;
    display: block !important;
    width: 100%;
    height: 0 !important;
    min-height: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    transition: .6s ease;
}

.funraisin-page-right .form-group a {
    color: #fff;
}
.leftSidebarActive, .rightSidebarActive {
    display: block !important;
    min-height: 100px;
    height: auto !important;
}
.funraisin-page-center {
    left: 0 !important;
}
.funraisin-primary-nav ul li a:not(.btn):hover {
    font-weight: 600;
}
.funraisin-primary-nav li a {
    text-decoration: underline solid transparent;
}
.funraisin-primary-nav li a.active,
.funraisin-primary-nav li a:not(.btn):hover,
.funraisin-sticky-nav li a.active,
.funraisin-sticky-nav li a:not(.btn):hover{
    font-weight: 600;
    color: #82ce41 !important;
    position: relative;
}

.funraisin-primary-nav li a:not(.btn):hover:after,
.funraisin-sticky-nav li a:not(.btn):not(.sticky-logo):hover:after{
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: calc(100% - 30px);
    height: 3px;
    background: #82ce41;
}
.funraisin-sticky-nav li a:not(.btn):not(.sticky-logo):hover:after {
    width: calc(100% - 30px) !important;
    left: 15px !important;
}
.funraisin-page-left .funraisin-primary-nav li a:not(.btn):hover:after,
.funraisin-page-left .funraisin-sticky-nav li a:not(.btn):not(.sticky-logo):hover:after {
    display: none;
}
.funraisin-sticky-nav.sticky {
    border-bottom: none;
}

/*slide-right*/
/*.slide-right {*/
/*    display: none !important;*/
/*}*/

.funraisin-primary-nav > ul > li:first-child{
    display: none;
}
.leftSidebarButtons .funraisin-primary-nav > ul > li:first-child{
    display: inherit;
}
.funraisin-primary-nav {
    padding: 0 15px;
    width:100% !important;
}
.leftSidebarButtons .funraisin-primary-nav {
    background: none;
}
.right-close {
    margin: 3.5px;
}
.leftSidebarButtons {
    background: #000;
    padding: 20px 0;
}

/*Styling*/
.step-radius {
    border-radius: 0 20px 20px 20px;
}
a.link-underline {
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
a.link-underline:hover {
    color: #0063a5 !important;
    border-bottom: 2px solid #0063a5;
}

.green-line {
    border-bottom: 4px solid #82ce41;
}
.blue-line {
    border-bottom: 4px solid #0063a5;
}

.layer-image {
    z-index: 1;
}

.max-width {
    max-width: 600px;
}

.max-width-left {
    width: 675px;
    max-width: 50%;
    margin: 0 0 0 auto;
}

p {
    margin: 10px 0;
}

.img-margin-none .container-fluid {
    width: calc(1310px + calc((100% - 1380px)/2));
}

.grey-background .container-fluid {
    background: #f4f4f4;
}
.grey-background-green .container-fluid {
    background: #f4f4f4;
    border-bottom: 4px solid #82ce41;
}
.grey-background-blue .container-fluid {
    background: #f4f4f4;
}

.blue-background .container-fluid {
    background: #0063a5;
}

/*Buttons*/
.btn-white {
    opacity: 1;
    border-color: #fff;
}
.btn-white:hover {
    background: #ccc !important;
    border-color: #ccc !important;
}

.btn-white-border {
    background: none !important;
    color: #fff !important;
    border-color: #fff !important;
    border-width: 4px !important;
}
.btn-white-border:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
    border-width: 4px !important;
}

.btn-black-border {
    border-width: 4px !important;
}
.btn-black-border:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    border-width: 4px !important;
}

.btn-desktop {
    width: 270px;
}

/*Gallery*/
.lump-gallery {
    padding: 0;
}

/*Navigation*/
a.user-nav {
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 1.7px !important;;
    padding: 15px 0 15px 30px !important;
}
a.user-nav:after {
    display: none !important;
}
.navigation-layout-bottom .primary-nav-container > .container {
    padding-bottom: 28px;
}
.funraisin-dropdown-menu {
    border-top: 0 !important;
    background: #333;
}
.funraisin-dropdown-menu .col-sm-4 {
    display: none;
}
.funraisin-dropdown-menu .col-sm-8 {
    width: 100%;
}

/*Tabs*/
.lump.tab-content .nav-tabs {
    border-bottom: 0;
}
.nav-tabs li {
    border: 0;
}

.faq-tabs .nav-tabs {
    border-bottom: 2px solid #0C6BA9;
    text-align: left;
}
.faq-tabs .nav-tabs>li.active {background: #ffffff;}
.faq-tabs .nav-tabs>li.active>a {color: #0063a5; font-weight: 600;}
.faq-tabs .nav-tabs>li>a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.faq-tabs .section-question .col-md-1.col-xs-2 {
    order: 2;
}
.faq-tabs .section-question .button {
    border: none;
}
.faq-tabs .section-answer .col-md-11 {
    width: 100%;
}
.faq-tabs .section-question p {color: #1A1A1A;}
.faq-tabs .section-answer p {color: #1A1A1A; letter-spacing: 0.2px;}
.faq-tabs .section-question {padding-top: 0;}

/*scrollTop*/
.scrollTop {
    text-align: center;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: -25px;
    background: #82ce41;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    cursor: pointer;
}
.scrollTop:hover {
    background: #9bd869;
}
.scrollTop i.fa {
    margin-top: -4px;
}

/* auto complete */
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  
						.ui-autocomplete .ui-menu-item {
    font-family: 'Roboto Mono', monospace;
    font-size: 16px;
}

.ui-state-focus {
    background: #54094e;
    border-top: 1px solid #54094e;
    border-bottom: 1px solid #54094e;
    font-weight: 300;
    color: #FFFFFF;
}

/*Leaderboard*/
.lump.tab-content .nav-tabs li.active a:hover {
    color: inherit;
}
@media(max-width: 1199px) and (min-width: 768px) {
    .row .lump #Leaderboard {
        margin-left: 0;
        margin-right: 0;
    }
}
#Leaderboard .leaderboardrow {
    background: #f9f9f9 !important;
    margin: 20px 0;
    margin-left: 40px;
    overflow: unset;
}
#Leaderboard .leaderboardrow .profileimage, 
#Leaderboard .leaderboardrow .options, 
#Leaderboard .leaderboardrow .goal, 
#Leaderboard .leaderboardrow .raised {
    padding: 0 6%;
}
#Leaderboard.ind-steps .leaderboardrow .step-raised {
    font-size: 15px;
}
#Leaderboard .leaderboardrow .raised {
    color: #aaa;
}
#Leaderboard .leaderboardrow .raised p {
    text-transform: uppercase;
}
#Leaderboard .leaderboardrow .rank {
    left: -40px;
    top: 35%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
}
#Leaderboard .leaderboardrow .rank:before {
    display: none;
}



/*Custom align Register button on webform*/
.customAlignRegister .form-horizontal .row div:last-child {
    text-align: left !important;
}
.customAlignRegister .form-horizontal .row div:last-child .btn {
    margin-left: 15px;
}

/*Resources page*/
/*#Row1406 .resourcesMainText, #Row1406 .resourcesMainAssets { display: none; }*/

/*Footer*/
#Footer .customImageFooter img {
    /*max-width: 788px;*/
    margin: 0 auto;
    padding-bottom:10px;
}
#Footer .footer-social li {
    display: inline-block;
    padding: 0 15px 0 0;
}
#Footer .footer-social li a {
    font-size: 22px;
}
#Footer .footer-content-right {
    float: right;
}
#Footer .footer-content-left {
    float: left;
}
#Footer .site-logo img {
    display: none;
}

.funraisin-footer-legals .container {
    border: none !important;
}
.funraisin-footer-legals .col-md-7.text-center {
    width: 67%;
}
.funraisin-footer-legals .container:not(.hrLine) {
    display: flex;
    /*align-items: flex-end;*/
    /*padding: 0;*/
}

/*Forms */
.form-control {
    /*border-color: #000;*/
    /*color: #000;*/
    /*font-weight: 500;*/
    /*font-size: 16px;*/
    /*font-family: 'Roboto Mono', monospace;*/
}
.form-control:not(.bg-primary) {
    background: none;
}
.form-control::placeholder {
    /*color: #000;*/
}


/*Donaload pdf*/
.downloadPDF, .downloadPDF:hover {
    padding: 0;
    background: none;
    margin-right: 10px;
    color: #000 !important;
    border: none;
    border-bottom: 2px solid #000 !important;
    
}

/*organisation page image*/
.childImageColumn  {
    position: relative;
}

@media (min-width: 768px) {
    .childImage {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (max-width: 768px) {
    .childImage {
        position: relative;
        bottom: 0;
        right: 0;
    }
}

/*testimonials carousel*/
.carouselArrowsSVG {
    display: flex;
    justify-content: center;
    text-align: center;
}
 .carouselArrowsSVG .slick-arrow {
     padding: 20px;
     cursor: pointer;
 }
 .carouselArrowsSVG .slick-arrow.disbaled {
     opacity: 0.6;
 }
 .testimonials .carousel-prev {
     transform: scaleX(-1);
 }
 .testimonials .slick-track {
     display: flex;
     align-items: center;
 }
 
 .funraisin-sticky-nav .funraisin-dropdown-nav.meganav .funraisin-dropdown-menu {
     margin-top:0px;
 }
.funraisin-sticky-nav li a {
 color:#fff;
}
.funraisin-sticky-nav li a:after {
  /*display:none;*/
}

.funraisin-dropdown-nav.meganav .funraisin-dropdown-menu a:after {
  display:none;
}
  
/*Resources page */
.resourcesMainItem .resourcesMainTitle h2 span.resourcesMainOpen{
    transform: rotate(180deg);
    transition: 0.4s ease all;
}
.resourcesMainItem .resourcesMainTitle h2:hover {
    cursor: pointer;
}
.resourcesMainItem .resourcesMainTitle h2 span {
    float: right !important;
}

.resourcesMainItem .resourcesMainAssets .downloadLink {
    color: #fff !important;
}
.resourcesMainItem .resourcesMainAssets a.btn {
    display: none !important;
}

/*Pre register */
.body-preregister .funraisin-header {
    min-height:350px;
}
.body-preregister select {
-webkit-appearance: none;
-webkit-border-radius: 0px; 
}
.body-preregister .register-tabs {
    display: none;
}

.body-preregister .org-toggle {
    display: none;
}
.body-preregister #RegistrationForm .col-md-6,
.body-preregister #RegistrationForm .col-sm-8, 
.body-preregister #RegistrationForm .col-sm-4 {
    float: none;
}
.body-preregister .over-18 {
    display: none;
}
.body-preregister .create-org > div:first-child,.create-org > div:nth-child(2),.body-preregister .create-org > div:nth-child(3)  {
    display: none;
}
.body-preregister .cropit-preview > img {
    display: none;
}

.body-preregister .create-org > div {
    padding:0;
}
/*.body-preregister #org_name {*/
/*    max-width:465px;*/
/*}*/
.body-preregister #OrgUserImage {
    padding-bottom:60px;
}
.body-preregister #OrgUserImage .holder {
    text-align:left;
}
.body-preregister #OrgUserImage #UploadOrgUserImage {
     font-size: 16px;
    cursor:pointer;
}
.body-preregister #OrgUserImage #UploadOrgUserImage span {
  text-decoration:underline;
  font-family: 'Roboto Mono', monospace;
  font-weight: bold;

}
.body-preregister #OrgUserImage .preview {
    display:none;
}

.body-preregister #RegisterHandles .dollarHandlers .dollarHandle {
    display: inline-block;
    width: 17%;
    height: 95px;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 20px;
    border-top-left-radius: 0;
    margin: 10px;
    margin-bottom: 20px;
    cursor: pointer;
} 

@media (max-width:850px) {
    .body-preregister #RegisterHandles .dollarHandlers .dollarHandle {
        width: 29%;
    }
}
.body-preregister #RegisterHandles .dollarHandlers .dollarHandle:first-child{
    margin-left: 0;
}
.body-preregister #RegisterHandles .dollarHandlers .dollarHandle:last-child{
    margin-right: 0;
}
.body-preregister #RegisterHandles .dollarHandlers .dollarHandle.selected {
    border: 3px solid #82ce41;
}
.body-preregister #RegisterHandles .dollarHandlers .dollarHandle:hover {
    border: 3px solid #82ce41;
}
.body-preregister #RegisterHandles .dollarHandlers .dollarHandle h2 {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.body-preregister #departments {
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}
.body-preregister #org_description {
    margin-bottom: 40px !important;
    margin-top: 20px !important;
}
.body-preregister #RegisterHandles {
    margin-top: 20px;
    margin-bottom: 40px;
    border-bottom: 4px solid #82ce41 !important;
    padding: 20px 0;
    background:#f4f4f4;

}
.body-preregister .form-section-title {
    margin: 0 15px;
    
}

.body-preregister .funraisin-form .section {
    margin: 20px 0;
}

.body-preregister .template-event-register #RegistrationForm .form-control {
    margin-bottom: 8px;
    margin-top: 8px;
}
.body-preregister #OrgUserImage #UploadOrgUserImage {
    color: #000;
}
.body-preregister .funraisin-form .form-control {
    margin-bottom: 5px;
}

.body-preregister .funraisin-header .container {
    padding-bottom: 0;
    border-bottom: 4px solid #82ce41;
    background: #f4f4f4;
}
.body-preregister #tabcreateaccount {
    padding-top: 0;
}

.body-preregister #yourOwnAmount {
    padding-left: 19px;
}
.body-preregister .yourOwnAmountparent {
    position: relative;
}
.body-preregister .currencySign {
    position: absolute;
    font-size: 15px;
    top: 4px;
    left: 26px;
}

/*---------*/
/*staging event*/

.body-staging-register form .container {
    width: 1170px;
}
.body-staging-register .funraisin-form .section {
    margin-right:0;
    margin-left: 0;
}


.body-staging-register #RegisterWebform {
    display: none;
}
.body-staging-register .registration-steps {
    padding: 10px 0 !important;
    border-bottom: 2px solid #82ce41 !important;
    text-align: left;
}
.body-staging-register .registration-steps ul li,
.body-staging-register .registration-steps ul li.completed {
    border: none;
}
.body-staging-register .registration-steps ul li a {
    padding: 0 20px;
}
.body-staging-register .registration-steps ul li.completed a {
    color: #a5a6a8;
}
.body-staging-register .registration-steps ul li.current {
    background: none;
}
.body-staging-register .registration-steps ul li.current a {
    color: #000;
}

.body-staging-register .registration-steps ul li a i {
    display: none;
}
.body-staging-register .personalDetailsSection .container,
.body-staging-register .parentalSection .container,
.body-staging-register .termsSection .container,
.body-staging-register .createTeamSection .container,
.body-staging-register .joinOrgSection .container,
.body-staging-register .joinTeamSection .container{
    background: #f4f4f4;
    padding: 60px 140px;
}
.body-staging-register .createTeamSection,
.body-staging-register .personalDetailsSection,
.body-staging-register .fundraisingGoalSection,
.body-staging-register .joinOrgSection{
    margin-top: 0;
}
.body-staging-register .personalDetailsSection h3.row {
    width: 100%;
}


.body-staging-register .joinOrgSection  #orgpreview .row {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    padding: 20px;
    margin: 15px;
}
.body-staging-register .registerStepsTitle {
    padding: 0 0;
}
.body-staging-register .register-tabs {
    display: none;
}
.body-staging-register .funraisin-account-tab-content .tab-pane{
    padding: 0;
}

.body-staging-register .termsSection #terms-panel {
    border: none !important;
    padding:  0 !important;
    margin: 0 !important;
    height: auto !important;
}

.body-staging-register .termsSection #terms-panel .mCustomScrollBox {
    position: inherit !important;
    overflow: inherit  !important;
}

.body-staging-register .welcomeBack {
    color: #000;
}

/*second step*/
.body-staging-register .raiseMoneySection .container,
.body-staging-register .fundraisingGoalSection .container {
    background: #f4f4f4;
    padding: 60px 140px;
}

.body-staging-register .personalFundraisingGoal .dollarHandle {
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 35px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 0 15px 15px;
    cursor: pointer;
}
.body-staging-register .personalFundraisingGoal .dollarHandle p {
    font-size: 25px;
}

.body-staging-register .personalFundraisingGoal .dollarHandle:hover {
    border: 2px solid #82ce41;
}
.body-staging-register .personalFundraisingGoal .dollarHandle.selected, 
.body-staging-register #amountdetails .donationHandlers .radio .radio-text:hover,
.body-staging-register .entry-steps #amountdetails .donationHandlers.minimal .radio.bg-primary a,
.template-login-dashboard .dollarHandlers .dollarHandle.selected,
.template-login-dashboard .dollarHandlers .dollarHandle:hover {
    
    border: 2px solid #82ce41;
    background: #82ce41 !important;
    color: white;
}

.body-staging-register .entry-steps #amountdetails .donationHandlers.minimal .radio.bg-primary a .radio-amount,
.body-staging-register #amountdetails .donationHandlers .radio .radio-text:hover .radio-amount {
    color: white !important;
}

.body-staging-register #yourOwnAmount {
    padding-left: 19px;
}
.body-staging-register .yourOwnAmountparent {
    position: relative;
}
.body-staging-register .currencySign {
    position: absolute;
    font-size: 15px;
    top: 4px;
    left: 26px;
}
.body-staging-register .dollarHandleRadio {
    height: 16px;
    width: 13px;
    display: none;
}

/*Step 3*/
.body-staging-register .trackingStepSection .container{
    background: #f4f4f4;
    padding: 60px 140px;
}

.body-staging-register .trackingStepSection .trackingStepUsing {
    
}

.body-staging-register .trackingStepSection .trackingStepUsingItem {
    border: 1px solid #000;
    margin: 12px 0;
    padding: 10px 20px;
    cursor: pointer;
}

.body-staging-register .trackingStepSection .product {
    padding: 22px 15px !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background: #f4f4f4 !important;
}
.body-staging-register .trackingStepSection .product-info .addBtn {
    padding: 5px 50px;
    border: 1px solid #000;
    color: #000;
    background: none;
    cursor: pointer;
}

/*step 4*/
.body-staging-register .paymentAmountSection .container,
.body-staging-register .paymentSummarySection .container,
.body-staging-register .paymentDetailsSection .container,
.body-staging-register .addressdetailsSection .container,
.body-staging-register #Products .container{
    
    background: #f4f4f4;
    padding: 60px 140px;
}

.body-staging-register .toggleTeamSection .container{
    background: #f4f4f4;
    padding: 60px 140px;
}
.body-staging-register .team-toggle label {
    padding:10px 15px;
}
.body-staging-register .team-toggle label a {
    display:block;
    padding:15px 30px;
    background:#fff;
}

/*new 4 step payment*/
.body-staging-register .entry-steps #amountdetails .donationHandlers.minimal {
    max-width: 100%;
}
.body-staging-register #amountdetails .donationHandlers .radio .radio-text {
    padding: 5px 10px;
    outline: none;
    border: 1px solid #000;
    background: #fff;
    
    border: 2px solid #fff;
    padding: 12px 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 0 15px 15px;
    cursor: pointer;
}

.body-staging-register .entry-steps #amountdetails .donationHandlers.minimal .radio {
    padding: 0;
    border: none;
    padding-right: 15px;
}
.body-staging-register .entry-steps #amountdetails .donationHandlers.minimal .radio.bg-primary {
    background: none;
    color: #000;
}
.body-staging-register .entry-steps #amountdetails .donationHandlers.minimal .radio.bg-primary  a{
    background: #fff;
    color: #000;
    border: 2px solid #82ce41;
}
.body-staging-register .entry-steps #amountdetails .donationHandlers.minimal .radio.bg-primary .arrow-top {
    display: none;
}

.body-staging-register #amountdetails .donationHandlers .radio.notselected, 
.body-staging-register #amountdetails .donationHandlers .radio.nothover {
    opacity: 1;
}
/*.body-staging-register .entry-steps #amountdetails .donationHandlers.minimal .copy-text {*/
/*    display: none !important;*/
/*}*/

.body-staging-register #amountdetails .donationHandlers .radio .radio-amount {
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.body-staging-register .donationDollarHandlesPayement  {
    margin-top: 10px;
    display: none;
}

.body-staging-register #amountdetails .dollarSignPayment {
    /*background: none;*/
    /*border: none;*/
    /*color: #000;*/
    /*position: absolute;*/
    /*top: 7px;*/
    /*left: 0;*/
    border: 0;
}
.body-staging-register #amountdetails .dollarSignPayment  + input {
    /* padding-left: 20px; */
}

/*Team step*/
.body-staging-register .teamDetailsSection .container {
    background: #f4f4f4;
}
.body-staging-register .teamDetailsSection {
    margin-top: 0;
}
.body-staging-register .teamDetailsSection .entryTypeSection {
    margin: 0;
}

.body-staging-register .edit-entry {
    color: #ccc !important;
}
.body-staging-register .entry-complete .edit-entry {
    color: #fff !important;
}
.body-staging-register .teamDetailsSection .entryTypeSection .entries-block {
    padding: 30px 30px;
    /*border: 1px solid #000 !important;*/
    margin: 30px 0 0 0;
}
.body-staging-register .teamDetailsSection .entryTypeSection .entries-block .entry:not(.entry-complete) {
    border: 1px solid #000 !important;
    margin: 10px 0;
}

.body-staging-register .teamDetailsSection .expand-header {
    border: 1px solid #000 !important;
}

.body-staging-register .entry-complete {
    max-width:1080px;
    background:#2961a0;
    color:#fff;
    padding:20px 40px;
    margin:10px 0;
    border: 1px solid #2961a0 !important;
    
}
/*.body-staging-register .teamDetailsSection .entryTypeSection .entries-block .btn {*/
/*    background: none;*/
/*    border: 1px solid  #000;*/
/*    color: #000;*/
/*    margin-left: 30px;*/
/*}*/
.body-staging-register .teamDetailsSection .entryTypeSection .entries-block .btn-save-next {
    margin-left: 0;
}
.body-staging-register .entries-block .expand-header h3,
.body-staging-register .entries-block .entry-header h3{
    font-style: normal;
    color: #000;
    font-family: inherit;
}
.body-staging-register .entry-complete .expand-header  h3{
    color: #fff;
}
.body-staging-register .entries-block .remove-entry {
    color: #000;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
}

/*toggleTeamSection*/
.body-staging-register .createATeamSection {
    margin-top: 0;
}
.body-staging-register .createATeamSection .container {
    background: #f4f4f4;
    padding: 60px 140px;
}
.body-staging-register .toggleTeamSection a {
    cursor: pointer;
}
.body-staging-register .toggleTeamSection .team-toggle  a{
    padding: 35px 50px;
    background: #fff;
    color: #000;
}

/*Dashboard STYLE*/
.ui-widget-header {
    background: none !important;
    border: none !important;
}

.loggedin-header > .container > .vertical-align{
    align-items:flex-end;
}

.challenges {
    text-align: center;
}
.dashboard-challenges {
    padding: 0;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
/*.dashboard-challenges:before {*/
/*    content: '';*/
/*    display: block;*/
/*    border-bottom: 20px solid #fff;*/
/*    border-left: 20px solid transparent;*/
/*    border-right: 20px solid transparent;*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    left: calc(50% - 20px);*/
/*}*/
.challenges .reward,
.challenges .reward-on {
    width: 92px;
    height: 150px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 10px 10px 60px 10px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.challenges .reward span,.challenges .reward-on span {
    position: absolute;
    text-align: center;
    top: 110px;
    left: 0;
    width: 100%;
    color: #626386;
    font-size: 13px;
    line-height: 130%;
    text-transform: uppercase;
}

.challenges .reward-fundraising {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/aad3178e04615919cbe0e99b4760e55a.png');}
.challenges .reward-share-facebook {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/a4b969eb9821ee51fb3fc2cbeaa0076b.png');}
.challenges .reward-app {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/563e9d43c65c9480dc45f2a5a074841e.png');}

.challenges .reward-donated {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/1a31fb79bbd7f313144c076680a0f1dd.png');}
.challenges .reward-5donations {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/a7642610141b76f9d47a66a93519db42.png');}
.challenges .reward-target {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/0ab03ec3f51d23a83dbb46ba5021ee86.png');}

.challenges .reward-distance {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/dd27f9666cae163a8a93ea99c9f8b629.png');}
.challenges .reward-halfdistance {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/d56bc3e821b757650eca3ac098311d5f.png');}
.challenges .reward-distancetarget {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/02910e0b2d1817e92f9bb9067ad4ce3f.png');}


.challenges .reward-fundraising.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/6794a57b90448325f5610d6b64a44c63.png');}
.challenges .reward-share-facebook.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/a215d177d55b46813ad59a25acf537aa.png');}
.challenges .reward-app.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/f348184ac5a641738ec91690cf29ae23.png');}

.challenges .reward-donated.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/bbc8fc25db1d5887932d2dcdacd8bee3.png');}
.challenges .reward-5donations.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/0d09603dac8ddf65435783d8287e05ee.png');}
.challenges .reward-target.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/be6c30f22f41ebcffb84b74766ef30ce.png');}

.challenges .reward-distance.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/bfc10784df3c66999b0e25ad6259691f.png');}
.challenges .reward-halfdistance.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/551d9b9bda092961f00e885aa62545f8.png');}
.challenges .reward-distancetarget.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/dca2bae9db6e920d1c3f83a45ac67646.png');}


/*.challenges .reward-charli {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/cc22d515c09ca701fcd4d685fda0a9a6.png');}*/
/*.challenges .reward-neilob {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/525874ea6d39207fc71ce678c79ca01a.png');}*/
/*.challenges .reward-tej {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/973c317f805a998442b96fe6ac159815.png');}*/
/*.challenges .reward-marc {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/98b1f2c2bf542b96689ca11ab511f932.png');}*/

/*.challenges .reward-charli.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/4e02dbe24c7b234ca972af80f04e0103.png');}*/
/*.challenges .reward-neilob.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/6e33ebb0addc851ea84c014eef36f7ae.png');}*/
/*.challenges .reward-tej.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/d2c232f9c6343350c11396f97bd4c461.png');}*/
/*.challenges .reward-marc.reward-on {background-image:url('https://d1ycj7j4cqq4r8.cloudfront.net/fad1503ecdf00f3fc3849ddf605569ad.png');}*/

/*Header*/
.profile-header .vertical-align{
    align-items: flex-end;
}
.profile-header .funraisin-profile-header  {
    padding-bottom: 50px;
}
.profile-header .funraisin-profile-header > p:nth-child(3) {
    display:none;
}
/*.profile-header .funraisin-profile-header > h1 {*/
/*    padding-bottom:20px;*/
/*}*/
.profile-header .funraisin-profile-header > h1:after {
    --st-profile-line-color: #81cf40;
    content:'';
    display:block;
    border-bottom: 8px solid var(--st-profile-line-color);
    width: 200px;
    margin-top: 15px;
}
.loggedin-header.funraisin-header,
.profile-header.funraisin-header
.customDashboardHeader .funraisin-header {
    /*background: url(https://d1ycj7j4cqq4r8.cloudfront.net/f8bdac1fdb1b9474dd826a0320b7e17d.jpg);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*box-shadow: inset 0 0 0 1000px rgba(0,0,0,.1);*/
}
.loggedin-header.funraisin-header .cover-image-upload,
.profile-header.funraisin-header .cover-image-upload{
    display: none;
}
.funraisin-header .container {
    padding-bottom: 0 !important;
   
}

.body-staging-register  .funraisin-header .container {
    background: #f4f4f4; 
}

.loggedin-header .profile-image-preview,
.profile-header .profile-image-preview {
    --st-profile-image-width: 300px;
    --st-profile-image-height: 300px;
    height: var(--st-profile-image-width);
    width: var(--st-profile-image-height);
    background: #fff;
    text-align: center;
    border-radius: 8px 8px 0px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}
.loggedin-header .profile-image,
.profile-header .profile-image{
    border-radius: 0;
    border: 0;
    width:  inherit !important;
    /*height: inherit !;*/
    max-height: 100%  !important;
    max-width: 100% !important;
    margin: auto;
}

.loggedin-header .profile-image-frame .profile-image-upload ,
.profile-header .profile-image-frame .profile-image-upload {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}

.loggedin-header .profile-image-frame .profile-image-upload .btn,
.profile-header .profile-image-frame .profile-image-upload .btn{
    background: none !important;
    border: none !important;
    color: #ccc;
}

.funraisin-header .profile-header-title h1 {
    display: inline;
    border-bottom: 10px solid #0063a5;
    padding-bottom: 10px;
    line-height: 140%;
}

.profile-header-yourpage,
.profile-header-raised,
.profile-header-event,
.profile-header-goal{
    /*display: none;*/
}

.profile-header-title {
    /*padding-bottom: 20px;*/
    display: flex;
    align-items: center;
}
.profile-header-share {
    float: right;
    display: flex;
    align-items: center;
    height: 95px;
}

#modal-share-page .share-page-icons a,
.loggedin-header .share-page-icons a,
.profile-header .share-page-icons a{
    background: #fff !important;
    border-radius: 50% !important;
    /*padding: 7px 11px !important;*/
    width: 39px !important;
    height: 39px !important;
    /*line-height: 24px !important;*/
    color: #000;
    display: inline-block;
}
#modal-share-page .share-page-icons a i,
.loggedin-header .share-page-icons a i,
.profile-header .share-page-icons a i{
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#modal-share-page .share-page-icons .btn-facebook,
.loggedin-header .share-page-icons .btn-facebook,
.profile-header .share-page-icons .btn-facebook{
    color: #3b5998 !important;
}
#modal-share-page .share-page-icons .btn-twitter,
.loggedin-header .share-page-icons .btn-twitter,
.profile-header .share-page-icons .btn-twitter{
    color: #4099ff !important;
}
#modal-share-page .share-page-icons .btn-linkedin,
.loggedin-header .share-page-icons .btn-linkedin,
.profile-header .share-page-icons .btn-linkedin{
    color: #0077b5 !important;
}
#modal-share-page .share-page-icons .share-email ,
.loggedin-header .share-page-icons .share-email ,
.profile-header .share-page-icons .share-email {
    color: #0762a5 !important;
}
#modal-share-page .share-page-icons .fa-envelope,
.loggedin-header .share-page-icons .fa-envelope,
.profile-header .share-page-icons .fa-envelope{
    color: #0762a5 !important;
}


/*Subnav*/
.funraisin-page-loggedin-toggle .navbar {
    text-align: left;
}
.funraisin-page-loggedin-toggle + .height-20 {
    display: none;
}

.funraisin-page-loggedin-toggle ul li {
    padding: 20px 0px;
}
.funraisin-page-nav {
    border-bottom: 5px solid #81ce41;
    padding: 0;
}
.funraisin-page-nav .navbar {
    text-align: left;
}

.funraisin-page-nav ul li a {
    opacity: 0.5;
    font-weight: 400;
    border: 0;
}
.funraisin-page-nav ul li a:hover,
.funraisin-page-nav ul li a.active {
    color: #000;
    font-weight: 700;
    background: none;
    opacity: 1;
}

/*my achievement*/
.container-padding {
    padding: 15px 50px;
}

/*Fundraising progress*/
.myAchievementSection > .container {
    padding: 20px 70px;
}

.fundraisingProgressSection,
.myAchievementSection,
.askSupportSection,
.trackStepsAppSection,
.customFitnessCalendarSection,
.matchedGivingSection{
    background: #f4f4f4;
}

.fundraisingProgressSection .container,
.askSupportSection .container, 
.customFitnessCalendarSection .container,
.matchedGivingSection .container{
    padding: 40px 85px;
    background: #fff;
}

.fundraisingProgressProgress .progress, 
.fundraisingProgressProgress  .progress-bar {
    height: 20px;
    box-shadow: 0 0 0 0 !important;
}
.fundraisingProgressProgress > .col-sm-6 {
    font-weight: 700;
}
.fundraisingProgressProgress > .col-sm-6.text-right {
    opacity: 0.5;
}

/*trackStepsAppSection*/
.trackStepsAppSection {
    padding: 40px 0 80px;
}
.trackStepsAppSection > .container {
    padding: 20px 90px;
}
.trackStepsAppSection .trackStepsAppBox {
    padding: 60px 72px;
}
.trackStepsAppSection .trackStepsAppBox h2 {
    color: #fff;
}
.trackStepsAppSection .btn-secondary {
    background: #fff;
    border: none;
    color: #000;
    padding: 13px 90px;
}

/*Donors*/
#Donors {
    scroll-margin-top: 250px
}
.viewAllButton {
    text-transform: uppercase;
}

.fundraisingProgressDonors .panel {
    display: flex;
    align-items: center;
    padding: 10px !important;
    margin-bottom: 10px !important;
    border: none !important;
    box-shadow: 0 0 0 0 !important;
}
.fundraisingProgressDonors .profile-image-wrapper {
    height: 45px !important;
    width: 45px !important;
}

.fundraisingProgressDonors .profilename {
    padding: 0 20px !important;
    margin-right: auto;
    
}
.fundraisingProgressDonors .profilename h4 {
    font-weight: 700;
    color: #0761a5;
    font-size: 18px;
}
.fundraisingProgressDonors .donation .amount {
    position: relative !important;
    font-weight: 700;
    color: #82dc00;
}

.fundraisingProgressSection .btn.btn-primary {
    background: none !important;
    color: #000;
    border: 0;
    font-size: 18px;
} 
.fundraisingProgressSection .btn.btn-primary span {
    border-bottom: 2px solid #000;
    opacity: 0.5;
}

/*Sponsors page*/
.sponsorsDonationsSection,
.offlineDonationSection{
    background: #f4f4f4;
}
.sponsorsDonationsSection .container,
.offlineDonationSection .container{
    padding: 40px 85px;
    background: #fff;
    overflow: visible;
}

.sponsorsDonationsSection .panel {
    padding: 0 !important;
    padding-bottom: 20px !important;
    margin-bottom: 10px !important;
    border: none !important;
    box-shadow: 0 0 0 0 !important;
}
.sponsorsDonationsSection .panel .donation-top {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    padding: 10px 5px;
}
.sponsorsDonationsSection .panel .donation-bottom {
    padding: 10px 85px;
    font-style: italic;
    padding-right: 0;
}
#template-profile .sponsorsDonationsSection .donation {
    max-width:calc(100% - 420px);
    min-width:55%;
}
.sponsorsDonationsSection .profile-image-wrapper {
    height: 60px !important;
    width: 60px !important;
}

.sponsorsDonationsSection .profilename {
    padding: 0 20px !important;
    margin-right: auto;
    
}
.sponsorsDonationsSection .profilename h4 {
    font-weight: 700;
    color: #0761a5;
}
.sponsorsDonationsSection .donation .donation-date {
    color:#7c7c7c;
    font-size:0.7em;
}
.sponsorsDonationsSection .donation .amount {
    position: relative !important;
    font-weight: 700;
    color: #82dc00;
}

.sponsorsDonationsSection .btn.btn-primary {
    background: none !important;
    color: #000;
    border: 0;
} 
.sponsorsDonationsSection .btn.btn-primary span {
    border-bottom: 2px solid #82dc00;
    padding: 5px 0;
}

.sponsorsDonationsSection .panel .sendThanksButton {
    text-transform: uppercase;
    color: #82dc00;
    padding: 5px 0;
}
.sponsorsDonationsSection .panel .thanksSentButton {
    opacity: 0.5;
    text-transform: uppercase;
    background: none !important;
    padding: 0;
}
.sponsorsDonationsSection #SortBy {
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}
.sponsorsDonationsSection #SortBy img {
    padding-left:10px;
    width: 30px;
}

/*addActivitySection*/

.addActivitySection,
.allActivityListSection,
.customfitnessGoalSection, 
.trackStepsAppSection{
    background: #f4f4f4;
    padding: 70px 0;
    margin: 0 !important;
}

/*.allActivityListSection table.Results th {*/
/*	padding: 20px 0;*/
/*}*/

.addActivitySection > .container,
.allActivityListSection > .container,
.customfitnessGoalSection > .container{
    padding: 40px 85px !important;
    background: #fff;
}
.addActivitySection .form-group {
    margin-bottom: 20px;
}
.addActivitySection small {
    font-size: 14px;
    font-style: italic;
}
.addActivitySection hr  {
    margin: 30px 0;
}
.addActivitySection h3 {
    color: #000;
    font-style: inherit !important;
    font-family: inherit;
    font-weight: 700;
    margin-bottom: 15px;
}

/*Get support*/
.getSupportSection, 
.hintsAndTipsSection{
    background: #f4f4f4;
    padding: 70px 0;
    margin: 0 !important;
}

.getSupportSection > .container {
    padding: 40px 85px !important;
    background: #fff;
}

.getSupportSection #share-page-buttons .btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: none !important;
    border: 2px solid #f4f4f4;
}
.getSupportSection #share-page-buttons .btn .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
}
.getSupportSection #share-page-buttons .btn.btn-facebook {
    color: #3b5998 !important;
}
.getSupportSection #share-page-buttons .btn.btn-twitter {
    color: #4099ff !important;
}
.getSupportSection #share-page-buttons .btn.btn-linkedin {
    color: #0077b5 !important;
}
.getSupportSection #share-page-buttons .btn.btn-link {
    color: #000 !important;
}

/*hintsAndTipsSection*/
.hintsAndTipsSection {
    padding-top: 0;
}
.hintsAndTipsSection .hintsAndTipsBox {
    padding: 60px 100px;
}
.hintsAndTipsSection .btn-secondary {
    background: #fff;
    border: none;
    color: #000;
    padding: 13px 90px;
}

/*tabs*/
.getSupportSection .tab-pane.active {
    border: none;
    padding: 0;
}
.getSupportSection .nav-tabs {
    padding: 0;
    margin: 0;
}

.getSupportSection .nav-tabs li {
    border-radius: 0;
}
.getSupportSection .nav-tabs li a {
    text-transform: uppercase;
    text-decoration: none;
}
.getSupportSection .who_going_to_email small,
.getSupportSection .what_would_like_say small,
.getSupportSection .email-message small{
    text-transform: uppercase;
    opacity: 0.5;
}
.getSupportSection .my-contacts-btn {
    background: none;
    border: none;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 2px solid;
    margin-bottom: 20px;
    opacity: 0.5;
    font-size: 20px;
}

/*Updated fundriasing section*/
/*Profile*/
.updateFundraisingSection,
.updateProgressSection{
    background: #f4f4f4;
    padding: 70px 0;
    margin: 0 !important;
}
.updateFundraisingSection .container:not(.updateFundraisingSectionTitle),
.updateProgressSection .container:not(.updateProgressSectionTitle){
    padding: 40px 85px !important;
    background: #fff;
}
.updateFundraisingSection .input-group {
    width: 100%;
}
.updateFundraisingSection #m_target,
.updateFundraisingSection #t_target,
.updateFundraisingSection #org_target{
    padding-left: 20px;
}

.updateFundraisingSection .targetDollarSign {
    position: absolute;
    background: none;
    box-shadow: 0 0 0 0;
    border: none;
    top: 7px;
}

/*blog post*/
.updateProgressSection  {
    
}
.updateProgressSection h3 {
    color: #000;
    font-style: inherit !important;
    font-family: inherit;
    font-weight: 700;
    margin-bottom: 15px !important;
}


.updateProgressSection .Results .btn {
    background: none !important;
    padding: 0 !important;
}
.updateProgressSection .Results .btn span {
    border-bottom: 2px solid #000;
    color: #000;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 18px;
}
.updateProgressSection .table-striped>tbody>tr {
    background: #f4f4f4 !important;
    margin-bottom: 10px;
    display: table-row;
    width: 100% !important;
    border-bottom: 10px solid #fff;
    width: 100%  !important;
}
.updateProgressSection.teamProgressSection .table-striped>tbody>tr {
     border-bottom: 50px solid #fff;
}
.updateProgressSection .Results tr .Dk{
    /*background: #fff;*/
}
.updateProgressSection .Results tr .Dk:first-child,
.updateProgressSection .Results tr .Lt:first-child{
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    /*opacity: 0.6;*/
    /*left: -100px;*/
    position: absolute;
    margin-left: -85px;
}
.updateProgressSection.teamProgressSection .Results tr .Dk:first-child,
.updateProgressSection.teamProgressSection .Results tr .Lt:first-child{
    margin-top: -50px;
    margin-left: 0;
    padding-left: 0;
}
.updateProgressSection .Results tr .Dk:nth-child(2),
.updateProgressSection .Results tr .Lt:nth-child(2){
    /*left: -100px;*/
    position: relative;
    font-size:0.8em;
    color:#7d7e9a;
}
/*RegistrationForm*/
#RegistrationForm .container {
    width: 1200px;
}

/*Subnav*/
.template-login-dashboard .funraisin-page-loggedin-toggle {
    display: none;
}

/*team member*/
.teamMemberSection,
.editTeamMemberDetailsSection{
    background: #f4f4f4;
    padding: 70px 0;
    margin: 0 !important;
}
.teamMemberSection .container,
.editTeamMemberDetailsSection .container{
    padding: 40px 85px !important;
    background: #fff;
}

.teamMemberSection .org-entry-header {
    background:#f9f9f9;
    padding:10px 0;
}
.teamMemberSection .entry {
    background: #0762a5;
    color: #fff;
    padding: 30px;
    margin-bottom: 15px;
}
.teamMemberSection .entry.entry-active {
    background:#81ce41;
}

.teamMemberSection .entry .edit-entry {
    border-bottom: 2px solid #fff;
}
.editTeamMemberDetailsSection .teammemberItem {
    border: 1px solid #000;
    padding: 35px;
}

/*profile*/
.profile-social-icons {
    padding: 30px 0;
}

#template-profile #share-page-icons .btn.btn-primary {
    background: #fff !important;
    border: 1px solid #ccc;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
#template-profile #share-page-icons .btn.btn-primary i {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.profileSidebar {
    margin-top: -244px;
}
.profileSidebar .sidebar-top {
    background: none;
    padding: 0;
}

.profileSidebar .sidebar-top h2 {
    background: #000;
    padding: 27px;
    text-align: left;
    font-style: italic;
    margin: 0;
}

.profileSidebar .sidebar-top .matched-giving-icon + .text-center h2 {
    padding-top: 55px;
}
.profileSidebar .statistics {
    padding: 20px 30px 20px;
}

.profileSidebar .statistics .iveRaised h3,
.profileSidebar .statistics .iveRaised h4{
    color: #000;
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
}
.profileSidebar .statistics .iveRaised h4 {
    display: none;
}


.profileSidebar .statistics .myGoal h3,
.profileSidebar .statistics .myGoal h4{
    color: #000;
    font-weight: 700;
    /*font-size: 22px;*/
    /*font-family: monospace;*/
    font-style: inherit;
    opacity: 0.5;
}

.profileSidebar .statistics .myGoal h4 {
    display: none;
}
.profileSidebar .progress,
.profileSidebar .progress-bar{
    height: 24px;
    box-shadow: 0 0;
}
.profileSidebar .progress-bar {
    border-radius: 25px 25px 25px 25px;
}
.profileSidebar .progress{
    margin: 30px 30px 10px;
}

/*dollar amount*/
.profileSidebar .profileSponsorForm .sidebar-form-toggler-nav {
    display: none;
}

.profileSidebar #chooseamount {
    text-align: left;
    padding: 0px 15px;
}

.profileSidebar #chooseamount .copy-text .row {
    padding-top: 0 !important;
}
.profileSidebar #chooseamount .copy-text .row .col-xs-12 {
    padding: 0;
}
.profileSidebar #chooseamount .copy-text .row .col-xs-12.text-center {
    text-align: left;
    padding: 20px 20px 20px;
}
.profileSidebar #chooseamount .radio {
    background: #fff;
    color: #000;
    margin: 0;
    border: none;
    padding: 5px;
}

.profileSidebar .donationHandlers {
    padding-bottom: 20px;
}
.profileSidebar .donationHandlers .radio .radio-wrap {
    border: 1px solid #000;
}
.profileSidebar #chooseamount .radio.selected .radio-wrap {
    border: 1px solid #82dc00;
}
.profileSidebar #chooseamount .radio .arrow-top {
    display: none;
}
.profileSidebar #chooseamount .radio-amount {
    padding: 10px;
}
.profileSidebar #chooseamount .radio .radio-text {
    color: #000;
}
/*input*/
.profileSidebar #chooseamount .input-group-addon {
    border: 1px solid #000 !important;
    border-right: none !important;
    background: #82dc00 !important;
    color: #000;
}
.profileSidebar #chooseamount #d_amount_free {
    border-left: none;
    border-width: 1px !important;
}

.profileSidebar #chooseamount .form-group .col-sm-6,
.profileSidebar #personaldetails .form-group .col-sm-6,
.profileSidebar #paymentdetails .form-group .col-sm-6{
    width: 100%;
    padding: 20px 10px 10px;
}

/*badges*/

.myBadgesSectionProfile {
    padding: 45px 15px;
    background: #FFFFFF;
    border: 5px solid #0762a5;
    color: #000;
    margin-top: -230px;
}
#template-profile .myBadgesSectionProfile {
    background:#0762a5;
    color:#fff;
}
.myBadgesSectionProfile .challenges .reward, 
.myBadgesSectionProfile .challenges .reward-on{
    width: 140px;
    height: 200px;
}

.myBadgesSectionProfile .challenges .reward span, 
.myBadgesSectionProfile .challenges .reward-on span  {
    top: 160px;
    color: #fff;
    font-size: 18px;
}

.blogTextSection,
.myBadgesSection,
.updatesProfileSection{
    background: #f4f4f4;
}

.blogTextSection {
    padding-bottom: 150px !important;
}

/*donors*/
#template-profile .sponsorsDonationsSection {
    background: #fff;
}

#template-profile .share-page-icons .btn-social {
    background: #fff !important;
    border: 1px solid #ccc;
    height: 40px;
    width: 40px;
    border-radius:50%;
}
#template-profile .share-page-icons .btn-social i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 !important;
}
#template-profile .share-page-icons .btn-social.btn-facebook i{
    color: #3b5998 !important;
}
#template-profile .share-page-icons .btn-social.btn-twitter i{
    color: #4099ff !important;
}
#template-profile .share-page-icons .btn-social.share-email i{
    color: #034271 !important;
}
#template-profile .share-page-icons .btn-social.btn-linkedin i{
    color: #0077b5 !important;
}

#template-profile .blog .title {
    font-size: 2em;
    font-weight:700;
    color:#000;
    text-transform:uppercase;
    line-height:100%;
}
#template-profile .blog .title i {
    font-size: 26px;
    color: #000;
}

#template-profile .blog .date {
    text-transform: uppercase;
    font-family: Roboto Mono, monospace;;
    
}

#template-profile .profile-fitness-activity h3 {
    font-size: 2em;
    font-weight:700;
    color:#000;
    text-transform:uppercase;
    line-height:100%;
}

 #template-profile #Donations {
    position: relative !important;
    overflow: visible;
}
@media only screen and (min-width: 2000px) {
/*#template-profile #Donations:not(.orgProfileDonations):after {*/
/*    content: '';*/
/*    position: absolute !important;*/
/*    height: 628px;*/
/*    width: 400px;*/
/*    top: -75px;*/
/*    right: 90px;*/
/*    background: url(https://d1ycj7j4cqq4r8.cloudfront.net/e46762ac3a6987e30939acce04f1ee2a.png);*/
/*    background-size: cover;*/
/*    z-index: 99;*/
/*}*/
}
#template-profile #Donations.orgProfileDonations:after {
    content: '';
    position: absolute !important;
    height: 720px;
    width: 400px;
    top: -75px;
    right: 90px;
    background: url(https://d1ycj7j4cqq4r8.cloudfront.net/7b6db6ee5db8a454f86ba90f6990bb2d.png);
    background-size: cover;
    z-index: 99;
}
#template-profile .sponsorsDonationsSection .container {
    padding: 40px 0;
}
#template-profile .profile_subheader {
    padding-left: 0;
}

/*tabmembers*/
#template-profile #tabmembers:not(.customTeamMember) {
    display: none;
}

#template-profile .customTeamMember .member {
    padding-left: 0;
}
/*Add spnsor / team*/
#d_organisation {
    height: 45px;
}

/*Team Add sponsor*/
.teamAddSponsorSection,
.donorsPersonalDetailsSection,
.donorsPostalAddressSection,
.donorsPaymentSection,
.donorsSubmitSection,
.accountPersonalDetailsSection,
.accountHeading,
.accountPostalAddressSection,
.accountResetPasswordSection,
.accountYourHistory{
    background: #f4f4f4;
    margin: 0 !important;
}
.teamAddSponsorSection .container,
.donorsPersonalDetailsSection .container,
.donorsPostalAddressSection .container,
.donorsPaymentSection .container,
.accountPersonalDetailsSection .container,
.accountPostalAddressSection .container,
.accountResetPasswordSection .container,
.accountYourHistory .container{
    padding: 40px 85px !important;
    background: #fff;
    overflow: visible;
}

.donorsPersonalDetailsSection .row,
.donorsPostalAddressSection .row,
.donorsPaymentSection .row,
.accountPersonalDetailsSection .row,
.accountPostalAddressSection .row,
.accountResetPasswordSection .row,
.accountYourHistory .row{
    margin-left: -15px;
    margin-right: -15px;
}
.teamAddSponsorSection .targetDollarSign {
    position: absolute;
    background: none;
    box-shadow: 0 0 0 0;
    border: none;
    top: 7px;
}
.teamAddSponsorSection #d_amount {
    padding-left: 20px;
}

/*add member org dashboard*/
.addMemberSection,
.shippingAddressSection{
    background: #f4f4f4;
    padding: 70px 0;
    margin: 0 !important;
}
.addMemberSection .container:not(.addMemberSectionTitle),
.shippingAddressSection .container:not(.shippingAddressSectionTitle){
    padding: 40px 85px !important;
    background: #fff;
}

/*account*/
.accountNavbar {
    border-bottom: 5px solid #81ce41;
    padding: 0;
}
.accountNavbar li {
    background: none !important;
    padding-left: 0;
    border: none;
}
.accountNavbar li a {
    color: #000 !important;
    font-weight: 400;
    padding-left: 0;
    border: none;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0;
}
.accountNavbar li.active  a,
.accountNavbar li:hover a{
    font-weight: 700;
    color: #000 !important;
    opacity: 1;
}

/*navbar dropdown*/
.LoggedInNavOptions li a {
    padding: 10px 0 !important;
    margin: 0 10px !important;
}

/*anchor bar*/
#AnchorBar .lump-navigation .nav-pills {
    border-bottom: none;
    padding: 0;
}
#AnchorBar .lump-navigation .nav-pills li a {
    background: none;
    color: #fff;
    opacity: .55;
}
#AnchorBar .lump-navigation .nav-pills li a:hover {
    opacity: 1;
}

/*video content*/
.video-content {
    max-width: 1100px;
    margin: 0 auto;
}

.profileSidebar #chooseamount #d_amount_free {
    background:#fff;
}

.ui-menu .ui-menu-divider {
    display:none;
}

.profileSidebar {
    top:80px;
}

/*Donation page styles*/
.donation-steps {
    background: #f6f6f6;
}
#amountdetails .donationHandlers.cards .radio {
    background: #fff;
    border-radius: 15px;
}
#amountdetails .donationHandlers.cards .radio:after {
    border-radius: 15px;
}
#amountdetails .donationHandlers.cards .radio .radio-image {
    border-radius: 0 15px 0 0;
    padding-bottom: 40px;
}
#amountdetails .donationHandlers.cards .radio .radio-copy {
    font-size: 16px;
    line-height: 135%;
}
#amountdetails .donationHandlers.cards .radio .radio-amount {
    border: 4px solid #fff;
    background: #000;
    font-family: 'Roboto Mono', monospace;
    font-size: 1em;
}
#amountdetails .donationHandlers.cards .radio-border {
    border: none;
}

/*Fundraiser search styles*/
.lump-members .panel, .member-panel {
    border-color: #e5e5e5;
    border-radius: 0 15px 15px;
}
.lump-members h3.lump-member-title.pb20, .member-panel h3.lump-member-title  {
    color: #000;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 0 !important;
    padding: 0 20px;
}
.lump-members .row.text-left.vertical-align {
    padding:0 20px;
}
.lump-members h3.amount {
    color: #000;
    font-family: 'Roboto Mono', monospace;
    padding: 0;
}
.lump-members .grey-text {
    font-size: 16px;
    text-transform: uppercase;
}
.lump-members .btn-tertiary, .member-panel .btn-tertiary {
    display: none;
}
.fundraiser-tabs.tab-content .nav-tabs {
    border-bottom: 1px solid #000;
    background: #fff;
    margin-top: -87px;
}

#template-profile .funraisin-header .vertical-align.height-full .col-sm-3{
    padding-left: 0 !important;
}
#template-profile .share-page-icons .btn-primary {display:none;}



/*PayinMoney Dashboard page*/
.payInMoneySection,
.payInMoneyPaymentSection{
    background: #f4f4f4;
    margin: 0 !important;
}
.payInMoneySection .container,
.payInMoneyPaymentSection .container{
    width: 1230px !important;
}
.payInMoneySection .container:not(.payInMoneySectionTitle),
.payInMoneyPaymentSection .container:not(.payInMoneyPaymentSectionTitle){
    padding: 40px 85px;
    background: #fff;
}

.payInMoneySection .input-group {
    width: 100%;
}
.payInMoneySection .d_amount{
    padding-left: 20px;
}

.payInMoneySection .targetDollarSign {
    position: absolute;
    background: none;
    box-shadow: 0 0 0 0;
    border: none;
    top: 7px;
}



/*new updates*/
/*donation page*/

.template-donation .steps-nav ul {
    border-bottom: 1px solid #000;
}
.template-donation .steps-nav {
    margin-bottom: -30px;
}
.template-donation .donation-steps  {
    padding-top: 30px;
}

.template-donation #amountdetails .input-group-addon.transparent,
.template-donation #amountdetails .input-group-addon.border-primary{
    background: #82ce41 !important;
    color: #000;
    border: 1px solid #82ce41;
    border-right: none;

}
.template-donation  #amountdetails #d_amount_free {
    border: none;
    padding-left: 10px !important;
    
}

.template-donation #amountdetails #d_amount_free.bg-primary {
    background: none !important;
}

.template-donation #amountdetails .error-absolute .input-group {
    border: 1px solid #000;
    margin-bottom: 20px;
    font-size: 16px;
}

.template-donation .btn[rel="amountdetails"] {
    width: 250px;
    margin: 0 auto;
}

.template-donation .btn[rel="personaldetails"] {
    width: 250px;

}
.template-donation .paymentButton {
    width: 250px;
}

.template-donation .btn-back {
    text-align: left;
}

.template-donation .height-30 {
    display: none;
}

.template-donation .container > h3 {
    font-family: 'AtramentStdNew', Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}
.funraisin-form em.invalid {
    display:none;
    font-size:0.8em;
    font-style:normal;
    font-weight:400;
    /*position:absolute;*/
    /*left:15px;*/
    /*top:-10px;*/
    float:left;
    width:100%;
    padding:0 15px;
}
#BusinessUnits-error {
    font-family: Roboto Condensed;
    font-size: 17px;
    padding: 5px 0;
}
#popup .BtClose {
    background: #337ab7;
    line-height: 30px;
    color: #fff;
}

#template-profile #Donations {
    padding-bottom:100px;
}

.teamurl {
    display:none;
}

#popup .tab-pane {
    border:none;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    font-family:"Font Awesome 5 Free";
    font-weight:600;
}

/*#tabeventwide .raised:before,#taborganisation .raised:before*/
#tabeventwide .raised span,
#taborganisation .raised span{
    /*content: 'Total Fundraising';*/
    font-size: 15px;
    white-space: nowrap;
    text-transform: uppercase;
}

/*#tabeventwidesteps .raised:before,#tabsteps .raised:before*/
#tabeventwidesteps .raised span,
#taborganisationsteps .raised span{
    /*content: 'Total Steps';*/
    font-size: 15px;
    white-space: nowrap;
    text-transform: uppercase;
    
}

@media screen and (max-width:1000px) {
    #template-profile #Donations.profileDonations:after {
        display:none;
    }
    .sponsorsDonationsSection .donation {
        width:100%;
        max-width:none;
    }
    #RegistrationForm .container {
        padding:0 15px;
    }
}



/*New Leaderboard custom profile*/

.template-login-dashboard #Leaderboard .leaderboardrow:hover,
#template-profile #Leaderboard .leaderboardrow:hover{
    box-shadow: none;
    transform: none;
}

#Leaderboard .leaderboardrow .profileimage {
    width: 90px !important;
    height: 90px !important;
    padding: 0;
    margin: 0 50px;
    /* border: 1px solid; */
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.template-login-dashboard #Leaderboard .leaderboardrow .profileimage {
    margin: 0 20px 0 20px;
}
#Leaderboard .leaderboardrow .profileimage img {
    max-width: 100%;
    max-height: 100% !important;
    height: auto;
    width: auto !important;
    border-radius: 0;
}

.template-login-dashboard #Leaderboard .leaderboardrow .profilename {
    width: 47%;
}

#Leaderboard .leaderboardrow a {
    display: flex;
    align-items: center;
}
#Leaderboard .leaderboardrow .raised {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    /*width: 28%;*/
}
#Leaderboard .leaderboardrow .raised h3 {
    /*font-family: Roboto Condensed;*/
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.46px;
    text-transform: none;
    font-weight: 400;
    color: #000;
}


/*Dashboard leaderboard new*/


.template-login-dashboard #Leaderboards,
#template-profile #Leaderboards{
    padding: 40px 0 !important;
}

.template-login-dashboard #Leaderboards .activity-tabs li,
#template-profile #Leaderboards .activity-tabs li{
    border-radius: 0;
    border-bottom: 1px solid #000;
    background: none;
    color: #000;
}
.template-login-dashboard #Leaderboards .activity-tabs li.active,
#template-profile #Leaderboards .activity-tabs li.active{
    border-bottom: 2px solid #0063a5;
    color: #0063a5;
}
.template-login-dashboard #Leaderboards .activity-tabs li h3,
#template-profile #Leaderboards .activity-tabs li h3{
    font-family: Roboto Condensed;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    
}
.template-login-dashboard #Leaderboards .activity-tabs li.active h3,
#template-profile #Leaderboards .activity-tabs li.active h3{
    font-weight: 600;
}
.template-login-dashboard #Leaderboards .activity-tabs a,
#template-profile #Leaderboards .activity-tabs a{
    text-decoration: none;
}

.template-login-dashboard #Leaderboards .nav-tabs li,
#template-profile #Leaderboards .nav-tabs li{
    border-radius: 0;
}
.template-login-dashboard #Leaderboards .nav-tabs a,
#template-profile #Leaderboards .nav-tabs a{
    text-decoration: none;
}
.template-login-dashboard #Leaderboard .leaderboardrow a,
#template-profile #Leaderboard .leaderboardrow a{
    padding: 8px;
}
.template-login-dashboard #Leaderboard .leaderboardrow .profileimage,
#template-profile #Leaderboard .leaderboardrow .profileimage{
    width: 75px !important;
    height: 75px !important;
}
.template-login-dashboard #Leaderboard .leaderboardrow .raised,
#template-profile #Leaderboard .leaderboardrow .raised{
    width: 24%;
}

#Leaderboard .leaderboardrow {
    display: flex;
    align-items: center;
    padding: 25px 20px;}
#Leaderboard.leaderboard-small .leaderboardrow .rank {
    position: relative;
    top: auto!important;
    left: auto!important;
    right: auto!important;
    bottom: auto!important;
	min-width: 40px;}
#Leaderboard .leaderboardrow a {
    width: 100%;
	min-height: 1px!important;
    padding: 0 0 0 20px;
    gap: 20px;}
#Leaderboard .leaderboardrow a .profileimage {
    width: 60px!important;
    height: 60px!important;
    margin: 0;
    border-radius: 4px;}
#Leaderboard.leaderboard-small .leaderboardrow a .profilename {
    flex: 1 1 0%;}
#Leaderboard.leaderboard-small .leaderboardrow a .profilename h4 {
    margin: 0;}
#Leaderboard.leaderboard-small  .leaderboardrow a .raised {
    width: auto;}
#Leaderboard.leaderboard-small  .leaderboardrow a .raised p {
    margin: 0;
    font-size: 18px;
    color: var(--st-grey);
    line-height: 1.5;}

#Leaderboard .leaderboardrow a .raised h3 {
    margin: 0;
    line-height: 1.2;
}

@media(min-width: 1200px) {
	.custom-leaderboards section#fundraisers {
		padding-right: 70px;
	}

	.custom-leaderboards #steppers {
		padding-left: 70px;
	}
}

/*topFundraiserSection*/

.topFundraiserSection > .container {
    border-bottom: 4px solid #82ce41;
}

/*Hide top stepper for a while*/

/*.topFundraiserSection > .container > .row > .col-sm-6:last-child{*/
/*    display: none;*/
/*}*/


.tab-pane.active {border:none;}
#Progress .MembersBlock {border-top:1px solid #e5e5e5;margin-top:40px;padding-top:20px;}


/*Fundraising page leaderboard - Murtaza  */

.fundraisingPageLeaderboard .nav-tabs li {
    border-radius: 0;
}
.fundraisingPageLeaderboard .nav-tabs li h3 {
    font-family: Roboto Condensed;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
}
.fundraisingPageLeaderboard .nav-tabs li h3 a {
    text-decoration: none;
}


/*Fundraising page Team Progress murtaza */


.fundraisingTeamProgressSection {
    background: #f4f4f4;
}

.fundraisingTeamProgressSection .fundraisingTeamProgressBox {
    background: #fff;
}

.fundraisingTeamProgressSection .nav-tabs li {
    border-radius: 0;
}

.fundraisingTeamProgressSection .nav-tabs li a {
    font-family: Roboto Condensed;
    font-size: 16px;

    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
.fundraisingTeamProgressSection .nav-tabs li.active a {
    color: #fff;
}

.fundraisingTeamProgressSection .progress, 
.fundraisingTeamProgressSection .progress .progress-bar {
    box-shadow: none;
    border-radius: 20px;
}
.fundraisingTeamProgressSection .statistics + .progress, 
.fundraisingTeamProgressSection .statistics + .progress .progress-bar {
    height: 20px;
    box-shadow: none;
    border-radius: 20px;
}

.fundraisingTeamProgressSection .pull-right .money {
    color: #000;
    opacity: 0.5;
}

.fundraisingTeamProgressSection .profile-image-wrapper {
    width: 75px !important;
    height: 75px !important;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
} 
.fundraisingTeamProgressSection .profile-image-wrapper img {
    max-width: 100%;
    max-height: 100% !important;
    height: auto;
    width: auto !important;
    border-radius: 0;
}
.fundraisingTeamProgressSection .profilename {
    margin-top: 10px;
}

/*customTeamMember*/

.customTeamMember .profilename h3 {
    color: #000;
    border: none;
}


#fitnesschart tspan {
    font-size:16px;
    font-weight:600;
    margin: 0;
    padding: 0;
    border: none !important;
    
}
#fitnesschart .c3-tooltip {
    box-shadow:0px 0 40px 0px rgba(0,0,0,0.2);
    padding: 0;
    margin: 0;
    border: none !important;
    border-radius: 4px;
    
}
.c3-tooltip tr {
    border-bottom: 0 !important;
}
#fitnesschart .c3-tooltip th {
    background:none;
    color:#000;
    padding: 0;
    margin: 0;
    border: none !important;
    
}
#fitnesschart .c3-tooltip .name {
    display:none;
}

.c3-tooltip td.value {
    padding: 20px 0;
    border: 0;
    line-height: 22px;
}
#FitnessGraph #next {
    position:absolute;
    right:30px;
    top:180px;
    font-size:40px;
    color:#000;
    z-index:2;
    display:none;
    cursor: pointer;
}
#prev {
    position:absolute;
    left:15px;
    top:180px;
    font-size:40px;
    color:#000;
    z-index:2;
    display:none;
    cursor: pointer;
}
#FitnessContainer {
    /*overflow:hidden;*/
}
#FitnessContainer #fitnesschart {
    margin-left: -45px;
}




/*New Your Activity Tracking Section Dashboard - Murtaza*/

.yourActivityTrackingSection {
    background: #f4f4f4;
}

.yourActivityTrackingSection .container {
    padding: 40px 85px;
    background: #fff;
}

.yourActivityToooltipHead {
    font-size: 22px;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    margin: 0 20px;
    padding: 15px 0;
}
.yourActivityTooltip {
    background: #f9f9f9;
    padding: 0 20px 0 0;
    margin: 0;
    /*border-left: 4px solid #81ce41;*/
    
}

.tooltip-steps p {
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 22px;
}
.tooltip-steps p:first-child {
    font-size: 15px;
    color: #aaa;;
}

.c3-tooltip-container:after {
    content: '';
    display: block;
    border-right: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -20px;
    top: 20px;
}
.c3 path[d="M-6,1H0V306H-6"] {
    stroke: none !important
}



/*add active class to leaderboards*/
.nav-pills li a.active {
    background: #0063a5;
    color: #fff !important;
}



.durationSteps {
    margin: 0 -15px;
}

.lowercase {
    text-transform: lowercase;
}


/** added by Nick Culpitt 30/5/2022 */


.myAchievementSection > .container {
    padding: 20px 0px !important;
}

.challenges .reward span, .challenges .reward-on span {
    top: 125px !important;
    font-size: 13px !important;
    line-height: 110% !important;
}

.challenges .reward, .challenges .reward-on {
    width: 125px !important;
    height: 150px !important;
    margin: 10px 5px 15px 5px !important;
}



.challenges .reward-on span {
    color: #000000 !important;
    font-weight: bold !important;
}

a.reward {
    opacity: .8 !important;
}

.funraisin-page-nav ul li a {
    padding: 12px 5px !important;
    letter-spacing: 0 !important;
}


.funraisin-page-nav ul li a:hover {
    color: #0063a5 !important;
}

.funraisin-page-nav ul li a.active {
    color: #81ce41 !important;
}


#nav-leaderboard .nav-pills li a {
    border: 0;
}
#Leaderboards .col-sm-6 {
    width: 49% !important;
    margin: 0px 2px !important;
}

#Leaderboard .leaderboardrow .rank {
    left: -40px !important;
    height: 40px !important;
    width: 40px !important;
    font-size: 17px !important;
    top: 40% !important;
}

/* Facebook Fundraiser dashboard button */
.template-login-dashboard .funraisin-header .btn-facebookfundraiser,
.customDashboardHeader .btn-facebook.btn-facebookfundraiser{
    margin-top: 20px !important;
}

.profile-header-share {
    top: 80px;
}

/*CPA css */


.radio input, .checkbox input, #agree_site_terms, #parental_permission_checkbox {
    width: 20px;
    height: 20px;
    /*margin-left: -25px !important;*/
}

.funraisin-header .funraisin-profile-header h1 {
    font-size: 55px;
    margin-bottom: 20px;
}
#Footer .customImageFooter img {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px !important;
}

.funraisin-tertiary-nav {
        /*background: #f20000!important;*/
}


.durationActivityRow { font-size: 20px;}

.section.offlineDonationSection.p40 {
    display: none;
}

.section.pb40.allActivityListSection #data-table th:nth-child(1),.section.pb40.allActivityListSection #data-table td:nth-child(1) {min-width: 200px !important;}

.section.pb40.allActivityListSection #data-table th:nth-child(2),.section.pb40.allActivityListSection #data-table td:nth-child(2) {min-width: 150px !important;}

.section.pb40.allActivityListSection #data-table th:nth-child(3),.section.pb40.allActivityListSection #data-table td:nth-child(3) {min-width: 80px !important;}

.section.pb40.allActivityListSection #data-table th:nth-child(4),.section.pb40.allActivityListSection #data-table td:nth-child(4) {min-width: 80px !important;}

.section.pb40.allActivityListSection #data-table th:nth-child(5),.section.pb40.allActivityListSection #data-table td:nth-child(5) {min-width: 120px !important;}



.updateFundraisingSection .form-control:last-child {
    border-left: 1px solid #000000 !important;
}

.form-group.row.teampasscode {
    display: none;
}

.nav-tabs li {
     opacity: 1 !important;
    border: 2px solid #ddd !important;
}

.accountNavbar .nav-tabs li {
    border: none !important;
}

a.btn.btn-facebook.btn-facebookfundraiser {
    margin-top: 20px !important;
}


ul.nav.navbar-nav li:nth-child(5) {
    /*display: none;*/
}

/*VIP badge profile  picture*/

.vip_club_text {
    position: absolute;
    width: 200px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    background: var(--st-orange);
    color: #000;
    top: -20px;
    border-radius: 100px;
    padding: 6px;
    font-size: 18px;
    font-weight: 700;
}

.vip_club_text img {
    width: 20px;
    height: 20px;
}



.section-answer a.btn {
    color: #fff !important;
}

/*Luke 2024 Styling Updates*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-variant-numeric: lining-nums proportional-nums;
}

.funraisin-primary-nav ul li a.btn, .funraisin-secondary-nav ul li a.btn, .funraisin-sticky-nav ul li a.btn, .funraisin-tertiary-nav ul li a.btn {
    font-size: 20px;
    letter-spacing: 0.8px;
}

#rewards-grid .btn-locked {
    pointer-events: none;
}

.btn.btn-self-donation {
    background: #000;
    color: #FFF;
    width: 273.28px;
}


.modal-dialog #sharepage{
    cursor: pointer;
}

/* Nick C 29 8 2024 updates - please do NOT remove without talking to me thanks */

.template-login-dashboard .loggedin-header .profile-image-preview .profile-image, .template-login-dashboard .profile-header .profile-image-preview .profile-image {
object-fit: contain;
}


/* added to hide random login from a mobile menu option to close 2024 Nick C*/
.grid-3.text-right a.color-primary.slide-right.m5 {
    display: none !important;
}