/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-Apr-2020, 15:16:34
    Author     : Shirin Siddiqui , Karan Shinde
*/

.txt {
    font-size: 12px;
    line-height: 26px;
    color: #3d405c;
    margin: 0px 0px 10px 0px;
    margin-bottom: 0%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

input::placeholder{
    text-transform: capitalize;
    font-family: sans-serif;
}

body{
    background-color: #009FE0;
}
.caps{
    text-transform: uppercase;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
 }

.loading {
    border: 16px solid #EBF8F4; /* Light grey */
    border-top: 16px solid rgb(83, 90, 88); /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.cert-txt{
    font-size: 0.72vw;
    margin-bottom: 3%;
    

}
.cert-txt-mbl{
    font-size: 3.02vw;

}

.cert-txt-ipad{
    font-size: 2.0vw;
}
.info-txt {
    font-size: 12px;
    line-height: 20px;
    color: #3d405c;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 3%;
    text-align: center;

}

.info-txt-ipad {
    font-size: 18px;
    line-height: 20px;
    color: #3d405c;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 3%;
    text-align: center;
}

.secure-txt {
    font-size: 14px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.17px;
  color: #009FE0;
}

.secure-txt-mobile {
    font-size: 16px;
    line-height: 26px;
    color: black;
    margin: 0px 0px 15px 0px;
    margin-top: 3%;
    margin-left: 1%;
}

.secure-txt-ipad {
    font-size: 20px;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.17px;
  color: #009FE0;

}
.payment_form{
    background: #ebf8f4;
    margin-top: 0%;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    max-width: max-content;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

#mobile-div{
    margin-top: 8%;
    background-color:rgb(237, 248, 244);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


#ipad-div{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.logo-row{
    background-color: rgb(237, 248, 244);
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 1%;
}


#logo-row-web{
    padding-bottom: 2%;
    border-top-left-radius: 30px;
}
#make-txt{
    font-size: 5vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    color: #ffffff;
}

#make-txt-web{
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #ffffff;


}



#frm-div{
    background-color: white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-bottom: 5%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;

}


#frm-div-ipad{
    background-color:rgb(237, 248, 244);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

}

#let-txt{
  font-size: 4vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.5px;
  font-weight: 600;

  color: #ffffff;
}

#join-txt{
  font-size: 3.5vw;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 1px;
  color: #ffffff;
}

#let-txt-web{
  font-size: 1.5vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.5px;
  font-weight: 600;

  color: #ffffff;
}

#join-txt-web{
  font-size: 1.0vw;
  font-weight: 100;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 1px;
  color: #ffffff;
}

#make-txt-ipad{
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #ffffff;
  }

#let-txt-ipad{
    font-size: 2.5vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: 0.5px;
    font-weight: 600;
  
    color: #ffffff;
  }
  
  #join-txt-ipad{
    font-size: 2.0vw;
    font-weight: 100;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: 1px;
    color: #ffffff;
  }
  


.payment_form_mobile{
    background: white;
    padding-top: 0%;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    min-height: max-content;

}

.tnc{
    font-family: Avenir;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.09px;
  text-align: center;
}

.tnc-ipad{
    font-family: Avenir;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.09px;
  text-align: center;
}

.tnc-web{
    font-family: Avenir;
  font-size: 0.85vw;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.09px;
  text-align: center;
}


.payment_form_ipad{
    
    background: white;
    margin-top: 5%;
    min-width: 100%;
    border-top-left-radius: 8%;
    border-top-right-radius: 8%;
    min-height: max-content;
}

html,
body {
  min-height: 100%;
  display: flex;
  flex-direction:column; 
  padding: 0;
  margin: 0;
}

#web-div{
    background-color:rgb(237, 248, 244);
    border-top-left-radius: 60%;
    margin-top:3%;
    margin-left: -2%;
    border-top-right-radius: 60%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}


#web-container{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;  
  background-color: #009FE0;
  background-size: cover;
}


