toggle {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2px;
}
toggle .toggle-header {
    height: 44px;
    color: #a3bdcb;
    background-color: #edf3f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
toggle .toggle-header>span {
    color: #a3bdcb;
    padding: 0 0 0 16px;
    font-size: 16px !important;
    order: 1;
    float: none;
}
toggle .toggle-header .icon.chevron {
    order: 2;
    float: none;
}
.icon.chevron>div {
    border-right-color: #a3bdcb;
    border-bottom-color: #a3bdcb;
    height: 25%;
    width: 25%;
    left: 37.5%;
    top: 37.5%;
}
.icon.chevron.open>div {
    left: 35%;
}
toggle .toggle-body.border {

}

.week-view__sticky.week-view {
    position: fixed;
    top: 35px;
    left: 0;
    z-index: 3;
    background: #fff;
}
.week-view__static.week-view {
    position: static;
    top: initial;
}

.dhx-cal-header__sticky.dhx_cal_header {
    position: fixed;
    top: 0!important;
    z-index: 3;
}
.dhx-cal-header__absolute.dhx_cal_header {
    position: absolute;
    top: initial!important;
}

.slider{
    background-color: red;
}

ul.gda_info{
    list-style: none;
    padding: 0;
}

ul.gda_info li {
    display: flex;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1px solid #f4f4f4;
}

ul.gda_info li span {
    display: inline-block;
    height: 20px; /* Set a specific height if needed */
}

ul.gda_info li .mdl-left {
    float: left;
    width: auto;
    padding-right: 10px;
    min-width: 100px;
}

ul.gda_info li .mdl-right {
    float: right;
    width: auto;
    padding-left: 10px;
    line-height: 40px;
}

ul.gda_info li .mdl-center {
    flex-grow: 1;
    height: 40px;
    line-height: 36px;
}

ul.gda_info li .mdl-center progress{
    width: 100%;
    height: 10px;
    border: none;
    border-radius: 2px;
}

.mdl-tabs__panel ul li span{
    color: #000000;
}


.progress-bar {
    width: 100%;
    height: 4px;
    border: none;
    border-radius: 2px;
    background-image: linear-gradient(to right, #e98472, #22b22c, #ffe433);
    margin-top: 19px;
}

.progress-bar-fill::after {
    content: "";
    display: block;
    border-radius: 1px;
    top: -15px;
    position: relative;
    float: right;
    background: #8db0c1;
    border: 3px solid #fff;
    width: 1px;
    height: 23px;
}

.mdl-left{
    width: min-content !important;
}
.mdl-left > span{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 40px !important;
}

#nutrients .mdl-grid > label{
    width: auto;
    margin-right: 20px;
}

.orders-submenu{
    list-style: none;
}

.orders-submenu li{
    line-height: 20px;
    display: block;
    padding: 5px 10px 5px 12px;
    border-bottom: 1px solid #e7e6e6;
}
.orders-submenu li.active a{
    color: #68bf9f;
}

.subscription-package{
    width: 100%
}

.pricing-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0;
    width: 100%;
    padding: 40px 0;
}

.pricing-plan {
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    text-align: center;
    -webkit-box-shadow: 5px 10px 20px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 10px 20px -5px rgba(0,0,0,0.3);
    box-shadow: 5px 10px 20px -5px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.pricing-plan.featured {
    background-color: #fff;
    border: 2px solid #68bf9f; /* Highlighted border for featured plan */
    transform: scale(1.1); /* Scale up the featured plan */
    z-index: 1;
}

.plan-header {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase;
}

.plan-subheader {
    font-size: 16px;
    color: #68bf9f;
    margin-bottom: 20px;
}

.plan-price {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
}

.plan-price span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    color: #000000;
    font-weight: normal;
}

.plan-button {
    background-color: #68bf9f;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
}

.plan-button:hover {
    background-color: #68bf9f;
}

.featured-button {
    background-color: #68bf9f;
}

.plan-details {
    text-align: left;
}

.plan-details p {
    font-weight: bold;
    margin-top: 10px;
}

.plan-details ul {
    list-style-type: none;
    padding-left: 0;
    padding: 0 20px;
}

.plan-details ul li {
    margin: 5px 0;
    position: relative;
}

.plan-details ul li:before {
    content: '•';
    color: #68bf9f;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.pricing-plan:hover {
    transform: translateY(-10px);
}

.current_package{
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #68bf9f;
}

.pricing-details{
    width: 100%;
}

.pricing-details > .subtitle{
    text-align:center;
    font-weight:600;
}
.pricing-details > h2{
    margin-top: 60px;
    text-align:center;
}

.pricing-details > ul{
    list-style-type: decimal;
    max-width: 700px;
    margin: 0 auto;
    line-height: 35px;
}

.pricing{
    margin-top: 40px;
}

.pricing .page-title-wrapper{
    width: 100%;
}

.pricing .page-title{
    text-align: center;
    width: 100%;
}

.month_3{
    background-color: #3bb44a;
}

.month_6{
    background-color: #fece00;
}

.year_1{
    background-color: #e88570;
}

.product-section .product-image{
    border-radius: 20px;
}

.options-block{
    border-radius: 20px;
    background: #f7f9fb;
    padding: 20px 0;
}

.ingredients-block .block-title{
    padding: 20px 30px;
}
.bp-2{
    border-bottom: #f7f9fb solid 2px;
}


.donut-wrapper {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 70px auto 50px auto;
}

