* {
    margin: 0;
    padding: 0;
}

header {
    background-color: #f6a628;
    padding: 2.5rem;
    position: relative;
    width: 100%;
}

    /*.logo img {
    /*width: 350px;*/
    /*border: 2px solid white;
    height: 69px;
    width: 205px;
}*/
    header:after {
        position: absolute;
        width: 20px;
        height: 20px;
        border-top: 0px solid white;
        border-left: 0px solid white;
        top: 100%;
        left: 50%;
        margin-left: -14px;
        content: '';
        transform: rotate(45deg);
        margin-top: -9px;
        background-color: #ffffff;
    }

.content-box, .content-box {
    background-color: #fafafa;
}

.content-text {
    padding: 2rem;
}

/*form input{
	-webkit-border-radius: 3px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d5d9dc;
    color: #343b42;
    background-color: #fff;
    font-weight: 400;
    -webkit-appearance: none;
}*/

.cst-form form input {
    -webkit-border-radius: 3px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d5d9dc;
    color: #343b42;
    background-color: #fff;
    font-weight: 400;
    -webkit-appearance: none;
}

.border {
    border: 1px solid #dee2e6 !important;
    width: 5%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 20px;
}

.border1 span {
    position: absolute;
    top: 0;
    background: #fafafa;
    padding: 4px 5px;
    margin-top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    font-weight: 500;
}

.btn-dark {
    color: #FFF !important;
    background-color: #2ab27b !important;
}

    .btn-dark:hover {
        color: #FFF !important;
        background-color: #2ab27b !important;
    }

.btn {
    border: #2ab27b !important;
}

.ggl-img {
    width: 15px;
    margin: 2px;
}


/********** Ram ***********/

.inner-invoice-pdf {
    text-align: initial;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-top: 25px;
    padding: 25px 40px;
}

/*.p-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
*/
.p-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0; /* Remove space between p.p-price elements */
}

.invoice-pdf label, .invoice-pdf p {
    margin: 0;
}

.MenuItemsDiv {
    margin-bottom: 13px;
    padding-left: 15px;
}

.subTitleClass {
    color: #787878;
    font-weight: 600;
    padding-left: 22px;
}

.MenuModifers {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    margin: 0; /* Remove space between p.p-price elements */
}

.ItemModifers {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    margin: 0; /* Remove space between p.p-price elements */
}

.discountDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    margin: 0; /* Remove space between p.p-price elements */
}

.mainDiv {
    margin-bottom: 15px;
}

.footer-section {
    margin-top: 25px;
}

    .footer-section b {
        color: #333;
    }

    .footer-section p {
        color: #9DA2A6;
    }


@media only screen and (min-width:768px) and (max-width:1024px) {
    .inner-invoice-pdf {
        padding: 20px;
    }

    .form-input .form-control {
        margin-bottom: 10px;
    }
}

@media(max-width: 600px) {
    .pr-1, .px-1 {
        padding-right: 1rem !important;
    }
}

@media(max-width: 767px) {
    .w-50 {
        width: 100% !important;
    }

    .content-text {
        padding: 20px;
    }

    .form-input .form-control {
        margin-bottom: 10px;
    }

    .inner-invoice-pdf {
        padding: 20px 10px;
    }

    .p-price {
        font-size: 14px;
    }

    .radio-btns label {
        margin-right: 10px;
    }
}

/*.loader {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url('../../public/images/ajax-loader-large.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
    z-index: 10000000;
    opacity: 0.4;
}*/


.loader {
    /*Hides pop-up when there is no "active" class*/
    display: none;
    position: fixed;
    z-index: 1005;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    text-align: center;
}

.loader-content {
    padding-top: 50vh;
}

.spin-left {
    animation: spinLeft 1s linear infinite;
}

.spin-right {
    animation: spinRight 1s linear infinite;
}