#success-web-container{
    padding: 50px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F6F6F6;
}


#success-mobile-container{
    padding: 50px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F6F6F6;
}
  
  
#diff-txt{
    margin-top:2%;
    font-size: 4.0vw;
    color:white;
    font-weight:600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#diff-txt-ipad{
    margin-top:2%;
    font-size: 3.0vw;
    color:white;
    font-weight:600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#mobile-container{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    right: 0;
    background-color: #009FE0;
    min-height: 100%;
    min-width: 100%;
    background-size: cover;
  }
  
  #ipad-container{
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    left: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    background-color: #009FE0;
    background-size: cover;
  }
  

.donation-text{
  width: 300px;
  height: 16px;
  font-family: SFProDisplay;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: #303030;
}


.donation-text-mbl{
    width: 300px;
    height: 16px;
    font-family: SFProDisplay;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #303030;
}

.donation-text-ipad{
    
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #303030;
}


.donation-text-bold{
    font-style: italic;
}

.proceed-btn{
    float: inline-end;
    width: max-content;
    min-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5%;
    background-color: #009FE0;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.form-control {
	display: block;
	width: 90%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-left: 5%;
}

#donor-details{
    margin-left: 8%;
    margin-top: 1%;
    background-color:rgb(237, 248, 244);
}


#donor-details-mobile{
    background-color: white;
    border-top-left-radius: 7%;
    border-top-right-radius: 7%;

}

#donor-details-ipad{
    padding-top: 2%;
    border-top-left-radius: 7%;
    border-top-right-radius: 7%;
    background-color: white;

    
}

body{ 
    display:flex; 
    flex-direction:column; 
  }
  
  #foot{
    margin-top:10%; 
  }
   
  #foot-mobile{
    margin-top:30%; 
  }
.success-txt-div {
    position: absolute;
    margin-top: 1%;
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 4%;
    margin-bottom: 5%;
    /* border-right-style: groove; */
    /* border-top-style: groove; */
    /* border-bottom-style: groove; */
    align-items: center;
    background-color: white;
    border-left: 7px solid rgb(134,215,93);
    box-shadow: 3px 4px 8px 3px rgba(0,0,0,0.1);
}
   

.success-txt-div-mobile{
    max-width: 100%;
    padding-top: 15%;
    margin-bottom: 5%;
    margin-right: 5%;
    position: relative;
    border-right-style: groove;
    border-top-style: groove;
    border-bottom-style: groove;
    border-left: 7px solid rgb(134,215,93);
    top: 33%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    align-items: center;
    background-color: white;

}



.thanks-txt {
    font-size: 15px;
    font-size: 1.0vw;
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 0.05vw;
    border-spacing: 0.1vw;
    margin-top: 0%;
}

.thanks-txt-mobile {
    font-size: 3.5vw;
    color: #000000;
    margin-left: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 0.05vw;
    border-spacing: 0.1vw;
    margin-top: 0%;
}


#donor-name{
    font-size: 1.2vw;
    border-spacing: 0.1vw;
    font-variant: small-caps;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-left: inherit;
    margin-right: inherit;
    
}

#donor-name-mobile{
    font-size: 4.0vw;
    border-spacing: 0.5vw;
    font-variant: small-caps;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    
}

.trans-txt {
    color: #474242;
    font-size: 0.8vw;
    opacity: 0.65;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 0%;
    align-items: center;
}

.trans-txt-mobile {
    color: #474242;
    font-size: 3.8vw;
    opacity: 0.65;
    font-family: 'Courier New', Courier, monospace;
    margin-top: 0%;
    align-items: center;
}

.contri-txt {
    font-size: 0.8vw;
    color: #000000;
    opacity: 0.66;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 0.05vw;
    word-spacing: 0.01vw;
    margin-top: 0%;
    
}


