/* color palette */
:root {
  --btnback: #b3b3b3;
  --btnfore: #ffffff;
  --btnunselectedback:  #d9d9d9;
  --statsback: #fff;
  --errorback: #000;
  --errorfore: #FFB728;
  --loaderfore: #fff;
  --color_input: #000000;
  --color_input_background: #ffffff;
  --color_input_border: #e1e1e1;
  --input_borderradius: 0;
  --button_borderradius: 10px;
  --accentcolor: #2196F3;
  --hovercolor: #e8e8e8;
  --lightbackcolor: #eeeeee;
  --formback: #fff;
  --fontcolor: #000;  
  --placeholder: transparent;
  --inputlabel: block;
  --input_max_height: 32px;
  --titlecolor: #404040;
   
}
/* end color palette */


.FFactionheaderrow {
 //display: none !important;
}

body {
 margin: 0px;
}

::placeholder {
  color: grey !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: grey !important;
}
    
.FFinputlabel {
 display: var(--inputlabel);
 }    

.FFpaymenttext {
 display: none;
}

 .FFhelp-block {
  display: none;
  font-size: 9pt;
  margin-top: 3px;
  margin-bottom: 3px;  
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 4px;
  //padding-left: 22px;
  padding-left: 4px;    
  max-height: 22px;
  //background-image: url(https://fundfactory.nl/ffforms/assets/img/orange-error-icon-0.png), linear-gradient(to left, transparent 0px, transparent 0px, transparent 0px);
  //background-repeat: no-repeat;
  //background-position: 2px 1px;
 // background-size: 18px 18px, 100% 18px;
  color: var(--errorfore); 
  background-color: var(--errorback)  
}

.FFmodal {
  display:none;
  border-radius:5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position:fixed;
  overflow-y: auto;
  overflow-x: hidden;
  width: 95% !important;
  max-width: 1024px !important;
  max-height: 88% !important;
  min-height: 30%;
  background: #FFF;
  margin-top: 30px;
  top: 55px;
  /*bottom: 10px; */
  box-shadow: none !important;  
  z-index: 2147483643;  /* maximum z-index. Modal has to be on top of e verything of the customer site */
}



.FFmodal-close {
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    float: right;
    text-align: right;
    fill: white;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    width: 95% !important;
    max-width: 1024px !important;
    height: 45px;
    margin-top: 0px;
    top: 45px;
    left: 50%;
    background-color: #fff !important;
    z-index: 2147483644;  /* maximum z-index. Modal has to be on top of e verything of the customer site */
     
}.FFmodalcloseicon {
    cursor: pointer !important;
}

.FFmodal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483642;
  background: rgba(0, 0, 0, 0.7);
}


.FFmodalheader {
    	padding:18px 20px 20px 23px;
}

.FFmodalfooter {
    text-align: right;
    padding-top: 0px;
    
}


.FFmodalcloseicon {
 fill: #fff;
 border-radius: 200px;
 background-color: var(--accentcolor);
 margin-top: -18px;
 margin-right: -18px;
 right: 0;
 position: fixed; 
}


.FFselectedbutton {
 background-color: var(--accentcolor) !important;
 color: var(--color_input_background) !important;
}

.FFselectedbutton:hover {
 background-color: var(--accentcolor) !important;
}


.FFh1, .FFh2, .FFh3, .FFh4 {
 color: var(--fontcolor) ;
}




@media screen and (max-width: 600px) {
 
     .FFgridcol-100, .FFgridcol-60, .FFgridcol-50, .FFgridcol-40, .FFgridcol-35, .FFgridcol-33, .FFgridcol-30, .FFgridcol-25, .FFgridcol-20 {
        width: 100% !important;
        float: none;
    }
    
    .FFgridcontainer, .FFgridcontainer-1, .FFgridcontainer-2, .FFgridcontainer-3 {
     display: inline  !important;
    }

   .FFgridcontainer {
     grid-template-columns: 100%;
    }
    
   .FFgridcontainer-2 {
     grid-template-columns: 100%;
    }
   
   .FFgridcontainer-3 {
     grid-template-columns: 100%;
    }
    

   
   .FFh1 { 
   font-size: 160%;
   }
   
   .FFh2 { 
   font-size: 140%;
   }
   
   .FFh3 { 
   font-size: 100%;
   }
   
   .FFh4 { 
   font-size: 70%;
   }
   

}