@keyframes spinLeft {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes spinRight {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/***28 April CSS***/

#chkUseOtherCard {
    margin-top: 0px;
}

.radio-btns label {
    margin-right: 10px;
}

/***Commencted by ritu***/
/*#divGiftCard{
    width:100%;
}*/

/***Added by Ritu***/

.ACHInfo {
    font-size: 9px;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

/* Clearable text inputs */
.clearable {
    background: #fff url('../images/Cross.png') no-repeat right -20px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}

    .clearable.x {
        background-position: right 5px center;
    }
    /* (jQ) Show icon */
    .clearable.onX {
        cursor: pointer;
    }
    /* (jQ) hover cursor style */
    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }
/* Remove IE default X */


/**** 02-03-2021 ***/

.card-record {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 4px;
}


    .card-record input {
        margin-right: 8px;
    }

    .card-record label {
        margin-right: 8px;
    }

.card-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-section .card-box {
        margin-right: 12px;
    }

.width-payform {
    width: 45%;
    margin-top: 20px !important;
}

.checkbox-left {
    left: auto;
}

.reciept-logo-s {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.card-section-r {
    justify-content: center;
}

@media(max-width: 1024px) {
    .checkbox-left {
        left: 48px;
    }

    .width-payform {
        width: 70%;
    }
}

@media(max-width: 992px) {
    .width-payform {
        width: 90%;
    }

    .checkbox-left {
        left: 54px;
    }

    .reciept-logo-s {
        width: 100%;
        height: 90px;
        object-fit: contain;
    }
}

@media(max-width: 768px) {
    .checkbox-left {
        left: 40px;
    }
}

@media(max-width: 415px) {
    .checkbox-left {
        left: 38px;
    }

    .reciept-logo-s {
        width: 100%;
        height: 80px;
        object-fit: contain;
    }

    .card-section-r {
        justify-content: flex-start !important;
    }
}

@media(max-width: 375px) {
    .checkbox-left {
        left: 24px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .checkbox-left {
        left: auto !important;
    }

    .width-payform {
        width: 75%;
    }
}
/**** 02-03-2021 ***/
@media(max-width: 767px) {
    .merchant-logo__image {
        width: 100%;
    }

    .card-section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/*********23-03-2022*************/
.img-input {
    position: relative;
}

    .img-input input {
        background-color: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box
    }

    .img-input img {
        width: 38px;
        position: absolute;
        top: 2px;
        right: 5px
    }

.fix-space {
    margin-bottom: -6px;
}

.list-label label {
    width: 100%;
    margin-bottom: 0;
}

.swal2-header {
    font-size: xx-small
}

.swal-size-sm {
    width: 320px !important;
}

.cst-label-fix label {
    margin-bottom: 0;
}

p.cst-label-fix {
    line-height: 0px !important;
}

.ach-txt {
    padding: 0 20px;
}

.txt-left {
    text-align: left;
}

.paybuttonwidth {
    /*margin: 15px;*/
    margin: 0px;
}

.paymentloader {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url('../../public/images/ajax-loader-large.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
    z-index: 10000000;
    opacity: 0.4;
}

.recurring-center {
    position: realtive;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#btn_pdf {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/

    color: black !important;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600
}
/***********28-1-2022**********/
.optText {
    height: 500px;
    overflow-y: auto;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    color: #343434;
    font-weight: 400;
    font-family: sans-serif;
}

    .optText h2 {
        text-align: center;
        font-weight: 600;
        font-size: 26px;
    }

.btn-width {
    width: 250px;
}

.btn-cancel-width {
    width: 250px;
}

.container-mrg .swal2-popup {
    margin-top: 220px !important;
}

@media(max-width:1180px) {
    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:914px) {
    .optText {
        height: 250px;
    }

    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:915px) {
    .optText {
        height: 64vh;
    }
}

@media(max-width:912px) {
    .optText {
        height: 500px;
    }

    .container-mrg .swal2-popup {
        margin-top: 220px !important;
    }
}

@media(max-width:900px) {
    .optText {
        height: 66vh;
    }

    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:820px) {
    .optText {
        height: 840px;
    }

    .container-mrg .swal2-popup {
        position: absolute !important;
        bottom: 30px !important;
        width: 95% !important;
    }
}

@media(max-width:768px) {
    .optText {
        height: 680px;
    }

    .btn-width {
        width: 48%;
    }

    .btn-cancel-width {
        width: 48%;
    }
}

@media(max-width:720px) {
    .optText {
        height: 360px;
    }

    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:750px) {
    .optText {
        height: 52vh;
    }

    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:540px) {
    .optText {
        height: 53vh;
    }

    .btn-width {
        width: 70%;
        padding: 15px;
        margin-right: 0;
    }

    .btn-cancel-width {
        width: 28%;
        padding: 15px;
        margin: 0;
    }
}

@media(max-width:415px) {
    .optText {
        height: 63vh;
    }
}

@media(max-width:393px) {
    .optText {
        height: 61vh;
    }
}

@media(max-width:375px) {
    .optText {
        height: 51vh;
    }
}

@media(max-width:360px) {
    .optText {
        height: 55vh;
    }
}

.containerAlert-btn .swal2-popup {
    padding: 35px;
}

.containerAlert-btn .swal2-content {
    font-size: 16px;
}

.containerAlert-btn .swal2-actions .swal2-cancel {
    font-size: 12px;
    margin-bottom: 0;
}

.containerAlert-btn .swal2-actions .swal2-confirm {
    font-size: 12px;
    margin-bottom: 0;
}

.otpAlert-btn .swal2-actions .swal2-confirm {
    font-size: 13px;
    margin-bottom: 0;
}

.otpAlert-btn .swal2-actions .swal2-cancel {
    font-size: 13px;
    margin-bottom: 0;
}

.otpAlert-btn .swal2-popup {
    padding: 35px;
}

@media(min-width:1024px) {
    .containerAlert-btn .swal2-actions .swal2-cancel {
        font-size: 14px;
    }

    .containerAlert-btn .swal2-actions .swal2-confirm {
        font-size: 14px;
    }

    .otpAlert-btn .swal2-actions .swal2-confirm {
        font-size: 14px;
    }

    .otpAlert-btn .swal2-actions .swal2-cancel {
        font-size: 14px;
    }
}

/*Google pay Style StaRT*/
.gpay-button {
    padding: 0 15px;
}

.googlepay {
    position: static !important;
    width: 100%;
    margin: auto;
    background-color: black;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%22103%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M.148%202.976h3.766c.532%200%201.024.117%201.477.35.453.233.814.555%201.085.966.27.41.406.863.406%201.358%200%20.495-.124.924-.371%201.288s-.572.64-.973.826v.084c.504.177.912.471%201.225.882.313.41.469.891.469%201.442a2.6%202.6%200%200%201-.427%201.47c-.285.43-.667.763-1.148%201.001A3.5%203.5%200%200%201%204.082%2013H.148V2.976zm3.696%204.2c.448%200%20.81-.14%201.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238%204.368c.476%200%20.856-.15%201.141-.448.285-.299.427-.644.427-1.036%200-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm5.379.903c-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0%20.579.138%201.013.413%201.302.275.29.637.434%201.085.434.364%200%20.686-.096.966-.287.28-.191.495-.446.644-.763a2.37%202.37%200%200%200%20.224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322-.868%200-1.528-.259-1.981-.777zm9.859.161L16.352%205.86h1.722l2.016%204.858h.056l1.96-4.858H23.8l-4.41%2010.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442%205.11h.056l1.61-5.11h1.582l1.596%205.11h.056l1.442-5.11h1.638L36.392%2013h-1.624L33.13%207.876h-.042L31.464%2013h-1.596l-2.282-7.14zm12.379-1.337a1%201%200%200%201-.301-.735%201%201%200%200%201%20.301-.735%201%201%200%200%201%20.735-.301%201%201%200%200%201%20.735.301%201%201%200%200%201%20.301.735%201%201%200%200%201-.301.735%201%201%200%200%201-.735.301%201%201%200%200%201-.735-.301zM39.93%205.86h1.54V13h-1.54V5.86zm5.568%207.098a1.967%201.967%200%200%201-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0%20.383.075.653.224.812.14.187.383.28.728.28.159%200%20.299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21-.317%200-.616-.051-.896-.154zm3.678-9.982h1.54v2.73l-.07%201.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329%201.309-.329.868%200%201.53.254%201.988.763.457.509.686%201.202.686%202.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345%200-.656.098-.931.294a2.042%202.042%200%200%200-.651.777%202.297%202.297%200%200%200-.238%201.029V13h-1.54V2.976zm32.35-.341v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H96.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M75.448%207.134c0-.473-.04-.93-.116-1.366h-6.344v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M68.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774h-2.234v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M65.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964h-2.234a6.678%206.678%200%200%200-.717%203.017c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M68.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918c-1.165-1.084-2.685-1.75-4.5-1.75a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px #dadce0;
    outline: 0;
    padding: 5px 14px;
    height: 36px;
    min-height: 32px;
    margin: 12px;
    color: white;
    /*position:fixed;*/
    /*top:90%;*/
}


.paybutton {
    background-color: green;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px #6d6d6d;
    outline: 0;
    padding: 5px 14px;
    width: 50%;
    height: 42px;
    min-height: 32px;
    margin-left: -25%;
    position: fixed;
    top: 90%;
    color: white;
}



.googlepay.short {
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2241%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.526%202.635v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%235F6368%22%2F%3E%3Cpath%20d%3D%22M13.448%207.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M6.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774H.978v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M3.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964H.978A6.678%206.678%200%200%200%20.261%206.98c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M6.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918C10.324.928%208.804.262%206.989.262a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3Cpath%20d%3D%22M0%200h41.285v18H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    width: 160px;
}

.googlepay:focus {
    box-shadow: 0px 1px 3px 0px white, inset 0px 0px 0px 1px white;
}

.googlepay:hover:enabled {
    background-color: black;
}

.googlepay:active:enabled {
    background-color: black;
}

.googlepay.no-shadow {
    box-shadow: inset 0px 0px 0px 1px white;
}

    .googlepay.no-shadow:focus {
        box-shadow: inset 0px 0px 0px 1px white;
    }

.googlepay:disabled::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(255, 255, 255);
}

#outer-container {
    position: relative;
}

#scrollable {
    overflow-y: auto;
    /* Styles for your scrollable div here. */
}


/*07-5-2020*/


@media only screen and (max-width: 767px) {

    .mb-txt-center {
        text-align: center !important;
    }

    input#txtGiftCadrNumber {
        margin: 0;
        /*width: calc(100% + 9%) !important;*/
        width: 100%;
    }
}
/* Google pay Style eND */


/* aPPLE pay Style sTARAT */
/* CSS */
/*@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
    }

    .apple-pay-button-black {
        -apple-pay-button-style: black;
    }

    .apple-pay-button-white {
        -apple-pay-button-style: white;
    }

    .apple-pay-button-white-with-line {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button {
        display: inline-block;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }

    .apple-pay-button-black {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }

    .apple-pay-button-white {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-white-with-line {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
        border: .5px solid black;
    }
}*/


/* CSS */
@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: buy;
    }

        .apple-pay-button-with-text > * {
            display: none;
        }

    .apple-pay-button-black-with-text {
        -apple-pay-button-style: black;
    }

    .apple-pay-button-white-with-text {
        -apple-pay-button-style: white;
    }

    .apple-pay-button-white-with-line-with-text {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        --apple-pay-scale: 1; /* (height / 32) */
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
    }

    .apple-pay-button-black-with-text {
        background-color: black;
        color: white;
    }

    .apple-pay-button-white-with-text {
        background-color: white;
        color: black;
    }

    .apple-pay-button-white-with-line-with-text {
        background-color: white;
        color: black;
        border: .5px solid black;
    }

    .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }

    .apple-pay-button-with-text > .text {
        font-family: -apple-system;
        font-size: calc(1em * var(--apple-pay-scale));
        font-weight: 300;
        align-self: center;
        margin-right: calc(2px * var(--apple-pay-scale));
    }

    .apple-pay-button-with-text > .logo {
        width: calc(35px * var(--scale));
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: calc(2px * var(--apple-pay-scale));
        border: none;
    }
}

