/*
font-family: "Nothing You Could Do", cursive;
font-family: "Protest Strike", sans-serif;
font-family: "Open Sans", sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Protest+Strike&display=swap');

/* ------------------------------------
Init
------------------------------------ */
:root {
    --color-blue: #007DC3;
    --color-blue-10: #EFF9FB;
    --color-blue-20: #B6BFDD;
    --color-dark-blue: #233E99;
    /*--color-dark-blue-20: #B6BFDD;*/
    --color-grey: #666666;
    --color-grey-10: #A7A8AA;
    --color-grey-20: #6F6F6B;
    --color-light-grey: #F5F5F5;
    --color-orange: #FF9C46;
    --color-pale-blue: #AEE2E9;
    --color-pale-blue-10: #EFF9FB;
    --color-pale-blue-20: #E4F5F8;
    --color-yellow: #EDFF4E;
    --color-yellow-10: #FBFFDC;
    
    --font-nothing: "Nothing You Could Do", cursive;
    
    --pattern-confetti-header: url('https://d22gu042k2nbuf.cloudfront.net/27f2fafc196518b102380eeba5c36ec1.png');
}


.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:url('https://60e81f65aaf9167afa40-ff4833bce3c9bdfba70ca132173d99cd.ssl.cf5.rackcdn.com/caa7e707e2ce9c7c5ebe41daa71ea2b1.jpg');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;}

.registration-steps ul li.current {
    background: #233e99 !important;
}

.registration-steps ul li.current {
    border-color: #233e99 !important;
}

.nav-tabs li.active {
    background: #233e99 !important;
    border-color: #233e99 !important;
}

.template-register div.is_fundraising.col-sm-12,
.template-register div.is_fundraising.col-sm-12 .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


/* ------------------------------------
begin General
------------------------------------ */
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn-dark-blue-border {
    background: transparent !important;
    color: var(--color-dark-blue) !important;
    border: var(--buttonborderwidth) solid var(--color-dark-blue) !important;
}

.text-gradient-gold {
    color: #D9AA39;
    background: linear-gradient(90deg, #D9AA39 2.4%, #FBD986 28.36%, #FFF3C3 50.96%, #F6DC98 78.37%, #DBAD3D 95.67%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text-dark-blue { color: var(--color-dark-blue); }

.sec-title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.4em;
    color: var(--color-dark-blue);
}
.sec-vip-confetti {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('https://d22gu042k2nbuf.cloudfront.net/27f2fafc196518b102380eeba5c36ec1.png');
    background-repeat: repeat;
    height: 200px;
    background-size: 60%;
    background-position: bottom;
    display: none;
}

/* Share url copy to clipboard */
.tooltip-copied {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.tooltip-copied.show {
  opacity: 1;
}

/* Marquee text */
.sec-marquee-handwritten {}
.marquee-wrapper { 
  width: 100%;
  overflow: hidden;
  background-color: var(--color-yellow);
  padding: 18px 0 15px 0;
  position: relative;
}
.marquee-content { 
  display: flex;
  position: relative;
  white-space: nowrap;
  animation: scroll-infinite linear infinite;
}
.marquee-content .marquee-box {
  display: inline-block;
  margin-right: 25px;
}
.marquee-content .marquee-box h4 {
  display: inline-block;
  font-size: 22px;
  margin: 0;
  font-weight: bold;
  font-family: "Nothing You Could Do", cursive;
  color: var(--color-dark-blue);
}

@keyframes scroll-infinite {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}


/* Override */
#popup .popup-col .input-group .input-group-addon.bg-primary .fa.fa-link { color: white !important; }


/* ticket: https://www.bugherd.com/t/8BM0bHXI2Zpx6DpEGqE63g */
.funraisin-secondary-nav .btn-login:hover,
.funraisin-secondary-nav .btn-login:focus,
.funraisin-secondary-nav .btn-login:visited
{
    color: white !important;
}

/* ------------------------------------
end General
------------------------------------ */


/* ------------------------------------
begin Rego Flow
------------------------------------ */
.rego-title { text-align: center; color: var(--color-dark-blue) !important; }
.rego-subtitle { text-align: center; color: black; }
.rego-subtitle a { color: black; }

.template-register #RegistrationForm h3.text-center,
.template-event-register #RegistrationForm h3.text-center,
.template-register #PaymentForm h3.text-center,
.template-event-register #PaymentForm h3.text-center
{
    color: var(--color-dark-blue);
}

.rego-nothanks { width: 100%; text-align: center; }
.rego-nothanks a { text-decoration: none; }
#m_optin-error { display: flex; justify-content: end;}
/* ------------------------------------
end Rego Flow
------------------------------------ */


/* ------------------------------------
begin Profile
------------------------------------ */
/* -------- Standard -------- */
/* Header */
.custom-profile .profile-header:before { display: none !important; }
.custom-profile .funraisin-header .funraisin-profile-header h1 {
    color: var(--color-yellow);
    text-transform: uppercase;
}
.custom-profile .profile-image-header .profile-image {
    border: unset;
}
.custom-profile .funraisin-header .btn-social-wrapper {
    width: 100%; display: flex;
}
.custom-profile .funraisin-header #share-page-icons { margin-top: 18px; }
.custom-profile .funraisin-header #share-page-icons a.btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white !important;
    color: var(--color-dark-blue) !important;
    font-size: 20px;
    border: unset !important;
    cursor: pointer;
}
.custom-profile .funraisin-header #share-page-icons a.btn-social:hover,
.custom-profile .funraisin-header #share-page-icons a.btn-social:focus {
    cursor: pointer;
}
.custom-profile .funraisin-header #share-page-icons a.share-url-fundraiser svg {
    fill: var(--color-dark-blue) !important;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.custom-profile .funraisin-header #uploadprofilepic a.btn.btn-primary.lightbox { width: 50px; height: 50px; background: var(--color-dark-blue); color: white; padding: 0; display: flex; align-items: center; justify-content: center; }
.custom-profile .funraisin-header #uploadprofilepic a.btn.btn-primary.lightbox .fa.fa-camera { font-size: 26px; line-height: normal; }
.custom-profile .funraisin-header #uploadprofilepic .profile-image-upload { bottom: 20px !important; right: 20px; left: unset !important; }

/* hide the original event name, and team button */
.custom-profile .funraisin-header .cf-row + p,
.custom-profile .funraisin-header #share-page-icons a.btn.btn-primary { display: none !important; height: 0; }

