:root{
    --blue:#18C7FF;
    --green:#40D880;
    --orange:#FCA854;
    --pink:#FF4F9A;
}

.funraisin-dropdown-nav .funraisin-dropdown-menu li a {
    color: #252a34;
}

.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:#19c7fe;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;}

.title h2, .title h1{
    font-size: 60px;
}

#postcodelookup{
height: 38px;
line-height: 26px;
}

.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;
}

.section.searchPageWrapper.text-center .col-sm-6:has(#leaderboard-search){
    width: 100% ;
    
}

#Blogs .blog .pull-right {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}

.site-logo_sticky{
    width: 100px;
}

.primary-nav-container .container.vertical-align{
    align-items: flex-start;
}

/*Abdan 26-03-2025*/

/*Header slider*/
.header-slider .container .col-sm-12 {
    width: auto;
}

.header-slider .container .col-sm-12 .heading-cust {
    background: #002432de;
    padding: 20px 30px;
    margin-top: 90px;
    border-radius: 4px;
}

.header-slider .container .col-sm-12 .heading-cust H2{
    font-size: 40px;
}
.header-slider .container .col-sm-12:has(>.heading-cust_right){
    width: 100%;
}
.heading-cust_right{
        flex-direction: row-reverse;
    display: flex;
    width: 100%;
}

/*Custom Carousel*/
.custom-car .lump-textimage {
    background: #000;
}

.custom-car .lump-textimage .col-sm-12:first-child {
    padding: 0;
}

.custom-car .lump-textimage .col-sm-12:last-child {
    padding: 10px 20px 20px;
}

.funraisin-sticky-nav ul li a:has(> img){
    padding: 0px;
}

.owl-carousel .owl-dot {
    border-width: 8px !important;
}

.owl-carousel .owl-dot.active{
    border-width: 8px;
}

#over_18 ~ span, .disp_name_tooltip {
	width: 21px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	background: #18C7FF;
	border-radius: 2px;
	color: #fff;
	font-weight: 700;
	margin-right: 10px;
	flex-shrink: 0;
}

/*DIY event info*/
#EventInfo .fa {
  font-size: 2em; /* Makes icons twice as large */
  display: block; /* Makes icons take full width */
  margin-bottom: 10px; /* Space between icon and text */
  color: #333; /* Optional: changes icon color */
}
#EventInfo .icon_container > div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
#EventInfo .icon_container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

/*qr code*/
.qrCodeSection {
    /*display: none; */
    /* ^ set this to show/hide qr code section in login_profile */
}

.qrCodeSection .container,
.qrCodeSection .container .row {
    display: block !important;
}

.qrImage {
    position: relative;
    top: 115px;
}

.qrImage img {
    width: 225px;
    height: 225px;
    object-fit: contain;
}

.qr-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.kwfBG {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

@media screen and (max-height: 990px) {
    .qrImage {
        position: relative;
        top: 112px;
    }

    .qrImage img {
        width: 165px;
        height: 165px;
        object-fit: contain;
    }
}

.qrCodePDF {
    position: relative;
}

.waitMsg {
    opacity: 0;
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    left: 50%;
    transform: translate(-50%, 50%);
    /*width: calc(100% + 75px);*/
    display: flex;
    justify-content: center;
    align-items: stretch;
    top: 100%;
    margin-top: 15px;
    transition: all .3s ease-out;
    overflow: hidden;
}

.waitMsg.active {
    opacity: 1;
    transform: translate(-50%, 0%);
    transition: all .3s ease-out;
}

.waitMsg:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.waitMsg .fa {
    width: 45px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #f71920;*/
    background: #18c7ff;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
}

.waitMsg p {
    margin: 0;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px;
    white-space: nowrap;
}

/*qr code*/


.template-event-register .funraisin-profile-header .statistics, .template-register .funraisin-profile-header .statistics   {
	display: inline-flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
}
.template-event-register .funraisin-profile-header .statistics .clear, .template-register .funraisin-profile-header .statistics .clear  {
	display: none;
}

.bg-img{
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.bg-img_left{
        background-position: left center !important;
}

.bg-img_right{
        background-position: right center !important;
}
.funraisin-profile-header h1 {
	font-size: 40px !important;
}
.funraisin-profile-header.profile-header-raised {
	display: flex;
	align-items: flex-end;
}

/* Chrome, Safari, Edge (WebKit-based) */
input#entry_fee[type=number]::-webkit-inner-spin-button, 
input#entry_fee[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input#entry_fee[type=number] {
  -moz-appearance: textfield;
}

/* Optional: Prevent native styling across the board */
input#entry_fee[type=number] {
  appearance: textfield;
}

