@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
@import url(fonts.css);

body{font-family: 'Geogrotesque-Regular', sans-serif; color:#17202B; box-sizing: border-box; font-size:16px; line-height:normal;}
.btn.focus, .btn:focus{box-shadow: none;}

h1,h2,h3,h4,h5,h6{font-family: 'Geogrotesque-Bold', sans-serif;}
.font-light{font-family: 'Geogrotesque-Lighter', sans-serif;}
.font-medium{font-family: 'Geogrotesque-Medium', sans-serif;}
.font-bold{font-family: 'Geogrotesque-Bold', sans-serif;}
.text-blue{color:#0778D4;}
.text-red{color:#a91f21;}


/* ================  Header ===============*/
.badge-danger {
    background: #a91f21;
}
/*.boxTotalAmount{color: unset!important}*/
#thankyouSingleArea {
    text-align: center;
     margin-top: 100px;
}
.contentArea {
    /* background: url(https://cdn.pixabay.com/photo/2016/03/31/14/37/check-mark-1292787_960_720.png) no-repeat 114% 158%; */
    background-size: 34%;
}
div#thankyouArea {
    margin-top: 70px;
    margin-bottom: 40px;
}
div#monthlyThankyouText .fa {
    padding-right: 15px;
}
#thankyouArea .titleArea {
    color: #fff;
    background: #0778D4;
    padding: 10px 0px;
    padding-top: 25px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
#thankyouArea .titleArea h2 {
    font-weight: bold;
}
#thankyouArea .contentArea {
    text-align: center;
    padding: 40px 0%;
    padding-top: 0px;
    font-weight: 500;
}
#thankyouArea .cardINforData {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}
#thankyouArea .btnThankYou {
    margin: 15px 0px;
}
#thankyouArea .thankyouBox {
    background: #f0f0f0;
}
#sorryArea {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 40px;
}
#sorryArea .contentArea {
    padding: 10%;
}
/* #sorryArea .titleArea {
    background: #d9edf7;
    color: #e4001b;
    padding: 15px;
	font-weight: bold;
    text-transform: capitalize;
} */
#sorryArea .titleArea {
    color: #fff;
    background: #0778D4;
    padding: 10px 0px;
    padding-top: 25px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
}
#sorryArea .titleArea h2 {
    font-weight: bold;
}
#sorryArea .btnThankYou {
    margin: 15px 0px;
}
#sorryArea .thankyouBox {
    background: #f0f0f0;
}
#sorryArea .contentArea {
    padding: 10%;
}