/* aPPLE pay Style eND */

/****************************Invoice page design***********************************************************/

.img-input {
    position: relative;
}

    .img-input input {
        background-color: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box
    }

    .img-input img {
        width: 38px;
        position: absolute;
        top: 2px;
        right: 5px
    }

.fix-space {
    margin-bottom: -6px;
}

.list-label label {
    width: 100%;
    margin-bottom: 0;
}

.swal2-header {
    font-size: xx-small
}

.swal-size-sm {
    width: 320px !important;
}

.cst-label-fix label {
    margin-bottom: 0;
}

p.cst-label-fix {
    line-height: 0px !important;
}

.ach-txt {
    padding: 0 20px;
}

.txt-left {
    text-align: left;
}

.paybuttonwidth {
    /*margin: 15px;*/
    margin: 0px;
}

.paymentloader {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-image: url('../../public/images/ajax-loader-large.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
    z-index: 10000000;
    opacity: 0.4;
}

.recurring-center {
    position: realtive;
    margin: 0;
    text-align: center;
    font-weight: bold;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#btn_pdf {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}
/***********28-1-2022**********/
.optText {
    height: 500px;
    overflow-y: auto;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    color: #343434;
    font-weight: 400;
    font-family: sans-serif;
}

    .optText h2 {
        text-align: center;
        font-weight: 600;
        font-size: 26px;
    }

.btn-width {
    width: 250px;
}

.btn-cancel-width {
    width: 250px;
}

.container-mrg .swal2-popup {
    margin-top: 220px !important;
}

@media(max-width:1400px) {
    #optinbutton, #Redeembutton, #spclbutton {
        padding: 15px 21px;
        font-size: 12px;
    }
}

@media(max-width:1180px) {
    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:914px) {
    .optText {
        height: 250px;
    }

    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:915px) {
    .optText {
        height: 64vh;
    }
}

@media(max-width:912px) {
    .optText {
        height: 500px;
    }

    .container-mrg .swal2-popup {
        margin-top: 220px !important;
    }
}

@media(max-width:900px) {
    .optText {
        height: 66vh;
    }

    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:820px) {
    .optText {
        height: 840px;
    }

    .container-mrg .swal2-popup {
        position: absolute !important;
        bottom: 30px !important;
        width: 95% !important;
    }
}

@media(max-width:768px) {
    .optText {
        height: 680px;
    }

    .btn-width {
        width: 48%;
    }

    .btn-cancel-width {
        width: 48%;
    }
}

@media(max-width:720px) {
    .optText {
        height: 360px;
    }

    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:750px) {
    .optText {
        height: 52vh;
    }

    .container-mrg .swal2-popup {
        margin-top: auto !important;
    }
}

@media(max-width:540px) {
    .optText {
        height: 53vh;
    }

    .btn-width {
        width: 70%;
        padding: 15px;
        margin-right: 0;
    }

    .btn-cancel-width {
        width: 28%;
        padding: 15px;
        margin: 0;
    }
}

@media(max-width:415px) {
    .optText {
        height: 63vh;
    }
}

@media(max-width:393px) {
    .optText {
        height: 61vh;
    }
}

@media(max-width:375px) {
    .optText {
        height: 51vh;
    }
}

@media(max-width:360px) {
    .optText {
        height: 55vh;
    }
}

@media (min-width: 992px) {
    .AvailableCouponsModalPopup .modal-Witdh {
        max-width: 700px;
    }

    .EarningRewardsModal .modal-Witdh {
        max-width: 620px;
    }
}

#ATHMovil_Checkout_Button {
    height: 80px;
    width: 10px;
    padding: 20px;
    font-size: 20px;
}
/* .swal2-content {

            margin-top: 30px;
            color: black;

        }*/
