:root{
    --teal:#00c9b5;
    --navy:#1c0d70;
    --yellow:#edd617;
    --pink:#eba6fa;
    --purple:#4f6bd9;
    --poppy:#eb0024;
    --grey-light: #f2f2f2;
    
    --br-44:80px;
    --br-40:40px;
    --br-30:30px;
}
.form-validation-inline input[type="checkbox"]:checked {
    outline: 1px solid var(--navy);
}

.form-validation-inline input[type="checkbox"]:checked:after{
    color: var(--navy);
    
}
.register-tabs .reg-tabs li {
    border-radius: var(--br-44);
}

.template-register #personaldonation label {
    text-align: center;
}

.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-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;}

.lump-donationform #personaldetails .channels label {
    display: none;
}

.lump-donationform #personaldetails .channels {
    position: relative;
    top: -30px;
}

#postcodelookup{
height: 38px;
line-height: 18px;
}

/* Copy Team URL on team tab in dashboard*/

 #copyteampageurl .fa.fa-link{
        color: white !important;
    }

/* Social buttons on profile */

.btn-social.share-email{
    padding:  4px 7px;
}

.btn-linkedin {
    padding: 7px 10px;
}

.btn-twitter {
    padding: 7px 10px;
}

.btn-facebook {
    padding: 7px 13px;
}

.btn-whatsapp {
    padding: 7px 10px;
}

/* Search on Event Sponsor pages */

.section.searchPageWrapper.text-center .col-sm-6:has(#leaderboard-search){
    width: 100% ;
    
}



/* FB Share button on fundraising page - blog */

#Blogs .blog .pull-right {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}

/* Background image */

.bg-img{
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.bg-img_left{
        background-position: left top !important;
}

.bg-img_right{
        background-position: right top !important;
}


/*Nav*/

.funraisin-primary-nav ul li a:not(.btn):hover, .funraisin-page-left .funraisin-primary-nav .funraisin-dropdown-menu li a:hover {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
}

.funraisin-tertiary-nav {
    padding-top: 20px;
}
/**/

.leaderboard-borderradius #Leaderboard .leaderboardrow{
    border-radius: 30px;
}

.title h2{
    font-size: 48px;
}
/* Event Roll*/
.event-roll-custom .lump-events .events-horizontal .event-image {
    border-radius: var(--br-40) var(--br-40) 0 0;
}

.event-roll-custom .lump-events .panel {
    border-color: #f2f2f2;
    background: #f2f2f2;
    border-radius: var(--br-44);
}

.event-roll-custom .event-title{
    font-weight: bold;
}

.lump-events .events-horizontal .lump-event .event-details{
    color: var(--navy);
}

.lump-events .events-horizontal .lump-event .event-details{
    background: transparent;
}

.lump-events .event-options {
    padding: 10px 0 25px;
}

/*Reg flow*/

.registration-steps ul li.current{
    background: #f2f2f2;
}

.registration-steps ul li.current a{
    color: var(--navy) !important;
}

.bootstrap-select>.dropdown-toggle, :not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){
    border-radius: var(--br-44);
}


.section-tickets .ticket-selection .quantityselect .dropdown-toggle {
    padding: 6px 10px;
    line-height: 189%;
}
.section-tickets .ticket-selection .quantityselect .dropdown-toggle:after {
    margin-top: 9px !important;
}
.section-tickets .ticket-selection .quantityselect .dropdown-toggle:focus {
    padding: 0px 10px 6px 10px;
}

.section-tickets .ticket-selection .ticket-row{
    border: 0;
    border-radius: var(--br-44);
}

.registration-steps ul li {
    border: 1px solid #ccc;
    border-left-width: 1px;
    border-radius: 0;
}

