﻿body {
    background-color: #FFFFFF;
}

.payment-container {
    width: 100%;
    max-width: 450px; /* Default width */
    background: white;
    border-radius: 10px;
    padding: 25px;
    /* Enable vertical scroll if content exceeds the container height */
    /*max-height: 80vh;*/ /* or any preferred height, e.g., 600px */
    overflow-y: auto;
}

/* Reduce width for larger screens */
@media (max: 792px) {
    .payment-container {
        max-width: 700px; /* Slightly narrower */
    }
}

.btn-custom {
    background-color: #CBA65A;
    color: white;
    font-weight: bold;
}

.btn-custom:hover {
    background-color: #B88C40;
}

.btn-light {
    font-weight: bold;
}

.pay-btn {
    background-color: #E3DED6;
    color: black;
    font-weight: bold;
    border: none;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
}

.logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer {
    position: fixed;
    bottom: 5px;
}
.footer-branding {
    direction: ltr;
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: #0D3498;
    margin-bottom: 3px;
    margin-top:5px
}

.footer-branding img {
    height: 26px;
    width:auto;
    object-fit: contain;
}


.form-control {
    border-radius: 0 !important;
}

@media (min-width: 992px) {
    .content

{
    max-width: 590px;
}
}

@media (min-height:770px ) {
    .main-content {
        height:13vh
    }
}





.apple-pay-custom-button {
    gap: 0;    
    border: 1px solid black;
    border-radius: 4px;
}

    .apple-pay-custom-button i {
        display: inline-block;
        width: 52px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: -5px;
    }


.applePay-icons {
    display: block;
    width: 37px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.whiteApplepay-icon {
    background-image: url(../assets/images/apple-pay.svg);
    background-position: center center;

}



/*///////////////////*/

.header-img {
    margin-left: 15px;
    gap: 6px;
    width:161px ;
    margin-top: -31px !important;
}



@media(max-width:767px) {
    
}
@media (max-height: 896px) {
    

    .form-control {
        height:42px !important
    }
    .content-parent {
        margin-top: -32px !important;
        z-index: 100;
        background-color: white;
        border-radius: 12px 12px 0 0;
    }
    .buyNow {
        font-size: 14px !important;
    }
    .commingSoon {
        font-size: 14px !important
    }
    .headerDiv {
        min-height: 125px;
    }
    
   
    
    
}

@media(max-height:896px) and (max-width:500px)
{
    .mobileInputFields {
        font-size: 13px !important
    }
    .mobileInputFieldsOrder {
        font-size: 14px !important
    }
    .cardInformation {
        font-weight: 600;
        font-size: 13px !important;
        text-align: center;
    }
    .creditButton {
        font-size: 13px !important;
    }

    .debitButton {
        font-size: 13px !important;
    }
    .payWithCard {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
        font-size: 13px !important;
    }
    .ReceiptFontSize {
        font-weight: 600;
        font-size: 14px;
    }
}
@media(min-height:730px)
{
    .payWithCard {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .footer-branding img {
        height: 40px;
        width: auto;
        object-fit: contain;
    }
    .ReceiptFontSize {
        font-weight: 600;
        font-size: 16px;
    }
}

@media (min-height: 897px) {

    .content-parent {
        margin-top: -21px;
        z-index: 100;
        background-color: white;
        border-radius: 12px 12px 0 0;
    }
    .buyNow {
        font-size: 16px;
    }

    .commingSoon {
        font-size: 16px !important
    }
    .headerDiv{
        min-height:145px !important;
    }
    .mobileInputFields {
        font-size: 16px !important
    }
    
}

.merchant-name {
    font-family:'Rubik';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.02em;
}
.merchant-logo {
    width: 64px;
    height: 70px;
    border-radius: 6px;
}



.form-control {
    font-size: 14px;
}

.paymentDiv {
    margin-top: 10px;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
}

.cardInformation {
    font-size: 16px;
    text-align: center;
}


@media(max-width:370px)
{
    .creditButton{
        width:40%;
    }
    .debitButton{
        width:60% !important;
    }
}
@media(min-width:371px)
{
    .creditButton{
        width:50% !important;
    }
    .debitButton{
        width:50% !important;
    }
}

/*Tablet Media Queris*/
@media(min-height:950px) , (min-width:900px)  {
    .SpacingComponents{
        margin:7px 0 7px 0;
    }
}


@media (min-width: 765px) and (max-height: 668px) {
    .payWithCard {
        margin: 5px 0 !important;
    }
}

.skeleton {
    background-color: #e2e2e2 !important;
    border-color: #e2e2e2 !important;
    color: #888 !important; /* show 'Loading...' text in gray */
    animation: pulse 1.5s infinite ease-in-out;
    pointer-events: none;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.SaveBtn {
    font-weight:400;
    font-size: 14px;
    letter-spacing: 0%;
    margin-top: 3px;
    color: #8B8B8B;
}


@media(max-height:700px)
{
    .ReceiptFooter{
        margin-top:3px;
    }

}
.CarouselImage{
    object-fit:contain;
}
@media(max-height:700px) {
    .CarouselImage
    {max-height:245px}

}@media(min-height:701px)
{
    .CarouselImage
    {max-height:270px}

}

.badge {
    display: inline-block;
    /* padding: .35em .65em; */
    padding: 5px 6px 4px 6px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* vertical-align: bottom; */
    border-radius: .25rem;
}

@font-face {
    font-family: 'Rubik';
    src: url('../assets/Fonts/Rubik-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

body {
    font-family: 'Rubik';
}
.city {
    border-right: 1px solid #ced4da;
    font-family: 'Rubik';
    box-shadow: none;
    font-weight: 300
}

.street {
    border-radius:6px 0 0 0 !important;
    font-family: 'Rubik';
    font-weight:300
}
.postalCode {
    font-family: 'Rubik';
    font-weight: 300
}
.state, .country {
    font-size: 15px;
    box-shadow: none !important;
    border-color: #ced4da !important;
    font-weight: 300
}

.gpay-card-info-iframe {
    width: 100% !important;
}

.flex-microform-valid {
    background-size: 21px;
}

.ok-image {
    background-size: 21px;
}

@media (max-width:500px) and (max-height: 896px) {
    .headerDiv {
        min-height: 110px !important;
    }
}
.Paymentmessage {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align:center;
}


.ReceiptBody {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.PaymentBody {
    font-family:Rubik;
    font-weight:600
}

/* site.css */
.cardLabels {
    height: var(--card-h, 202px); /* fallback if no Razor variable set */
}

@media (min-width: 738px) {
    .cardLabels {
        height: 220px;
    }
}

@media (max-height: 896px) {
    .cardLabels {
        height: 202px;
    }
}

.apple-pay-btn {
    display: inline-flex;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 37px !important;
    border-radius: 4px !important;
    border: 1px solid black !important;
    background: #fff !important;
    cursor: pointer !important;
    font-size: 14px !important;
    gap: 5px !important
}
/* Native Apple Pay button in Safari */
@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-btn {
        -webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: pay;
        -apple-pay-button-style: white-outline;
        border: none;
        padding: 0;
    }

        .apple-pay-btn > * {
            display: none;
        }
}