@media screen and (max-width: 767px) {
 
  .FFcard {
   width: 100% !important;
   max-width: 2000px !important ;
  }
  
  
    .FFmodalcloseicon {
     margin-right: -12px;
   } 
    

}


@media screen and (min-width: 768px) {
     
    
     
     .FFh1 { 
     font-size: 200%;
     }
     
     .FFh2 { 
     font-size: 180%;
     }
     
     .FFh3 { 
     font-size: 140%;
     }
     
     .FFh4 { 
     font-size: 110%;
     }
     

}


/* actie overzicht header */
.FFflexcontainer {
 display: flex;
 flex-flow: row wrap;
 background-color: transparent;
 justify-content: left;
}


.fFFflexcontainer > div {
  background-color: transparent;
  margin: 5px;
  padding: 0px;
  min-width: 75px;
  text-align: right;
;
}

.FFflexcontainercell {
  min-width: 100px;
}

/*  end actie overzicht header*/


#FFquantity {
text-align: right;
}



.number_of_donations {
font-size: 95%;
font-weight: 500;
color: var(--fontcolor);
}

.number_of_subfundraisers
font-size: 95%;
    font-weight: 500;
color: var(--fontcolor);
}

.percentage_funded {
font-size: 95%;
    font-weight: 500;
color: var(--fontcolor);
}
.amount_funded {
font-size: 95%;
    font-weight: 500;
color: var(--fontcolor);
}


.FFkoptekst {
margin-top: 20px;
margin-bottom: 10px;
font-weight: 700;
color: var(--titlecolor);
}

/* list for extra 1 or extra 2 */
#FFsize {
    height: 38px;
    border-color: #d1d1d1;
    width: 200px;
}


#FFamount {
    width: 150px;
    padding-left: 25px !important;
    min-height: 46px;
    border-radius: var(--button_borderradius);
    font-size: 130%;
    color: var(--color_input:) ;
}

#amount-container {
   margin-left: 15px;
   margin-top: -8px;
}

.FFbtn-donate {
 border: 0px;
 color: var(--color_input) ;
 font-size: 130%;
 border-radius: var(--button_borderradius);
 padding: 12px;
 height: 46px;
 margin-right: 5px;
 margin-bottom: 5px;
 min-width: 80px;
 cursor: pointer;
}

.FFinputicon {
    fill: var(--color_input) ;
    height: 16px;
    width: 16px;
    margin-top: 17px;
    margin-right: -21px;
    z-index: 10000;
}

.FFinput_icondiv {
 display: flex;
 padding-top: 0px;
 color: var(--color_input) ;
 height: 46px;
 background-color: var(--color_input_background);
 border: 1px solid var(--color_input_border) !important;
  border-radius: var(--button_borderradius);
}

.FFmoneyinputwithicon {
 margin: 0px 0px 0px 0px !important;
 padding-left: 10px ;
 margin-top: 6px !important;
 margin-bottom: 6px !important;
 margin-right: 5px !important;
 margin-left: 5px !important;
// min-height: 44px;
// max-height: 44px !important; 
// font-size: 130%;
 color: var(--color_input) !important ;
 border: none !important;
}

.FFmoneyinputcurrencysymbol {

 margin-left: 9px;
 margin-right: 0px;
 line-height: 46px;  /* line height same as height of parent div to ensure vertical centering */
 font-size: 130%;
 color: var(--color_input) !important ;
}


/* hides paymentoptioens (ideal, creditcard etc) */
.FFhideelement {  
 display: none !important;
  visibility: hidden ;
  position: absolute; 
  left: -999em;
  }

.FFvisibilityhidden {  
  visibility: hidden ;
  } 

.FFerroractive {
  display: inline !important;
  //margin-left: 12px;
}

.FFbadge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: red;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    color:white;
    padding: 0px 10px 0px 10px;  
    font-size: 70%;
    z-index: 30001;
}

