@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

form {
    margin-top: 40px;
}

.donationform,
.donationform h1,
.donationform h2,
.donationform h3,
.donationform h4,
.donationform h5,
.donationform h6 {
    font-family: "Poppins", sans-serif;
}

.donationform {
    display: flex;
    column-gap: 100px;
}

/* .forminner {
    width: 63%;
} */

.logoright {
    /* width: 47%; */
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoright {
    display: flex;
    flex-direction: column
}



.lbottom {
    display: flex;
    justify-content: space-between;
}

.lbleft,
.lbright {
    width: 48%;
}

.formtitle h2 {
    font-weight: 700;
    font-size: 49px;
    line-height: 57px;
    margin-bottom: 0px;
}

.formtitle h2 span {
    color: #F9B701
}

.subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #909090;
    margin-bottom: 15px;
    margin-top: 20px;
}

.bottonrow .btn,
.btn {
    height: 60px;
    border-radius: 5px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #909090;
    border: 1px solid #909090;
    transition: all 0.5s;
    padding: 16px 50px;
    cursor: pointer;
    background: #fff;
    flex-grow: 1;
}

.bottonrow .btn:hover,
.bottonrow .btn.active {
    background: #F9B701;
    color: #fff;
    border: 1px solid #F9B701;
}

.bottonrow {
    flex-wrap: nowrap !important;
    display: flex !important;
    column-gap: 7px !important;
}

.pricing .btn {
    height: 52px;
}

#price {
    height: 52px !important;
}

.step.active {
    display: block;
}

.formcontainer {
    text-align: left;
    min-height: 850px;
}

.formrow {
    display: flex;
    column-gap: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.formcol {
    width: 50%;
}

.rtitle {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #909090;
    margin-top: 20px;
}



.errorl {
    color: #903;
    font-size: 14px;
    margin-top: 15px;
    display: none
}

.priinner {
    display: flex;
    column-gap: 7px
}

.pricing .btn {
    padding: 15px 15px;
    cursor: pointer;
    color: #909090;
    border: 1px solid #909090;
    transition: all 0.5s;
    background: #D0D0D240;
    font-size: 16px;
    line-height: 21px;
    border-radius: 5px
}

.pricing .btn:hover,
.pricing .btn.active {
    background: #F9B701;
    color: #fff;
    border: 1px solid #F9B701;
}

#step1 .navbtn {
    margin-top: 40px;
}

.donationform .nextbtn,
.donationform .nextbtn:hover,
.donationform .nextbtn:visited {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    background: #F9B701;
    color: #fff;
    border: 1px solid #F9B701;
    display: flex;
    align-items: center;
    padding: 18px 22px;
    column-gap: 5px;
}

.donationform .prevbtn,
.donationform .prevbtn:hover {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    background: #ACACAC;
    color: #fff;
    border: 1px solid #ACACAC;
    display: flex;
    align-items: center;
    padding: 18px 30px;
    column-gap: 5px;
}

.navbtn {
    display: flex;
    column-gap: 15px;
}

#price {
    background: url('../images/euro.png') 5px center no-repeat;
    background-size: 13px 13px;
    padding-left: 30px;
    border-radius: 5px;
}

#step2 .formrow .formcol {
    width: 48%;
    margin-bottom: 20px;
}

#step2 .formrow {
    flex-wrap: wrap;
    column-gap: 20px;
}

#step3 .formrow .formcol {
    width: 48%;
    margin-bottom: 20px;
}

#step3 .formrow {
    flex-direction: column;
}

#step3 .formrow {
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 0px
}

#card-errors {
    margin-bottom: 20px;
    margin-top: 10px;
}

.payimage {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    display: flex;
}

.hidden {
    display: none;
}

.donationform input[type="email"],
.donationform input[type="tel"],
.donationform input[type="text"]
 {
    border: 1px solid #ACACAC;
    border-radius: 5px !important;
    font-size: 14px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    height: 45px;
    flex-grow: 1;
}

.donationform input[type="email"]:focus,
.donationform input[type="number"]:focus,
.donationform input[type="tel"]:focus,
.donationform input[type="text"]:focus {
    outline: none;
    box-shadow: none;
}

.donationform .userinput {
    padding-left: 40px;
    background: url('../images/person.svg') 10px center no-repeat;
    background-size: 20px 20px;
}

.donationform .phoneinput {
    padding-left: 40px;
    background: url('../images/phone.svg') 10px center no-repeat;
    background-size: 20px 20px;
}

.donationform .mailinput {
    padding-left: 40px;
    background: url('../images/mail.svg') 10px center no-repeat;
    background-size: 20px 20px;
}

.donationform .cardnumber {
    padding-left: 40px;
    background: url('../images/credit-card.svg') 10px center no-repeat;
    background-size: 20px 20px;
}

.donationform .expdate {
    padding-left: 40px;
    background: url('../images/calendar.svg') 10px center no-repeat;
    background-size: 20px 20px;
}

.donationform .ccv {
    padding-left: 40px;
    background: url('../images/token_cvc.svg') 10px center no-repeat;
    background-size: 20px 20px;
}

.donationform #cardnumber {
    padding: 12px 20px;
    padding-left: 40px;
    background: url('../images/credit-card.svg') 10px center no-repeat;
    background-size: 20px 20px;
    border: 1px solid #ACACAC;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
}