/* custom team button */
.custom-profile .funraisin-header #team-btn { margin-top: 15px; }
.custom-profile .funraisin-header #team-btn a.btn-view {
    font-weight: 600;
    padding: 0;
    position: relative;
    top: -1px;
    padding: 10px 20px;
    background: white;
    color: var(--color-dark-blue);
}
.custom-profile .funraisin-header #team-btn a.btn-view:hover { text-decoration: underline; }

/* content */
#Blog-Profile h3.title {
    text-transform: uppercase;
    color: var(--color-dark-blue);
    font-size: 2em;
}
.custom-profile .col-myimpact {
    background: var(--color-pale-blue);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}
.custom-profile .col-myimpact h3 {
    color: var(--color-dark-blue);
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 5px;
    font-size: 1.6em;
}
.custom-profile .col-myimpact img {
    margin: 7px 0 18px 0;
    border-radius: 10px;
}
.custom-profile .col-myimpact p {
    color: var(--color-dark-blue);
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: normal;
}

    
/* Donation Panel */
.custom-profile .profileSidebar {
    border-radius: 12px;
}
.custom-profile .profileSidebar .profileSponsorForm {
    background: var(--color-blue-10);
}
.custom-profile .profileSidebar .sidebar-top h2.sidebar-title { font-size: 1.8em; text-transform: unset; }

.custom-profile .profileSidebar .statistics .iveRaised h4,
.custom-profile .profileSidebar .statistics .myGoal h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.custom-profile #ProfileDonationForm #chooseamount h4 {
    margin: 25px 0 15px 0;
    font-size: 20px;
    font-family: 'Open Sans';
    color: var(--color-dark-blue);
    font-weight: 600;
}
.custom-profile #ProfileDonationForm .d-amount-free-title {
    text-transform: uppercase;
    font-family: "Protest Strike", sans-serif !important;
    font-weight: normal !important;
    font-size: 22px !important;
}
.custom-profile #ProfileDonationForm #d_amount_free {
    background: transparent !important;
    color: var(--color-dark-blue);
    font-weight: 600;
    font-size: 16px;
}
.custom-profile #ProfileDonationForm #d_amount_free::placeholder { font-weight: normal; }

/* Donation Panel - progress */
.custom-profile .profileSidebar .sidebar-top .progress { background: white; }
.custom-profile .profileSidebar .progress {
    border: 1px solid var(--color-dark-blue);
}
.custom-profile .profileSidebar .progress,
.custom-profile .profileSidebar .progress-bar {
    height: 20px;
}
.custom-profile .profileSidebar .progress-bar { border-right: 1px solid var(--color-dark-blue); }

/* Donation Panel - step icons */
.custom-profile #sidebar-form-toggler .active,
.custom-profile #sidebar-form-toggler .sidebar-form-tab:hover {
    background: transparent !important;
    color: var(--color-dark-blue);
    border-bottom: 2px solid var(--color-dark-blue);
}
.custom-profile .sidebar-form-toggler-nav ul li a {
    border-radius: 0;
    border-top: unset;
    border-left: unset;
    border-right: unset;
    border-bottom: 2px solid #D0D0D0;
    color: #D0D0D0;
    font-weight: bold;
}
.custom-profile .sidebar-form-toggler-nav ul li:nth-of-type(1) a { font-size: 22px; }
.custom-profile .sidebar-form-toggler-nav ul li:nth-of-type(2) a { font-size: 18px; }
.custom-profile .sidebar-form-toggler-nav ul li:nth-of-type(3) a { font-size: 18px; }

/* Donation Panel - dollar handles */
.custom-profile .profileSidebar .donationHandlers .radio .radio-wrap:after { display: none; }
.custom-profile #ProfileDonationForm #chooseamount h4 { margin-bottom: 6px; font-size: 20px; }
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .copy-text { display: none !important; }
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio .arrow-top { display: none !important; }
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio {
    border: unset !important;
    background: unset !important;
    padding: 8px 20px;
    width: 100%;
}
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio-text-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*
    -webkit-align-items: center;
    align-items: center;
    */
}
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio .radio-text {
    display: block !important;
}

/* Donation Panel - selected */
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio.selected .radio-text {
    background-color: var(--color-dark-blue);
}
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio.selected .radio-amount, 
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio.selected .radio-desc {
    color: white !important;
}
/* end selected */

.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio .radio-text {
    border: 1px solid var(--color-blue-20);
    margin-left: 21px;
    padding: 10px 0 10px 55px;
    border-radius: 12px;
    min-height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio .radio-img-icon {
    width: 85px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
    border: 1px solid var(--color-blue-10);
    border-radius: 50%;
}
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .last-radio .radio-img-icon { top: 55%; }
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio .radio-wrap {
    text-align: left;
    border-radius: 12px;
    -webkit-align-items: unset;
    align-items: unset;
}
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio .radio-text .radio-copy {
    display: none !important;
    height: 0;
}
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio .radio-text .radio-amount {
    font-size: 24px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-dark-blue);
}
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers .radio .radio-text .radio-desc {
    padding-top: 3px;
    line-height: normal;
    font-size: 14px;
    color: black;
    padding: 0 15px;
    color: var(--color-dark-blue);
}

/* Donation Panel - input */
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers.minimal + .form-group .input-group {
    width: 287px;
    margin-left: 41px;
}
.custom-profile #ProfileDonationForm #chooseamount .donationHandlers.minimal + .form-group .input-group .input-group-addon {
    background: var(--color-dark-blue) !important;
    color: white;
    font-weight: 600;
}

/* Donation Panel - buttons */
.custom-profile #ProfileDonationForm .form-group a[rel="personaldetails"].btn-next,
.custom-profile #ProfileDonationForm .form-group a[rel="paymentdetails"].btn-next,
.custom-profile #ProfileDonationForm .form-group a[rel="amountdetails"].btn-back,
.custom-profile #ProfileDonationForm .form-group button[type="submit"].btn-donate-display {
    background: var(--color-orange);
    border: unset;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-dark-blue);
    text-transform: uppercase;
}
.custom-profile #ProfileDonationForm .form-group a[rel="personaldetails"].btn-next,
.custom-profile #ProfileDonationForm .form-group button[type="submit"].btn-donate-display {
    width: 200px;
    margin: auto;
}