.contri-txt-mobile {
    font-size: xx-small;
    font-size: 2.8vw;
    color: #000000;
    opacity: 0.66;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 0.05vw;
    word-spacing: 0.01vw;
    margin-top: 0%;
    
}


.succ-txt {
    font-size: 35px;
    line-height: 40px;
    font-size: 1.85vw;
    color: #3d405c;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.succ-txt-mobile {
    
    font-size: 4.8vw;
    color: #3d405c;
    margin-left:0%; 
    font-family: 'Times New Roman', Times, serif;
}


.unsucc-txt-mobile {
    
    font-size: 3.5vw;
    color: #3d405c;
    margin-left:0%; 
    font-family: 'Times New Roman', Times, serif;
}


.unsucc-txt {
    font-size: 35px;
    line-height: 40px;
    font-size: 2.0vw;
    color: #3d405c;
    margin-left:5%; 
    font-family: 'Times New Roman', Times, serif;
}

#success-sym{
    width: 10%;
    border-radius: 40%;
}


.form-control-lg{
    padding: .5rem 1rem;
	font-size: 1.0rem;
	line-height: 1.5;
	border-radius: .3rem;
    opacity: 0.7;
    margin-top:5%;
    
}


.form-control-lg-xd{
    padding: .8rem 1vw;
	font-size: 1.0vw;
	line-height: 0.8;
	border-radius: .3rem;
    opacity: 0.7;
    margin-top:7%;
    border-radius: 8px;
    box-shadow: 0 8px 18px 2px rgba(8, 49, 150, 0.05);
    border: solid 1px rgba(143, 157, 189, 0.2);
    background-color: #ffffff; 
}

.form-control-lgd{
    padding: .5rem 1rem;
	font-size: 1.0rem;
	line-height: 1.5;
	border-radius: .3rem;
    opacity: 0.7;
    margin-top: 5%;    
}

.form-control-lg-x{
    padding: .8rem 1vw;
	font-size: 1.0vw;
	line-height: 0.8;
	border-radius: .3rem;
    opacity: 0.7;
    margin-top:7%;
    border-radius: 8px;
    box-shadow: 0 8px 18px 2px rgba(8, 49, 150, 0.05);
    border: solid 1px rgba(143, 157, 189, 0.2);
    background-color: #ffffff;
}

.form-control-lg-xn{
    padding: .8rem 1vw;
	font-size: 1.0vw;
	line-height: 0.8;
	border-radius: .3rem;
    opacity: 0.7;
    border-radius: 8px;
    box-shadow: 0 8px 18px 2px rgba(8, 49, 150, 0.05);
    border: solid 1px rgba(143, 157, 189, 0.2);
    background-color: #ffffff;
}



.form-control-lg-p{
    padding: .8rem 1vw;
	font-size: 2.0vw;
	line-height: 0.8vw;
	border-radius: .3rem;
    opacity: 0.7;
    margin-top:5%;
    border-radius: 8px;
    box-shadow: 0 8px 18px 2px rgba(8, 49, 150, 0.05);
    border: solid 1px rgba(143, 157, 189, 0.2);
    background-color: #ffffff;
}



#merchant-name{
    color: rgb(1, 14, 14);
    font-size: 20px;
    line-height: 30px;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    letter-spacing: 2px;
}


.success-txt-container-mobile{
    margin-right: auto;
    text-align: center;
}

.success-txt-container{
    margin-right: auto;
    text-align: center;
}


#errmsg
{
color: red;
}


@media only screen and (min-width: 500px)and (min-width: 959px) {

    #merchant-logo{
        max-height:75px;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-right: -20px;
        max-width:100%;
        margin-top: 5px;
    }
}
@media only screen and (min-width: 500px) and (max-width: 959px) {
    #merchant-logo{
        max-height:105px;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-right: -20px;
        max-width:100%;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 500px) {

    #merchant-logo{
        max-height:75px;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-right: -20px;
        max-width:100%;
        margin-top: 5px;
    }
}