.bg_section {
    height: 100%;
    width: 100%;
    position: relative;
}

.bg_section img {
    height:100vh;
    width: 50%;
    object-fit: cover;
    position: fixed;
    top: 0;
    right: 0;
}

.side_content .form_wrap {
    transform: translateX(0);
}

.side_content .form_wrap {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.side_content .form_wrap .form_fild {
    width: 100%;
    flex: 0 0 100%;
    transition: all 0.5s ease;
    margin-top: 30px;
}

.form_fild .form-label {
    font-size: 15px;
    font-weight: 500;
    color: #525252;
}

.side_content .form_wrap .form_fild .input-group {
    border: solid #f1f1f1 2px;
    border-radius: 15px;
    padding: 7px;
}

.side_content .form_wrap .form_fild .input-group .form-control, .side_content .form_wrap .form_fild .input-group .input-group-text {
    /* width: 100%; */
    height: 40px;
    padding: 22px 14px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s linear;
    border: none;
    background: #fff;
}

.email_btn {
    padding: 15px 30px;
    background-color: #fff;
    /* background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%); */

    box-shadow: -1px 2px 0px 3px #72B815;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    color: #000;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.another_childbtn {
    padding: 15px 30px;
    background-color: #fff;
    border: 1px solid #72B815;

    border-radius: 10px;
    color: #72B815;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    white-space: inherit;
}

.another_childbtn:hover {
    color: #72B815;
}

.side_content .form_wrap .form_fild .not_mem {
    text-align: center;
}

.side_content .form_wrap .form_fild .not_mem label {
    pointer-events: none;
}

.side_content .form_wrap .form_fild .not_mem label span {
    pointer-events: all;
    color: #73D13D;
    text-decoration: none;
    transition: all 0.3s linear;
    cursor: pointer;
}

.modal-header .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;

    color: #000;

    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.forgot-modal-card .modal-title {
    text-align: start;
    /* padding-bottom: 10px; */
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.forgot-modal-card .form-label {
    font-size: 15px;
    font-weight: 500;
    color: #525252;
}

.forgot-modal-card .form-control, .forgot-modal-card .input-group {
    border: solid #f1f1f1 2px;
    border-radius: 12px;
    padding: 12px;
}

.modal-footer .get-btn {
    background-color: #72B815;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 17px;
    padding: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 0;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.forgot-modal-card .form_fild {
    margin: 37px 0;
}

.verify-code {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 72%;
}

.verify-code .form-control {
    height: 50px;
    width: 50px;
    border-radius: 15px;
    text-align: center;
    /* color: #3e916c; */
    border: 2px solid #bfbcbc;
}

.forgot-modal-card .form-text-fild {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.forgot-modal-card .form_fild .input-group-text {
    padding: 18px 14px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s linear;
    border: none;
    background: #fff;
}

.forgot-modal-card .form-control, .forgot-modal-card .input-group-pwd {
    border: solid #f1f1f1 2px;
    border-radius: 12px;
    /* padding: 12px; */
}

.side_content .form_fild {
    width: 100%;
    flex: 0 0 100%;
    transition: all 0.5s ease;
    margin-top: 30px;
}

.form_fild .form-label {
    font-size: 15px;
    font-weight: 500;
    color: #525252;
}

.signup_form .form-control {
    border: solid #f1f1f1 2px;
    border-radius: 15px;
    padding: 10px;
}

.tag_a {
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 500;
    color: #72B815 !important;
}

.tag_a:hover {
    color: #72B815 !important;
    text-decoration: underline !important;
    font-size: 16px;
    font-weight: 500;
}

.form-select {
    border: solid #e1e1e1 2px;
    border-radius: 10px;
    padding: 10px;
}

.modal-header {
    padding: 3px 1rem !important;
}

.modal-body {
    padding: 0rem !important;
}

.term_imag_container {
    height: 50px;
    /* width: 50px; */
    overflow: hidden;
}

.term_imag_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.child-info {
    height: 110vh;
    background-image: url(../images/child-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 50px;

    /* display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(140, 149, 159, 0.2);
    padding: 16px 5px;
    border-radius: 18px;
        position: absolute;
    z-index: 2;
    top: 0;
    transform: translate(15%,50% ); */
}

.child-info .flex-container {
    display: flex;
}

.child-info .flex-container .flex-item-1 {
    display: flex;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(140, 149, 159, 0.2);
    padding: 16px 5px;
    border-radius: 18px;
    flex-grow: 1;
}

.child-info .flex-container .flex-item-1 .action {
    margin-right: 10px;
    display: flex;
    gap: 7px;
}

.child-info .flex-container .flex-item-1 .action i.close {
    border: 1px solid #8E8E8E;
    border-radius: 50%;
    padding: 3px 3px;
}

.child-info .flex-container .flex-item-1 .child-imgcontainer {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 10px;
    flex-shrink: 0;
}

.child-info .flex-container .flex-item-1 .child-imgcontainer img.user {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.child-info .flex-container .flex-item-1 .chaild-detail {
    flex: 1;
}

.child-info .title-child {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.alergic_child {
    display: flex;
    align-items: center;
    gap: 15px;
    overflow-x: auto;
}

.alergic_child .childdata {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.alergic_child {
    width: auto;
}

/* Scrollbar Styling 
::-webkit-scrollbar {
    height: 3px;
    margin-top: 10px;
}

::-webkit-scrollbar-track {
    background-color: #DEDEDE;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFCE33;
    margin-top: 10px;
}*/

.Allergy-ingrediant {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.Allergy-ingrediant .ingrediants {
    background: #F3F3F3;
    color: #A0A0A0;

    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    padding: 7px 15px;
    text-transform: capitalize;
}

.btn-check:checked+.btn {
    color: #000;
    background-color: #FFCE33;

}

.bg-image-gradient {
    background: url(../images/banner.png) no-repeat;
    height: 100vh;
    background-size: cover;
    background-position: bottom;
    position: inherit;
    padding-bottom: 24px;
}

.bg-image-gradient::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}

.landing-section .landing-slider {
    position: relative;
    z-index: 12;
    padding: 60px 0;
}

.landing-slider .carousel-inner {
    top: 50px;
}



.home-content h1 {
    font-size: 64px !important;
    line-height: 77px;
    color: #ffffff;
}

.home-content h3 {
    /* font-size: 64px !important; */
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 40px;
}

.home-content span {
    color: #fff;
    line-height: 35px;
    margin-bottom: 5px;
}

.home-content p {

    color: #fff;
    /* line-height: 25px; */
    /* margin-bottom: 50px; */
}

.home-content .get-start {
    background-image: url(../images/get-start-btn.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #000;display: inline-block;
}

.home-img {
    padding: 115px 0;
}

.logo {
/*    height: 50px;*/
    /* width: 49px; */
/*    overflow: hidden;*/
}

.logo img {
/*    height: 100%;*/
    width:230px;
/*    object-fit: cover;*/
}


.fixed-top .nav-item .nav-link {
    font-size: 20px;
/*    margin-right:14px;*/
    color: #fff;padding:7px 10px;
}

.fixed-top .nav-item .nav-link:hover {
    font-size: 20px;
    color: #fff;
}

.fixed-top .nav-item .nav-link.active {
    background: #ffffff26;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.fixed-top .nav-item .nav-link.active:after{content: '';position: absolute;bottom: 0;right: 0;width: 100%;height: 1px;background: #fff;}

.signup_btn {
    border:1px solid #ffffff70;
    border-radius: 10px;
    margin-right: 20px !important;

    text-align: center;
        padding: 6px 10px !important;
}

.login_btn {
    background: #fff;
    color: #72B815 !important;
    border-radius: 8px !important;
    margin-right: 10px !important;
    width: 100%;
    text-align: center;
}

.fixed-top .nav-item .nav-link.login_btn:hover {
    color: #72B815 !important;
}

.home-content {
    position: relative;
    top: 10%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #72b815;
}

footer .links {
    width: 200px;
    /* margin-right: 45px; */
}

footer .links h1 {
    margin-bottom: 20px;
}

footer .links ul li {
    margin-bottom: 20px;
}

.footer-img {
    background: url(../images/footer-img.png) no-repeat;
    /* background-position: center; */
    background-size: cover;
    /* height: 100%; */
    padding: 100px 0px;
    position: relative;
}

.footer-logo {
    height: 51px;
    width: 210px;
    overflow: hidden;margin-bottom: 30px;
}

.footer-logo + p{max-width: 370px;width: 100%;}

.footer-logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.social_links {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50px;
    margin-right: 10px;
}

.social_links:hover {
    background: #FFCE33;
}

.support-links p {

    letter-spacing: 0.01em;
    color: #fff;
    line-height: 30px;
}

.support-links a {
    line-height: 50px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-section .service-text .section-title {
    margin-bottom:0px;
}

.service-section .service-text .section-title h2 {
    margin: 0 auto 0px 0;font-size:56px !important;line-height: 66px !important;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    text-transform: capitalize;font-size: 64px !important;line-height: 77px;
}

.service-section .service-text p {
    line-height: 24px;
}

.service-section .service-text .get-start {
    background-image: url(../images/get-start-btn.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 18px 66px;
    font-size: 18px;
    font-weight: 500;
    color: #000;display: inline-block;
}

.service-section .about-img {
    height: 500px;
    width: 500px;
    max-width: 100%;
    overflow: hidden;
}

.service-section .about-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.delivery-section {
    /* background-image: url(../images/union.png);
    background-repeat: repeat-x;
    background-position: top center;
    height: 800px;
    width: 100%;*/
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /*    height: 800px;*/
    width: 100%;
    padding: 50px 0px;
    /*    background-image: url(../images/union.png);*/
    background: #FFCE33;
    position: relative;margin: 41px 0;
}

.delivery-section:before{content: '';
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%;
    height: 41px;
    z-index: 111;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/curv_top.png);}

.delivery-section:after {
    content: '';
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 100%;
    height: 41px;
    z-index: 111;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/curv_bttm.png);
}

.delivery-section .get-start {
    background-image: url(../images/register_btn.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 18px 66px;
    font-size: 18px;
    font-weight: 500;
    color: #72B815;
    display: inline-block;
}

.delivery-section .delivered-img {
    height: 537px;
    width: 525px;
    max-width: 100%;
    overflow: hidden;
}

.delivery-section .delivered-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.section-title .para-text {
    max-width:730px;
    margin: 0 auto;
}

.subscribe-section .subscribe-item {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px
}

.subscribe-section .subscribe-item .subscribe-detail {
    display: flex;
    flex-direction: column;

}

.subscribe-section .subscribe-item .subscribe-img-container {
    height: 120px;
    width: 120px;
    overflow: hidden;
}

.subscribe-section .subscribe-item .subscribe-img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
}

.profile_pic {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    margin-right: 5px;
    border: 3px solid #fff;
    cursor: pointer;
}

.shopping-cart-btn {
    background: #fff;
    border-radius: 50px;
   /* width: 35px;
    height: 35px;*/
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;margin-right: 11px;
}

.navbar-light .navbar-nav .nav-link.cart-btn {
    color: #000 !important;
}

.bg-edit-profile {
    background-image: url(../images/edit-profile-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 264px;*/
    width: 100%;
    position: relative;
/*    top:106px;*/
/*    padding-top: 106px;*/
}

.bg-edit-profile.theme-yellow {background-image: none;}

.user-imgcontainer {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.bg-edit-profile .user-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:42px 0px;
}

.user-imgcontainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.bg-edit-profile .user-profile .rightdiv {
    background: #fff;
    padding: 9px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    text-transform: capitalize;
    /* cursor: pointer; */
}

.meal-listing-section {
    background: #e8e8e82e;
    padding-top: 30px;
}

.meal-listing-section .meal-side-content .kids-profile {
    background: #ffffff;
    border: 2px solid #ededed;
    border-radius: 15px;
}

.meal-listing-section .meal-side-content .kids-profile ul{padding:20px 0px;margin-bottom:0;}
.meal-listing-section .meal-side-content .kids-profile .navigation ul li:last-child a{margin-bottom:0;}
.meal-listing-section .meal-side-content .kids-profile .navigation ul li.active a:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 5px; background: #72B815; }

.meal-listing-section .meal-side-content .kids-profile .kids-data {
/*    display: flex;
    align-items: baseline;
    justify-content: space-between;*/
    padding: 20px;
}

.meal-listing-section .meal-side-content .kids-profile .kids-data .rightdiv {
    display: flex;
    gap: 10px;
    margin-right: 10px;
}

.meal-listing-section .meal-side-content .kids-profile .kids-data .kids-imgcontainer {
   /* height: 75px;
    width: 75px;*/
    /*overflow: hidden;*/
    margin-bottom:22px;
}

.meal-listing-section .meal-side-content .kids-profile .kids-data .kids-imgcontainer img.user {
    height: 75px;
    width: 75px;
    object-fit: cover;
    border-radius: 100%;
}

.meal-listing-section .meal-side-content .kids-profile .kids-data .kids-imgcontainer .dropdown{width: calc(100% - 75px);}
.meal-listing-section .meal-side-content .kids-profile .navigation ul li {
    position: relative;
    width: 100%;
    list-style: none;
}

.meal-listing-section .meal-side-content .kids-profile .navigation ul li a {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    align-items: center;
    padding: 6px 15px 6px 38px;
    margin-bottom: 8px;
}


.meal-listing-section .meal-side-content .kids-profile .navigation ul li a .title {
    position: relative;
    display: block;
/*    white-space: nowrap;*/
    white-space: inherit;
    font-size: 20px;
    font-weight: 400;
    padding-left: 12px;
}

.meal-listing-section .meal-side-content .kids-profile .navigation ul li:hover .change-img,
.meal-listing-section .meal-side-content .kids-profile .navigation ul li.hovered .change-img {
    color: #72B815;
    filter: invert(64%) sepia(77%) saturate(1429%) hue-rotate(42deg) brightness(94%) contrast(83%);
}

.meal-listing-section .meal-side-content .kids-profile .navigation ul li a .change-img {
    position: relative;
    display: block; 
}

.meal-listing-section .meal-side-content .kids-profile .navigation ul li:hover .title {
    color: #72B815;
    background-color: #fff;
}

.meal-listing-section .meal-side-content .kids-profile .navigation ul li.active .title {
    color: #72B815;
    background-color: #fff;
}

.meal-listing-section .meal-side-content .kids-profile .navigation ul li.active .change-img {
    color: #72B815;
    filter: invert(64%) sepia(77%) saturate(1429%) hue-rotate(42deg) brightness(94%) contrast(83%);
}

.meal-history .nav-tabs {
    width: 100%;
    border-bottom: 2px solid #ffffff26;
/*margin: 0 auto;*/margin-bottom: 25px;overflow-x: scroll;overflow-y: hidden;flex-wrap: nowrap;padding-bottom: 12px;
}

.meal-history ul::-webkit-scrollbar{height:5px;}
.meal-history ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0);}
.meal-history ul::-webkit-scrollbar-thumb{height:5px;background-color:#72b815;}
.meal-history ul::-webkit-scrollbar-thumb:hover{background-color:#f1db9d;}
.meal-history ul::-webkit-scrollbar:vertical{display:none;}
 
.meal-history .nav-item {
    margin-right: 40px;display: flex; flex-wrap: wrap;white-space: pre;
}

.meal-history .nav-link.active {
    background-color: #fff;
    border-color: azure;
    color: #212121;
    border-bottom: 2px solid #72B815;
}

.meal-history.nav-link {
    background: transparent;
    border: none;
    padding-bottom: 28px;

}

.meal_detail_distance .leftdiv .gioni_pizaa img {
    width: 60px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.meal_detail_distance .leftdiv .gioni_pizaa + div {
    width: calc(100% - 60px);
}


.nav-tabs .nav-link {
    color: #A8A8A8
}

.meal-content {
    /*background-image: url(../images/meal-content-bg.png);*/
    background-color:rgba(10, 23, 91, 0.65);
    background-size: cover;
    background-repeat: no-repeat;
/*    height: 100px;*/
    width: 100%;
    border-radius:15px;
    padding: 16px 225px 16px 25px;position: relative;}

/* .meal-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/*.meal-data .leftdiv {
    position: relative;
    top: 15px;
    left: 30px;
    color: #fff;
}*/

.meal-content:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -22px;
    border: 12px solid #5f6793;
    transform: translateY(-50%);
    border-color: transparent #5f6793 transparent  transparent;
}
.meal-data .rightdiv.meal-imgcontainer img{
    position: absolute;
    right: 0px;
    bottom: 0px;border-radius: 0 15px 15px 0;
}

.meal_detail_distance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 7px;
    border-bottom: 1px solid #EAEAEA;
}

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

.meal_detail_distance .leftdiv .img-container {
    height: 55px;
    width: 69px;
    overflow: hidden;
}

.meal_detail_distance .leftdiv .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.meal-item-search {
    /*display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px;*/padding: 20px 0 20px 0;
}

.meal-history .meal-box {
   /* margin-bottom: 10px;
    border-bottom: 1px solid #ddd;*/
    border-radius: 0;margin-bottom: 30px;
}

.meal-history .meal-box .meal-body {
/*    padding: 5px 0 10px;*/
}

.meal-history .meal-box .meal-body .meal-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
/*    margin-right: 10px;*/
    border-radius: 5px;
}

.meal-history .meal-body .meal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.meal-history .meal-body .meal-detail {
    /*flex: 1;*/
    width: calc(100% - 175px);
    margin-left: 25px;border-bottom: 1px solid #EAEAEA;    padding-bottom: 26px;
}

.meal-history .meal-body {
    display: flex;
}

.food-single .food-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    padding: 20px;
}

.food-single .food-header .food-img {
    width: 75px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px;
}

.modal-header .close {
    margin: 0rem 0rem -1rem auto;
    background: #fff;
    font-size: 25px;
}

.food-add {
    /* height: 500px; */
    height: 350px;
    padding: 10px 15px 0px;
    overflow-y: scroll;
}

.food-size {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    border-bottom: 5px solid #ddd;
}

.size_option {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 10px;
}

.food-divide {
    border-bottom: 5px solid #ddd;
}

.food-size ul {
    list-style-type: none;
    padding-left: 0;
    padding: 5px;
}

.food-size ul li {
    padding: 5px 0px;
}

.food-size textarea.form-control {
    border-radius: 10px;
}

.food-footer {
    background: #f8f8f8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    display: flex;
    /*gap: 50px;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
}

.number {
    border: 1px solid #80808057;
    border-radius: 10px;
    /*padding: 7px;*/
    padding: 7px;
/*    width: 200px;*/
width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
#item-detailModal .food-total {
    width: 30%;
}

#item-detailModal .food-btn {
    width: 70%;margin-left: 17px;
}


.number .minus, .number .plus {
/*    width: 100px;*/
    /*height: 12px;*/
    /*display: inline-block;*/
    text-align: center;
    font-size: 10px;
    cursor: pointer;
}

.number input {
    
    width: 35px;
    text-align: center;
    font-size: 18px;
    border: none;
    display: inline-block;
    background-color: transparent;
}

.bg-meal-detail {
    background-color: #FFCE33;
    padding: 21px 0;

}

.bg-meal-detail a{display: flex;}
.meal-description {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 5px;

    width: 450px;max-width: 100%;
    flex-wrap: wrap;
}

.meal-ingradiants {
    border-bottom: 2px solid #ddd;
}

.nutrition_detail {
    background: #FEFBE8;
    padding: 20px;
    border:1px solid rgba(0, 0, 0, 0.13);
}

.facts_detail {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ingrediants_section {
    background-color: #F5F5F5;
    border: 1px solid rgba(245, 245, 245, 1);
}

.info {
    padding: 20px 25px
}

.meal-img-detail {
    height: 385px;
    width: 385px;
    overflow: hidden;
}

.meal-img-detail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-summery {
    border: 1px solid #DCDCDC;
    padding: 15px;
    border-radius: 8px;
}

.summery-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.item-total {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.text_number {
    border: 1px solid #80808057;
    display: flex;
    align-items: center;
    justify-content: space-between;    border-radius: 11.9px;
}

.text_number .minus, .text_number .plus {
    width: 45px;
    height: 45px;
    display: flex;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background: #D0D0D0;
    padding: 5px;align-items: center;
    justify-content: center;
}


.text_number .minus {
    border-radius: 11px 0 0 11px;
}

.text_number .plus {
    border-radius: 0 11px 11px 0;
}

.text_number input {
    height: 35px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    border: none;
    display: inline-block;
    background-color: transparent;
}

.meal-add-note {
       border: 1px solid #ced4da;
    padding: 20px 16px 50px 16px;
    border-radius: 10px;


}

.meal-btn-add:active {
    display: none;
}


.add_btn {
    background-color: #FFCE33;
    color: #000;
    border-radius: 10px;
    border: 1px solid #FFCE33;
    position: relative;
    bottom: 0;
    right: 0px;
    padding: 5px 20px;
}

.meal_number {
       display: flex;
    align-items: center;
    background: #fff;
    gap: -18px;
    /* justify-content: space-between; */
    /*border: 2px solid #80808030;*/
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25); 
    width: 100%;
    max-width: 85px;
    padding: 5px 12px;
    border-radius: 8px; 
}

.meal_number input:focus{outline: none;}
.meal_number input {
    width: 43px;
    border: none;
    display: inline-block;
    text-align: left;
}

.up-down-meal .plus, .up-down-meal .minus {
  display: flex;
}

.up-down-meal {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.ingrediants_section .custom-checkbox input {
  position: relative;
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 4px;
  background: none;
  cursor: pointer;
  line-height: 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  opacity: .5;
}

.ingrediants_section .custom-checkbox input[type=checkbox]:hover {
  opacity: 1;
}

.ingrediants_section .custom-checkbox input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

.ingrediants_section .custom-checkbox input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

/*20-10-2023*/
.prof_lefts {
    width: 90%;
}
 

.prof_rights {
    width: 10%;
}

nav.breadcrub_cust .breadcrumb-item::before {
    color: #fff !important;
}

.breadcrub_cust ol li {font-size: 20px;}
.bann_lets_arrs img{width: 20px;}



.side_content{height: 1000px; overflow-y:scroll;overflow-x:hidden;padding:100px 5px;}
/* .login{position:relative;height:100vh;overflow: hidden;} */
/* .login:after{content:'';position:absolute;top:0;right:0;background:url("../images/child-1.png");width:100%;height:100%;background-size:50%;background-position:top right;background-repeat:no-repeat;z-index:0;} */
/* .signp_ss{background:url("../images/signup-1.png");} */
#style-3::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
  width: 0px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
  background-color: #000000;
}


.scrollbar
{
  
  width: 100%;
  margin-bottom: 25px;
}

.login_left{    
    position: relative;
    /* z-index: 11; */
    background: #fff;
}

.side_content.add_child_ctn {
    overflow-y: hidden !important;
    padding: 0;
}



/* 24/10/2023 */

.user_order {
    padding: 9px 25px 9px 10px;
    background-color: #fff;
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.user_order img {
    width: 44px;
    height: 44px;
    border-radius: 100%;
}

.accord_plus.accord_plus_none .accordion-button:not(.collapsed)::after {
    background-image:inherit;
}


/* 25/10/2023 */

.subscribe-section .login_form .form-control:focus{
    font-weight:400;
}



.support-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.support-modal {
    width: 600px;
    max-width: 90%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    outline: none;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}

.support-card {
    background: #f3f8f4;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
}

.contact-btn {
    background: #0b6b43;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
}

.date-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
}

.date-tabs::-webkit-scrollbar {
    display: none;
}

.scroll-icon {
    font-size: 24px;
}


.discount-tooltip-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.discount-info-icon {
    color: #6c757d;
    cursor: pointer;
    font-size: 14px;
}

.discount-tooltip {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 18px;
    min-width: 240px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 999;
}

.discount-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.discount-tooltip-wrapper:hover .discount-tooltip {
    opacity: 1;
    visibility: visible;
}

.scroll-date-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}

.scroll-hint-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

.scroll-btn {
    border: none;
    background: #f5f5f5;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-btn:hover {
    background: #e9e9e9;
    transform: scale(1.05);
}