.FFfloat-right {
float: right;	
}

/* progress bar */

.FFactieprogress {
margin-top: 5px;
margin-bottom: 15px;
}

.FFprogressbar { 
background-color: var(--lightbackcolor);
border-radius: 10px;
width: 100%;
height: 10px;
margin-top: 5px;
margin-bottom: 3px;
}

.FFprogressindicator {
background-color: var(--accentcolor);
color: #FFF;
padding-left: 5px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
height: 10px;
}


.FFprogresscontainer {
margin-left: 20px;
margin-right: 20px;
margin-top: 5px;
}

/* end progress bar */

.FFformsection {
  display: none;
}


.FFshadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: var(--button_borderradius);
}


/* card view */

.FFcontainer {
  height: 100%;
  background: transparent;
}


.btn-doneer { 
margin-bottom: 8px;
}



#scrolltoanchor {
height: 15px;
}

#FFbuttonreturntolist {
  margin-bottom: 10px;
}


.FFcards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}

.FFcard {
  height: 700px;
}

.FFcard_fullwidth {
//  width: 100%;
//  max-width: 100%;
//  padding: 15px;
//  line-height: 1.5;
//  flex-shrink: 0;
//  overflow: hidden;
//  background: transparent;
}


.FFcard__header {
  position: relative;
}

    
.FFcardimage {
    width: 100%;
    //display: block !important;
    object-fit: cover !important;
    float: left !important;
    background-size: cover !important;
    min-height: 250px !important;
    max-height: 250px !important;
    cursor: pointer !important;
    border-top-left-radius: var(--button_borderradius);
    border-top-right-radius: var(--button_borderradius);

}

.FFcardimageinactive {
    width: 100%;
    display: block;
    object-fit: cover;
    float: left;
    background-size: cover;
    height: 300px;
    filter: grayscale(90%);
    cursor: default !important;    
}

.FFcardtitle {
  margin-bottom: 9px;
  margin-top: 5px;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--titlecolor);
  height: 50px;
}

.FFtagline {
margin: 0px !important;
height: 100px;
padding-bottom: 0px;
}

.FFcardhover {
    -webkit-transition: all ease-in-out;
    -webkit-transition-delay: 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    background: rgba(64,64,64,0.5);
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    height: 250px;
    width: 100%;
    z-index: 10;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}

.FFcardhover:hover {
    opacity: 1;
}

.FFdetailcard {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1em;
  background: #FFF;

}

.FFcard__body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
 // gap: .5rem;
}


.FFcardtag {
  align-self: flex-start;
  padding: .25em .75em;
  border-radius: 1em;
  font-size: .65rem;
}

.FFcardtag + .FFcardtag {
  margin-left: .5em;
}

