/* Brand Colour Variables */
:root {
  --brand-primary: #0DBFD5;
  --brand-primary-foreground: #FFFFFF;
  --brand-secondary: #905AA6;
  --brand-secondary-foreground: #FFFFFF;
}

/* Brand Colours */
.dropdown-item.active, .dropdown-item:active {color: var(--brand-primary-foreground); background-color: var(--brand-primary);}

.bg-primary a {color: var(--brand-primary-foreground);}


/* Buttons */
.btn {white-space: normal;}

.btn-social {display: inline-flex; justify-content: center; align-items: center;}
.btn-social i {margin: 0;}
.share-page-icons a.btn-social {background: transparent !important; border: 1.5px solid #FFFFFF !important; color: #FFFFFF !important; transition: all 0.2s ease-out;}
.share-page-icons a.btn-social:hover {background: var(--brand-secondary) !important; border: 2px solid var(--brand-secondary) !important; color: var(--brand-secondary-foreground) !important;}

.lump_buttons .btn {display: flex;flex-direction: row;justify-content: center;align-items: center;column-gap: 10px;}
.lump_buttons .btn .material-icons {margin: 0;}


/* Navigation */
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu li a {color: inherit;}
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu li a:hover {color: var(--brand-primary);}

.primary-nav-container {border-bottom: 1px solid var(--brand-primary-foreground);}

.funraisin-header-wrapper {min-height: auto !important;}

.funraisin-sticky-nav {border-bottom: 1px solid var(--brand-primary-foreground)!important; box-shadow: 0px 0px 40px -10px hsla(0, 0%, 0%, 0.1);}
.funraisin-sticky-nav .site-logo {padding: 0px 15px;}

.lump.tab-content .nav-tabs li.active a {color: unset;}


/* Fundraising Pages */
.popup-col h2 {font-size: 24px;}
.popup-col.bg-primary {padding: 30px !important;}

#Badges .row {justify-content: center !important;}
#Badges .reward-badge {padding-top: 10px;padding-bottom: 10px;}
#Badges p {line-height: 130%;}
#Badges .reward-badge.col-sm-3 {width: 16.666667%;}

a.btn-twitter {
  display: none;
}

#chooseamount a[rel="personaldetails"] {
  background-color: rgb(242, 92, 90);
  border-color: rgb(242, 92, 90);
}

#chooseamount a[rel="personaldetails"]:hover {
  background-color: rgb(247, 140, 138) !important;
  border-color: rgb(247, 140, 138) !important;
  color: rgb(255, 255, 255) !important;
}

.btn-donate-display {
  background-color: rgb(242, 92, 90);
  border-color: rgb(242, 92, 90);
}

.btn-donate-display:hover {
  background-color: rgb(247, 140, 138);
  border-color: rgb(247, 140, 138);
  color: rgb(255, 255, 255);
}

/* Search Pages */
.fundraiser-search .col-sm-6, .searchPageWrapper .col-sm-6 {width: 100%;}


@media (min-width: 425px) {
    #events9167 .col-sm-6 {
        width: 100% !important;
    }
    
    .bcc-custom-legals {
        display: inline-block !important;
    }
}

@media (min-width: 768px) {
    
    #events9167 .col-sm-6 {
        width: 50% !important;
    }
    
    #Footer .col-md-3 {
        width: 100% !important;
        text-align: center;
    }
    
    #Footer .col-md-10 {
        width: 100% !important;
        text-align-last: center !important
    }
    
    #Footer .col-md-2 {
        width: 100% !important;
    }
    
    #Footer .col-md-2 img {
        width: 163px;
    }
    
    .bcc-custom-legals {
        display: inline-block !important;
    }
    
    .funraisin-footer-legals img {
        max-width: 100%;
    }
    
    #Row1735 > div > .responsive-padding {
        justify-content: center !important;
    }
}

@media (min-width: 1440px) {
    #events9167 .col-sm-6 {
        width: 50% !important;
    }
    
    #Footer .col-md-10 {
        width: 83.33333333% !important;
    }
    
    #Footer .col-md-2 {
        width: 16.66666667% !important;
    }
    
    .bcc-custom-legals {
        display: grid !important;
        grid-template-columns: 3fr 8fr;
    }
}
.lump_faq_answer a,
.lump_faq_answer a:visited {
    color: #0e9caf !important;
    /*text-decoration: underline !important;*/
}

.lump_faq_answer a:hover,
.lump_faq_answer a:focus,
.lump_faq_answer a:active {
    color: #0c8697 !important;
    /*text-decoration: underline !important;*/
}

/*<-------Fundraiser Login Dropdown - KM 7/7/2026------->*/
.funraisin-dropdown-nav .funraisin-dropdown-menu.LoggedInNavOptions a:hover {
    color: #0dbfd5 !important;
}

/*<-------Profile Picture - KM 7/7/2026------->*/
.profile-image {
    border: 2px solid #ffffff !important;
    border-radius: 0% !important;
}

/*Make the image upload preview is squared*/
.UserUploadImage .cropit-preview.cropit-image-loaded .cropit-preview-image-container {border-radius:0;}

/* fix leaderbord image overlap */
#Leaderboard .leaderboardrow a {
    padding: 2.2em 2.2em 1em;
}

/*<-------Increase size of loqate list items - KM 7/21/2026------->*/
.loqate-item.loqate-item-result {
    font-size: 14px;
}

#Donors {
    position: static !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    height: auto !important;
}

#Donors .donation {
    position: static !important;
    float: none !important;
    width: calc(25% - 15px) !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
}

#Donors .panel,
#Donors .panel.card,
#Donors .donation .panel {
    height: auto !important;
    min-height: 380px !important;
    padding-bottom: 20px !important;
}
