/* =============================================================================
 *
 * 	NGOPRO Payment Stylesheet
 *
 * ========================================================================== */


/* =============================================================================
 * 	--	Basic Layout
 * ========================================================================== */
 #Form_MasterPage{
    display: flex;
    flex-direction: column;
    height: 100vh;
 }
 .content-wrapper{
    flex-grow: 1;
 }
.container-fluid{
   max-width: 1220px;
   padding-left: 20px;
   padding-right: 20px;
}
@media (max-width: 768px) {
   .container-fluid⁄{
      padding-left: 15px;
      padding-right: 15px;
   }
}
header{
   /* background-color: #fff; */
   padding: 10px 0;
   /* border-bottom: 1px solid #CED4DA; */
   /* box-shadow: 0px 12px 12px -14px #EAF0E9; */
}
header .container-fluid{
}
@media (max-width: 768px) {
   header .container-fluid{
      height: 48px;
   }
}
.header-brand-link{
   padding-top: 10px;
   padding-bottom: 10px;
}
.header-brand-link img{
   height: 147.22px;
   /* border: 6px solid #fff;
   border-radius: 80px; */
}
@media (max-width: 768px) {
   .header-brand-link img{
      height: 106px;
   }
}
 .content-wrapper{
    padding: 60px 0 60px 0;
 }
 .hero{
 }
 footer {
    padding: 60px 0 80px;
    background-color: #1F1F1F;
    color: #ffffff;
    /* border-radius: 32px 32px 0 0; */
    
 }
 .footer-widget{
 }
 .footer-brand-link{
    display: inline-block;
 }
 .footer-brand-link img{
   height: 110px;
   width: auto;
   filter: brightness(200%) contrast(0%) saturate(200%) blur(0px) hue-rotate(0deg);
 }
 /* =============================================================================
 * 	--	Typografy and basic elements
 * ========================================================================== */
 body{
   background-color: #F7F5F3;
   font-family: 'Nunito Sans', Arial, sans-serif;
   font-weight: 400;
 }
 h1, h2, h3, h4, h5, h6{
    font-family: 'Nunito Sans', Arial, sans-serif;
    font-weight: 600;
 }
 h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: #A80F44;
 }
 
 /* =============================================================================
 * 	--	Content elements
 * ========================================================================== */