.FFcardtag-blue {
  background: #56CCF2;
  background: linear-gradient(to bottom, #2F80ED, #56CCF2);
  color: #fafafa;
}

.FFcardtag-brown {
  background: #D1913C;
background: linear-gradient(to bottom, #FFD194, #D1913C);
  color: #fafafa;
}

.FFcardtag-red {
  background: #cb2d3e;
background: linear-gradient(to bottom, #ef473a, #cb2d3e);
  color: #fafafa;
}

.FFcard__body h4 {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.FFcard__footer {
  display: flex;
  padding: 1rem;
  margin-top: auto;
}

.FFfootercontent {
  display: flex;
  gap: .5rem;
}

/* end card view */

/* buttons */

.FFbutton {
  background-color: var(--btnback);
  color: var(--btnfore) ;
  box-sizing: border-box;
  border-radius: var(--button_borderradius);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 6px 14px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  word-break: break-word;
  border: 0;
  margin-right: 5px;
  margin-bottom: 5px;
} 



.FFbutton-lg {
background-color: var(--btnback) !important;
color: var(--btnfore) !important;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  opacity: 1;
  outline: 0 solid transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
  line-height: 28px;
  border-radius: var(--button_borderradius);
} 

.FFbutton-round {
background-color: var(--btnback);
color: var(--btnfore);
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 6px 1px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 38px;
  height: 38px;
  word-break: break-word;
  border: 0;
  margin-right: 5px;
  float: right;
} 


.FFhoverbutton {
    background-color: transparent;
    color: #FFF !important;
    border: 2px solid #FFF;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 6px 14px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: var(--button_borderradius);
}

/* end buttons */

.FFcustom-radios {
display: flex;  
flex-wrap: wrap;
}

/* form controls */


.FFclearfix:after {
content: "";
display: block;
clear: both;
visibility: hidden;
height: 0;
}


#FFformcontainer {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem; */
  max-width: 1280px;
}


.FFformwrapper {
width: 100%; 
//max-width: 1280px;
position:relative;
z-index:1;
container-type: inline-size; /* initiates media query @container */
  background-color: var(--formback) !important;
}

.FFformwrapper a {
 color: var(--accentcolor);
}

.FFformwrapper h2 {
font-size:1.5em;
line-height:1.5em;
margin:0;
}

.FFformwrapper .FFformtitle_container {
text-align:center;
margin:-15px -15px 15px;
padding:15px 0;
}

.FFformwrapper label {
 margin: 0px 0px 0px 0px;
 text-align: left;
 line-height: 1.7em;
 color: var(--fontcolor) !important ;
}

.FFformwrapper  > span  {
 color: var(--fontcolor) !important ;
}

.FFformwrapper .FFinputfield > span > img {
padding-top:12px;
}

.FFformwrapper .FFselect {
    width: 100%;
    position: relative;
    height: var(--input_max_height);
    max-height: var(--input_max_height);
    margin-top: 0px;
    margin-bottom: 3px;
    color: var(--color_input) !important;
    background-color: var(--color_input_background);
    border: 1px solid var(--color_input_border);
    border-radius: var(--input_borderradius);
    padding: 0px 0px 0px 8px !important;

}

.FFinputfield  input[type="number"], .FFinputfield  input[type="text"], .FFinputfield  input[type="email"], .FFformwrapper input[type="date"], .FFformwrapper input[type="tel"],  .FFinputfield  input[type="file"]  , .FFinputfield  textarea { 
width: 100%;
position:relative;
//margin-top: 1px !important;
//margin-bottom: 1px !important;
background-color: var(--color_input_background);
color: var(--color_input)  ;
border: 1px solid var(--color_input_border);
border-radius: var(--input_borderradius);
padding: 8px 8px 8px 8px ;
box-sizing:border-box;
outline: none;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
transition: all 0.30s ease-in-out;
}

.FFinputfield  input[type="number"], .FFinputfield  input[type="text"], .FFinputfield  input[type="email"], .FFformwrapper input[type="date"], .FFformwrapper input[type="tel"],  .FFinputfield  input[type="file"]   {
max-height: var(--input_max_height);
}

 textarea {
height:8em;
}

.FFinputfield  input[type="number"]:focus, .FFformwrapper input[type="text"]:focus, .FFformwrapper input[type="email"]:focus, , .FFformwrapper input[type="date"]:focus,  .FFformwrapper input[type="tel"]:focus,  .FFformwrapper input[type="file"]:focus  , .FFformwrapper textarea:focus, .FFselect:focus {
 border-bottom: 1px solid green; 
 box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.01), 0px 0px 2px rgba(0, 0, 0, 0.1);
}

/* end form controls */


.amountSectionButtons {
 margin-right: 5px;

 
}

.amountSectionInput {
 min-width: 160px;
 max-width: 200px;
 
}

/* loading indicator */

#divloading {
z-index: 40002;
  margin: 0px;
  display: none;
  padding: 0px;
  position:fixed;
  right: 0px;
  top: 0px;
  width: 99%;
  height: 80%;
  background-color: transparent;
   z-index: 30001;
  opacity: 1;
}
 

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);  
opacity: 1;
  }

/* end loading indicator */

/* css loader shape */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--loaderfore);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* end css loader shape */

/* required input asterisk */
.FFrequired-input {
    background-image: url('https://fundfactory.nl/resources/assets/required-icon.png') !important;
    background-repeat: no-repeat !important;
    /* background-attachment: fixed; */
    /* background-position: center; */
    background-size: 10px 10px  !important;
    background-position: top 2px right 2px  !important;
}