.swal2-select {
    color: darkgray;
    margin-top: 30px
}
/*.swal2-title {
            padding: 20px;
            background: rgb(255, 255, 255);
            display: block;
            min-height: 201px;
        }*/
.swal2-input {
    position: center;
}

.swal2-select {
    width: 12px;
    margin-top: 30px
}

.swal2-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2em;
    height: 1.2em;
    transition: color 0.1s ease-out;
    border: none;
    background: transparent;
    color: #cccccc;
    font-family: serif;
    font-size: 40px;
    cursor: pointer;
}

.fix-space {
    margin-bottom: 0.5rem;
}

.card-header b {
    font-size: 1.25rem;
}

.card-body b {
    display: inline-block;
    width: 150px;
}

.card-body span {
    display: inline-block;
}

/*#lodging {
    margin-left: 236px;
}*/

input[type="radio"]:hover {
    outline: 2px solid #2996cc;
}
    
#GooglepaycybersourceModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#GooglepaycybersourceModalContent {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#GooglepaycybersourceModalHeader {
    padding: 10px;
    border-bottom: 1px solid #888;
    background-color: #f0f0f0;
}

#GooglepaycybersourceModalTitle {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

#GooglepaycybersourceModalBody {
    padding: 20px;
}

#GooglepaycybersourceModalFooter {
    padding: 10px;
    border-top: 1px solid #888;
    background-color: #f0f0f0;
}

    #GooglepaycybersourceModalFooter .btn {
        margin: 0 5px;
    }

