body {
    font-family: "Lato", sans-serif;
    color: #515151;
}

a, 
a:hover {
    color: #515151;
    text-decoration: none;
}

/* Spinner */
.loader{
	width: 64px;
	height: 64px;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}

.loader i{
	font-size: 38px;
}
/********************/

.donationFormContainer {
    width: 400px;
    background-color: #F5F5F7;
    margin: 40px auto;
    padding-bottom: 30px;
    border-radius: 10px;
    position: relative;
}

#donationOptionsDiv {
    width: 400px;
    overflow: hidden;
}

.amountBtn {
    background-color: #FAFAFA;
    width: 100px;
    height: 40px;
    font-size: 17px;
    font-weight: 500;
    margin-right: 5px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.amountBtn:hover {
    background-color:#E6E6E6;
    color:#515151;
}

.amountBtn:focus {
    outline: none;
	box-shadow: none !important;
    border: 0;
    background-color: #0057BF;
    color: #FFFFFF;
}

.currencyContainer {
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 9999;
}

.finalAmountContainer,
.btnContainer {
    width: 320px;
    margin: auto;
}

.donateBtnContainer {
    margin-top: 20px;
}

#finalAmount {
    height: 55px;
    font-size: 25px;
    padding-bottom: 9px;
    padding-left: 35px;
    border-radius: 5px;
}

#finalAmount:focus {
    outline: none;
    box-shadow: none !important;
    border: 2px solid #0057BF;
}

.btnClass {
    background-color: #0057BF;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    width: 320px;
    height: 55px;
    border-radius: 5px;
}

.btnClass:hover {
    background-color: #056FED;
    color: #FFFFFF;
}

.btnClass:focus {
    outline: none;
	box-shadow: none !important;
    border: 0;
}

.textContainer {
    color: #515151;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.headerContainer {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.backBtnContainer {
    display: inline-block;
    padding-left: 20px;
}

.headerTitle {
    font-weight: 600;
    display: inline-block;
    width: 323px;
    text-align: center;
}

#showDonationOptionsDiv,
#showPaymentOptionsDiv {
    font-size: 24px;
}

#selectedAmountContainer {
    width: 100%;
    text-align: center;
    color: #0057BF;
}

.currencyIcon {
    font-size: 20px;
    vertical-align: middle;
}

#selectedAmount {
    font-size: 34px;
    vertical-align: middle;
    padding-right: 10px;
}

.currencyText {
    font-size: 18px;
    vertical-align: middle;
}

#coverFeeCheck {
    background: transparent;
    margin-right: 10px;
    transform: scale(1.5);
}

.feeContainer {
    margin-top: 10px;
    font-size: 15px;
}

.paymentOptionAmount {
    float: right;
    padding-right: 70px;
}

.bottomBtnContainer {
    text-align: center;
    width: 100%;
}

.cardInfoContainer {
    width: 320px;
    margin: auto;
    text-align: center;
}

.personalInfoContainer {
    width: 320px;
    margin: auto;
}

.cardInfoContainer .form-control:focus,
.personalInfoContainer .form-control:focus {
    outline: none;
	box-shadow: none !important;
}

#cardNumber {
    width: 320px;
    height: 55px;
    font-size: 21px;
    border-radius: 5px;
}

#cardExpDate,
#cardCVC {
    width: 155px;
    height: 55px;
    display: inline-block;
    font-size: 21px;
    border-radius: 5px;
}

#cardExpDate {
    word-spacing: -3px;
}

.cardIcon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 11px;
    z-index: 9999;
}

.infoIcon {
    color: #0057BF;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999;
}

.cvcContainer {
    display: inline-block;
    width: 155px;
    margin-left: 6px;
}

.personalInfoText {
    width: 100%;
    color: #515151;
}

.logo {
    width: 250px;
}

.tooltip-inner {
    font-size: 13px;
}

.display-none {
    display: none;
}

.display-inline-block{
    display: inline-block;
}

.height-286px {
    height: 286px;
}

.w-50px {
    width: 50px;
}

.mt-20 {
    margin-top: 20px;
}

.ml-6 {
    margin-left: 6px;
}

.ml-15 {
    margin-left: 15px;
}

.pl-70 {
    padding-left: 70px;
}

.text-middle {
    vertical-align: middle;
}

.text-red {
    color: red;
}