.spacer{
   display: none;
}
ul.social-share li a {
   text-align: center;
}
ul.social-share li a.linkedin {
   background-color: #0B66C2;
}
ul.social-share li.last{
   display: none;
}
 /*ul.option-logos img {}*/
 
 /* Event */
 /* Hide elements to avoid flickering*/
 #activationCodeForm,
 #activationCodeErrorMsg{
    display: none;
 }
 
 /* --- Stepper  --- */
 .stepper-wrapper {
  display: flex;
  justify-content: space-between;
 }
 .stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  font-size: 12px;
 
  @media (max-width: 768px) {
    font-size: 12px;
  }
 }
 
 .stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 15px;
  left: -50%;
  z-index: 2;
 }
 
 .stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 15px;
  left: 50%;
  z-index: 2;
 }
 
 .stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 2px;
 }
 
 .stepper-item.active {
  font-weight: bold;
 }
 
 .stepper-item.active .step-counter{
  background-color: #A80F44;
  color: #fff;
 }
 
 .stepper-item.completed .step-counter {
  background-color: #A80F44;
  color: #fff;
 }
 
 .stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #A80F44;
  width: 100%;
  top: 15px;
  left: 50%;
  z-index: 3;
 }
 .stepper-item:first-child::before {
  content: none;
 }
 .stepper-item:last-child::after {
  content: none;
 }

 /* =============================================================================
 * 	--	Modification examples - Use or delete as needed
 * ========================================================================== */
 
 /* --- Buttons  --- */
 /* Button border-radius examples */
 /*
 .btn{border-radius: 25px;}s
 .btn-lg{border-radius: 32px}
 */
 .btn{
     text-decoration: none;
 }
 /* Button colors*/
 .btn-success {
     color: #fff;
     border-color: #A80F44;
     background-color: #A80F44;
 }
 .btn-success:hover {
     color: #f7f7f7;
     border-color: #960a38;
     background-color: #960a38;
 }
 .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    border-color: #960a38;
    background-color: #960a38;
    box-shadow: 0 0 0 0.2rem rgba(93,187,219,.25)!important;
 }
 .btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(93,187,219,.5);
 }
 .btn-success.disabled, .btn-success:disabled {
     color: #fff;
     border-color: #A80F44;
     background-color: #A80F44;
 }
 .btn-group-toggle .btn-link{
    color: rgba(33,37,41,.7);
 	 text-decoration: none;
 /* 	box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.2); */
 }
 .btn-group-toggle .btn-link:hover{
    background-color: rgb(245,245,245);
 }
 .btn-group-toggle .btn-link.active {
    border-color: #A80F44;
    background-color: #A80F44;
    color: #fff;
    box-shadow: none;
 }
 .btn-group-toggle .btn-link:not(.active):hover{
   background-color: #fff;
 }
 .form-control:focus {
    /* border-color: #960a38;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(168,15,68,.5); */
 }
 
 /* --- Links --- */
 a, .link-button{ color: #A80F44; text-decoration: underline;}
 a:hover, .link-button:hover{color: #960a38}
 .btn-group-toggle .btn-link:hover{text-decoration: none;}
 footer a{color: inherit;}
 footer a:hover{color: inherit;}
 
 /* --- Border radius  --- */
 /* No border-radius examples - delete if not used */
 /*
 .card,
 .form-control,
 .btn,
 ul.donation-amount-options li.first,
 ul.donation-amount-options li.last,
 .custom-amount,
 .payment-options .card.first,
 .payment-options .card.last
 {border-radius: 0;}
 */
 
 /* --- Custom radios & checkboxes  --- */
 /* You need to add the jquery in _template_customer_name  */
 /* This is the default state */
 .donation-amount-options label, .payment-options .card-title{
    position: relative;
 }
 .custom-radio .custom-control-label::before {
    border: 1px solid rgb(195,195,195);
    background: #fff; 
 }
 .custom-checkbox .custom-control-label::before {
    border: 1px solid rgb(195,195,195);
    background: #fff; 
 }
 
 /* This is the checked state */
 .custom-radio .custom-control-input:checked~.custom-control-label::before,
 .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #960a38; 
    border-color: #960a38;
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E); 
    border-radius: 50%;
 }
 .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
 .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #960a38; 
    border-color: #960a38;
    border-radius: .25rem;
 }
 .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
 }
 /* active state i.e. displayed while the mouse is being pressed down */
 .custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #0045ab;
    border-color: #0045ab;
 }
 .custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #0045ab;
    border-color: #0045ab;
 }
    
 /* the shadow; displayed while the element is in focus */
 .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(70,191,224,0.25);
 }
 .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(70,191,224,0.25);
 }
 
 /* Special for payment and amount options */
 .donation-amount-options .custom-radio-graphic{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 auto;
    margin-bottom: 8px;
 }
 .payment-options .custom-radio-graphic{
    position: absolute;
    top: 15px;
    left: 14px;
 }
 .custom-radio-graphic::before{
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgb(195,195,195);
    border-radius: 50%;
 }
 .custom-radio-graphic::after{
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 50%;
 }
 .custom-control-input:checked~.custom-radio-graphic::before{
    background-color: #0045ab; 
    border-color: #0045ab;
    color: #fff;
 }
 .custom-control-input:checked~.custom-radio-graphic::after{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
 }
 .custom-control-input:active ~ .custom-radio-graphic::before {
    color: #fff;
    background-color: #A80F44;
    border-color: #A80F44;
 }
 .custom-control-input:focus ~ .custom-radio-graphic::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(46,111,51,0.25);
 } 
 
 /* --- Misc  --- */
 /* Highligt amounts with box-shadow example */
 /* .donation-amount-options, .custom-amount{box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);} */
 
 /* =============================================================================
 * 	--	Page styles
 * ========================================================================== */
 .recurringdonationsignagreement .content-wrapper,
 .recurringdonationagreement .content-wrapper
 {
    padding: 0; 
 }
 .agreement-header-logo{
      width: auto;
      height: 100px;
 }
 #laguage-selector{
   display: none;
 }
.event-role-options .form-group label.minimizing-label,
.event-role-options .form-group label.minimizing-label.minimized{
   display: inline-block;
   margin-bottom: .5rem;
   position: relative;
   top: 0;
   left: 0;
   color: inherit;
   font-size: inherit;
 }
 .event-role-options .form-group input[type="text"], .event-role-options .form-group input[type="email"], .event-role-options .form-group input[type="tel"], .event-role-options .form-group input[type="number"] {
    padding: .375rem .75rem;
}
 /* Communication settings*/
 #ContentPlaceHolder_Form_LinkButton_Save{
    margin-bottom: 12vh;
 }
 /* =============================================================================
 * 	-- Media queries
 * ========================================================================== */
 
 @media (max-width: 768px) {
    h1{
        font-size: 2rem;
    }
    .donation-amount {
      font-size: 32px;
    }
  
 }