.funraisin-page-nav ul li:last-child a, .registration-steps ul li:last-child, .lump-navigation .nav-pills li:last-child{
    border-radius: 0 var(--br-44) var(--br-44) 0;
}
.funraisin-page-nav ul li:first-child a, .registration-steps ul li:first-child, .lump-navigation .nav-pills li:first-child {
    border-radius: var(--br-44) 0 0 var(--br-44);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover{
    color: var(--navy);
}

.guest-block{
    border-radius: var(--br-44);
}

.guest-block:has(.guest.hidden){
    border: 0;
}

.guest-block .expand-guest {
    border-radius: var(--br-40) var(--br-40) 0 0;
}
.guest-block:has(.guest.hidden) .expand-guest {
    border-radius: var(--br-44) var(--br-44);
}

.funraisin-form .form-control {
    border-radius: var(--br-40);
}

.toggle-switch .toggle-btn {
    border-radius: var(--br-44) !important;
}

.template-event-register.toggle-switch .toggle-btn {
    margin-right: 6px;
}
.toggle-switch .toggle-btn:not(:first-child) {
    border-left: 1px solid #cccccc;
}

.funraisin-form .section .container{
    border-radius: var(--br-40);
}

.funraisin-form #tabaccount .section .container, .funraisin-form #tabpassword .section .container, .funraisin-form #tabhistory .section .container{
    border-radius: 0 var(--br-40) var(--br-40) var(--br-40);
}

.funraisin-form #tabaccount .section .container.addressdetails{
        border-radius: var(--br-40);
}

.funraisin-form .section .container {
    padding: 30px 120px;
}

.tab-pane.active{
    padding: 0 40px 40px 40px;
}

.funraisin-form .section {
    margin: 20px 20px;
}

.nav-tabs li {
    border-radius: var(--br-30) var(--br-30) 0 0;
}

.section-tickets .ticket-selection .quantityselect .dropdown-toggle{
    padding: 0px 10px 10px;
}

/* Gradients */