/* end required input asterisk*/

/* css grid */

.FFgridcontainer-1 {
  display: grid;
  grid-template-columns: 100%;
  column-gap: 0px;  
  row-gap: 5px;
  margin-bottom: 10px;
}


.FFgridcontainer-2 {
  display: grid;
   grid-template-columns: 50% 50%;
  column-gap: 5px;    
  row-gap: 5px;  
  margin-bottom: 10px;
}


.FFgridcontainer-3 {
  display: grid;
   grid-template-columns: 33.1% 33.1% 33.1%;
  column-gap: 5px;    
  row-gap: 5px;  
  margin-bottom: 10px;
}

// margin between labels and their inputs
.FFgriditem {
margin-top: 10px;
}

// margin between labels and their inputs
.FFgridimage {
margin-bottom: 10px;
}


@container (max-width: 768px) {

	.FFgridcontainer-2 {
		grid-template-columns: 100%;
	}

	.FFgridcontainer-3 {
		grid-template-columns: 100%;
	}


}

// margin between labels and their inputs
.FFgriditem {
margin-top: 10px;
}


.FFgrid-image {
        position: relative;
        //display: inline-block; 
}


.FFgrid-image > img {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}

#FFcontent  img {
  object-fit: cover;
  max-height: 400px;

}

/* end css grid */



/* toast */

/* The toast - position it at the top and in the middle of the screen */
#toast {
  visibility: hidden; /* Hidden by default. Visible on click */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 2147483644; /* Add a z-index if needed */
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
 // top: 30px; /* 30px from the top */
}



/* Show the toast when clicking on a button (class added with JavaScript) */
#toast.show {
  visibility: visible; /* Show the toast */
  top: 30px;
  /* Add animation: Take 0.5 seconds to fade in and out the toast.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the toast in and out */
@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-  keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

/* end toast */

.FFfundraiser_text {
    color: #fff;
    margin-left: 10px;
    padding-top: 7px;
}

.FFfundraiser_header_inactive {
    width: 100%;
    background-color: #404040;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 30px;
    z-index: 1;
    opacity: 0.8;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    border-top-left-radius: var(--button_borderradius);
    border-top-right-radius: var(--button_borderradius);     

}

.FFfundraiser_header_active {
     display: none;
    width: 100%;
    background-color: #404040;
    position: absolute;
    left: 0;
   right: 0;
   bottom: 0;
    height: 30px;
    z-index: 1;
    opacity: 0.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

/* tabs in fundraiser */

.FFtabs {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 25px;
}

.FFtabindicator {
border-top: 4px solid;
display: none;
border-color: var(--accentcolor);
}

#FFtab3 {
 display: none;
}

#FFtabindicator1 {
display: block;
}

.FFtabcontent {
width: 100%;
}

.FFtablabel {
 color: var(--titlecolor) ;
 font-weight: 800;
}

/* end tabs in fundraiser */

/* cards */

.FFdonationcards {
display: grid;
grid-template-columns: repeat(auto-fill, 350px);
grid-auto-rows: auto;
grid-gap: 1rem;
justify-content: center;
}
 
.FFdonationcard {
border: 2px solid #e9e9e9;
border-left: 18px solid #e9e9e9;
border-radius: 2px;
}

.FFactioncards {
display: grid;
grid-template-columns: repeat(auto-fill, 90%);
grid-auto-rows: auto;
grid-gap: 1rem;
justify-content: center;
}
 
.FFactioncard {
border: 1px solid #ECECEC;;
//border-left: 18px solid #ECECEC;;
border-radius: 2px;
}

.FFactioncardimage {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* file upload button */
#FFfilecontainer {
cursor: pointer;
}

#FFsubmitsection {
 margin-top: 12px;
 /*margin-bottom: 12px; */
}

.FFsubmitbutton {
 min-width: 150px;
}

.FFfileupload {
 color: var(--color_input) ;
 background-color: var(--color_input_background) ;
 border: 1px solid var(--color_input_border);
 border-radius: var(--input_borderradius);
 margin-top: 5px;
 text-align: left;
 padding-top: 9px;
 min-height: 42px;
 cursor: pointer;
}


