/* Brand Colour Variables */
:root {
  --brand-primary: #af00ff;
  --brand-primary-foreground: #FFFFFF;
  --brand-secondary: #fff45f;
  --brand-secondary-foreground: #000000;
}

/* 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);}

.funraisin-sticky-nav {border-bottom: none !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%;}


/* Search Pages */
.fundraiser-search .col-sm-6, .searchPageWrapper .col-sm-6 


/*custom styling homepage*/
  
.box-radius-left {
    border-radius: 10px 0 0 10px;
}

.box-radius-right {
    border-radius: 0 10px 10px 0;
}

/*Custom tabs*/
.template-lumps:not(.funraisin-body-admin) .Div-AdminOnly {
    /*display: none;*/
}

.template-lumps.funraisin-body-admin .TabContent.snz-card-cycle.hidden,
.template-lumps.funraisin-body-admin .inner-content.hidden{
    display: block !important;
}


/*Button*/
.custom-tabs {
    display: flex;
    justify-content: center;
}

.tab-link:last-child {
    border-radius: 0 60px 60px 0;
}
.tab-link:first-child {
    border-right: 0;
    border-radius: 60px 0 0 60px;
}
.tab-link {
    flex-basis: 150px;
    text-align: center;
    border: 2px solid #000;
}

.tab-link.active h4, .tab-link:hover h4 {
    color: #fff;
}

.tab-link.active{
    background-color: #000;
}

.tab-link:hover {
    background-color: #000;
    cursor: pointer;
}

/*Custom navs*/
.custom-navs {
    display: flex;
    justify-content: center;
}

.nav-link {
    flex-basis: 150px;
    text-align: center;
    padding: 0px;
    border-bottom: 5px solid transparent;
}

.nav-link h5{
    color: #000;
}

.nav-link.active{
    background-color: #FCF3B3;
    border-bottom: 5px solid #000;
}

.nav-link:hover {
    background-color: #FCF3B3;
    border-bottom: 5px solid #000;
    cursor: pointer;
}

/*Card custom*/
.snz-card-walk, .snz-card-cycle{
    cursor: pointer;
}

.snz-card-walk:hover{
    background-color: #FFF45F !important;
}

.snz-card-cycle:hover{
    background-color: #23B9D6 !important;
}

/*Learderboard*/
#Leaderboard .leaderboardrow:last-child {
    border-bottom: 0;
}
#Leaderboard {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

#Leaderboard .leaderboardrow .bg-primary {
    background: #23B9D6 !important;
    color: #000 !important;
}

#Leaderboard .leaderboardrow {
    border-bottom: 2px solid #000;
}

.inner-content.walk .leaderboardrow{
    background: #FCF3B3 !important;
}

.inner-content.cycle .leaderboardrow{
    background: #B6E8F1 !important;
}
/*end custom styling homepage*/

/* Shop Confirmation Page Header Fix */
.template-shop .funraisin-header {background: #8578ff;}

.template-shop .funraisin-header.header-default {
    height: auto !important;
    min-height: 200px;
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-secondary) 100%) !important;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.template-shop .funraisin-header h1 {
    color: #ffffff !important;
    text-align: center !important;
    font-family: Jokker;
    font-size: 60px;
    line-height: 105%;
    text-transform: none;
    font-weight: 700;
    margin: 0;
}

.template-shop .funraisin-header .container {
    width: 100%;
}

.template-shop .funraisin-header .row {
    justify-content: center;
}

.template-shop .funraisin-header .col-md-9 {
    text-align: center;
    width: 100%;
}

.template-shop .funraisin-header .col-md-3.col-cta {
    display: none;
}