﻿.small, small {
    text-align: center;
    font-size: 13px !important;
    background: #6d6bb3;
    background: rgba(255, 255, 255, .25);
    padding: 6px 10px;
    display: inline-block;
    border-radius: 10px 10px 0px 0px;
    margin: auto 28px;
}
/* CARD */

.plan-card {
    border-radius: 25px;
    color: white;
    padding: 18px 27px 16px 50px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.plan-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

.plan-list {
    margin-top: 15px;
    line-height: 28px;
}

.old-price {
    opacity: .6;
    font-size: 22px;
    background: linear-gradient(to left top, transparent 47.75%, #d0021a 49.5%, #d0021a 50.5%, transparent 52.25%);
    height: fit-content;
    position: absolute;
    left: 8px;
    margin-bottom: 15px;
    top: 2px;
}

.curcle {
    position: absolute;
    height: 400px;
    width: 400px;
    border: 25px solid;
    border-radius: 50%;
    left: -361px;
    opacity: 0.5;
    top: -80px;
}

.price {
    font-size: 56px;
    font-weight: 700;
}

.kd {
    font-size: 16px;
    margin-left: 5px;
    position: absolute;
    bottom: 12px;
    right: -10px;
}

.plan-box {
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 12px;
    padding: 8px 43px;
    display: inline-block;
    font-size: 15px;
    /* margin-top: 10px; */
    text-align: center;
    margin-bottom: 29px;
}

.bottom-btn {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .25);
    padding: 6px 14px;
    border-radius: 9px;
    width: 92%;
    text-align: center;
}

/* GRADIENT COLORS */

.athlete {
    background: linear-gradient(135deg,#4f5fb7,#352a8f);
}

.moms {
    background: linear-gradient(135deg,#caa0b3,#8c5a77);
}

.diet {
    background: linear-gradient(135deg,#e48b7c,#8f2f25);
}

.mainbn {
    /* position: relative; */
    /* left: -53px; */
    /*margin-bottom: 14px;*/
    justify-content: center !important;
    text-align: center;
    width: 96px;
    margin: auto;
}

.app-box {
    max-width: 515px;
    margin: auto;
    background: #fff;
    min-height: 100vh;
    padding: 20px;
}

/* header */

.header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.back-btn {
    width: 45px;
    height: 45px;
    background: #f0f0f0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

/* progress */

.progress {
    height: 6px;
    background: #e6e6e6;
    border-radius: 20px;
    margin-bottom: 20px;
}

.progress-bar {
    background: #3b3a8f;
    width: 25%;
}

/* title */

.diet-title {
    color: #3b3a8f;
    font-weight: 600;
    font-size: 20px;
}

.kcal {
    font-weight: 600;
}

/* card */

.meal-card {
    background: #f9f9fb;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.circle-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #f0f0f0;
    font-size: 18px;
}

    .circle-btn.plus {
        background: #000;
        color: #fff;
    }

/* edit button */

.edit-btn {
    background: #3b3a8f;
    color: #fff;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 12px;
    border: none;
}

/* number of days */

.days-box {
    background: #f9f9fb;
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #eee;
}

/* promo */

.promo {
    border: 2px dashed #7f7fd5;
    border-radius: 10px;
    overflow: hidden;
}

    .promo input {
        border: none;
        padding: 12px;
        width: 100%;
    }

    .promo button {
        border: none;
        background: #eee;
        padding: 0 20px;
    }

/* price section */

.price-row {
    display: flex;
    justify-content: space-between;
    color: #888;
    margin-top: 6px;
}

/* pay button */

.pay-btn {
    width: 100%;
    background: #3b3a8f;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 25px;
    margin-top: 20px;
    font-weight: 500;
}

@media(max-width:767px) {
    .bottom-btn {
        position: absolute;
        bottom: -11px;
        left: 46%;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, .25);
        padding: 6px 11px;
        border-radius: 10px;
        width: 93%;
        text-align: center;
        font-size: 12px;
    }

    .meal-card {
        font-size: 14px;
        background: #f9f9fb;
        border-radius: 15px;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #eee;
    }

    .app-box {
        padding: 6px;
    }

    .plan-card {
        border-radius: 16px;
        color: white;
        padding: 6px 11px 6px 42px;
        position: relative;
        overflow: hidden;
        height: 100%;
    }

    .curcle {
        position: absolute;
        height: 301px;
        width: 400px;
        border: 26px solid;
        border-radius: 50%;
        left: -361px;
        opacity: 0.5;
        top: -52px;
    }

    .price {
        font-size: 30px !important;
        font-weight: 700;
        line-height: 88px !important;
        max-height: 65px;
        max-height: 73px !important;
    }

    .plan-box {
        border: 1px solid rgba(255, 255, 255, .7);
        border-radius: 20px;
        padding: 8px 18px;
        display: inline-block;
        font-size: 11px;
        /* margin-top: 10px; */
        text-align: center;
        margin-bottom: 16px;
    }

    .plan-title {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .plan-list {
        margin-top: 9px;
        line-height: 22px;
        font-size: 14px;
    }

    .mainbn {
        /* position: relative; */
        /*left: -53px;
        margin-bottom: 1px;*/
        width: 84px;
        margin: auto;
    }

    .plan-box {
        border: 1px solid rgba(255, 255, 255, .7);
        border-radius: 9px;
        padding: 8px 16px;
        display: inline-block;
        font-size: 11px;
        /* margin-top: 10px; */
        text-align: center;
        margin-bottom: 32px;
    }

    .kd {
        font-size: 13px;
        margin-left: 5px;
        position: absolute;
        bottom: 34px;
        right: 60px;
    }

    .old-price {
        opacity: .6;
        font-size: 16px;
        background: linear-gradient(to left top, transparent 47.75%, #d0021a 49.5%, #d0021a 50.5%, transparent 52.25%);
        height: fit-content;
        position: absolute;
        left: 59px;
        margin-bottom: 15px;
        top: 10px;
    }

    .small, small {
        text-align: center;
        font-size: 11px !important;
        background: #6d6bb3;
        background: rgba(255, 255, 255, .25);
        padding: 6px 3px;
        display: inline-block;
        border-radius: 10px 10px 0px 0px;
        margin: auto 11px;
    }
}

.tray {
    display: block;
    margin: 10px auto 20px auto;
    width: 240px;
}

.box {
    background: #efeff6;
    padding: 22px;
    border-radius: 16px;
    margin-bottom: 18px;
}

@media (max-width: 425px) {
    .kd {
        font-size: 13px;
        margin-left: 5px;
        position: absolute;
        bottom: 22px;
        right: 4px;
    }

    .old-price {
        opacity: .6;
        font-size: 16px;
        background: linear-gradient(to left top, transparent 47.75%, #d0021a 49.5%, #d0021a 50.5%, transparent 52.25%);
        height: fit-content;
        position: absolute;
        left: 19px;
        margin-bottom: 15px;
        top: 10px;
    }
}

@media (max-width: 375px) {
    .kd {
        /* font-size: 13px;
        margin-left: 5px;
        position: absolute;
        bottom: 18px;
        right: 63px;*/
    }

    .old-price {
        /*     opacity: .6;
        font-size: 16px;
        background: linear-gradient(to left top, transparent 47.75%, #d0021a 49.5%, #d0021a 50.5%, transparent 52.25%);
        height: fit-content;
        position: absolute;
        left: 75px;
        margin-bottom: 15px;
        top: 10px;*/
    }
}

@media (max-width: 320px) {
    .bottom-btn {
        position: absolute;
        bottom: -11px;
        left: 46%;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, .25);
        padding: 6px 11px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
        font-size: 10px;
    }

    .kd {
        /*  font-size: 13px !important;
        margin-left: 5px;
        position: absolute;
        bottom: 20px !important;
        right: 42px !important;*/
    }

    .plan-card {
        border-radius: 10px;
       
    }
}
    .plan-box {
        border: 1px solid rgba(255, 255, 255, .7);
        border-radius: 10px;
        padding: 8px 10px;
        display: inline-block;
        font-size: 11px;
        /* margin-top: 10px; */
        text-align: center;
        margin-bottom: 32px;
    }

    .small, small {
        text-align: center;
        font-size: 9px !important;
        background: #6d6bb3;
        background: rgba(255, 255, 255, .25);
        padding: 6px 3px;
        display: inline-block;
        border-radius: 10px 10px 0px 0px;
        margin: auto 11px;
    }

    .old-price {
        /*  opacity: .6;
        font-size: 16px;
        background: linear-gradient(to left top, transparent 47.75%, #d0021a 49.5%, #d0021a 50.5%, transparent 52.25%);
        height: fit-content;
        position: absolute;
        left: 54px;
        margin-bottom: 15px;
        top: 10px;*/
    }

    .curcle {
        position: absolute;
        height: 327px;
        width: 392px;
        border: 26px solid;
        border-radius: 50%;
        left: -361px;
        opacity: 0.5;
        top: -46px;
    }
}

.title {
    font-size: 20px;
    margin-bottom: 10px;
}

.range {
    width: 100%;
    appearance: none;
    background: transparent;
}

    .range::-webkit-slider-runnable-track {
        height: 3px;
        background: #cfcfd6;
    }

    .range::-webkit-slider-thumb {
        appearance: none;
        height: 18px;
        width: 18px;
        background: #000;
        border-radius: 50%;
        margin-top: -7px;
        cursor: pointer;
    }

.ticks {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}

.kcal {
    text-align: center;
}

    .kcal p {
        color: #9a9aa3;
        font-size: 16px;
    }

    .kcal h3 {
        color: #2e2e7f;
        font-weight: 600;
        margin-top: 6px;
    }

.total {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    font-size: 18px;
    font-weight: 500;
}

.text-light1 {
    color: #8f8f8f !important
}

.modal-body .box {
    text-align: left !important;
}

.price {
    color: #2e2e7f;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 112px;
    max-height: 85px;
}

.modal-body .box input[type="range"] {
    width: 100%;
    margin: 10px 0 !important;
    -webkit-appearance: none;
}

.save {
    margin-top: 25px;
    width: 100%;
    padding: 16px;
    border: none;
    background: #3c3c94;
    color: #fff;
    font-size: 18px;
    border-radius: 35px;
    cursor: pointer;
}

.total .price {
    font-size: 18px;
}

@media (max-width: 576px) {
    .faq-area {
        width: 100% !important;
    }
}

.range-slider {
    flex: 1;
}

.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 15px;
}

.modal-body .price {
    color: #2e2e7f;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .text-end {
        text-align: end !important;
    }
}

.modal-body .total {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    font-size: 30px;
    font-weight: 500;
    align-items: center
}

.sliderticks span {
    display: flex;
    justify-content: center;
    width: 1px;
    height: 10px;
    background: #d3d3d3;
    line-height: 40px;
}

/*=============
End tick marks
=========================*/


.value {
    display: none;
}

.text-end1 {
    text-align: end
}
.toggle-btn {
    border: 1px solid #ddd;
    padding: 6px 16px;
    border-radius: 12px;
    cursor: pointer;
}

    .toggle-btn.active {
        background: #4a46a6;
        color: #fff;
        border: none;
    }

/* bottom bar */


.progress-steps {
    display: flex;
    gap: 10px;
    margin: 15px 0 25px;
}

.step {
    flex: 1;
    height: 6px;
    border-radius: 10px;
    background: #d9d7ea;
}

    .step.active {
        background: #4a46a6;
    }
.step-box {
    display: none;
}

    .step-box.active {
        display: block;
    }

.card-box {
    background: white;
    border-radius: 18px;
    padding: 20px;
    margin: 15px 0px;
    box-shadow: 0 4px 15px rgba(0,0,0,.05);
}

.day-btn {
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 10px;
    background: white;
    cursor: pointer;
}

    .day-btn.active {
        background: #4b4bb7;
        color: white;
    }

.toggle-btn {
    border-radius: 20px;
    padding: 8px 20px;
    border: 1px solid #ddd;
    background: white;
}

    .toggle-btn.active {
        background: #4b4bb7;
        color: white;
    }

.bottom-bar {
    background: #f9f9fb;
    padding: 15px;
    box-shadow: 0 -3px 10px rgba(0,0,0,.1);
    border-radius: 20px
}

.section {
    padding: 0 20px;
}

    .section h6 {
        font-weight: 600;
        margin-bottom: 15px;
    }

/* Location Card */

.location-card {
    background: #e7e7f3;
    color: #000;
    padding: 18px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.location-card.active {
    background: #4b4db5;
    color:#fff;
}

.location-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-icons i {
    font-size: 18px;
    margin-left: 15px;
    cursor: pointer;
}

/* Other location button */

.alt-location {
    margin-top: 20px;
    background: #e7e7f3;
    border-radius: 14px;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}
.payment-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .payment-option img {
        height: 28px;
    }
.form-check-input {
    width: 20px;
    height: 20px;
}

.promo-box {
    display: flex;
    border: 2px dashed #5b5bd6;
    border-radius: 12px;
    overflow: hidden;
}

    .promo-box input {
        border: none;
        padding: 10px;
        flex: 1;
        outline: none;
    }

    .promo-box button {
        background: #f0f0f5;
        border: none;
        padding: 10px 20px;
    }

.wallet {
    color: #4b4ac8;
    font-weight: 600;
    cursor: pointer;
}