.donut-chart {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background-size: cover;
}

.donut-chart::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: white;
    border-radius: 50%;
}

.donut-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
    color: #333;
}
.total-portions,
.total-kcal,
.total-size,
.total-size-value {
    display: block;
}

.donut-label {
    position: absolute;
    font-size: 12px;
    background: white;
    padding: 2px 4px;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
}

.mdl-tabs__tab {
    border-radius: 20px;
    padding: 6px 12px;
    margin: 4px;
    transition: background 0.3s;
}

.mdl-tabs__tab.is-active {
    background: #f7f9fb;
}

.mdl-tabs__tab-bar {
    border-bottom: none;
    margin-bottom: 20px;
}

.recipes-menus-tabs .mdl-tabs__tab-bar {
    height: initial;
}

.total-size{
    margin-top: 10px;
}

.donut-value{
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}

.mdl-button{
    border-radius: 15px !important;
    background: #8db0c1;
    min-height: 30px;
}

.mdl-button--raised {
    color: #ffffff;
}

.mdl-button--icon{
    background: none !important;
}

.recipe-details-title{
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.recipe-times {
    background-color: #f5f9fb;
    border-radius: 20px;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px 40px !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.recipe-times label{
    font-weight: 600;
}

.recipe-times .product-description{
    padding: 20px 10px 10px;
}

.show-more{
    margin: 0 auto;
    max-width: 200px;
    height: 40px;
}

.mdl-tabs__panel .block-content{
    padding: 10px;
}

.recipe-form .block-title{
    border-bottom: none !important;
}

.recipe-form .mdl-cell.mdl-cell--6-col:first-of-type > .block {
    padding-right: 20px;
}
.recipe-form .mdl-cell.mdl-cell--6-col:last-of-type > .block {
    padding-left: 20px;
}

.mdl-textfield__label {
    color: #000;
}

.back.mdl-button{
    color: #fff;
}

.bold-border {
    border-radius: 4px !important;
    border: 2px solid #e4e8e9 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    background: #f8f9fb;
    line-height: 20px;
}

.bold-border::placeholder {
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 14px !important;
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
}

.add-ingredient .select2-container .select2-choice{
    border-radius: 4px !important;
    border: 2px solid #e4e8e9 !important;
}

.add-ingredient .select2-chosen{
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
}

.add-ingredient .select2-choice{
    height: 28px;
    line-height: 28px;
}

.add-ingredient .select2-default{
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    background: #f8f9fb;
}


.add-ingredient .select2-drop{
    border-radius: 4px !important;
    border: 2px solid #e4e8e9 !important;
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    background: #f8f9fb;
}

.nutrional-analysis{
    padding-top: 40px;
}

.products-recipes-cell h5{
    margin-top: 40px;
}

._720kb-datepicker-today{
    font-weight: 700;
    font-size: 24px !important;
}

._720kb-datepicker-calendar{
    border: none;
}

.ngdialog-content{
    border-radius: 10px !important;
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif !important;
}
#recipestart{
    position: absolute;
    left: -5000px;
}

@media screen and (max-width: 760px){
    .cat-nav .mdl-cell--4-col-phone{
        width: calc(50% - 16px);
        margin-bottom: 40px;
    }
    .mdl-card__media > a{
        height: 100px;
        padding-bottom: 0;
    }

    .nutrition-agenda .mdl-card__holder img{
        width: 70% !important;
    }

    .meal-repeat.mobile .mdl-card__holder{
        width: 100% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100px; /* or whatever fixed height you want */
    }

    .product-media .mdl-button{
        margin-top: 10px;
    }

    .allergies-block .mdl-grid, .family-block .mdl-grid{
        padding: 0;
    }

    .allergies-block .mdl-cell, .family-block .mdl-cell{
        margin: 0;
    }

    .allergies-block .block-content{
        padding-top: 0 !important;
    }

    .recipe-details-block .block-title{
        padding: 0 30px;
        margin-top: 20px;
    }

    .page-content.account .mdl-typography--title {
        margin: 5px 0 10px;
        display: block;
    }

    .mdl-mega-footer__middle-section{
        margin-top: 10px;
    }
    .mdl-mega-footer__link-list.before-li ul{
        margin: 0;
    }

    .product-list .mdl-cell--4-col-phone {
        width: calc(50% - 16px) !important;
    }

    .product-list .mdl-cell {
        padding-top: 0px !important;
    }

    .close-drawer{
        height: 40px !important;
        min-width: 40px !important;
        width: 40px !important;
    }

    .close-drawer i{
        font-size: 30px;
        position: absolute;
        -webkit-transform: translate(-12px, -12px) !important;
        transform: translate(-20px, -10px) !important;
        line-height: 24px !important;
        width: 40px !important;
        height: 40px !important;
        color: #8db0c1;
    }
    .mdl-layout__drawer.is-visible #shopping-list {
        overflow-y: auto;
        height: 100vh; /* Ensure drawer takes full screen height on mobile */
    }
}

body.no-scroll {
    overflow: hidden;
}

.add-to-favourites {
    float: right;
    position: relative;
    color: #b3d4fc;
    font-size: 24px !important;
    line-height: 48px;
    transition: transform 0.3s ease;
}
.add-to-favourites:hover {
    color: #e98472;
    transform: scale(1.2);
}


.page-title-wrapper .page-title{
    width: 100%;
}

.wishlist-drawer .donut-label{
    background: none !important
}