/* .header{box-shadow: 0px 0px 10px #d7d7d7; margin-bottom:30px;} */
.header {
    box-shadow: 0px 0px 10px #d7d7d7;
    margin-bottom: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 8px 0px;
}
.header .logoMain{ display: inline-block;}
.header .dcartWrap{margin-left:auto;}
.header .dcartWrap > .dropdown{display: flex; align-items: center;}
.header .container.clearfix{display: flex; align-items: flex-end;}
.header .dcartWrap .btn{font-size:1.3rem; padding:0.9rem;}
.donationDropDown{min-width: 360px; padding:20px; padding-top: 10px; font-size:1.1rem;}
.donationDropDown .row-dpProject{border-bottom:1px solid #eaeaea; margin:0px; padding:10px 0px;}
.donationDropDown .row-dpProject .col-7{padding-left: 0px;}
.row-dpTotal{padding-top: 10px;}
.donationDropDown h4{margin-bottom:5px; background:#f0f0f0; font-size:1.2rem; padding:8px 10px;}
.enterAddressArea {
    margin-bottom: 0px;
}


/* ================  others ===============*/
.fieldsetFirst{text-align: center;}
.btn-donate{line-height: normal; background:#a91f21; color:#fff; font-size: 30px; border-radius: 0px; text-transform: uppercase; padding:4px 15px;}
.btn-donate:hover{background:#ac2925; color:#fff;}
.btnWrap{text-align: center; display: flex; justify-content: space-between;}
.btn-next{background:#0778D4; line-height: normal; color:#fff; font-size: 26px; border-radius: 0px; text-transform: uppercase; padding:4px 10px;}
.btn-next:hover{background: #0778d4; color:#fff;}
.btn-prev{background:#fff; line-height: normal; color:#a7a7a7; font-size: 26px; border-radius: 0px; text-transform: uppercase; padding:4px 10px;}
.btn-prev:hover{background:#d7d7d7; color:#777;}
.btnWrap .btn-donate{display: inline-block !important;}

.btnFinishWrap{text-align: center; display: flex; justify-content:center;}
.btn-finish{line-height: normal; background:#a91f21; color:#fff; font-size: 30px; border-radius: 0px; text-transform: uppercase; padding:4px 15px;}
.btn-finish:hover{background:#a91f21; color:#fff;}

.btn-blue{background:#2589c7; line-height: normal; color:#fff; font-size: 30px; border-radius: 0px; text-transform: uppercase; padding:4px 10px;}
.btn-blue:hover{color:#fff; background:#0a73b5;}

/* .donationWizard{display: block; margin:0 auto; max-width: 720px; margin-bottom:40px;} */
/* modified */
.donationWizard{display: block; margin:0 auto; max-width: 800px; margin-bottom:40px;padding-top: 100px;}
#donationWizard{display: none;}
#Wizfooter{display: none;}
.descriptionAmount{font-size:18px;}

.btnAddCartWrap{text-align: center; margin-bottom: 10px;}
.btn-addCart{
    background: #a91f21;
    line-height: normal;
    color: #fff;
    font-size: 24px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 4px 15px;
}
.btn-addCart:hover{background:#8B251C; color:#fff;}

.form-monthly{
    display:none;
}
.form-oneoff{
    display: none;
}
.field-notice {
    border: 1px solid;
    padding: 10px 0px;
    background-color: rgb(255 0 0 / 5%);
}
.btn-radio-wrap {
    list-style-type:none;
    margin:0px;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.btn-radio-wrap label, .btn-radio-wrap input {
   display:block;
   top:0;
   left:0;
   right:0;
   bottom:0;
}
.btn-radio-wrap input[type="radio"] {
   opacity:0.011;
   z-index:100;
   height:0px;
   visibility: hidden;
   top:-20px;
   left:-20px;
   position: absolute;
}
.btn-radio-wrap input[type="radio"]:checked + label {
   background:#0778D4;;
   color:#fff;
}
.btn-radio-wrap label {
    font-family: 'Geogrotesque-Bold', sans-serif;
    padding:6px 15px;
    cursor:pointer;
    z-index:90;
    text-align:center;
    background:#fff;
    width:200px;
    margin-bottom:10px;
    font-size:30px;
    text-transform: uppercase;
    border:1px solid #0778D4;
    color: #0778d4;
}
.btn-radio-wrap label:hover {
    background:#e9e9e9;
    border-color:#0778D4;
}



.btn-list-wrap {
    list-style-type:none;
    margin:0px;
    padding:0;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}
.btn-list-wrap label, .btn-list-wrap input {
   display:block;
   top:0;
   left:0;
   right:0;
   bottom:0;
}
.btn-list-wrap input[type="radio"] {
   opacity:0.011;
   z-index:100;
   height:0px;
   visibility: hidden;
   top:-20px;
   left:-20px;
   position: absolute;
}
.btn-list-wrap input[type="radio"]:checked + label {
    background: #0778D4;
    color:#fff;
}
.btn-list-wrap label {
    padding:8px 15px;
    cursor:pointer;
    z-index:90;
    text-align:center;
    background:#fff;
    width:49%;
    margin-bottom:10px !important;
    font-size:18px;
    text-transform:capitalize;
    border:4px solid transparent;
    font-family: 'Geogrotesque-Medium', sans-serif;
}
.btn-list-wrap label:hover {
    background: #0778D4;
    color:#fff;
    border:4px solid #0778D4;
}


.btn-list-amount.btn-list-wrap label{
    width:23.5%;
    font-size:36px;
    font-family: 'Geogrotesque-Bold', sans-serif;
}


.btn-list-wrap.pmDateWrap {
    justify-content: left;
}
.btn-list-wrap.pmDateWrap label{
    max-width:100px;
    font-family: 'Geogrotesque-Bold', sans-serif;
    font-size:24px;
    line-height: 30px;
    padding:0px;
}
.btn-list-wrap.pmDateWrap label.first{
    margin-right:10px;
}
p.stepTwoPara {
    text-align: center;
    justify-content: center;
    margin-bottom: 0px;
    position: relative;
    top: 5px;
    color: #a91f21;
}


.btn-list-wrap#causeListCurrency{justify-content: center;}
#causeListCurrency.btn-list-wrap label{color:#b6b6b6; font-family: 'Geogrotesque-Medium', sans-serif; font-size: 24px; background: none; width:80px; border:none; margin:0px !important; margin:1px !important; transition: all 0.1s ease-in;}
#causeListCurrency.btn-list-wrap label:hover{border:none; color:#999;}
#causeListCurrency.btn-list-wrap input[type="radio"]:checked + label{color:#000;}

/* ============= Error Print =============== */
#dtype-error.error{width:100%; color:#ff3111; border:none; margin:0px; padding:0px; background:none; text-transform: lowercase; font-size:18px; margin-bottom:10px; font-family: 'Geogrotesque-Regular', sans-serif;}

#odtype-error.error{width:100%; color:#ff3111; border:none; margin:0px; padding:0px; background:none; text-transform: unset; font-size:18px; margin-bottom:10px; font-family: 'Geogrotesque-Regular', sans-serif; }

#odamount-error.error{width:100%; color:#ff3111; border:none; margin:0px; padding:0px; background:none; text-transform: unset; font-size:18px; margin-bottom:10px; font-family: 'Geogrotesque-Regular', sans-serif; }

#mdtype-error.error{width:100%; color:#ff3111; border:none; margin:0px; padding:0px; background:none; text-transform: unset; font-size:18px; margin-bottom:10px; font-family: 'Geogrotesque-Regular', sans-serif; }

#mdamount-error.error{width:100%; color:#ff3111; border:none; margin:0px; padding:0px; background:none; text-transform: unset; font-size:18px; margin-bottom:10px; font-family: 'Geogrotesque-Regular', sans-serif; }

#fieldMonDonOther-error.error{width:100%; color:#ff3111; border:none; margin:0px; padding:0px; background:none; text-transform: unset; font-size:18px; margin-bottom:10px; font-family: 'Geogrotesque-Regular', sans-serif; text-align:left; margin-top:10px; }

#fieldOfDonOther-error.error{width:100%; color:#ff3111; border:none; margin:0px; padding:0px; background:none; text-transform: unset; font-size:18px; margin-bottom:10px; font-family: 'Geogrotesque-Regular', sans-serif; text-align:left; margin-top:10px; }


/* ============= Amount Convert =============== */
.amountConvert{text-align: center; font-size:26px; color:#0778D4; font-weight: 600; display: flex; align-items: center; justify-content: center;}
.amountConvert .icon{font-size:24px; color:#333; display: inline-block; margin:0px 10px;}
.amountConvert .conAmount{font-size:30px;}

/* ============= Amount Convert =============== */
#fieldMonDonOther{display:none; border-radius:0px; font-size:1.3rem; height:48px; border:none;}
#fieldOfDonOther{display:none; border-radius:0px; font-size:1.3rem; height:48px; border:none;}







.secForm .form-row{margin-bottom:5px; margin-right:-10px; margin-left: -10px;}
.secForm .form-row>.col, .form-row>[class*=col-] {padding-right: 10px; padding-left: 10px;}
.secForm label{text-transform: inherit; font-size:14px; margin:0px; margin-bottom:3px; font-family: 'Geogrotesque-Medium', sans-serif;}
.secForm label.error{color:#a91f21; text-transform: initial; font-size:14px;}
.secForm .form-control{border:none; border-radius: 0px; border:2px solid #fff; padding:.375rem .50rem; background-clip:unset; -webkit-appearance: none;}
.secForm .big-checkbox{width:18px; height:18px;}
.secForm .big-checkbox + label{font-size:14px; margin:0px;cursor: pointer;}
.secForm .form-control:focus{box-shadow: none; border:2px solid #0778D4;}
.paymentText{
    background: #fff;
    padding: 15px 32px;
    padding-right: 17px;
}
.payCheck{
    padding-left: 12px;
}
.selectArrow{
            background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
            background-repeat: no-repeat;
            background-position-x: 100%;
            background-position-y: 5px;
            }
.yourDonation ul{margin:0px; list-style: none; list-style-type: none; border-top:2px solid #d7d7d7; border-bottom: 2px solid #d7d7d7; padding-top:10px;}
.yourDonation ul li{margin-bottom:10px;}

.step-3-oneoff .big-checkbox{width:18px; height:18px; margin-top:0px; cursor: pointer}
.step-3-oneoff .big-checkbox + label{font-size:16px; margin:0px;cursor: pointer;}
.step-3-oneoff .form-check-input{margin-left:-1.5rem;}
.step-3-oneoff .form-check{padding-left:1.5rem;}

.step-3-monthly .big-checkbox{width:18px; height:18px; margin-top:0px; cursor: pointer}
.step-3-monthly .big-checkbox + label{font-size:16px; margin:0px; cursor: pointer}
.step-3-monthly .form-check-input{margin-left:-1.5rem;}
.step-3-monthly .form-check{padding-left:1.5rem;}

.wizardModal .modal-content{border:none;}
.wizardModal .modal-body{background:#0778D4; color:#fff; padding:0px;}
.wizardModal .modal-body .txt{padding:30px; text-align: center;}

.popupForm .form-control{max-width:360px; margin:0 auto; margin-bottom:20px; border-radius: 0px; border:none; font-size:24px; height:44px; }
.wizardModal .lead{font-size: 1.5rem;white-space: pre-wrap;}
.modal-backdrop.show {
    opacity: 0.7;
}
.btnModalDonate {
    display: inline-grid;
}
.btnModalDonate a {
    color: #fff;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 23px;
    font-weight: 100;
    background: transparent;
}
.btn-searchnew {
    background: #0778D4;
    color: #fff;
    margin: -10px;
    border-radius: 0px;
}
.btn-searchnew:hover {
    background: #0778D4;
    color: #fff;
}
.step-4-oneoff hr {
    border-top: 2px solid #ccc;
    width: 100%;
}
.step-4-monthly hr {
    border-top: 2px solid #ccc;
    width: 100%;
}
.searchClass {
    position: relative;
}
.searchClass a {
    position: absolute;
    top: 30px;
    right: 20px;
}  
.FtrSmallText {
    text-align: center;
    margin-top: 26px;
}
.footerContent {
    width: 59%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
/*    color: #999999;*/
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}
.footerContent a{color: #999999;}
.footerContent p a{color: #0778d4;}
.footerLogo img {
    padding-bottom: 15px;
}
.coustomTextArea {
    text-align: center;
    margin-top: 20px;
/*    color: #9999;*/
    font-family: 'Montserrat', sans-serif;
}
.keepTouchText{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;}

.holds-the-iframe {
    background: url(../../media/img/loader.gif) center center no-repeat;
    z-index: 9999;
}
.giftaid_area_expand {
    cursor: pointer;
}

.btn-thankyou .fa.fa-long-arrow-left { margin-right: 8px; }
.groupWrap{border:1px dotted #ccc; padding: 15px 0; display: flex; flex-wrap: wrap; align-content: space-between;margin-bottom: 20px;}
.list-group-wrap .col-md-4{flex:1; display: flex; font-size: 15px;}
.btn-thankyou {
    background: #a91f21 !important;
    color: #fff;
    border-radius: 0px;
}

.fphyperlink {
    font-size: 28px;
    font-family: 'Geogrotesque-Bold', sans-serif;
    color: #0778d4;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #0778d4;
    text-decoration: none;
}
.fphyperlink:hover{
    color: #fff;
    background: #0778d4;
}

/*.currency-list{border:1px solid #ccc; border-radius: 4px; padding:0.2rem 0.5rem;}
.currency-list:focus-visible{outline: none;}
.cSymbol{font-weight: bold;}*/

.selectDP select {
    /* Reset Select */
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    /* Personalize */
    flex: 1;
    padding: 0 1em;
    color: #222;
    background-color: var(--darkgray);
    background-image: none;
    cursor: pointer;
  }
  /* Remove IE arrow */
  .selectDP select::-ms-expand {
    display: none;
  }
  /* Custom Select wrapper */
  .selectDP {
    position: relative;
    display: flex;
    width: 110px;
    height: 34px;
    border-radius: .25em;
    overflow: hidden;
    border:1px solid #01aef0;
  }
  /* Arrow */
  .selectDP::after {
    font-family: FontAwesome;
    content: '\f107';
    color:#fff;
    width:30px;
    height:34px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    background-color: #01aef0;
    transition: .25s all ease;
    pointer-events: none;
  }
  /* Transition */
  .selectDP:hover::after {
    color: #fff;
  }

  .recaptcha-container{
    max-width: 368px;
    margin: auto;
  }

  .recaptcha-invalid{
    border: 1px solid red;
    padding: 20PX;
  }
  .recaptcha-error-message{
    color: red;
    font-size: 14px;
    font-weight: 500;
  }

#donationDetails tr td {
    vertical-align: middle;
}
@media (min-width: 992px){
.wizardModal .modal-lg {max-width: 640px;}
}
@media (min-width: 768px) and (max-width: 1100px) {
    #thankyouArea .cardINforData {
    width: 85%;
}
}
@media (max-width: 767px){
    .container{max-width: 100%;}
    .btn-list-amount.btn-list-wrap label{font-size:30px;}
    .btn-list-wrap label {
        width: 100%;

    }
    p.stepTwoPara {
        top: 42px;
        font-size: 9px;
    }
    .footerContent {
        width: 100%;
        line-height: 20px;
    }
    .form-check-inline {
        text-align: left;
    }
    .checkboxWrap .form-check-inline {
        display: block;
    }
    .secForm .big-checkbox + label {
        line-height: 30px;
    }
    .btn-list-amount.btn-list-wrap label {
        width: 100%;
    }
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
    }
    form#donationWizard {
        margin-top: 20px;
    }
    .fphyperlink {
       
        display: block;
    }
    #thankyouArea .cardINforData {
    width: 96%;
}
}

@media (max-width: 575px){
    #causeListCurrency.btn-list-wrap label{width:70px; font-size: 20px;}
    .valueWrap{align-items: flex-start;}
    .valueWrap .form-check-label{line-height: normal !important;}
    .wizard > .content{margin:0px;}
    .wizard > .content > .body{padding:15px 20px;}
    .fieldsetFirst .btn-radio-wrap label{width:100%;}
    .fieldsetFirst .btn-donate{width:100%;}
    .wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active{font-size:14px;}
    .btn-list-amount.btn-list-wrap label{font-size:24px; padding:4px;}
    .btn-addCart{width:100%;}
    .btn-list-wrap label{display: flex; justify-content: center; align-items: center;}
    .btnAddCartWrap{margin-bottom: 20px;}
    .btn-list-wrap label {
        width: 100%;

    }
    p.stepTwoPara {
        top: 42px;
        font-size: 9px;
    }
    .footerContent {
        width: 100%;
        line-height: 20px;
    }
    .form-check-inline {
        text-align: left;
    }
    .checkboxWrap .form-check-inline {
        display: block;
    }
    .secForm .big-checkbox + label {
        line-height: 30px;
    }
    .btn-list-amount.btn-list-wrap label {
        width: 100%;
    }
    .qurbaniPopup .bottomPart{
        display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 20px;
    }
    form#donationWizard {
        margin-top: 0px;
    }
    #donationWizard-p-0 .mb-5 {
        margin-bottom: 2rem !important;
    }
    .donationWizard {
        padding-top: 85px;
    }
    div#selectDtype {
        margin-bottom: 0 !important;
    }
    .fphyperlink {
        font-size: 26px;
        
    }
    }

@media (max-width: 480px){
    /* .btn-list-amount.btn-list-wrap label{width:49%;} */
    .btn-list-wrap label {
        width: 100%;

    }
    p.stepTwoPara {
        top: 42px;
        font-size: 9px;
    }
    .footerContent {
        width: 100%;
        line-height: 20px;
    }
    .form-check-inline {
        text-align: left;
    }
    .checkboxWrap .form-check-inline {
        display: block;
    }
    .secForm .big-checkbox + label {
    line-height: 30px;
    width: 89%
    }
    label.form-check-label.payCheck {
    line-height: 24px;
    width: 100%;
    }
    .btn-list-amount.btn-list-wrap label {
        width: 100%;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#cancelDonate.btn-default {
    color: #fff;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 23px;
    font-weight: 100;
   
}


/* Â© 2021 M3 Strategic Marketing Ltd & Gi Extnesions */



/* Wallet CSS */
/* Main Container */
.payment-buttons.wallet-layout {
    display: flex;
    gap: 16px;
    margin-bottom: 14px;
    align-items: stretch;
    width: 80%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.quick-pay-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.quickpayop {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.5px;
    position: relative;
}
.paymenttext::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a91f21'%3E%3Cpath d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zM9 6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9V6z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    display: inline-block;
}
.paymenttext {
    font-size: 14px;
    font-weight: 600;
    color: #0778D4;
    background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
    padding: 8px 16px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 6px;
    word-spacing: -2px;
}
.payment-buttons.disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* Wallet Box Styling */
.wallet-box {
  flex: 1;
  min-width: 140px;
  transition: all 0.3s ease;
}

.gpay-card-info-container.black, .gpay-button.black {
    border-radius: 15px !important;
}
#gpay-button-online-api-id {
    height: 60px;
    background-size: auto 80% !important;
    background-position: center center !important; 
}
.gpay-button-fill {
    height: 60px !important;
}

.apple-pay-button {
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  -apple-pay-button-style: black;
  cursor: pointer;
  width: 100% !important;
  height: 60px !important; /* Fixed height for Apple Pay */
  border-radius: 15px !important;
  box-sizing: border-box !important;
}
/* Specifically target the logo to make it smaller */
/*.apple-pay-button {
  background-size: auto 40% !important;
  background-position: center center !important;
}*/
/* Apple Pay button container */
/*#applepay-container {
  display: block !important;
  width: 100% !important;
  height: 60px !important;
  overflow: visible !important;
}*/
.wallet-layout {
  display: flex !important;
  gap: 10px;
  margin: 20px 0 15px 0;
  width: 100%;
}

.wallet-box {
  flex: 1;
  min-height: 44px;
  border-radius: 5px;
  overflow: hidden;
}

.wallet-box button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.wallet-layout.payment-buttons {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 576px) {
  .wallet-layout {
    flex-direction: column;
    gap: 10px;
  }
}
.payment-divider {
    position: relative;
    text-align: center;
    margin: 13px auto;
    width: 80%;
}

.payment-divider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(to right, 
    transparent 0%, 
    #e5e7eb 10%, 
    #d1d5db calc(50% - 110px), 
    transparent calc(50% - 110px), 
    transparent calc(50% + 110px), 
    #d1d5db calc(50% + 110px), 
    #e5e7eb 90%, 
    transparent 100%);
  z-index: 0;
}

.payment-divider span {
  display: inline-block;
  padding: 8px 24px;
  color: #4b5563;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 1;
  background: none;
  border-radius: 20px;
}


a#finishbtn {
    width: 80% !important;
    height: 60px;
    align-content: center;
    border-radius: 15px;
    font-size: 22px;
}
/* .payment-loader {
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    white-space: nowrap;
}
 
.payment-loader .spinner {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 3px solid #ddd;
    border-top-color: #000;
    margin-right: 12px;
 
    animation: spin 0.8s linear infinite;
    will-change: transform;
}
 
@keyframes spin {
    to {
        transform: rotate(360deg) translateZ(0);
    }
} */
.payment-loader {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid #e5e7eb;
    gap: 16px;
    width: 80%;
    margin: 0 auto;
}
 
.payment-loader .spinner {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-right-color: #3b82f6;
    animation: spin 0.8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    will-change: transform;
    flex-shrink: 0;
}

.payment-loader-text {
    text-align: left;
    line-height: 1.5;
}

.payment-loader-text strong {
    color: #1f2937;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
}

.payment-loader-text small {
    color: #6b7280;
    font-size: 12px;
    font-weight: 400;
}
 
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 767px) {
 a#finishbtn {
    width: 98% !important;
    font-size: 18px;
}
.payment-buttons.wallet-layout {
 
 width: 98%;
  
}
}

/* Wallet CSS End*/