/* .captcha-box {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  transform: scale(0.85);
  transform-origin: left center;
} */
.terms_box_new {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.ftnm {
    margin-bottom: 8px;
}
.fstnm {
    margin-bottom: 24px;
}
.popup-terms-label {
    display: block !important;
}
.captcha-box_new {
    width: 270px;
}
.captcha-box_new>div {
  transform: scale(0.80);
}

.select-search {
    padding: 8px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
  }
.select-search-input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
    height: 48px;
}
  .select-options {
    max-height: 200px;
    overflow-y: auto;
  }
  .no-underline {
  text-decoration: none;
}



@media (max-width: 768px) {
    .meal-nav {
        position: fixed;
        width: 100%;
        top: auto;
        left: 0px;
        right: 0px;
        z-index: 2;
        bottom: 0px;
        display: none;  /* ← hide by default */
    }

    .meal-nav.show-menus {
        display: block;  /* ← only show when menu route */
    }
}

.auth-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0;
  /* margin-bottom: -30px; */
}

.btn-blue {
  gap: 7px !important;
}

.select-btn-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}



@media (max-width: 768px) {
    #macroEditModal .nut_graphleft {
        justify-content: center;
        margin-bottom: 20px;
    }
    #macroEditModal .nutrition_graphbar {
        flex-direction: column;
    }
    #macroEditModal .nut_graphright {
        width: 100%;
        display: flex !important;
        flex-direction: row !important;
        gap: 16px !important;
        padding: 0px !important;
        flex-wrap: wrap !important;
    }
    #macroEditModal .modal-dialog {
        margin: 10px;
    }
    #macroEditModal .popup-body {
        padding: 16px !important;
    }
}

#allergyModal .chipse,
#cuisineModal .chipse,
#dietaryModal .chipse {
    height: auto;
    overflow-y: auto;
}

@media only screen and (max-width: 600px) {
    .toogle-conin-credit {
        /* display: block; */
        align-items: center;
        gap: 16px;
        float: right;
        width: 160px;
        max-width: 100%;
    }
    .terms_box_new {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        gap: 24px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .captcha-box_new {
        width: 100%;
    }
    .captcha-box_new>div {
        transform: unset;
    }
    .captcha-box {
        padding: 0;
        border-radius: 0;
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        transform: unset;
        transform-origin: unset;
    }
}
.card-item .dropdown-item {
    cursor: pointer !important;
}
.check_with_item_left {
    align-items: flex-start !important;
}

.check_with_apply_btn {
    width: auto !important;
}
/* ── Clickable element cursors ── */
.circle_topt,
.meal_box,
.ingredients_box[data-bs-toggle],
#calendar-prev,
#calendar-next,
.cal-dates div:not(.inactive),
#log-meal-btn,
[data-bs-dismiss="modal"],
.floating_top .circle_topt a {
    cursor: pointer;
}

.cal-dates div {
    cursor: default;
}

#log-meal-btn:disabled {
    cursor: not-allowed;
}

.button_section .btn {
    cursor: pointer;
}

.recipe_Card2 .photo_card {
    height: 198px !important;
    width: 100% !important;
}

.tap_info_outer .tap_info_para {
    max-width: 660px !important;
}
.ingredient_heading {
    width: 700px !important;
}
.offcanvas-bottom {
    border-top: none !important;
}

.navbar-nav .dropdown-toggle::after {
    position: absolute !important;
    margin-top: 0px !important;
}


/* #create meal plan dordown  */
.custom-dropdown-menu,
.t-custom-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    /* padding: 8px 0; */
    margin-top: 4px;
    max-height: 260px !important;
    height: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.custom-dropdown-menu.active,
.t-custom-dropdown-menu.active {
    display: block;
}
.dropdown-container,
.t-dropdown-container {
    position: relative !important;
    overflow: visible !important;
}
.custom-dropdown::after,
.custom-dropdown::before,
.custom-dropdown *::after,
.custom-dropdown *::before,
#dropdown::after,
#dropdown::before,
#dropdown *::after,
#dropdown *::before {
    display: none !important;
    content: none !important;
}
.arrow {
    display: inline-flex !important;
    align-items: center !important;
    pointer-events: none;
}
.arrow svg {
    display: block !important;
}


/* .percentage_padding {
    padding-top: 130px !important;
    padding-bottom: 167px;
} */

.percentage_padding {
  min-height: 100vh;          /* full screen height */
  display: flex;
  align-items: center;        /* vertical center */
  justify-content: center;    /* horizontal center */
  padding: 20px;              /* small spacing for mobile */
  text-align: center;
}

.credits-dropdown .dropdown-item.active, .dropdown-item:active {
    background-color: unset !important;
}

.credits-dropdown .dropdown-item.active, .dropdown-item:hover {
    color: #0166ed !important;
}

.goal-tier-dropdown .dropdown-item.active, .dropdown-item:active {
    background-color: unset !important;
}

.goal-tier-dropdown .dropdown-item.active, .dropdown-item:hover {
    color: #0166ed !important;
}

.ai_chat_card {
    cursor: pointer !important;
}
.ai_chat_messages_container {
    min-height: 480px !important;
    margin-bottom: 10px !important;
}
.ai_chat_dropdown_item {
    cursor: pointer !important;
}




/* chat assistance type animation  */

.ai_avatar{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}
 .ai_typing_indicator {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 4px 0;
    }
    .ai_typing_avatar {
        width: 30px;
        height: 30px;
        min-width: 30px;
        border-radius: 50%;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    .ai_typing_dots {
        display: flex;
        align-items: center;
        gap: 5px;
        background: #f3f4f6;
        padding: 10px 16px;
        border-radius: 20px;
    }
    .ai_typing_dots span {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #aaa;
        display: inline-block;
        animation: typingBounce 1.2s infinite ease-in-out;
    }
    .ai_typing_dots span:nth-child(1) { animation-delay: 0s;    background: #81c784; }
    .ai_typing_dots span:nth-child(2) { animation-delay: 0.2s;  background: #4caf50; }
    .ai_typing_dots span:nth-child(3) { animation-delay: 0.4s;  background: #388e3c; }

    @keyframes typingBounce {
        0%, 60%, 100% { transform: translateY(0);    opacity: 0.5; }
        30%            { transform: translateY(-7px); opacity: 1;   }
    }



.ai_chat_user_msg img {
    border-radius: 12px !important;
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(41, 121, 255, 0.7); }
    70% { box-shadow: 0 0 0 18px rgba(41, 121, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(41, 121, 255, 0); }
}
.recording-pulse {
    animation: pulse 1s ease-in-out infinite;
}


.meal_img_sec_image {
    max-height: 430px !important;
}

.each_box{
    cursor: pointer !important;
}


.top_cardt .right_side{
    width: 160px !important;
}


.pantry_modalcontent .pantry_modalimg {
    object-fit: cover !important;
    max-height: 200px !important;
}

.steps-wrapper .progress-line {
    position: absolute;
    top: 15px;
    left: 0%;
    width: 90%;
    height: 3px;
    background: #ddd;
    z-index: 0;
}


.btn-blue-narayan {
    display: flex;
    padding: 9px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 100px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Colours-Primary, #0166ED);
    color: var(--Base-White, #FFF);
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn_graph_blue_global {
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Base-Blue, #395CAE);
    color: var(--Base-White, #FFF);
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn_graph_red_global {
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Base-Error-Red, #DF3F3F);
    color: var(--Base-White, #FFF);
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.macrokitchen1 {
    position: relative;
}

#macro-c-desktopMenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    max-height: 250px;
    overflow-y: auto;
}