.floating-txt{
    position: absolute;
    bottom: 30%;
}

/*.slick-slide img{*/
/*    width: -webkit-fill-available;*/
/*}*/

.profileSidebar .iveRaised {
	padding-left: 0;
}
.profileSidebar.has-nudges .progress-wrapper {
	margin-top: 0px;
}

#customEventsRollWrapper #customEventsRollTabs {
    padding: 0 !important;
}

#customEventsRollWrapper #customEventsRollTabs .nav-tabs {
    border: none
}

#customEventsRollWrapper #customEventsRollTabs .nav-tabs li {
    margin: 0 5px;
    background: #ebebeb;
    border: 2px solid #ebebeb;
    border-radius: 25px;
    font-weight: 600;
    opacity: 1;

    padding: 7px 12px !important;
    cursor: pointer;
    font-weight: 600;
}

#customEventsRollWrapper #customEventsRollTabs .nav-tabs li.active {
    pointer-events: none;
}

#customEventsRollWrapper #customEventsRollTabs .nav-tabs li.active,
#customEventsRollWrapper #customEventsRollTabs .nav-tabs li:hover {
    background: transparent;
    border-color: #484848;
    color: #484848;
}

#customEventsRollWrapper #customEventsRollBlock {
    margin: 20px 0 30px;
    padding: 0;
    /*opacity: 0;*/
    /*transition: all .2s ease-out;*/
}

/*#customEventsRollWrapper #customEventsRollBlock:has(#customEventsRoll.active) {*/
/*    opacity: 1;*/
/*    transition: all .2s ease-out;*/
/*}*/