#BillingAddressCyber, #BillingStateCyber, #BillingCityCyber, #BillingCountrycyber, #ZipCodecyber {
    width: 100%;
    height: 40px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

#BillingCountrycyber {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.error {
    border: 1px solid red;
}

.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

/* Container for the side panel */
.offer-panel {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

/* The vertical button with beautiful RGB gradients */
.offer-btn {
    background: linear-gradient(45deg, rgb(0, 123, 255), rgb(0, 200, 255), rgb(0, 150, 255));
    color: white;
    border: none;
    width: 50px;
    height: 140px;
    cursor: pointer;
    border-radius: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

    .offer-btn:focus {
        outline: none;
    }

    .offer-btn:hover {
        background: linear-gradient(45deg, rgb(0, 123, 255), rgb(0, 200, 255), rgb(0, 255, 255));
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transform: scale(1.05);
    }

/* Hidden modal that expands */
.offer-modal {
    display: none;
    position: absolute;
    top: -50px;
    right: 80px;
    width: 385px; /* Fixed width */
    height: 330px; /* Fixed height for 3x3 grid */
    background-color: #ebebeb;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

    /* Title of the modal */
    .offer-modal h3 {
        margin: 0 0 10px;
        font-size: 18px;
        color: rgb(0, 123, 255);
        text-align: center;
    }

.closeBtn {
    margin-top: -4px;
    margin-right: -6px;
}
/* Offer list inside the modal */
.offer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
    height: calc(100% - 40px);
    align-items: center;
}

/* Individual offer box */
.offer-box {
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 5px;
    padding: 10px;
    width: 150px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

    .offer-box:hover {
        transform: scale(1.05);
        background-color: rgb(240, 240, 255);
    }

    .offer-box p {
        margin-bottom: 5px;
        font-size: 15px;
        color: rgb(0 0 0);
    }

        .offer-box p.Getoffer {
            font-weight: 700;
            font-size: 18px;
            margin: 8px 0px;
        }

/* Apply button */
.apply-btn {
    background-color: color(srgb-linear 0.86 0.27 0.07);
    color: white;
    border: none;
    padding: 5px 12px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .apply-btn:hover {
        background-color: color(srgb-linear 0.86 0.27 0.07);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

.offerSection {
    border: 3px solid #000000;
    border-radius: 8px;
    position: relative;
}

.LockederrorMsg {
    position: absolute;
    right: 8px;
    bottom: 7px;
    font-size: 12px;
    color: red;
    font-weight: 700;
}

.offerSection.activeOffer {
    border: 3px solid #50be4d;
}

.offerSection h4 {
    background: #E3E3E3;
    border-bottom: 3px solid #000000;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 20px;
}

.offerSection.activeOffer h4 {
    background: #50BE4D;
    border-bottom: 3px solid #50BE4D;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

.offerSection .customBoldText {
    font-weight: 800;
}

.rightOfferSection i {
    font-size: 1.9rem;
}

h3.offerOff {
    font-weight: 800;
    margin: 0;
}

.leftOfferSection h5 {
    font-size: 1.08rem;
}

.phoneInput {
    width: 70%;
    margin: 0 auto;
    height: 50px;
    border: 1px solid #000;
    font-size: 1.2rem;
    color: #000;
}

/* Error styles for input */
.error {
    border: 2px solid red;
}

/* Error message, hidden by default */
.error-message {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

/* Show error message only when input has error class */
input.error + .error-message {
    display: block;
}
/* Error styles for input */
.error {
    border: 2px solid red;
}

/* Error message, hidden by default */
.error-message {
    display: none;
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

/* Show error message only when input has error class */
input.error + .error-message {
    display: block;
}

#divCreditCard .input-credit-error {
    border: 1px solid red;
}

#divGiftCard .input-credit-error, #shippingmaindiv .input-credit-error, #DivAch .input-credit-error {
    border: 1px solid red;
}

#divCreditCard .error-credit-message {
    color: red;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-left: 4px;
}

#divGiftCard .error-credit-message, #shippingmaindiv .error-credit-message, #DivAch .error-credit-message {
    color: red;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-left: 4px;
}

#OfferBtn .btnBgColor {
    background: green;
}

.OfferBtn {
    height: 100%;
    writing-mode: vertical-rl;
    width: 100%;
    border: 2px dashed;
    background: transparent;
    color: #fff;
    padding: 5px;
    font-size: 20px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    transition: .2s ease-in-out 0s;
}

.containerbtn {
    position: fixed;
    right: 0;
    top: 50%;
    height: 215px;
    /* width: 35px; */
    padding: 7px 8px;
    background: #00a8ff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    display: flex;
    justify-content: center;
    overflow: hidden;

{
    transform: skewX(20deg) translateX(300px);
}

}


.shine {
    position: absolute;
    top: 0;
    left: -100px;
    height: 215px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    transition: all .3s linear;
    transform: skewX(20deg) translateX(0);
}




.black-button {
    background-color: black;
    color: white;
    padding: 15px 30px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 270px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    /*.black-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
    }*/

    .black-button:active {
        transform: translateY(1px);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }

.black-button_offer {
    background-color: black;
    color: orange;
    padding: 15px 30px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 270px;
    margin-bottom: 20px;
    margin-top: 20px;
}



.button-container-offers {
    display: flex;
    /* flex-direction: column; */
    /* gap: 20px; */
    /* position: fixed; */
    /* right: 20px; */
    justify-content: center;
    gap: 28px;
}

#optinbutton, #Redeembutton, #spclbutton {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(45deg, #ff416c, #ff4b2b);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(2, 0, 1, 0.2);
    transition: all 0.3s ease;
    text-transform: uppercase;
}

    #optinbutton:hover, #Redeembutton:hover, #spclbutton:hover {
        transform: translateY(-3px);
        box-shadow: 0px 6px 9px rgba(2, 0, 1, 0.2);
    }

    #optinbutton:active, #Redeembutton:active, #spclbutton:active {
        transform: translateY(2px);
        box-shadow: 0px 6px 9px rgba(2, 0, 1, 0.2);
    }

#optinbutton {
    background: linear-gradient(45deg, #36d1dc, #5b86e5);
}

#spclbutton {
    background: linear-gradient(45deg, #36d1dc, #5b86e5);
}

#Redeembutton {
    background: linear-gradient(45deg, #ff9a9e, #eb252d);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

#pdfimg.rotate {
    animation: rotate 1s infinite;
}
#pdfimgReservation.rotate {
    animation: rotate 1s infinite;
}

