﻿

.foodDash_page_content {
    padding: 84px 15px 72px 15px;
}

.location_fetch p {
    width: 270px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

.bg-purple {
    background: #6f0fb1;
    color: #fff;
}

.top_left {
    display: flex;
    align-items: center;
}

.user_stay_icon {
    font-size: 26px;
    color: #fff;
}

.top_food_badge {
    background: antiquewhite;
    padding: 5px 17px;
    border-radius: 23px;
    color: red;
    line-height: 1.1;
    font-size: 12px;
}

/* Carousel styling */
#myCarousel {
    border-radius: 8px;
    overflow: hidden;
    max-height: 200px;
}

    #myCarousel .carousel-inner {
        border-radius: 8px;
    }

    #myCarousel .carousel-item img {
        height: 200px;
        object-fit: cover;
    }

    #myCarousel .carousel-control-prev-icon,
    #myCarousel .carousel-control-next-icon {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        padding: 10px;
    }





/* Card container */
.combo-card {
    background: #6d1aa8;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
}

/* Left content */
.left-content {
    padding: 3px 0px;
}

.badge-special {
    background: rgba(255,255,255,0.08);
    padding: 2px 12px;
    border-radius: 8px;
    font-weight: 600;
    /* font-family: 'Montserrat', sans-serif; */
    letter-spacing: 0.6px;
    color: #ffe985;
    display: flex;
    gap: 8px;
    align-items: center;
    width: max-content;
    font-size: 11px;
}

    .badge-special i {
        color: #ffd400;
        font-size: 10px;
    }

/* small note (SAT - SUN ONLY) */
.small-note {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 0px;
    letter-spacing: 1px;
}

/* Combo title */
.combo-title {
    /* font-family: 'Pacifico', cursive; */
    /* margin-top: 6px; */
    line-height: 0.95;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.08);
}

.combo-big {
    font-size: 21px;
    color: #ffd400;
    display: inline-block;
    margin-right: 6px;
}

.combo-small {
    font-size: 21px;
    display: inline-block;
    color: #fff;
}

/* Right coupon section */
.coupon-wrap {
    /* display: flex; */
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 2px 4px;
}

.coupon-box {
    background: #fff;
    color: #6d1aa8;
    border-radius: 8px;
    padding: 6px 9px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.coupon-top {
    font-size: 0.75rem;
    color: #b94ec1;
    font-weight: 600;
}

.coupon-main {
    font-size: 16px;
    line-height: 1;
    color: #d2147a;
    font-family: 'Montserrat', sans-serif;
    margin: 1px 0;
}

.coupon-sub {
    font-size: 14px;
    color: #b0b0b0;
}

/* Grab button (yellow pill) */
.grab-btn {
    background: #ffd400;
    border: none;
    color: #4b2a00;
    font-weight: 700;
    border-radius: 8px;
    padding: 3px 5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform .15s ease, box-shadow .15s ease;
    font-size: 10px;
}

    .grab-btn:active,
    .grab-btn:focus {
        transform: translateY(1px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    }

.carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev-icon, #myCarousel .carousel-control-next-icon {
    display: none;
}

/* Card */
.food-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
/*    box-shadow: 1px 2px 0px rgb(0 0 0 / 20%);*/
    transition: 0.3s;
    border: 1px solid #ddd;
}

    .food-card:hover {
        transform: translateY(-4px);
    }

/* Image section */
.img-wrapper {
    position: relative;
}

    .img-wrapper img {
        width: 100%;
        height: 110px;
        object-fit: cover;
    }

/* Top labels */
.badge-label {
    position: absolute;
    top: 5px;
    left: 7px;
    padding: 1px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
}

.best-seller {
    background: #f4d536;
    color: #000000;
}

.badge-label.orange {
    background: #f35a34;
}

.badge-label.green {
    background: #2fa36b;
}

/* Rating */
.rating-badge {
    position: absolute;
    bottom: -5px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 8px;
}

/* Body */
.card-body-custom {
    padding: 8px 16px;
    height: 32px;
}