/* Our Team */
.custom-profile #Members {
    background-color: var(--color-yellow-10) !important;
}
.custom-profile #Members .sec-title { margin: 20px 0 15px 0; }
.custom-profile #Members .panel {
    box-shadow: unset;
    border: 2px solid var(--color-blue-20);
    border-radius: 10px;
    overflow: hidden;
}
.custom-profile #Members .panel.p20 { padding: 0 !important; }
.custom-profile #Members .panel .profiletype { background-color: var(--color-pale-blue); padding: 5px; }
.custom-profile #Members .panel .profiletype h4 { text-transform: uppercase; text-align: center; font-size: 20px; }
.custom-profile #Members .panel .profileraised {
    float: left;
    width: 100%;
    margin-top: 10px;
    min-height: 70px;
    padding: 0 15px 15px 15px;
    display: flex;
    justify-content: space-between;
}
.custom-profile #Members .panel .profileraised:before,
.custom-profile #Members .panel .profileraised:after {
    display: none;
}
.custom-profile #Members .panel .profileraised .grey-text em {
    font-style: normal;
    color: var(--color-dark-blue);
    font-size: 16px;
}
.custom-profile #Members .panel .profileraised h3.amount {
    color: var(--color-dark-blue);
    font-weight: normal;
    font-size: 22px;
}
.custom-profile #Members .panel .profileraised .btn.btn-tertiary {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 50%;
    background-color: var(--color-dark-blue);
    color: white;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.custom-profile #Members .panel.vip .profileraised .btn.btn-tertiary {}*/

.custom-profile #Members .panel .profilename h3 { text-transform: capitalize; }
.custom-profile #Members .panel .progress { background: white; border: 2px solid var(--color-dark-blue); }
.custom-profile #Members .panel .progress-bar { background: var(--color-blue); border-radius: 0; }
.custom-profile #Members .panel.vip { background-color: var(--color-yellow); }
.custom-profile #Members .panel.vip .profiletype { background-color: var(--color-dark-blue); }
.custom-profile #Members .panel.vip .progress-bar {
    background: linear-gradient(90deg, #D9AA39 2.4%, #FBD986 28.36%, #FFF3C3 50.96%, #F6DC98 78.37%, #DBAD3D 95.67%);
}
.custom-profile #Members .panel.vip .vip-confetti {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.custom-profile #Members .panel.vip .profiletype,
.custom-profile #Members .panel.vip .profileimage,
.custom-profile #Members .panel.vip .profilename,
.custom-profile #Members .panel.vip .profileraised
{ position: relative; z-index: 3; }

/* begin our team --> centered, ticket: https://www.bugherd.com/t/8QpLDG7RHQooKoQvXfLHEw */
.custom-profile #Members #MembersBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-profile #Members #MembersBlock .member {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
}
/* end our team --> centered, ticket: https://www.bugherd.com/t/8QpLDG7RHQooKoQvXfLHEw */

/* Thank you to My/Our Supporters */
.custom-profile #tabdonations {
    margin-top: 0 !important;
    position: relative;
}
.custom-profile #tabdonations .sec-title { margin: 30px 0 40px 0; }
.custom-profile #Donations { margin-top: 0 !important; background: unset !important; position: relative; z-index: 3; }
.custom-profile #Donations .panel {
    width: 100%;
    box-shadow: unset;
    border: 2px solid var(--color-blue-20);
    border-radius: 10px;
    overflow: hidden;
}
.custom-profile #Donations .amount {
    position: relative;
    background: unset !important;
    color: var(--color-dark-blue) !important;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 0;
    border-radius: 0;
    height: auto;
}
.custom-profile #Donations .donation .amount p { font-weight: 600; font-size: 1.6em; margin: 0; font-family: 'Protest Strike'; }
.custom-profile #Donations .donation .profilename { padding: 0; }
.custom-profile #Donations .donation .profilename h3 {
    color: var(--color-dark-blue) !important;
    font-size: 1.6em !important;
}
.custom-profile #Donations .donation .profilename .comments p { color: var(--color-dark-blue); font-weight: 500; line-height: normal; }

.custom-profile #Donations .donation .profilename h3:after { display: none; }
.custom-profile #Donations .panel.vip {
    background: linear-gradient(90deg, #D9AA39 2.4%, #FBD986 28.36%, #FFF3C3 50.96%, #F6DC98 78.37%, #DBAD3D 95.67%);
    padding-bottom: 0;
}
.custom-profile #Donations .panel.vip .profiletype {
    width: calc(100% + 40px);
    margin-left: -20px;
    background-color: var(--color-yellow);
    padding: 20px 10px;
    float: left;
    margin-top: 10px;
}
.custom-profile #Donations .donation .panel.vip .profiletype h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-dark-blue);
    text-align: center;
    text-transform: uppercase;
}

/* Donation Panel --> custom tab icons */
.custom-profile .profileSidebar #sidebar-form-toggler li a#paymentdetailslink #svg-credit-card {
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}
.custom-profile .profileSidebar #sidebar-form-toggler li a#paymentdetailslink.active #svg-credit-card path { fill: var(--color-dark-blue); }
.custom-profile .sidebar-form-toggler-nav ul li a { min-height: 40px; }


/* Rewards / My Achievements */
/* hide, ticket: https://www.bugherd.com/t/d1GsAiGjkrLmgBBemX73aQ */
.custom-profile #tabrewards { display: none !important; height: 0 !important;}


/* -------- VIP -------- */
/* General */
.custom-profile.vip .sec-vip-confetti { display: block; }

/* Header */
.custom-profile.vip .funraisin-header #share-page-icons a.btn-social {
    background: linear-gradient(90deg, #D9AA39 2.4%, #FBD986 28.36%, #FFF3C3 50.96%, #F6DC98 78.37%, #DBAD3D 95.67%) !important;
    color: var(--color-dark-blue) !important;
    border: unset !important;
}
.custom-profile.vip .funraisin-header #team-btn a.btn-view {
    background: linear-gradient(90deg, #D9AA39 2.4%, #FBD986 28.36%, #FFF3C3 50.96%, #F6DC98 78.37%, #DBAD3D 95.67%) !important;
    color: var(--color-dark-blue) !important;
}