#customEventsRollWrapper #customEventsRollBlock .optionsRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 15px 40px;
    gap: 20px;
    width: 100%;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow:has( >  .left.hidden) {
    justify-content: flex-start;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left {
    width: 58%;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left:before {
    /*content: '';*/
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left .categoryWrapper {
    white-space: nowrap;
    /*overflow: scroll;*/
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left .categoryWrapper::-webkit-scrollbar-track {
    /*background: none;*/
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left .categoryWrapper::-webkit-scrollbar {
    height: 2px;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left .categoryWrapper::-webkit-scrollbar-thumb {
    /*background: #ccc;*/
    /*border-radius: 5px;*/
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left .categoryWrapper {}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left .categoryWrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
    flex-wrap: nowrap;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left .categoryWrapper ul li {}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left .categoryWrapper ul li a {
    border: 1px solid #B8BABC;
    color: #233333;
    padding: 8px 15px;
    border-radius: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left .categoryWrapper ul li a.active {
    border: 2px solid #0080E4;
    background: #E6F2FC;
    font-weight: 700;
    pointer-events: none;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    flex-shrink: 0;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .right > * {
    width: 100%;
    flex: unset;
    display: flex;
    padding: 0;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .right .form-control {
    height: 40px;
    border-color: #B8BABC;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .right .filter .dropdown-toggle .filter-option-inner-inner {
    text-transform: lowercase;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .right .filter .dropdown-toggle .filter-option-inner-inner:first-letter {
    text-transform: uppercase;
}

.lang-EN #customEventsRollWrapper #customEventsRollBlock .optionsRow .right .filter .dropdown-toggle .filter-option-inner-inner:before {
    content: 'Sort by: ';
}

.lang-NL #customEventsRollWrapper #customEventsRollBlock .optionsRow .right .filter .dropdown-toggle .filter-option-inner-inner:before {
    content: 'Sorteer op: ';
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .right .search .input-group {
    background: transparent;
    color: #233333;
    border: 1px solid #B8BABC;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .right .search #searchForm {
    border: none !important;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .right .search #searchFormBtn {
    background-image: url(https://d35m93su2y7h6p.cloudfront.net/40c68d175ccda20fbc1b1953d555d00d.svg);
    background-color: transparent;
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow .left,
#customEventsRollWrapper #customEventsRollBlock .optionsRow .right {
    position: relative;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow > * {
    padding: 0;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow > .search {
    /*margin-left: auto;*/
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow > .search input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow > .search input:focus {
    border: 1px solid #ced4da;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow > .search #searchFormBtn {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#customEventsRollWrapper .customEventsRollExpiredWrapper {
    display: inline-block;
    width: 100%;
    padding: 40px 0 0;
}

#customEventsRollWrapper .customEventsRollExpiredWrapper > h3 {
    padding: 0 15px 15px;
    margin: 0 0 20px;
    position: relative;
    font-size: 16px;
}

#customEventsRollWrapper .customEventsRollExpiredWrapper > h3:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #E6E9EB;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 430px;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal.active {
    justify-content: left;
    align-items: stretch;
    min-height: unset;
}

/*#customEventsRollBlock:has(.no-events):has(.customEventsRollExpiredWrapper) #customEventsRoll,*/
#customEventsRollBlock:has(.no-events):has(.customEventsRollExpiredWrapper) .paginationWrapper {
    display: none;
}

#customEventsRollBlock:has(.no-events):has(.customEventsRollExpiredWrapper) .customEventsRollExpiredWrapper {
    padding: 0;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal.no-events {
    justify-content: center !important;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal.no-events .no-events {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal.no-events .no-events .fa {
    font-size: 17px;
}

#customEventsRollWrapper #customEventsRollBlock .optionsRow {
    /*opacity: 0;*/
    /*transition: all .2s ease-out;*/
}

#customEventsRollWrapper #customEventsRollBlock:has(#customEventsRoll.active) .optionsRow {
    /*opacity: 1;*/
    /*transition: all .2s ease-out;*/
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .eventsExpired {
    display: inline-block;
    width: 100%;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal > .lump-event {
    opacity: 0;
    transition: all .2s ease-out;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal#customEventsRollExpired > .lump-event {
    opacity: 1;
    transition: all .2s ease-out;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal.active > .lump-event {
    opacity: 1;
    transition: all .2s ease-out;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event {
    padding: 0 !important;
    margin-bottom: 30px !important;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 0 !important;
    height: 100%;
    padding-bottom: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(1);
    width: calc(100% - 30px);
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel:hover {
    transform: translateX(-50%) scale(1);
    color: #000 !important;
    box-shadow: 0px 2px 16px 0px #00000026;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .category {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: 600;
    z-index: 2;
    background: #fff;
    border-radius: 4px;
    padding: 5px 15px;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event[data-category="Rennen"] .panel .category,
#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event[data-category="Ren tegen kanker"] .panel .category,
#eventHeader .categoryWrapper[data-category="Rennen"] .category,
#eventHeader .categoryWrapper[data-category="Ren tegen kanker"] .category {
    background: #FF0000;
    color: #fff;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event[data-category="Fietsen"] .panel .category,
#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event[data-category="Fiets tegen kanker"] .panel .category,
#eventHeader .categoryWrapper[data-category="Fietsen"] .category,
#eventHeader .categoryWrapper[data-category="Fiets tegen kanker"] .category {
    background: #0080E4;
    color: #fff;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event[data-category="Wandelen"] .panel .category,
#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event[data-category="Wandel tegen kanker"] .panel .category,
#eventHeader .categoryWrapper[data-category="Wandelen"] .category,
#eventHeader .categoryWrapper[data-category="Wandel tegen kanker"] .category {
    background: #0AC25D;
    color: #fff;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event[data-category="Zelf iets organiseren"] .panel .category,
#eventHeader .categoryWrapper[data-category="Zelf iets organiseren"] .category {
    background: #A26AC3;
    color: #fff;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event[data-category="Collecte"] .panel .category,
#eventHeader .categoryWrapper[data-category="Collecte"] .category {
    background: #ECAA42;
    color: #fff;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event[data-category="In actie voor"] .panel .category,
#eventHeader .categoryWrapper[data-category="In actie voor"] .category {
    background: #A26AC3;
    color: #fff;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-details {
    background: none !important;
    position: relative;
    width: 100%;
    padding: 15px 15px 10px;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-details p {
    color: #6C6D6F;
    font-size: 14px;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event:not(.no-category) .panel .event-details:not(.noCategory) {
    /*padding-top: 0 !important;*/
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-details .event-title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #233333;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-details .event-tags {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
    white-space: nowrap;
    flex-direction: column;
    margin: 10px 0 0;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-details .event-tags > * {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

    background: none;
    padding: 0;
    margin: 10px 0 0;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-details .event-tags > *:before {
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*background-size: contain;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-details .event-tags .date:before {
    /*background-image: url(https://d35m93su2y7h6p.cloudfront.net/dee50a98c018a331fa18b1293c9c5811.svg);*/
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-details .event-tags .city:before {
    background-image: url(https://d35m93su2y7h6p.cloudfront.net/ec83ed532a87bb039171cc3a683fb59f.svg);
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-details .event-tags .distance:before {
    background-image: url(https://d35m93su2y7h6p.cloudfront.net/1b9b3c1632260ffaf4d66ee99c59792b.svg);
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-options {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 15px 15px !important;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-options .btn {
    /*margin: 5px 0;*/
    /*background: none;*/
    /*padding: 0;*/
    /*color: #FA0F0E;*/
    /*border: none;*/
    /*border-radius: 0;*/
    /*text-align: left;*/
    /*width: auto;*/
    /*font-weight: 400;*/
    margin:0;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel:hover .event-options .btn {
    /*text-decoration: underline;*/
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-options .btn:hover {
    text-decoration: underline;
}

#customEventsRollWrapper #customEventsRollBlock .events-horizontal .lump-event .panel .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#customEventsRollWrapper #customEventsRollBlock .paginationBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper {
    text-align: center;
    margin-top: 40px;
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper .paginationBtns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper .paginationBtns > .pagination-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 32px;
    height: 32px;
    background-color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    border: 2px solid #D3D9EB;
    padding: 0 7px;
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper .paginationBtns > .pagination-btn.active {
    background-color: #0080E4;
    border-color: #0080E4;
    color: #fff;
    pointer-events: none;
    font-weight: 700;
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper .paginationBtns > .pagination-btn.ellipses {
    pointer-events: none;
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper .paginationBtns > .pagination-btn.arrow {
    background-size: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper .paginationBtns > .pagination-btn.arrow-left {
    background-image: url(https://d35m93su2y7h6p.cloudfront.net/3a727f9d83d60c2f5b182a3dd1e2690d.svg);
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper .paginationBtns > .pagination-btn.arrow-right {
    background-image: url(https://d35m93su2y7h6p.cloudfront.net/ac535c250f3ee5ac8425adccc57a0a0a.svg);
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper .paginationBtns > .pagination-btn.inactive {
    pointer-events: none;
    opacity: 0.4;
}

#customEventsRollWrapper #customEventsRollBlock .paginationWrapper .paginationInfo {
    font-weight: 700;
}

#customEventsRollWrapper .spinner {
    height: 55px;
    width: 55px;
    border: 3px rgba(0, 0, 0, 0.10) solid;
    border-top: 3px #1c6bc6 solid;

    border-radius: 100%;
    -webkit-animation: eventsRollSpinner 1s infinite linear;
    animation: eventsRollSpinner 1s infinite linear;
}

@-webkit-keyframes eventsRollSpinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes eventsRollSpinner {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.ticker-black #webTicker *{
    color: white !important;
}

/*Hiding the toggle switch and displaying the channels*/
#ProfileDonationForm .toggle-switch:has(.d_optin) {
	display: none;
}
#ProfileDonationForm #personaldetails .channels {
	display: block !important;
	margin-top: -10px;
}
.template-event-register .channels input:not(:first-of-type), .template-fundraise .channels input:not(:first-of-type), #ProfileDonationForm .channels input:not(:first-of-type) {
    margin-left: 15px;
}