#pdfimgcar.rotate {
    animation: rotate 1s infinite;
}

.car-icon {
    display: inline-block;
    animation: moveCar 3s linear infinite;
}

.car-icon-right {
    display: inline-block;
    animation: moveRightToLeft 3s linear infinite;
}

@keyframes moveCar {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100px); /* Adjust distance as needed */
    }
}

@keyframes moveRightToLeft {
    0% {
        transform: translateX(0) scaleX(-1);
    }

    100% {
        transform: translateX(-100px) scaleX(-1);
    }
}

/*************************Invoice responsive Design**********************************/


@media(max-width:1400px) {
    #optinbutton, #Redeembutton, #spclbutton {
        padding: 15px 21px;
        font-size: 12px;
    }
}

@media(max-width:600px) {
    .button-container-offers {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 66%;
        margin: 0 auto;
    }
}


@media(max-width:540px) {
}

@media(max-width:415px) {
    .button-container-offers {
        width: 80%;
    }
}

@media(max-width:360px) {
    .button-container-offers {
        width: 93%;
    }
}

.input-credit-error-Reservation {
    border: 1px solid red;
}
.DepositText {
    font-size: 1.4rem;
    padding: 0 3rem;
}
@media (min-width: 990px) {
    .Depsoitamountmodal .modal-dialog {
        max-width: 650px;
    }
    .DepositText {
        font-size: 1.4rem;
        padding:0 5rem;
    }
}

@media (min-width: 576px) {
    .Depsoitamountmodal .modal-dialog {
        max-width: 650px;
    }
}

span.glyphicon.glyphicon-chevron-up {
    border: solid #524f4f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    width: auto !important;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

span.glyphicon.glyphicon-chevron-down {
    border: solid #524f4f;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    width: auto !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.alink {
    color: #ee8322;
}
@media(max-width:540px) {
    .car-icon {
        animation: moveCar 2s linear infinite;
    }

    .car-icon-right {
        animation: moveRightToLeft 2s linear infinite;
    }

    @keyframes moveCar {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(40px); /* Adjust distance as needed */
        }
    }

    @keyframes moveRightToLeft {
        0% {
            transform: translateX(0) scaleX(-1);
        }

        100% {
            transform: translateX(-40px) scaleX(-1);
        }
    }
}