#FFfilediv  {
    display: block;
    margin-top: -35px;
    margin-left: 45px;
    font-size: 80%;
 
}


.FFfileimg {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: inline !important;
  height: 100%;
  max-height: 300px;
}

.FFfileicon {
 margin-bottom: -10px;
 width: 45px; 
 height: 35px; 
 fill: var(--color_input) ;
  cursor: pointer;
}


/* arrow style progres meter*/


.FFarrow-wrapper {
height: 36px;
 margin-right: 0px;
 margin-top: 15px;
margin-bottom: 15px;

}

.FFarrow-meter {
height: 36px;
 width: 100%;
 background-color: var(--color_input);
 margin-right: 20px;

}

.FFarrow-meter .FFbar {
 background-color: var(--btnback) ;
  margin-top: 0px;
  width: 90px;
  height: 36px;
  float: left;

}

.FFarrow-meter .FFarrowhead {
border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 2.2em solid var(--btnback);
    float: right;
  margin-right: -2.1em;

}

.FFbarlabel {
color: #fff;
white-space: nowrap;
z-index: 10000;
margin-left: 8px;
position: absolute;
height: 36px;
margin-top: 5px;
margin-bottom: 5px;
}

.FFarrow-meter .FFbar span {
	position: relative;
}


/* end arrow style progress meter*/

/* marquee */
.FFmarquee {
 height: 50px;	
 overflow: hidden;
 position: relative;
}

.FFmarquee p {
 font-size: 1em;
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 10s linear infinite;
 -webkit-animation: example1 10s linear infinite;
 animation: example1 10s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
/* end marquee */

.custom-file-upload {
 font-size: 90%;
 font-style: italic;
 display: flex;
}

/* search button in action list */

.FFsearchinput {
 display: none;
padding-top: 4px;
padding-bottom: 4px;
//line-height: 22px;
color: var(--btnfore);
background-color: var(--btnback) !important;
border: 0px solid var(--btnfore) !important;
border-radius: var(--button_borderradius);
width: 200px !important;
margin-top: 10px;
padding-left: 30px !important;
padding-right: 30px !important;
font-size: 20px !important;
margin-bottom: 10px;
}

.FFsearchinputundo {
  margin-left: -30px;
  cursor: pointer;
}

.FFsearchinputundoicon {
 font-size: 16px;
 font-weight: 600;
  color:  var(--btnfore);
  opacity: 0.6;

}

.FFsearchinputicon {
 display: none;
    position: absolute;
    margin-left: -198px;
    margin-top: 23px;
    width: 16px;
    height: 16px;
    opacity: 0.6;
cursor: pointer;
}

.FFsearchinputfontawesome {
  fill:  var(--btnfore);
}


/* end search button in action list */

/* header of action main list pge */
.FFactionheadercontainer {
//
}

.FFactionheaderrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.FFactionheaderitem {
  padding: 0px;
    margin: 10px;
    white-space: nowrap;
}
/* end header of action main list page */


#FFplus-btn {
font-size: 20px;
color: grey;
    border-right: 1px solid var(--color_input_border);
    border-top: 1px solid var(--color_input_border);
    border-bottom: 1px solid var(--color_input_border);
    border-left: none;
   width: 35px;
    height: 100%;
}

#FFminus-btn {
font-size: 20px;
color: grey;
    border-left: 1px solid var(--color_input_border);
    border-top: 1px solid var(--color_input_border);
    border-bottom: 1px solid var(--color_input_border);
    border-right: none;
   width: 35px;
    height: 100%;
}

/* hide spinner in number inputs */
/* for chrome */
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;}             


/* for mozilla */  
   input[type=number] {-moz-appearance: textfield;}

/* file selector */

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
//    font-size: 1.25em;
//    font-weight: 700;
    color: #000;
    display: inline-block;
    width: 100%;
    border: 0px transparent;
    padding: 10px 10px 10px 34px !important;
    box-sizing: border-box;
    outline: none;
}


.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile + label * {
	pointer-events: none;
}
/* end file selector */


/* custom radio buttons */