.fcard-title {
    font-weight: 600;
    margin-bottom: 1px;
    font-size: 13px;
    text-align: center;
}

.title_sub-text {
    font-size: 10px;
    color: #ff6a2b;
    margin: 0;
}

.food_badge {
    width: 61px;
    height: 61px;
    border: 1px solid #ddd;
    border-radius: 45px;
    /* padding: 12px 4px; */
    object-fit: fill;
}


/* Food Card */
.food-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    /*    box-shadow: 0 10px 25px rgba(0,0,0,0.1);*/
}

.img-box {
    position: relative;
}

    .img-box img {
        width: 100%;
        height: 110px;
        object-fit: cover;
    }

/* Tags */
.tag {
    position: absolute;
    top: 10px;
    padding: 2px 8px;
    font-size: 10px;
    color: #fff;
    border-radius: 8px;
}

    .tag.subscribe {
        left: 10px;
        background: #ff6a2b;
    }

    .tag.normal {
        background: #1094bd;
        left: 10px;
    }

    .tag.mess {
        right: 10px;
        background: #2fa36b;
    }


    .tag.fav {
        background: #ff6000;
    }


.mess_features {
    background: #f7f7f7c7;
    padding: 14px 13px;
    border-radius: 8px;
}

.color-warning {
    color: #ff7a2f;
}


.proerty-title {
    font-size: 16px;
    color: #8c1010;
    /* margin-bottom: 0px; */
    /*    height: 35px;*/
}


.food-desc {
    font-size: 12px;
}
/* Card body */
.htl_card-body {
    padding: 10px;
}


.rating-dash-pos {
    position: absolute;
    top: -25px;
    right: 4px;
}

.price {
    /*    color: #ff6a2b;*/
    color: #3c3f3c;
    font-weight: 600;
    font-size: 17px
}

.food-rating {
    background: #fff;
    color: #ff8605;
    padding: 1px 2px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #ff8605;
}

/* Pills */
.pill {
    display: inline-block;
    background: #e8f2ff;
    color: #1e6fd9;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    margin-right: 6px;
}


.hotals .food-card {
    margin: 5px 0px;
}

.section-title {
    color: #f35a34;
    margin-top: 16px;
    font-size: 16px;
}



/* Bottom bar */
.Subscribe-bottom-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
}

.subscribe-btn {
    width: 100%;
    border: none;
    background: #ff7a2f;
    color: #fff;
    padding: 14px;
    border-radius: 14px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}