.gradient-top-bottom_teal{
    background-image: linear-gradient(to bottom, var(--teal), #ffffff );
}
.gradient-bottom-top_teal{
    background-image: linear-gradient(to top,var(--teal), #ffffff);
}

.gradient-top-bottom_purple{
    background-image: linear-gradient(to bottom, var(--purple), #ffffff);
}

.gradient-bottom-top_purple{
    background-image: linear-gradient(to top, var(--purple), #ffffff);
}

.gradient-top-bottom_yellow{
    background-image: linear-gradient(to bottom, var(--yellow), #ffffff);
}

.gradient-bottom-top_yellow{
    background-image: linear-gradient(to top, var(--yellow), #ffffff);
}

.gradient-top-bottom_pink{
    background-image: linear-gradient(to bottom, var(--pink), #ffffff);
}

.gradient-bottom-top_pink{
    background-image: linear-gradient(to top, var(--pink), #ffffff);
}




/**/

.border-radius{
      border-radius: var(--br-44) !important;
}

.border-radius_img img{
      border-radius: var(--br-44) !important;
}

#Leaderboard .leaderboardrow a {
    text-decoration: none !important;
}

.leaderboard-borderradius #Leaderboard .leaderboardrow {
    margin-bottom: 30px;
}

/*FAQs*/
.lump-faq .section-question{
    border-radius: var(--br-44);
    color: var(--navy) !important;
    background: #f2f2f2 !important;
}


.lump_faq_question h5{
    color: var(--navy) !important;
}


.lump-faq .section-question.active .lump_faq_question h5{
    color: white !important;
}
 .section-question .button .plus{
     color: var(--navy) !important;
 }

.lump-faq .section-question.active{
    border-radius: var(--br-40);
    background: var(--navy) !important;
    color: white !important;
}


.lump-faq .section-answer{
    border-radius: 0 0 var(--br-40) var(--br-40);
}
.section-question.active .button .minus{
    color: white !important;
}

/**/

#content-main a:not(.btn){
    text-decoration: underline;
}

.register-tabs .nav-tabs li h3 a, .registration-steps ul li a{
    text-decoration: none !important;
}

.pill-br_left *{
    border-radius: var(--br-44) 0  0 var(--br-44);
}

.pill-br_right *{
    border-radius: 0 var(--br-44) var(--br-44) 0;
}

.form-control, .input-group-addon, .input-group .btn {
    border-radius: var(--br-40) ;
}

.profileSidebar .sidebar-top h2{
    font-size: 36px;
}
,
.profileSidebar .sidebar-top h3{
    font-size: 24px;
}

.profileSidebar .sidebar-top h4{
    font-size: 20px;    
}

.donationHandlers.minimal .radio{
    border-radius: var(--br-44);
}

.form-validation-inline input[type="checkbox"]{
    border-radius: var(--br-44);
}


#terms-panel {
    padding: 30px;
  border-radius: var(--br-44);
}



.registration-steps ul li{
    background: white;
}

.loggedin-header:before, .profile-header:before {
    opacity: 0;
}
.profileSidebar, .causeSideBar{
    border-radius: var(--br-40)  ;
}

.profileSidebar .profileSponsorForm{
     border-radius: 0 0 var(--br-40) var(--br-40) ;
}

.profileSidebar.has-nudges .progress, .profileSidebar.has-nudges .progress-bar {
    border-radius: 89px;
}
.template-login-dashboard .funraisin-page-nav .nav.navbar li a:first-of-type{

        border-width: 1px;
        text-decoration: none !important;
}

.funraisin-page-nav .fa.fa-home:before {
    color: var(--navy);
}

.funraisin-dashboard-new .tab-pane.active {

    border-radius: 0 var(--br-40) var(--br-40) var(--br-40);
}

.funraisin-dashboard-new .nav-tabs li {
    border-radius: var(--br-30) var(--br-30) 0 0;
}

.nav.nav-tabs h3{
    font-size: 24px;
}
#Badges .container{
    width: 800px;
}

#Donations .donation .panel{
    border-radius: var(--br-40);
}

.bg-secondary{
    color: var(--navy) !important;
}

#Leaderboard h4{
    color: var(--navy) !important;
}

.UserUploadImage img{
    border-radius: var(--br-44);
}

.funraisin-page-nav ul li a.active, .funraisin-page-nav ul li a:hover{
    color: var(--navy);
    background: var(--grey-light);
}



textarea.form-control{
    padding:20px;
}
.ticket-header {
    border-radius: var(--br-40);
}
.template-event-register .donationHandlers .radio{
    border-radius: var(--br-44);
}

.panel .bg-primary h2{
    font-size: 38px;
}

.registration-steps{
    border-bottom: 1px solid #ccc;
}

.lump-events .events-horizontal .event-image {
    border-radius: var(--br-40) var(--br-40) 0 0;
}

.lump-events .events-horizontal .panel {
    border-radius: var(--br-40);
}

.lump-events .events-horizontal .lump-event .event-details{
    background: #f2f2f2;
}

.lump-events .event-options{
    background: #f2f2f2;
     border-radius:  0 0 var(--br-40) var(--br-40);
}

.funraisin-tertiary-nav .vertical-align.justify-content-between{
    justify-content: flex-end !important;
}
.content-main .funraisin-page-nav .nav.navbar li a{
    border-radius: var(--br-30) var(--br-30) 0 0 ;
    padding: 10px 45px;
    font-size: 1.4rem;
    font-weight: bold;
}

.selectwave.btn-secondary{
    background: var(--navy);
    color: white;
    border-color: var(--navy);
}


/* Donation block styling */

.donation-blck .lump-donationform{
    border-radius: var(--br-40);
}

.donation-blck .lump-donationform #amountdetails .handles-layout-default .donationHandlers .radio .radio-amount,.donation-blck .lump-donationform #amountdetails .handles-layout-default .donationHandlers .radio{
    border-radius: var(--br-44);
}

.donation-blck .lump-donationform #amountdetails .handles-layout-default .donationHandlers .radio.notselected .radio-amount,.donation-blck .lump-donationform #amountdetails .handles-layout-default .donationHandlers .radio.notselected{
    border-radius: var(--br-44);
    border-color: white;
    border-width: 1px;
    background: var(--navy);
    color: white;
}

.donation-blck .lump-donationform #amountdetails .handles-layout-default .donationHandlers .radio.selected .radio-amount,.donation-blck .lump-donationform #amountdetails .handles-layout-default .donationHandlers .radio.selected{
    border-radius: var(--br-44);
    border-color: white;
    border-width: 1px;
    background: white !important;
    color: var(--navy) !important;
}

.donation-blck .btn-primary{
     background: white !important;
    color: var(--navy) !important;
}

.donation-blck  .toggle-btn.bg-primary{
    background: white !important;
    color: var(--navy) !important;
    border-color: white !important;
}

.donation-blck  .toggle-btn{
    color: white !important;
    background: var(--navy) !important;
    border-color: var(--navy) !important;
    margin: 0 !important;
}

.donation-blck .donation_frequency_toggle{
        border: 2px solid white;
    border-radius: var(--br-44);
    padding: 6px;
}