/* Content */
.custom-profile.vip .col-myimpact {
    background: linear-gradient(90deg, #D9AA39 2.4%, #FBD986 28.36%, #FFF3C3 50.96%, #F6DC98 78.37%, #DBAD3D 95.67%);
}

/* Donation Panel */
.custom-profile.vip .profileSidebar .sidebar-top {
    background: linear-gradient(90deg, #D9AA39 2.4%, #FBD986 28.36%, #FFF3C3 50.96%, #F6DC98 78.37%, #DBAD3D 95.67%);
}
.custom-profile.vip .profileSidebar .sidebar-top h2,
.custom-profile.vip .profileSidebar .sidebar-top h3,
.custom-profile.vip .profileSidebar .sidebar-top h4 {
    color: var(--color-dark-blue);
}
/* ------------------------------------
end Profile
------------------------------------ */


/* ------------------------------------
begin Dashboard
------------------------------------ */
/* -------- Standard -------- */
/* Logged Nav/Primary Nav */
.custom-dashboard .funraisin-page-loggedin-toggle {}
.custom-dashboard .funraisin-page-loggedin-toggle + .height-20 { display: none !important;}
.custom-dashboard .funraisin-page-loggedin-toggle ul.navbar {
    margin-top: 35px;
}
.custom-dashboard .funraisin-page-loggedin-toggle ul.navbar li {
    padding: 0;
    margin: 0 10px;
}
.custom-dashboard .funraisin-page-loggedin-toggle ul.navbar li a {
    text-transform: unset;
    padding: 0 20px;
    font-size: 18px;
    color: var(--color-grey-10);
    border-bottom: 4px solid var(--color-grey-10);
    transition: all .2s ease;
}
.custom-dashboard .funraisin-page-loggedin-toggle ul.navbar li a.active,
.custom-dashboard .funraisin-page-loggedin-toggle ul.navbar li a:hover {
    color: var(--color-dark-blue);
    border-bottom: 4px solid var(--color-dark-blue);
}
.custom-dashboard .funraisin-page-loggedin-toggle ul li a span { display: none; }


/* Secondary Navbar */
.custom-dashboard .funraisin-page-nav {}
.custom-dashboard .funraisin-page-nav ul li a {
    font-weight: 700;
    color: var(--color-dark-blue);
    background: unset !important;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: 4px solid transparent;
    border-radius: 0 !important;
    transition: all .2s ease;
}
.custom-dashboard .funraisin-page-nav ul li a:hover,
.custom-dashboard .funraisin-page-nav ul li a.active {
    border-bottom: 4px solid var(--color-dark-blue);
    color: var(--color-dark-blue);
    border-radius: 0 !important;
}

/* hide event name */
.custom-dashboard .funraisin-header .funraisin-profile-header .profile-header-event {
    display: none;
}

/* header */
.custom-dashboard .loggedin-header:before { display: none !important; }
.custom-dashboard .funraisin-header .funraisin-profile-header h1 { text-transform: uppercase; color: var(--color-dark-blue); }
.custom-dashboard .funraisin-header #uploadprofilepic a.btn.btn-primary.lightbox { width: 50px; height: 50px; background: var(--color-dark-blue); color: white; padding: 0; display: flex; align-items: center; justify-content: center; }
.custom-dashboard .funraisin-header #uploadprofilepic a.btn.btn-primary.lightbox .fa.fa-camera { font-size: 26px; line-height: normal; }
.custom-dashboard .funraisin-header #uploadprofilepic .profile-image-upload { bottom: 20px !important; right: 20px; left: unset !important; }
.custom-dashboard .funraisin-header .cover-image-upload .btn.btn-primary.lightbox { width: 50px; height: 50px; background: var(--color-dark-blue); color: white; padding: 0; display: flex; align-items: center; justify-content: center; }
.custom-dashboard .funraisin-header .cover-image-upload .btn.btn-primary.lightbox .fa.fa-camera { font-size: 26px; line-height: normal; }

/* hide event name */
.custom-dashboard .funraisin-header .profile-header-event p { visibility: hidden; height: 0; }

/* fundraising textfield */
.custom-dashboard .funraisin-header .profile-header-yourpage { padding: 5px  0 0 0; }
.custom-dashboard .funraisin-header .profile-header-yourpage #personalpageurl { background: white; }
.custom-dashboard .funraisin-header .profile-header-yourpage p {
    color: var(--color-dark-blue);
    font-weight: 600;
}

/* social icons */
.custom-dashboard .funraisin-header .funraisin-profile-header #sharepage {
    margin-top: 30px
}
.custom-dashboard .funraisin-header .funraisin-profile-header #sharepage h4 {
    color: var(--color-dark-blue);
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 16px;
}

.custom-dashboard .funraisin-header .funraisin-profile-header #sharepage .btn-social-wrapper {
    display: flex;
}
.custom-dashboard .funraisin-header .funraisin-profile-header #sharepage a.btn-social {
    background: var(--color-dark-blue) !important;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset !important;
    cursor: pointer;
    position: relative;
}
.custom-dashboard .funraisin-header .funraisin-profile-header #sharepage a.btn-social:hover {
    cursor: pointer;
}

/* hide original raised value */
.custom-dashboard .funraisin-header .profile-header-raised h1 { display: none; }