.userinput.StripeElement {
    border: 1px solid #ACACAC;
    border-radius: 5px;
    height: 45px;
    padding: 10px 10px 10px 40px;
    background: url('../images/bank-icon.svg') 10px center no-repeat;
    background-size: 20px 20px;
  }
  
  .userinput.StripeElement--focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  }
  
  .userinput.StripeElement--invalid {
    border-color: #FF0000;
  }

/* .submit-btn-form {
    background: url('../images/arrow-right-icon.svg') right 10px center no-repeat;    
    background-size: 20px 20px;
} */

.arrow-right {
    background: url('../images/arrow-right-icon.svg') no-repeat;
    height: 20px;
    width: 22px;    
}

#sepa-element {
    padding: 12px 10px;
    border: 1px solid #ACACAC;
    border-radius: 5px;
}

.donationform #expdate {
    padding: 12px 20px;
    padding-left: 40px;
    background: url('../images/calendar.svg') 10px center no-repeat;
    background-size: 20px 20px;
    border: 1px solid #ACACAC;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
}

.donationform #ccv {
    padding: 12px 20px;
    padding-left: 40px;
    background: url('../images/token_cvc.svg') 10px center no-repeat;
    background-size: 20px 20px;
    border: 1px solid #ACACAC;
    border-radius: 5px;
    font-size: 14px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    position: relative
}

.donationform #ccv:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../images/CVC.svg') center center no-repeat;
    background-size: 20px 20px;
    content: ""
}

.donationform #mandate-acceptance {
    font-size: x-small;  
    line-height: normal; 
}

.donationform #mandate-acceptance-container {    
    background-color: #D0D0D240;
    border-radius: 5px;    
    margin-top: 20px;
    padding: 10px;
}


.cvvcard {
    background: url('../images/CVC.svg') 95% center no-repeat;
    background-size: 20px 20px;
}

.radiorow {
    font-size: 14px;
    color: #909090;
    line-height: 21px;
}

.loading {
    display: none;
}

.loading.active {
    display: flex;
    display: flex;
    align-items: center;
}

.loading img {
    width: 30px;
}

#ideal-bank-element {
    padding: 5px 0px;
    border: 1px solid #909090;
    border-radius: 5px
}

.radiorow {
    margin-top: 20px;
}

#payment-buttons {
    margin-bottom: 20px;
    display: flex;
    column-gap: 8px;
}

#payment-buttons .paybtn {
    color: #909090;
    border: 1px solid #909090;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

#payment-buttons .paybtn.hidden {
    display: none !important;
}

#payment-buttons .paybtn.active,
#payment-buttons .paybtn:hover {
    background: #F9B701;
    color: #fff;
    border: 1px solid #F9B701;
}

/* Style for the custom checkmark */
.custom-checkmark {
    display: inline-block;
    width: 20px;
    height: 16px;
    background-color: #fff;
    border: 2px solid #F9B701;
    border-radius: 30px;
    position: relative;
    margin-right: 8px;
    transition: background-color 0.3s, border-color 0.3s;

}

.checkbox-wrapper {
    align-content: center;
    display: flex;
    align-items: center;
}

.checkbox-wrapper input:checked+.custom-checkmark,
.custom-checkmark.active {
    background-color: #F9B701;

}

.radiodesign {
    margin-bottom: 10px;
}

.custom-checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>');
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

#submit {
    padding: 12px 25px !important;
    border-radius: 5px !important;
    border-color: #F9B701 !important
}

#submit:visited,
#submit:focus,
#submit:hover {
    background: #000;
    border-color: #000 !important
}

.checkbox-wrapper input:checked+.custom-checkmark::after,
.custom-checkmark.active::after {
    display: block;
}

.checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
}


::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #909090;
}

::placeholder {
    color: #909090;
}

.error {
    color: #903 !important;    
    font-size: 12px; 
}


input.errro {
    border-color: #903 !important;
}

#step3 .navbtn {
    margin-top: 35px;
}

#card-errors {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 15px;
    color: red;
}



@media screen and (max-width:768px) { 
    .formtitle h2 {
        font-size: 32px;
        line-height: 39.3px;
    }

    .donationform {
        column-gap: 20px;
        flex-direction: column
    }

    .forminner {
        width: 100%;
    }

    .logoright {
        width: 100%;
        margin-top: 30px;
        padding: 100px 60px; 
        flex-grow: 1;
    }

    .priinner {
        flex-wrap: wrap;
    }

    .pricing .btn {
        width: 23.5%;
        justify-content: space-between;
        margin-bottom: 7px;
    }

    .bottonrow .btn,
    .btn {
        padding: 16px 30px;
        display: flex;
        width: 48%;
        text-wrap: wrap;
        text-align: center;
        line-height: 15px;
        display: inline-block;
        font-size: 14px
    }

   

    #price {
        width: 74%;
    }

    #step2 .formrow .formcol {
        width: 47%;
        margin-bottom: 10px;
    }

    #step2 .formrow {
        flex-wrap: wrap;
        column-gap: 10px;
    }

    #step3 .formrow .formcol {
        width: 70%;
        margin-bottom: 10px;
    }

    .payimage {
        justify-content: left;
        max-width: 132px;
    }

    .radiorow {
        width: 75%;
    }

    .checkbox-wrapper {
        font-size: 12px;
        line-height: 15px;
    }

    #card-errors {
        margin-bottom: 20px;
        margin-top: 10px;
        font-size: 13px;
        color: #903;
    }  
}