.donation-blck .lump-donationform #amountdetails .handles-layout-default .input-group > .input-group-addon{
    border-radius: var(--br-44) 0 0 var(--br-44);
}

.donation-blck .lump-donationform #amountdetails .handles-layout-default .input-group > .form-control {
    border-radius: 0  var(--br-44)  var(--br-44) 0;
}

.donation-blck .lump-donationform .copy-text {
    margin-top: 20px;
}

.donation-blck #kw_postcode_results a{
    color: var(--navy) !important;
}
/*************************/

.tag-container{
    background: hsl(249deg 79% 25% / 12%);
    border-radius: 99px;
    padding: 6px 13px;
}

.capsule-br_left{
    border-radius: var(--br-40) 0 0 var(--br-40) !important;
}
.capsule-br_right{
    border-radius: 0  var(--br-40)  var(--br-40) 0 !important;
}

.lump-events .events-horizontal .panel{
    height: auto !important;
}

.next-step .form-control{
    height: 60px;
}

.next-step .form-control.dropdown-toggle, .next-step .form-control[type="text"]{
    height: 39px;
}

.register-tabs .nav-tabs li {
    width: 50%;
    padding: 0;
    /*margin-right: 3%;*/
}

.registration-steps ul li.completed a{
    color: var(--navy);
}

.funraisin-primary-nav ul li a:not(.btn):hover{
    color: var(--navy);
}
/******** Featured event roll *********/
.featured-eventroll .event-options{
    border-radius: 0 0 var(--br-40) 0;
    grid-area: 2 / 2 / 2 / 3;
}

.featured-eventroll .events-horizontal .lump-event .event-details {
    grid-area: 1 / 2 / 2 / 3;
    border-top-right-radius:var(--br-40);
    padding-top: 40px;
}

.featured-eventroll .events-horizontal .event-image {
    border-radius: var(--br-40) 0 0 var(--br-40);
    grid-area: 1 / 1 / 3 / 2;
    height: auto;
}

.featured-eventroll .events-horizontal .panel {
    height: auto !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
    justify-items: stretch;
}

/*************************************/

.template-register #personaldonation .donationHandlers img{
    border-radius: var(--br-40);
}
.funraisin-header a{
    color: var(--navy);
}
#amountdetails .donationHandlers .radio .radio-text {

    text-decoration: none;
}

.funraisin-form label, label{
    font-size: 20px;
}
.profileSponsorForm .donationHandlers.minimal {
    justify-content: center;
    gap: 6px;
}

.profileSidebar .donationHandlers .radio {
    flex: 0 0 auto !important;
    width: 30% !important;
}

.selectwave.btn.btn-secondary{
    background: white !important;
    color: var(--navy) !important;
}

#sidebar-form-toggler .active, #sidebar-form-toggler .sidebar-form-tab:hover{
    background: var(--grey-light);
}

.template-register .promocode #validatepromocode.btn-black {
  background: #1c0d70 !important;
  border: 2px solid #1c0d70 !important;
}
.template-register .promocode #validatepromocode.btn-black:hover {
  color: #1c0d70 !important;
  background: #ffffff !important;
  border: 2px solid #1c0d70 !important;
}

.donation-blck .lump-donationform #amountdetails .handles-layout-default .donationHandlers .radio.notselected .radio-amount{
    border-color: var(--navy);
    color: white;
}

.donation-blck #amountdetails .donationHandlers .radio.notselected, #amountdetails .donationHandlers .radio.nothover{
    opacity: 1;
}

.btn.disabled{
 opacity: 1;   
}
.btn-primary.disabled, .btn-primary:disabled{
    border-color: var(--navy);
}

.btn-xl {
    padding: 4px 20px !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    color: var(--navy);
}

.donationHandlers.minimal .radio {
    border-color: var(--navy);
}

.input-group-btn:last-child>.btn:hover{
    background: var(--navy);
    color: white;
    border-color: var(--navy);
}
.copytoclipboard{
    color: white !important;
}
input[name="d_optin_"], input[name="d_optin_"]+br{
        display: none;
    }
    
.section-tickets .ticket-selection .quantityselect .dropdown-toggle{
    padding: 3px 15px !important;
}

.funraisin-header-wrapper {
  background-color: #00c9b5;
}