/* raised of your goal */
.custom-dashboard .funraisin-header .box-raised {
    background-color: var(--color-pale-blue);
    color: var(--color-dark-blue);
    padding: 20px 20px 30px 20px;
    text-align: center;
    border-radius: 12px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-dashboard .funraisin-header .box-raised h3 {
    font-size: 2.8em;
    padding: 0;
    margin: 0 0 10px 0;
}
.custom-dashboard .funraisin-header .box-raised .profile-header-goal span {
    font-size: 20px;
    font-weight: 600;
}

/* content */
.custom-dashboard #content-main .content { background-color: #f9fcd0; padding-top: 50px; }
.custom-dashboard .btn-act { width: 100%; text-align: center; }
.custom-dashboard .btn-act a,
.custom-dashboard .btn.btn-primary
{
    padding: 12px 30px;
    display: inline-block;
    border: 2px solid var(--color-dark-blue);
    background: transparent;
    color: var(--color-dark-blue);
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Protest Strike';
    font-size: 18px;
    border-radius: 30px;
}

/* /login/payinmoney, ticket: https://www.bugherd.com/t/c40SgzIlnQMh1DdypX9D9Q */
.custom-dashboard form#DonationForm #donations .section h4 { font-size: 20px; }
.custom-dashboard form#DonationForm #donations .section h4 span { margin-right: 30px; } /* span is price */
/* remove space bottom to avoid white gap */
.custom-dashboard form#DonationForm .container .text-center.mt40.mb40.row { margin-bottom: 0 !important; padding-bottom: 50px; }

/* card */
.custom-dashboard .card-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.custom-dashboard .card {
  width: 100%;
  border-radius: 20px;
  /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  border: 2px solid var(--color-blue-20);
  padding: 30px 40px !important;
}

.custom-dashboard .card-full { width: 100%; }
.custom-dashboard .card-title {
    text-align: center;
    color: var(--color-dark-blue);
    font-size: 2.3em;
    padding-bottom: 15px;
}
.custom-dashboard .card-subtitle {
    text-align: center;
    color: var(--color-dark-blue);
    font-weight: 300;
}
.custom-dashboard .card-p {
    margin: 2px 0;
    text-align: center;
    font-weight: 700;
    color: var(--color-dark-blue);
    font-size: 16px;
}

/* cover header */
.custom-dashboard .card-cover-header {
  border-radius: 20px;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  display: flex;
}
.custom-dashboard .card-cover-header img { object-fit: cover; object-position: top; }
.custom-dashboard .card-cover-header .btn-join-fb a span:first-child {}
.custom-dashboard .card-cover-header .btn-join-fb a span:last-child {
    margin-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.custom-dashboard .card-cover-header:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: inset 0px -150px 140px -17px rgba(0,0,0,0.6);
}
.custom-dashboard .card-cover-header-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 3;
  position: absolute;
  bottom: 50px;
}
.custom-dashboard .card-cover-header-box h1 {
  width: 100%;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.custom-dashboard .card-cover-header-box a {
  border: 2px solid white;
  border-radius: 20px;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.custom-dashboard .card-cover-header-box a i {
    color: white;
    font-size: 20px;
    top: 1px;
    position: relative;
}


/* checklist */
.custom-dashboard .card-checklist {}
.custom-dashboard .card-checklist .card-p {
    width: 66.666%;
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
}
.custom-dashboard .card-checklist .progress-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 12px;
}
.custom-dashboard .card-checklist .progress-info .progress-info-text {
  display: flex;
  align-items: flex-end;
  color: var(--color-dark-blue);
  font-family: 'Protest Strike';
}
.custom-dashboard .card-checklist .progress-info .progress-info-text span {
  font-size: 2em;
}
.custom-dashboard .card-checklist .progress-info .progress-info-text p {
  font-size: 1em;
  font-weight: bold;
  color: var(--color-dark-blue);
  margin: 0 10px;
}
.custom-dashboard .card-checklist .progress-info .progress-info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.custom-dashboard .card-checklist .checklist-step {
  padding: 15px 10px;
  background-color: var(--color-pale-blue-20);
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.custom-dashboard .card-checklist .checklist-step.done {
  background-color: var(--color-yellow);
}
.custom-dashboard .card-checklist .checklist-step .fa-check-circle {
    font-size: 26px;
    left: -2px;
    top: -2px;
    position: relative;
    color: var(--color-dark-blue);
}
.custom-dashboard .card-checklist .checklist-step span:first-child {
  background-color: var(--color-dark-blue);
  border-radius: 50%;
  color: white;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  font-family: 'Protest Strike';
  font-size: 22px;
}
.custom-dashboard .card-checklist .checklist-step span:nth-of-type(2) {
  width: calc(100% - 25px);
  padding: 0 10px 0 20px;
  font-weight: bold;
}
.custom-dashboard .card-checklist .checklist-step span:last-child {
  background-color: white;
  border: 2px solid var(--color-dark-blue);
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.custom-dashboard .card-checklist .progress-container {
  background-color: var(--color-pale-blue-10);
  border: 1px solid var(--color-dark-blue);
  height: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.custom-dashboard .card-checklist .progress-bar { height: 100%; background-color: var(--color-dark-blue); }

/* my donations */
.custom-dashboard .card-my-donations {}
.custom-dashboard .card-my-donations .daffodil-value { margin: 25px 0 30px 0; }
.custom-dashboard .card-my-donations .daffodil-value-img {
    display: flex;
    justify-content: center;
}
.custom-dashboard .card-my-donations .daffodil-icon {
    width: 120px;
    height: 120px;
    position: relative;
    background-color: var(--color-yellow);
    border-radius: 50%;
}
.custom-dashboard .card-my-donations .daffodil-value-price {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    transform: translate(-50%, -50%);
    text-align: center;
}
.custom-dashboard .card-my-donations .daffodil-value-price span {
    margin: 0; line-height: normal; font-weight: 800; font-size: 2em;
    color: var(--color-dark-blue);
}
.custom-dashboard .card-my-donations .daffodil-value p {
    text-align: center;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0 0;
}


/* tabs */
.custom-dashboard .tab-item { display: none; }
.custom-dashboard .tab-nav { display: flex; margin: 10px 0 5px 0; }
.custom-dashboard .tab-nav a {
    flex: 1;
    text-align: center;
    font-weight: 300 !important;
    background: var(--color-pale-blue-10);
    color: var(--color-grey-20);
    font-size: 18px;
    padding: 12px;
    border-bottom: 4px solid var(--color-grey-20);
    border-left: 1px solid var(--color-grey-20);
    border-right: 1px solid var(--color-grey-20);
    font-family: 'Protest Strike';
    text-transform: uppercase;
}
.custom-dashboard .tab-nav a:first-child { border-left: none; }
.custom-dashboard .tab-nav a:last-child { border-right: none; }
.custom-dashboard .tab-nav a.active {
    border-bottom-color: var(--color-dark-blue);
    color: var(--color-dark-blue);
    background: var(--color-pale-blue);
}

/* fundraising progress */
.custom-dashboard .fundraising-progress { padding: 0; }
.custom-dashboard .fundraising-progress .fundraising-progress-header { color: var(--color-blue); display: flex; margin-top: 30px; }
.custom-dashboard .fundraising-progress .fundraising-progress-header h5 {
    color: var(--color-blue);
    margin: 0;
    font-weight: 600;
    font-family: 'Open Sans';
    color: var(--color-dark-blue);
}
.custom-dashboard .fundraising-progress .fundraising-progress-header h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 2em;
    color: var(--color-dark-blue);
}
.custom-dashboard .fundraising-progress .fundraising-progress-goal {
    margin-left: auto;
    text-align: right;
}


/* my fundraising progress */
.custom-dashboard .box-mfprogress { margin-top: 70px; }
.custom-dashboard .box-mfprogress .progressbar-custom-container {
    width: 100%;
    height: 22px;
    /* must same value with custom-box */
    background-color: white;
    border-radius: 25px;
    position: relative;
    border: 1px solid var(--color-dark-blue);
}
.custom-dashboard .box-mfprogress .progressbar-custom-box {
    width: 100%;
    height: 20px;
    /* must same height with container */
    position: relative;
    overflow: hidden;
    background-color: var(--color-pale-blue-10);
    border-radius: 20px;
}
.custom-dashboard .box-mfprogress .progressbar-custom {
    width: 0;
    height: 100%;
    background-color: var(--color-dark-blue);
    transition: width 0.5s ease-out;
}
.custom-dashboard .box-mfprogress .progressbar-custom-container .icon-daffodil {
    width: 40px;
    height: auto;
    position: absolute;
    top: -50px;
    left: 0;
    transition: left 0.5s ease-out;
}
.custom-dashboard .fundraising-progress .fundraising-progress-footer {
    font-weight: 600;
    color: var(--color-dark-blue);
    font-size: 16px;
    margin-top: 10px;
}


/* leaderboard */
.custom-dashboard .card-leaderboard .card-subtitle { display: none; }
.custom-dashboard .card-leaderboard .custom-leaderboard { padding-top: 15px; }
.custom-dashboard .card-leaderboard .leaderboard-item {
    width: 100%;
    padding: 10px 20px 10px 40px;
    background: var(--color-pale-blue-20);
    position: relative;
    display: flex;
    align-items: center;
}
.custom-dashboard .card-leaderboard .leaderboard-item.current {
    background: var(--color-pale-blue);
}
.custom-dashboard .card-leaderboard .leaderboard-item .rank {
    background-color: var(--color-dark-blue);
    border-radius: 50%;
    color: var(--color-yellow);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: -10px;
    font-family: 'Protest Strike';
    font-weight: bold;
    font-size: 22px;
}
.custom-dashboard .card-leaderboard .leaderboard-item .leaderboard-item-image {
    width: 60px;
}
.custom-dashboard .card-leaderboard .leaderboard-item .leaderboard-item-name {
    width: calc(100% - 200px);
    padding-left: 15px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Protest Strike';
}
.custom-dashboard .card-leaderboard .leaderboard-item .leaderboard-item-raised {
    width: 130px;
    text-align: right;
    color: var(--color-dark-blue);
    font-weight: 600;
}


/* my achievement/progress badges - carousel/slick */
.custom-dashboard .progress-section { background-color: var(--color-blue); padding: 5em 0; }
.custom-dashboard .progress-section .progress-container { background: white; border: 2px solid var(--color-blue-20); border-radius: 20px; }
/* demo for static
.custom-dashboard .progress-section .list-badges{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; gap: 25px; padding: 50px 0; } */
.custom-dashboard .progress-section .progress-container { padding: 20px 30px }
.custom-dashboard .progress-section #progress-section-badges .slick-list { padding-right: 15%; /* Space for next slide to be partially visible */ }
.custom-dashboard .progress-section #progress-section-badges .slick-slide { margin: 0; padding: 0; transition: transform 0.3s ease; }
.custom-dashboard .progress-section #progress-section-badges .slick-dots li { width: 17px; height: 13px; margin: 0; padding: 0 }
.custom-dashboard .progress-section #progress-section-badges .slick-dots li button::before { width: 100%; height: 100%; }
.custom-dashboard .progress-section #progress-section-badges .item-badges { padding-right: 25px; text-align: center; }
.custom-dashboard .progress-section #progress-section-badges .item-badges img { width: 100%;  border-radius: 100px; margin: 0 auto; }
.custom-dashboard .progress-section #progress-section-badges .item-badges p { font-weight: bold;  text-align: center; color: var(--color-grey); font-size: 14px; }
.custom-dashboard .progress-section #progress-section-badges .item-badges.on p { color: var(--color-dark-blue); }
.custom-dashboard .progress-section #progress-section-badges .item-badges.off img { filter: grayscale(1); }
.custom-dashboard .progress-section .slick-dots { display: none !important; }
.custom-dashboard .progress-section .arrows-container { width: 80px; max-width: 100%; margin: auto; position: relative; display: flex; justify-content: space-between; }
.custom-dashboard .progress-section .slick-next,
.custom-dashboard .progress-section .slick-prev { position: relative; left: unset; right: unset; }
.custom-dashboard .progress-section .slick-next:before,
.custom-dashboard .progress-section .slick-prev:before { display: none; }
.custom-dashboard .progress-section .fa-chevron-circle-left:before,
.custom-dashboard .progress-section .fa-chevron-circle-right:before {
    font-size: 25px;
    color: var(--color-dark-blue);
}


/* hide sections: page checklist, fitness activity, fundraising progress */
.custom-dashboard .sec-page-checklist,
.custom-dashboard .sec-fitness-activity,
.custom-dashboard .sec-fitness-app,
.custom-dashboard .sec-your-fundraising-progress {
	display: none !important;
	height: 0 !important;
}


/* fundraising tier --> tiers */
.custom-dashboard .card-fundraising-tier {}
.custom-dashboard .card-fundraising-tier .tiers-myimpact { padding-top: 15px; justify-content: center; }
.custom-dashboard .card-fundraising-tier .tiers { padding-left: 0; }
.custom-dashboard .card-fundraising-tier .tier-item {
    width: 100%;
    border: unset !important;
    padding: 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--color-light-grey); 
    margin-bottom: 15px;
}
.custom-dashboard .card-fundraising-tier .tier-item .item-img { width: 60px; }
.custom-dashboard .card-fundraising-tier .tier-item .item-img .tier-badge-active { display: none; }
.custom-dashboard .card-fundraising-tier .tier-item .item-img .tier-badge-inactive {}
.custom-dashboard .card-fundraising-tier .tier-item .item-content { width: calc(100% - 60px); display: flex; align-items: center; padding: 15px 0 13px 15px; }
.custom-dashboard .card-fundraising-tier .tier-item .item-text p:first-child { position: relative; margin: 0 0 10px 0; line-height: normal; }
.custom-dashboard .card-fundraising-tier .tier-item .item-text p:first-child:before {
    display: none;
    height: 30px;
    width: 66px;
    content: '';
    position: absolute;
    background-image: url('https://d22gu042k2nbuf.cloudfront.net/cdec6b508234fd84ef3030a1d4222ef4.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.custom-dashboard .card-fundraising-tier .tier-item .item-text p:first-child span:first-child { color: var(--color-grey-20); font-size: 16px; position: relative; font-family: 'Protest Strike'; }
.custom-dashboard .card-fundraising-tier .tier-item .item-text p:last-child { font-family: "Protest Strike", sans-serif; font-size: 20px; color: var(--color-grey-20); margin: 0; line-height: normal; font-weight: 300; }
.custom-dashboard .card-fundraising-tier .tier-item .item-text p:last-child strong { font-weight: 300 !important; }

/* active */
.custom-dashboard .card-fundraising-tier .tier-item.tier-active { background-color: var(--color-yellow); }
.custom-dashboard .card-fundraising-tier .tier-item.tier-active .item-img .tier-badge-inactive { display: none; }
.custom-dashboard .card-fundraising-tier .tier-item.tier-active .item-img .tier-badge-active { display: block; }
.custom-dashboard .card-fundraising-tier .tier-item.tier-active .item-text p:first-child:before { display: inline-block; }
.custom-dashboard .card-fundraising-tier .tier-item.tier-active .item-text p:first-child span:first-child { color: white; padding: 0 0 0 9px; }
.custom-dashboard .card-fundraising-tier .tier-item.tier-active .item-text p:first-child span:last-child { margin-left: 15px; }
.custom-dashboard .card-fundraising-tier .tier-item.tier-active .item-text p:last-child { padding: 0; color: var(--color-dark-blue); }
.custom-dashboard .card-fundraising-tier .tier-item.tier-active.tier-point .item-content:after {
    display: inline-block;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='59' height='23' viewBox='0 0 59 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.7082 6.94013C49.4434 6.05787 48.1084 5.79354 46.8074 5.53375C45.3177 5.23642 43.7932 5.01377 42.2783 4.97496C41.1281 4.94549 40.4937 4.36824 40.0188 3.50618C39.815 3.1363 39.6517 2.34903 39.7931 2.25956C40.2045 1.99872 40.8134 1.82464 41.2835 1.91931C43.1779 2.30047 45.0497 2.79312 46.9285 3.24989C48.5233 3.63759 50.1143 4.04163 51.7112 4.42049C52.541 4.61742 53.4643 4.48109 54.1634 5.14885C54.2322 5.21464 54.4848 5.1428 54.6217 5.07438C55.3666 4.70261 55.9947 4.95381 56.5437 5.45336C57.1033 5.96242 57.4623 6.57291 57.2621 7.38455C57.0852 8.10076 56.8015 8.73307 56.2828 9.29695C54.7149 11.0009 53.1887 12.7433 51.6612 14.4839C50.6045 15.6878 49.572 16.913 48.5295 18.1292C47.681 19.1191 46.8516 20.1266 45.9753 21.0915C45.6682 21.4297 45.2196 21.6175 44.7786 21.2845C44.4489 21.0353 44.0989 20.7676 43.8778 20.4298C43.4115 19.7172 43.5409 19.2716 44.1818 18.7225C46.3879 16.8328 48.2927 14.6664 50.0351 12.3498C50.4278 11.8278 50.8802 11.351 51.2957 10.8458C51.4781 10.6239 51.6367 10.3826 51.8062 10.1501C51.7585 10.0704 51.7109 9.99077 51.6632 9.91106C51.1172 10.1081 50.5196 10.2209 50.0339 10.5169C48.0798 11.7078 45.8572 12.0267 43.6992 12.5633C38.2926 13.9077 35.156 14.9644 28.1937 15.2081C21.2313 15.4519 16.7906 13.6148 15.0334 13.2282C13.2762 12.8416 8.19504 10.8122 6.54849 9.52077C4.90195 8.22936 2.21217 6.59796 2.15714 4.75388C2.10211 2.9098 3.61546 3.06303 4.25171 3.39936C4.57688 3.57118 4.86667 3.81792 5.15121 4.05625C5.88401 4.66974 6.53654 5.41149 7.34556 5.89428C8.7712 6.74521 9.68127 8.23976 14.3911 9.86322C19.1009 11.4867 24.9336 12.4469 28.904 11.9768C32.8743 11.5066 35.032 11.7491 38.3927 10.904C40.7393 10.3138 44.029 10.0088 46.337 9.29366C47.6199 8.89618 48.7989 8.15709 50.012 7.54679C50.2476 7.42821 50.4243 7.19293 50.7082 6.94013Z' fill='%23233E99' stroke='%23233E99' stroke-width='3.07'/%3E%3C/svg%3E%0A");
    width: 70px;
    height: 35px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 80%;
    right: -45px;
    transform: translateY(-80%);
    z-index: 5;
}

/* fundraising tier --> my impact */
.custom-dashboard .card-fundraising-tier .my-impact {
    background-color: var(--color-pale-blue);
    margin-left: 20px;
    width: calc(55% - 20px);
    padding: 15px 20px;
}
.custom-dashboard .card-fundraising-tier .my-impact .my-impact-img { margin-bottom: 15px; padding: 0; }
.custom-dashboard .card-fundraising-tier .my-impact .my-impact-img img { display: block; width: 100%; }
.custom-dashboard .card-fundraising-tier .my-impact .my-impact-text { padding: 0; text-align: center; }
.custom-dashboard .card-fundraising-tier .my-impact .my-impact-text h3 { font-family: "Protest Strike", sans-serif; font-size: 1.8em; color: var(--color-dark-blue); }
.custom-dashboard .card-fundraising-tier .my-impact .my-impact-text p { color: var(--color-dark-blue); font-weight: 600; }

/* recent donations */
.custom-dashboard #Donations { margin-top: 0 !important; display: none !important; height: 0 !important; }

/* /login/selfdonation, ticket: https://www.bugherd.com/t/M2WkZJXTSN6ougXgvNLaYA */
.custom-dashboard.login_selfdonation #PaymentForm #amountdetails .donationHandlers .radio.col-xs-12.col-sm-6 { width:33.333% !important; padding: 20px 10px; }
.custom-dashboard.login_selfdonation #PaymentForm #amountdetails .donationHandlers .radio .radio-image {
    background: #233e99 !important;
    padding: 20px 30px 0 30px;
    border-radius: 8px 8px 0 0;
}
.custom-dashboard.login_selfdonation #PaymentForm #amountdetails .donationHandlers .radio .radio-amount {
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 1.8em;
    padding-bottom: 5px;
}
.custom-dashboard.login_selfdonation #PaymentForm #amountdetails .donationHandlers .radio .radio-text {
    width: 100%;
    display: block;
    border-radius: 0 0 8px 8px;
}
.custom-dashboard.login_selfdonation #PaymentForm #amountdetails .donationHandlers .radio .radio-text  .radio-copy { text-align: center; }

/* -------- VIP -------- */
/* header */
.custom-dashboard.vip .funraisin-header .box-raised { color: var(--color-yellow); background-color: var(--color-dark-blue); }

/* content */
.custom-dashboard.vip #content-main .content { position: relative; overflow-y: hidden; } /* overflow-y to cut the confetti if content less than 500px */
.custom-dashboard.vip #content-main .content:before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--pattern-confetti-header);
    background-repeat: repeat;
    height: 500px;
    background-size: 100%;
    background-position: bottom;
    content: '';
    z-index: 1;
}
/* to avoid overlapping confetti with the content inside, ticket: https://www.bugherd.com/t/T84EcV49UbUCxKPxUjijgA */
.custom-dashboard.vip #content-main .content .container-confetti-zindex { z-index: 3; position: relative; }