/* Rows */
.time-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.left {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icons */
.breakfast {
    color: #f4b400;
}

.lunch {
    color: #ff7a2f;
}

.snacks {
    color: #4caf50;
}

.dinner {
    color: #7e57c2;
}

.time {
    font-size: 14px;
    color: #666;
}


/* Overall */
.score {
    font-size: 42px;
    color: #ff7a2f;
    margin-bottom: 6px;
}

.stars i {
    color: #f4c430;
    font-size: 18px;
}

.review-count {
    color: #777;
    font-size: 14px;
}

/* Breakdown */
.break-row {
    display: grid;
    grid-template-columns: 120px 1fr 40px;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-size: 14px;
}

/* Progress bar */
.progress-wrap {
    background: #e0e0e0;
    height: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.bar {
    height: 100%;
    background: #4caf50;
    border-radius: 8px;
}

.value {
    text-align: right;
    color: #555;
}

.scroll-hide {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .scroll-hide::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }


/*-----------ChooosePlan Css------------------*/

.card-ui {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    border: 1px solid #dddddd82;
}

/* ===== PLAN ===== */
.plan {
    padding: 18px;
    margin-bottom: 16px;
    border: 1px solid #dddddd99;
}

    .plan.popular {
        border: 2px solid #2e8b57;
    }

.plan-title {
    font-size: 20px;
}

.price del {
    color: #aaa;
    font-size: 14px;
    margin-left: 6px;
}

.feature i {
    color: #2e8b57;
    margin-right: 6px;
}

.popular-tag {
    background: #2e8b57;
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 0 0 12px 12px;
}

.badge-off {
    background: #ffe5e5;
    color: #e53935;
    border-radius: 20px;
    font-size: 12px;
    padding: 3px 10px;
}

.plan.popular {
    border: 2px solid #2e8b57;
}

.badge-green {
    background: #b7f5ce94;
    padding: 1px 6px;
    border-radius: 8px;
    color: #148743;
}

.badge-dgreen {
    background: #088536de;
    padding: 2px 6px;
    border-radius: 8px;
    color: #ffffff;
}

.btn-orange {
    background: #f35a34;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 5px 13px;
    font-size: 15px;
    font-weight: 400;
    display: flex
}



.badge-orange {
    background: #ff6a2b;
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
}

.pos-sticky-t35 {
    position: sticky;
    top: 34px;
    background: #ffffff;
    z-index: 1;
}


/*---------------------------Selectd-Hotel-------------------------*/

.sel-hotel-img {
    position: relative;
}

    .sel-hotel-img img {
        width: -webkit-fill-available;
        /*    border-radius: 0px 0px 14px 14px;*/
        height: 160px;
    }

.sel-hotel-details {
    position: absolute;
    width: -webkit-fill-available;
    bottom: 0px;
    background: #00000087;
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*
.hotal-image{
    position:relative;
}

.hotal-image img{
    width: -webkit-fill-available;
}


.htl_dtls {
    display: flex;
    justify-content: space-between;
    background: #000000b5;
    position: absolute;
    bottom: 1px;
    width: -webkit-fill-available;
}*/

.hei-max-content {
    height: max-content;
}

.min-boxshadow {
    box-shadow: 1px 2px 3px #ddd;
}

.veg-tag {
    font-size: 6px !important;
    border: 2px solid #12ad12;
    padding: 4px 3px;
    color: #12ad12;
    height: 17px;
    align-content: center;
}

.non-veg-tag {
    font-size: 6px !important;
    border: 2px solid #ff0000;
    padding: 4px 3px;
    color: #ff0000;
    height: 17px;
    align-content: center;
}


.view-cart {
    position: fixed;
    width: 100%;
    bottom: 0px;
}

    .view-cart .cart-btn {
        border-radius: 0px;
        height: 55px;
        font-size: 18px;
        padding: 5px 18px;
    }

.search-pos-1 {
    position: sticky;
    top: 50px;
    background: #fff;
    padding: 1px 0px;
}

/*<-----excess added css-------->*/
.mess-sub-card {
    position: fixed;
    width: 100%;
    bottom: 10px;
}






.color-white {
    color: #fff !important;
}

.qty-box button {
    border: none;
    background: none;
    font-size: 18px;
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2px 7px;
}

.save-tag {
    background: #fff1d6;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
}

.add-item-box {
    border: 1px dashed #ff9800;
    color: #ff9800;
    padding: 8px;
    text-align: center;
    border-radius: 14px;
    background: #fff8ef;
}

/*<---------------------suggest cards---------------------->*/

.suggest-card {
    background: #fff;
    border-radius: 14px;
    padding: 8px;
    width: min-content;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    width: 30%;
    flex-shrink: 0;
}

    .suggest-card img {
        width: 100%;
        height: 87px;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 3px;
    }

    .suggest-card .add-more-btn {
        border: none;
        background: #fff;
        border-radius: 50%;
        width: 26px;
        height: 25px;
    }

    .suggest-card .card-badges {
        position: absolute;
        top: 9px;
        right: 11px;
        border: none;
        /* background: #fff; */
        border-radius: 50%;
        width: 26px;
        height: 25px;
        width: 80%
    }

.card-flow {
    display: flex;
    gap: 12px;
    /* width: 100%; */
    overflow-x: auto;
    padding: 5px 0px;
}

.color-purple-gradiant {
    background: linear-gradient(181deg,rgba(205, 5, 255, 1) 0%, rgba(127, 21, 176, 1) 100%);
}

.offer-badges {
    font-size: 18px;
    color: transparent;
    background-clip: text;
    display: inline-block;
}

.active-delevery-box input {
    accent-color: green;
}

.active-delevery-box b {
    color: green;
}

.loader-circle {
    color: #ff9800;
}


/* Success popup */
.req-success-circle {
    width: 65px;
    height: 65px;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #2e7d32;
    margin: auto;
    animation: pulse 1.2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: .6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* Voucher */
.voucher-card {
    background: #cf7149db;
    color: #fff;
    border-radius: 16px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wid-50-per {
    width: 50%;
}



.suggest-card .card-badges {
    position: absolute;
    top: 9px;
    right: 11px;
    border: none;
    /* background: #fff; */
    border-radius: 50%;
    width: 26px;
    height: 25px;
    width: 80%
}

.card-flow {
    display: flex;
    gap: 12px;
    /* width: 100%; */
    overflow-x: auto;
    padding: 5px 0px;
}

.color-purple-gradiant {
    background: linear-gradient(181deg,rgba(205, 5, 255, 1) 0%, rgba(127, 21, 176, 1) 100%);
}

.offer-badges {
    font-size: 18px;
    color: transparent;
    background-clip: text;
    display: inline-block;
}

.active-delevery-box input {
    accent-color: green;
}

.active-delevery-box b {
    color: green;
}

.loader-circle {
    color: #ff9800;
}


/* Success popup */
.req-success-circle {
    width: 65px;
    height: 65px;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #2e7d32;
    margin: auto;
    animation: pulse 1.2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: .6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* Voucher */
.offer-voucher-card {
    background: #df7f56;
    color: #fff;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wid-50-per {
    width: 50%;
}

.deal-card {
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .deal-card img {
        width: 70px;
        height: 70px;
        border-radius: 8px;
        object-fit: cover;
    }

.info-card {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .info-card img {
        width: 70px;
        height: 70px;
        border-radius: 12px;
        object-fit: cover;
    }


.menu-icon {
    font-size: 35px;
    background: #ffffff;
    border-radius: 55px;
    /* padding: 10px 8px; */
    box-shadow: rgba(0, 0, 0, 0.15) 2px 0px 4px 2px;
    margin-bottom: 7px;
    width: 60px;
    height: 60px;
    align-content: center;
    font-size: 22px;
    color: #ff7a2d;
}

.wid-85 {
    width: 85px;
}

.rest-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .08);
    position: relative;
}

    .rest-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

.bg-orange {
    background: #ff6000;
}

.badge {
    padding: 5px 8px;
    font-size: 10px;
    color: #fff;
    border-radius: 12px;
    height: fit-content;
}

.hrt-bg-rds {
    background: #faebd7;
    padding: 3px;
    border-radius: 28px;
}

.btm-img-tag {
    position: absolute;
    width: 100%;
    top: 150px;
    padding: 0px 10px;
}

.bg-green {
    background: #39c039;
}


/*--------------------Book Table-----------------*/

.party-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center
}

    .party-box button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        background: #eee;
        font-size: 16px;
    }

.party-pill {
    padding: 8px 15px;
    border-radius: 20px;
    background: #eee;
    font-size: 14px;
    margin-top: 10px;
}

    .party-pill.active {
        background: #ff7a2f;
        color: #fff;
    }

.date-box {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    min-width: 90px;
}

    .date-box.active {
        background: #49be5d;
        color: #fff;
    }

.time-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.time {
    padding: 10px;
    border-radius: 12px;
    background: #f2f2f2;
    text-align: center;
    font-size: 13px;
}


    .time.select {
        background: #eafff2;
        color: #1e7e34;
    }

/*.time:hover {
    background: #eafff2;
    color: #1e7e34;
}*/

.sel-food-sec.select {
    background: #ff7a2f;
    color: #ffffff;
}

.eye-blue {
    color: #0c82ff;
}

.private-purpule {
    color: #a31eb9;
}

.color-red {
    color: red;
}

.policies {
    display: flex;
    gap: 3px;
    align-items: baseline;
}

.booking-details {
    background: #efefef;
    padding: 9px 3px;
    border-radius: 6px;
    font-size: 14px;
    color: #3f3f3f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.tbl-book-check {
    background: #0bb70b;
    color: #fff;
    padding: 9px 12px;
    border-radius: 30px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 6px 0;
}


.outline-orange {
    border: 2px solid #ff7a2f;
    color: #ff7a2f;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}

.outline-blue {
    border: 2px solid #3f8cff;
    color: #3f8cff;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}




/*------------------------tracking page css-------------------*/

.timeline {
    position: relative;
    margin-left: 10px;
}

    .timeline:before {
        content: "";
        position: absolute;
        left: 8px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #ddd;
    }

.step {
    display: flex;
    margin-bottom: 25px;
    position: relative;
}

.completed .dot {
    background: #28a745;
}

.dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 10px;
    z-index: 2;
}

.active .dot {
    background: #ff5a00;
}

.tracking-card {
    margin-bottom: 15px;
}

.map-box iframe {
    border: 0;
    width: 100%;
    height: 350px;
}





/*-----------------------------------------Dine In Payment-------------------------------------------*/
/*.footer_nav {
    display: none !important;
}*/

/*.page_header {
    background: #fff;
}*/

.small-title {
    font-size: 13px;
    font-weight: 600;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.bill-text {
    color: #8a8a8a;
    font-size: 14px;
    margin-top: 10px;
}

.bill-input {
    width: 100%;
    max-width: 360px;
    height: 62px;
    border: none;
    border-radius: 8px;
    background: #efefef;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #666;
    outline: none;
}

.section-title {
    color: #30323a;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 17px;
}

.offer-summary-card,
.offer-applied-card {
    background: #fff;
    border-radius: 16px;
    padding: 8px;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); */
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 2px;
}

.offer-summary-title,
.offer-applied-title {
    font-size: 18px;
    font-weight: 700;
    color: #343741;
    margin-bottom: 8px;
}

.offer-summary-subtitle {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.5;
}

.offer-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.offer-arrow {
    font-size: 26px;
    color: #7b7b7b;
}

.offer-applied-saving {
    font-size: 16px;
    color: #5a5d66;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .offer-applied-saving i {
        color: #1d1d1d;
        font-size: 18px;
    }

.remove-offer-btn {
    border: none;
    background: transparent;
    color: #ff5a00;
    font-weight: 700;
    font-size: 16px;
}

.simple-card {
    border: none;
    border-radius: 24px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

    .simple-card .card-body {
        padding: 22px 20px;
        background: #fff;
    }

.bill-table .row-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
    font-size: 16px;
    color: #5a5d66;
    font-weight: 500;
}

.bill-table hr {
    border: none;
    border-top: 1px dashed #d6d6d6;
    margin: 14px 0;
}

.discount {
    color: #00a676 !important;
    font-weight: 600 !important;
}

.dotted-row span:first-child {
    border-bottom: 1px dashed #666;
    padding-bottom: 2px;
}

.add-tip {
    color: #ff5a00 !important;
    font-weight: 700 !important;
}

    .add-tip i {
        margin-right: 8px;
        font-size: 18px;
    }

.pay-total {
    font-weight: 800 !important;
    font-size: 18px !important;
    color: #343741 !important;
}

    .pay-total small {
        font-size: 14px;
        color: #999;
        font-weight: 500;
    }

.bottom-pay-area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 16px;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.08);
    z-index: 99;
}

.pay-amt {
    width: 100%;
    background: #2a9771;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 14px;
}

@@media (max-width: 576px) {
    .bill-input {
        font-size: 36px;
        height: 58px;
    }

    .offer-summary-title,
    .offer-applied-title {
        font-size: 16px;
    }

    .offer-summary-subtitle,
    .offer-applied-saving {
        font-size: 14px;
    }

    .pay-amt {
        font-size: 15px;
        padding: 13px;
    }
}