.FFmainradiocontainer {
 display: flex;
 flex-wrap: wrap;
	break-before: always;
	margin: 0 0 0.6em 0;
}

/* Customize the label (the container) */
.FFradiocontainer {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-right: 7px !important;
  min-height: 24px;
  min-width: 3em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.FFradiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.FFradiocheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: var(--lightbackcolor);
  border: 1px solid var(--color_input_border);
  border-radius: 100%;
}

/* On mouse-over, add a grey background color */
.FFradiocontainer:hover input ~ .FFradiocheckmark {
  background-color: var(--hovercolor);
}

/* When the radio button is checked, add a blue background */
.FFradiocontainer input:checked ~ .FFradiocheckmark {
  background-color: var(--accentcolor);
  border: 0px solid;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.FFradiocheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.FFradiocontainer input:checked ~ .FFradiocheckmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.FFradiocontainer .FFradiocheckmark:after {
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  border-radius: 100%;
  background: white;
}
/* end custom radio buttons */

/* custom checkbox */

/* Customize the label (the container) */
.FFcheckboxcontainer {
  display: block;
  position: relative;
  padding-left: 27px;
  padding-bottom: 6px;
  padding-top: 7px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.FFcheckboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.FFcheckmark {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 1.54em;
  width: 1.54em;
  background-color: var(--lightbackcolor);
  border: 1px solid var(--color_input_border);

}

/* On mouse-over, add a grey background color */
.FFcheckboxcontainer:hover input ~ .FFcheckmark {
  background-color: var(--lightbackcolor);

}

/* When the checkbox is checked, add a blue background */
.FFcheckboxcontainer input:checked ~ .FFcheckmark {
    background-color: var(--accentcolor);
     border: 0px solid;
}

/* Create the checkmark/indicator (hidden when not checked) */
.FFcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.FFcheckboxcontainer input:checked ~ .FFcheckmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.FFcheckboxcontainer .FFcheckmark:after {
 // left: 5px;
//  top: 1px;
 // width: 5px;
 // height: 12px;
    left: 24%;
    top: 5%;
    width: 51%;
    height: 70%; 
  border: solid white;
  border-width: 0px 4px 4px 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end custom checkbox */

/* Show the toast when clicking on a button (class added with JavaScript) */
#toast.show {
  visibility: visible; /* Show the toast */
  /* Add animation: Take 0.5 seconds to fade in and out the toast.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 25s;
  animation: fadein 0.5s, fadeout 0.5s 25s;
}

.FFpaymentlogo {
  margin-left: -17px;
  margin-top: 6px;
  border-radius: var(--button_borderradius);
  border: 1px solid #F1F1F1;
  height: 50px !important;
  width: 80px !important;
  max-height: 50px !important;
  max-width: 80px !important;  
  
}


/* grid */

.FFgridcontainer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex ;
    column-gap: 3px;
    row-gap: 5px;
    margin-bottom: 10px;
}

.FFgridcol-100 {
    width: 100%;  
}

.FFgridcol-33 {
    width: 33.3%;  
}
.FFgridcol-50 {
    width: 50%;   
}

.FFgridcol-60 {
    width: 60%;   
}
.FFgridcol-25 {
    width: 25%;   
}

.FFgridcol-20 {
    width: 20%;   
}

.FFgridcol-30 {
    width: 30%;   
}

.FFgridcol-35 {
    width: 35%;   
}

.FFgridcol-40 {
    width: 40%;   
}

.FFbuttonicons {
    color: #fff;
    fill: currentColor;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.FFbutton-round {
  border-radius: 2rem !important;
}

.mb-1 {
 margin-bottom: 10px;
}



/* end grid */


/* css loader shape */
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--loaderfore);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* end css loader shape */

/* alert */
.FFalert {
  position: relative;
  top: 10;
  left: 0;
  width: auto;
  height: auto;
  margin: 10px !important;
  padding-left: 30px;f
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.6;
  border-radius: 5px;
  background-color: dodgerblue;
  color: white;
  font-family: sans-serif;
  font-weight: 400;
}

/* and alert */

.FFgreyedout {
 opacity: 0.6;
}