/* fix overlap confetti with the content inside, page: https://blueseptembernz.funraisin.com.au/login/payinmoney#content */
.custom-dashboard.vip #content-main form#DonationForm,
.custom-dashboard.vip #content-main form#PaymentForm { position: relative; z-index: 2; }

/* progress */
.custom-dashboard.vip .progress-section { background-color: var(--color-yellow-10); }

/* fundraising tier --> tiers */
.custom-dashboard.vip .card-fundraising-tier { background-color: var(--color-dark-blue); }
.custom-dashboard.vip .card-fundraising-tier .card-title { color: white; position: relative; z-index: 3; }
.custom-dashboard.vip .card-fundraising-tier .tier-item.tier-active.tier-point {
    background: linear-gradient(90deg, #D9AA39 2.4%, #FBD986 28.36%, #FFF3C3 50.96%, #F6DC98 78.37%, #DBAD3D 95.67%);
}
.custom-dashboard.vip .card-fundraising-tier .tier-item.tier-active.tier-point .item-content:after {
    width: 60px;
    right: -25px;
    background-image: url("data:image/svg+xml,%3Csvg width='59' height='23' viewBox='0 0 59 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M50.7082 6.94013C49.4434 6.05787 48.1084 5.79354 46.8074 5.53375C45.3177 5.23642 43.7932 5.01377 42.2783 4.97496C41.1281 4.94549 40.4937 4.36824 40.0188 3.50618C39.815 3.1363 39.6517 2.34903 39.7931 2.25956C40.2045 1.99872 40.8134 1.82464 41.2835 1.91931C43.1779 2.30047 45.0497 2.79312 46.9285 3.24989C48.5233 3.63759 50.1143 4.04163 51.7112 4.42049C52.541 4.61742 53.4643 4.48109 54.1634 5.14885C54.2322 5.21464 54.4848 5.1428 54.6217 5.07438C55.3666 4.70261 55.9947 4.95381 56.5437 5.45336C57.1033 5.96242 57.4623 6.57291 57.2621 7.38455C57.0852 8.10076 56.8015 8.73307 56.2828 9.29695C54.7149 11.0009 53.1887 12.7433 51.6612 14.4839C50.6045 15.6878 49.572 16.913 48.5295 18.1292C47.681 19.1191 46.8516 20.1266 45.9753 21.0915C45.6682 21.4297 45.2196 21.6175 44.7786 21.2845C44.4489 21.0353 44.0989 20.7676 43.8778 20.4298C43.4115 19.7172 43.5409 19.2716 44.1818 18.7225C46.3879 16.8328 48.2927 14.6664 50.0351 12.3498C50.4278 11.8278 50.8802 11.351 51.2957 10.8458C51.4781 10.6239 51.6367 10.3826 51.8062 10.1501C51.7585 10.0704 51.7109 9.99077 51.6632 9.91106C51.1172 10.1081 50.5196 10.2209 50.0339 10.5169C48.0798 11.7078 45.8572 12.0267 43.6992 12.5633C38.2926 13.9077 35.156 14.9644 28.1937 15.2081C21.2313 15.4519 16.7906 13.6148 15.0334 13.2282C13.2762 12.8416 8.19504 10.8122 6.54849 9.52077C4.90195 8.22936 2.21217 6.59796 2.15714 4.75388C2.10211 2.9098 3.61546 3.06303 4.25171 3.39936C4.57688 3.57118 4.86667 3.81792 5.15121 4.05625C5.88401 4.66974 6.53654 5.41149 7.34556 5.89428C8.7712 6.74521 9.68127 8.23976 14.3911 9.86322C19.1009 11.4867 24.9336 12.4469 28.904 11.9768C32.8743 11.5066 35.032 11.7491 38.3927 10.904C40.7393 10.3138 44.029 10.0088 46.337 9.29366C47.6199 8.89618 48.7989 8.15709 50.012 7.54679C50.2476 7.42821 50.4243 7.19293 50.7082 6.94013Z' fill='white' stroke='white' stroke-width='3.07'/%3E%3C/svg%3E%0A");
}

/* fundraising tier --> my impact */
.custom-dashboard.vip .card-fundraising-tier .tiers-myimpact { position: relative; z-index: 3; }
.custom-dashboard.vip .card-fundraising-tier .my-impact { background-color: white; }
.custom-dashboard.vip .card-fundraising-tier { position: relative;}
.custom-dashboard.vip .card-fundraising-tier:before {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: var(--pattern-confetti-header);
    background-repeat: repeat;
    height: 300px;
    background-size: 100%;
    background-position: bottom;
    content: '';
}

/* ------------------------------------
end Dashboard
------------------------------------ */

/*=========== LEADERBOARD ============*/
    #Leaderboard {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    #Leaderboard .leaderboardrow {
        overflow: visible !important;
    }
    
    #Leaderboard .leaderboardrow .rank {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -10px;
        left: -10px;
        font-size: 22px;
        font-weight: bolder;
        font-family: Protest Strike;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        z-index: 99;
        color: yellow;
        
        padding: unset;
    }
    
    #Leaderboard .leaderboardrow .rank:before {
      all: unset;
    }
    
    
    #Lump9093 #Leaderboard .leaderboardrow a {
        background: #E4F5F8;
    }
    
    #Lump9096 #Leaderboard .leaderboardrow a {
        background: #DCF0FC;
    }
    
    #Lump9107 #Leaderboard .leaderboardrow a {
        background: #EAEDF9;
    }
    
    
    #Leaderboard .fundraiser-name {
        font-size: 24px;
        color: #1B3489;
    }
    
    #Leaderboard .raised p {
        font-size: 16px;
        color: #1B3489;
    }
    
    #Leaderboard h3 {
        color: #1B3489;
    }