/*header navbar section css start*/
body,html{
    width: 100%;
    height: 100%;
}
body{
    font-family: 'Poppins'!important;
    color:#152630;
}
.mobileMenuW3{
    display: none;
}
.mr-3{
    margin-right: 15px !important;
}
/*.mt--45 {*/
/*    margin-top: -45px;*/
/*}*/
.mt--3{
    margin-top: -15px!important;
}
.shadowText-0{
    text-shadow: none!important;
}
.quizMainPage{
  min-height: 52.5%;
}



#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 99999;
    display: none;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;

    border: 3px solid #3498db;
    z-index: 1500;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid #e74c3c;
}


#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid #f9c922;
}

/* change border to transparent and set only border-top to a solid color */
#loader {
    border: 3px solid transparent;
    border-top-color: #3498db;
}

#loader:before {
    border: 3px solid transparent;
    border-top-color: #e74c3c;
}

#loader:after {
    border: 3px solid transparent;
    border-top-color: #f9c922;
}

#loader {
    border-radius: 50%;
}

#loader:before {
    border-radius: 50%;
}

#loader:after {
    border-radius: 50%;
}

/* copy and paste the animation inside all 3 elements */
/* #loader, #loader:before, #loader:after */
/*-webkit-animation: spin 1.5s linear infinite;*/
/*animation: spin 1.5s linear infinite;*/

/* include this only once */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.team.care-team img{
    margin-right: 5px!important;
}



.list_ulaccess ul{
    padding-left: 0px!important;
}
.articlesSection .list_access:first-child{
    margin-top: 13px!important;
}
.measurementBtn{
    font-weight: 700!important;
    box-shadow: 1px 1px 3px #333;
    letter-spacing:1.5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visualizeBtn {
    font-size: 14px!important;
    font-weight: 600!important;
    letter-spacing: 1px;
    line-height: 1.4 !important;
}
.visualizerSection ul li.step-container{
    margin-bottom: 20px!important;
}
.button {
    background-color: #307d21;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
    clear: both;
    border: none;
    border-radius: 8px;
    float: right;
    padding: 5px 14px;
    text-shadow: none;
    /*box-shadow: 1px 1px 3px #333;*/
}
/*.page-title{*/
/*    position: relative;*/
/*    */
/*}*/
.page-title.minusZindex{
    z-index: -1;
}

.goalSectionText span,
.currentSectionText span{
    color: #8C949F;
}
.w-80{
    width: 80% !important;
    max-width: 80% !important;
}
.reveal-modal {
    border-radius: 8px!important;
    background-color: #ccc!important;
    box-shadow: 1px 1px 8px #333!important;
    padding: 20px!important;
    text-shadow: 1px 1px 1px #eee!important;

}
.reveal-modal .modal-header{
    border-bottom:none;
}
.reveal-modal .modal-body{
    margin-top: 0px;
    padding-top: 0px;
}
.content-block-background-color{
    background: #eff0f0 !important;
}
.tilteColor1{
    color:#4e827b!important;
}
.wantSoonerLink{
    border-bottom: 1px solid #4e827b;color:#4e827b!important;
}
.wantSoonerLink:hover{
    border: none;
}

.p-1{
    padding: 5px!important;
}
.fs-13{
    font-size: 13px!important;
    line-height: 15px;
}

#goalSpeedContnet .progress-buttons .p-1,
#bodyGoalContent .progress-buttons .p-1,
#previewGoalModalBtn .p-1,
#fitnessGoalContent .progress-buttons .p-1,
#chestTypeContent1 .progress-buttons .p-1,
#bodyShapeContent .progress-buttons .p-1,
#skinToneContent .progress-buttons .p-1,
#measurementContent .progress-buttons .p-1{
    padding: 5px!important;
}
label.error {
    font-size: 10px;
    color: #c60f13!important;
}
.personal-profile li.form-group{
    margin-bottom: 1rem;
}
.personal-profile li.form-group:last-child{
    margin-bottom:0px;
}
.navBar {
    display: block;

}
.appointment_right-section {
    display: flex;
    justify-content: flex-end;
}

.sideBarmenuItems { position: relative;
    padding: 10px 30px 10px 20px;
}
.sideBarmenuItems a{ padding: 0px 15px 0px; }

.dropdown-toggleMenu{ padding: 0; background:transparent; }

.sideBarmenuItems .menuName{
    display: inline-block;
    padding-left: 0px;
    font-size: 16px;
    color: #fff!important;
}
ul.dropdownList { display: none;
    margin-top: 5px;
    padding: 5px 5px 5px 0;
    background:#4a5582;
    transition: all 0.5s ease-in-out;
}
ul.dropdownList li { list-style-type: none; }
ul.dropdownList li a { text-decoration: none; padding: 0em 1em; display: block;color: #fff;}
.dropdownList.main{
    display: block!important;

}
.sub-menuBar,
a.navChildItems.active {
    background: #4a5582;
}
.menuBar li.active{
    background: #4a5582;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 150; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #4e827b ; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */

}
.sidenav ul{
    padding-left: 0px;
}
span.mobileMenuW3 {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 11;
}
.dropdown-toggleMenu {
    right: 15px;
    position: absolute;
    top: 25px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #fff;
    cursor: pointer;
    background-color: transparent;
}

/* The navigation menu links */
.sidenav a.closebtn {
    padding: 8px 0px 8px 32px;
    text-decoration: none;
    font-size: 35px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    color: #fff;
    right: 13px;
    font-size: 36px;
    margin-left: 50px;
}
.sidebarSubMenu{
    display: none;
}

.replaceFoodItemsSection .replaceFoodItemsRow{
    margin-bottom: 10px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.menu {
    position: relative;
    display: inline-block;
}
#submenu {
    display: none;
    position: absolute;
    background-color: #3e8e41;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
#submenu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
#submenu a:hover {
    background-color: #4CAF50
}
















@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menuBar ul {
        top: 37px;
    }

    .menuBar li a {
        font-size: 12px;
    }

    a.homer {
        background: #374147;
    }

}

@media (max-width: 767.02px) {

    .wearble-content{
        padding: 5px 0px!important;
    }
    .wearble-action{
        padding-right: 0px!important;
    }
     .lesson_table .lesson_link a{
         margin-bottom: 10px!important;
     }
    .videoDetailScreen .deatail_info_dive h2{
        font-size: 20px!important;
    }
    .bottom_cols{
        margin-top: 20px!important;
    }
    .interestProfileSection .accordions .it {
        width: 100%!important;
    }
    .bmiSection{
        margin-top: 20px!important;
    }



    .groupButton  button.Border-custom{
        width: 100px!important;
    }
    .c-mb-sm-2{
        margin-bottom: 10px!important;
    }
    .supplementTabContent .col-sm-12{
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px!important;
    }
    .nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionInnerTabContent .supplementTabContent {
        width: 95% !important;
        display: block!important;
        margin: auto!important;
        text-align: left!important;
    }

    .drop-zone__prompt p{
        font-size: 16px;
    }
    .headerTop {
        padding: 25px 0px 0px!important;
    }    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menuBar {
        display: none;
    }

    .responsive-menuBar {
        display: block;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menuBar li {
        display: block;
        margin: 0;
    }

    .menuBar li a {
        background: #fff;
        color: #797979;
    }

    .menuBar li a:hover,.menuBar li:hover>a {

        color: #fff;
    }

    .menuBar ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menuBar li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menuBar ul ul {
        left: 0;
        transform: initial;
    }

    .menuBar li>ul ul:hover {
        transform: initial;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}

/*header navbar section css end*/
img.news-radius {
    width: 130px;
    height: 130px;
    border-radius: 100%;
}
.tody_content_magic {
    margin-bottom: 20px;
    margin: 18px;
}
.img-news {
    margin: 15px;
}
.box {
    border: 1px solid #eff0f0;
    height: auto;
    background-color: #eff0f0 !important;
    border-radius: 20px
}
h5.ml-1 {
    margin-top: 15px;
    margin-left: 15px;
    font-weight: 700;
}
.suggetd_new_div {
    margin-top: -10px;
}
.disabled-link {
    background: #4a5582 !important;
    color: #ffffff !important;
    z-index: 999;
    display: block;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
}
.customMedia{
    flex-direction: column;
}
.custom_child_container{
    display: flex;
    justify-content: space-around;
}
.news-radius-new{
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.p-w {
    width: 55%;
}
.custom_child_container {
     width: 100%;
    display: flex;
    justify-content: space-around;

}
.customMedia .custom_child_container:first-child{
    margin-bottom: 20px;

    padding-bottom: 20px;
    padding-bottom: 20px;
}
.bt-m .rply {
    border: 2px solid;
    height: 33px;
    width: 90px;
    background-color: #4a5582;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    color: #fff;
}
.rply {
    margin-right: 0;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 700;
    float: none;
    margin-top: 0;
}
.a-link a {
    color: #3B3F45 !important;
    text-decoration: none;
}

.new_wall {
    border: none;
    background-color: #eff0f0 !important;
    border-radius: 20px!important;
    display:inline-block;
    margin-bottom: 30px;
}
.see_view {
    margin-top: 15px;
}
.see_view a{
    display: block;
    width:100%;
    background: #4a5582 !important;
    color: #ffffff !important;
}
.customMedia{
    padding: 15px;
}
.see_view a:hover{
    background: #4e827b !important;
    color: #ffffff !important;
}
.see_view a {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
    text-decoration: none !important;
    color: #4A5582;
    background: #e1e6ea;
    font-weight: 700;
}
.new_wall h5{
    padding: 15px 15px 0px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.boxTitle a{
    color: #3B3F45 !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}
.p-w p{
    font-size: 13px;
    margin-bottom: 0 !important;
    color: #8A8F9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal;
}
.card new_wall{
    margin-bottom: 30px;
}
/*header section css*/

.headerTop{
    padding: 2px 0px;
}
.logo img {
    height: 50px;
    margin-right: 10px;
    /* z-index: 9 !important; */
    max-height: 50px;
}

.top-links .menu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px;
}
.translateSection{
    width: 175px;
    font-size: 12px;
    font-weight: 600;
}
.top-links .menu li a {
    color: #152630;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 8px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    line-height: 1.5;
}
.top-links .menu a:after {
    content: "";
    background: #4E827B;
    height: 3px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.top-links .menu li a:hover:after {
    width: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.top-links .menu .menu-item  .menuTitleText {
    color: #4a5582 !important;

}


/*css by rajesh*/
/*breadcumb css here*/
.breadcumb {
    margin-top: 0px;
    padding: 10px 0;
    background: linear-gradient(0deg, #F3EFEF -13.19%, rgba(242, 242, 242, 0) 90%);
    background-color: #fff;
}
.profilephoto-msg{
    height:25px;width:25px;
}
.container.old .row {
    max-width: 100% !important;
    max-width: unset !important;
}
.goal_solve ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.breadcumb .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-right: -15px;
    margin-left: -15px;
}
.goal_solve {
    text-align: end;
}
.goal_solve ul li {
    display: inline-block;
    margin-left: 10px;
    color: #000000;
    font-size: 16px!important;
    line-height: 1.5;
}
.goal_solve ul li i {
    font-size: 22px;
    line-height: 16px;

    position: relative;
    margin-right: 0px;
    color: #C9D0DA;
}
.goal_solve ul li span {
    font-weight: bold;
    color: #152630 !important;
}
.profilephoto-msg {
    border-radius: 100%;
    border: 2px solid #4a5582!important;
}
/*breadcumb css here end*/

/*appointment Section csss here*/
.appointment-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.appointment_left-section{
    position: static;z-index: 9;
}
appointment_right-section{
    position: static;z-index: 9;
}
.appointment-content p {
    margin-bottom: 5px;


    color: #c7294a;
    font-size: 15px;
}
.messageText,.appointText{
    text-decoration:none;color:#c7294a;
}


.text-decoration-0{
    text-decoration: none;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.appointment-content .text-right img {
    margin-right: 5px;
}
.messageText:hover,
.appointText:hover{
    color: inherit;
}


/*appointment Section csss here end*/
/*main page css*/
.customRow{
    min-height: 450px;
}
.Workout-section {
    width: 100%;
    /*position: relative;*/

}
.my_custom_css>.Workout-title {
    padding: 0 0 10px!important;
}
.Workout-title {
    text-align: center;
    color: #152630;
}
.Workout-title h1 {
    font-size: 45px;
    font-weight: 700!important;
    line-height: 54px;
    display: inline-block;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
/*main page css end*/
/*css by rajesh end*/

/*breadcumb css here*/
.breadcumb {
    margin-top: 0px;
    padding: 10px 0;
    background: linear-gradient(0deg, #F3EFEF -13.19%, rgba(242, 242, 242, 0) 90%);
    background-color: #fff;
}
.profilephoto-msg{
    height:25px;width:25px;
}
.container.old .row {
    max-width: 100% !important;
    max-width: unset !important;
}
.goal_solve ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.breadcumb .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-right: -15px;
    margin-left: -15px;
}
.goal_solve {
    text-align: end;
}
.goal_solve ul li {
    display: inline-block;
    margin-left: 10px;
    color: #000000;
    font-size: 16px!important;
    line-height: 1.5;
}
.goal_solve ul li i {
    margin-right: 8px;
    color: #C9D0DA;
}
.goal_solve ul li span {
    font-weight: bold;
    color: #152630 !important;
}
.profilephoto-msg {
    border-radius: 100%;
    border: 2px solid #4a5582!important;
}
/*breadcumb css here end*/

/*appointment Section csss here*/
.appointment-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.appointment_left-section{
    position: static;z-index: 9;
}
appointment_right-section{
    position: static;z-index: 9;
}
.appointText,
.appointment-content p {
    margin-bottom: 5px;
   font-weight: 700;
    color: #c7294a;
    font-size: 15px;
}
.messageText,.appointText{
    text-decoration:none;color:#c7294a;
}
.messageText img,.appointText img{
    max-width: 26px;
    vertical-align: middle;
    margin-left: 5px;
}
.appointmentModalContent .modal-header h4.modal-title {
    margin: 0;
    font-size: 18px;
}
.modal.show .modal-dialog {
    max-width: 610px;
    transform: none;
}
.appointmentModalContent .modal-header{
    border-bottom: 1px solid #dee2e6!important;
}
.appointmentModalContent .modal-body{
    padding: 1rem;
}

.modal-header .closeBtn{
    float: right;
    padding: 1rem 1rem;
    margin: -1rem  -20px -1rem auto;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    border: none;
    background-color: transparent;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-header .closeBtn:hover {
    opacity: 1;
    color: #000;
    text-decoration: none;
}

/*.container.old {*/
/*    width: 1140px;*/
/*}*/
.text-decoration-0{
    text-decoration: none;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.appointment-content .text-right img {
    margin-right: 5px;
}
.messageText:hover,
.appointText:hover{
    color: inherit;
}

/*appointment Section csss here end*/


/*tabs css*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.tabs {
    width: 100%;

    margin: 0 auto;
}
.tabs__navigation {
    display: flex;
    justify-content: center;

}
.tabs__navigation:hover .tool-tabs__tab.active {
    color: #000;
    font-weight: 400;
    background-color: #c8c8c8;
}
.tabs__navigation:hover .tool-tabs__tab.active:after {
    width: 0;
}
.tabs__navigation:hover .tool-tabs__tab:hover.active {
    color: #000;
    font-weight: 500;
}
.tabs__navigation:hover .tool-tabs__tab:hover.active:after {
    width: 100%;
}
.tabs__btn {
    position: relative;

    padding-bottom: 15px;
    border: none;
    background-color: transparent;
    font-size: 32px;
    line-height: 120%;
    color: #000;
    transition: color 0.2s;
    cursor: pointer;
}
.tabs__btn.active {

    font-weight: 400;

}
.tabs__btn:hover {
    color: grey;
    font-weight: 500;
}
.tabs__btn.active {
    color: #4e827b !important;
    border-bottom: 3px solid #4e827b;
    /* font-weight: 200; */

}
.tabs__content {
    margin-top: 15px;
}
.tabs__body {
    display: none;
    font-size: 18px;
}
.tabs__body.active {
    display: block;
}
.new-border{
    border-bottom: 2px solid black;
}

.tabs__navigation button.tabs__btn {
    width: 215px !important;
    text-align: center;
    color: rgba(0,0,0,.6);
    border: 0;
    border-bottom: 3px solid rgba(0,0,0,.6);
    font-size: 16px;
    padding: 0.3rem 1rem;
    padding-top: 0;
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
}
/*tabss End*/

/*Goals section-1*/
.image-wrapper {
    height: 370px;
    padding: 10px;
    position: relative;
}

@media screen and (min-width: 991px) and (max-width: 1024px){
    .image-wrapper {
        height: 295px;
    }
}

.image-wrapper img {
    position: absolute;
    margin-top: -10px;
    width: 116%;
    text-align: center !important;
    margin-left: -19px;
}
#Visualizer li.step-container .content-wrapper {
    padding-bottom: 10px;
    text-align: center;
}
.step-container .content-wrapper h2 {
    margin-top: 0px!important;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.content-wrapper h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}
#Visualizer .content-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.goal_hand .content-wrapper ul li:first-child {
    white-space: nowrap;
}
.content-wrapper li {
    font-weight: 300;
    font-size: 15px;
}
ul li {
    list-style: none;
}
.content-wrapper {
    border: 1px solid transparent;
    color: #8C949F;
}
.checked_mark td .custom.checkbox.checked::before, .complete-wordkout-title-box .custom.checkbox.checked::before, .complete-all-wordkout-title-box .custom.checkbox.checked::before, .checked_mark:after, .calender-div.calender-content .calender-final table tr td, .calender-div.calender-content .calender-final table tr td a.remaining-week, .today_green, .list_access, .discover_info, .child_container {
    background: #eff0f0 !important;
    background-color: #eff0f0 !important;
}
input~.checkmark, #zz li.step-container.active:before, .full_task .round input[type="checkbox"]:checked + label, .checkbox_ps.radio input:checked~.checkmark, #Visualizer li.step-container.active:before {
    border-color: #4e827b;
    background: #4e827b;
}

#Visualizer li.step-container.active .line{
    background: #4e827b;
}

#Visualizer li.step-container.active:before {
    border: 2px solid #4E827B;
    background: #4E827B;
}
.backendNavbar .theme-brand{
    margin-top: 0px;
}
.backendNavbar .navbar-item-backend{
    align-items: center;
}

.tabs__navigation button.tabs__btn {
    width: 300px;
}

.udate_progress {
    margin-top: -15px;
    text-align: center;
    margin-bottom: 30px;
}
.meal, .update_btn, .reset_fit {
    background: #4a5582;
}
.my_btn_radius {
    border-radius: 30px!important;
}
.update_btn {
    background: #4E827B;
    display: inline-block;
    padding: 6px 30px;
    text-decoration: none !important;
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-right: 30px;
    border: unset;
}
.reset_btn {
    color: #4a5582 !important;
    border: 1px solid #4a5582 !important;
}
.my_btn_radius {
    border-radius: 30px!important;
}
.reset_btn {
    border: 1px solid #4E827B;
    display: inline-block;
    padding: 6px 30px;
    text-decoration: none !important;
    color: #4E827B;
    border-radius: 20px;
    text-align: center;
}
/*circle css start*/

.progress__container {
    height: 55rem;
    max-width: 100%;
    position: relative;

    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.progress__container::before {
    content: "";
    height: 50rem;
    width: 0.2rem;
    background-color: #ced6d5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media (min-width: 810px) {
    .progress__container {
        width: 100%;
        height: 4rem;
        flex-direction: row;
    }
    .progress__container::before {
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}
.progress__bar {
    height: 0%;
    width: 0.2rem;
    background-color: #00bfa6;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: 0.4s ease;
}
@media (min-width: 810px) {
    .progress__bar {
        width: 0%;
        height: 0.2rem;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}
.progress__circle {
    width: 35px;
    aspect-ratio: 1;
    color: #2f2e41;
    background-color: #fff;
    border: 2px solid #ced6d5;
    border-radius: 50%;
    font-size: 4rem;
    transition: 0.4s ease;
    position: relative;
}
.progress__circle.active {
    color: #00bfa6;
    border: 2px solid #00bfa6;

}
.progress__span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.btn {
    width: 15rem;
    color: #333;
    background-color: #00bfa6;
    font-family: monospace;
    font-size: 1.6rem;
    border: 0;
    border-radius: 0.5rem;
    text-transform: uppercase;
    padding: 1rem;
    transition: all 0.3s ease;
}
.btn:hover {
    cursor: pointer;
    background-color: rgba(0, 191, 166, 0.8);
}
.btn:disabled {
    cursor: not-allowed;
    background-color: #e0e0e0;
}
.footer {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer__text {
    font-size: 1.6rem;
    color: #00bfa6;
    text-align: center;
}
.footer__text--big:link, .footer__text--big:visited {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    opacity: 0.8;
    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;
    transition: all 0.3s;
}
.footer__text--big:hover, .footer__text--big:active {
    color: #00bfa6;
    font-size: 2rem;
    cursor: pointer;
}
.footer__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 0.2rem;
}
.footer__item {
    list-style: none;
}
.footer__link:link, .footer__link:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    transition: all 0.2s;
}
.footer__link:hover, .footer__link:active {
    color: #00bfa6;
}
.progress__span {
    position: absolute;
    left: 44%;
    top: -4px;
    font-size: 23px;
    transform: translateX(-50%);
}
.progress__circle.active {
    color: #eff0f0;
    border: 0.2rem solid #eff0f0;
}
.progress__bar {
    height: 0%;
    width: 0.2rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    transition: 0.4s ease;
}
.progress__circle.active {
    color: #fff;
    background-color: #4e827b;
    border: 0.2rem solid #4e827b;
}

.second_flow {
    border: 1px solid transparent;
    /* padding: 20px 0 0 !important; */
}
.text-center {
    text-align: center!important;
}
.second_flow .grid:after {
    content: '';
    display: block;
    clear: both;
}
.layout_images {
    /* border: 1px solid transparent; */
    position: relative;
    height: 100%;
    /* padding: 15px; */
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.layout_images img {
    max-height: unset !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.layout_overlay {
    position: absolute;
    border: 1px solid transparent;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to right, rgba(74, 85, 130, .4), rgba(74, 85, 130, .4));
    opacity: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}
.layout_overlay ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.layout_overlay ul li {
    display: inline-block;
    margin-right: 15px;
}
.drop-zone {
    width: 100%;
    height: 90px;
    padding: 25px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #152630;
    border: 4px dashed #8C949F;
    border-radius: 10px;
    font-weight: 300;
    max-width: max-content;
    margin: 0 auto;
    height: auto;
}
.second_goals p {
    text-align: center;
    color: #152630 !important;
    margin-bottom: 10px;
}
.drop-zone__prompt p {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.drop-zone__prompt i {
    font-size: 35px;
    color: #C9D0DA;
    margin-right: 15px;
}
.drop-zone__input {

}
img.img-fluid.new-fluid:hover {
    /* opacity: 0.5; */
}
.section-nav {
    background: #4e827b !important;
}
select#language {
    border: none !important;
}


.aerroW {
    color: #4e827b!important;
}
input {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E1E7EC;
    border-radius: 28px;
    padding: 9px;
    color: #8C949F;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: auto;
    /* width: 100%; */
}
.nutritionDate {
    color: #4e827b!important;
}
.date-list {
    color: #4e827b!important;
}




/*nutrition page /Grocerylist page*/


button.Border-custom {
    /* border: none; */
    width: 150px;
    font-size: 15px;
    padding: 5px;
    background-color: #4a5582;
    color: #fff;
    border: none;
    border-radius: 20px;
}
button.Border-custom:hover {
    /* border: none; */

    background-color: #4E827B;
    border: none;

}
fieldset legend {
    font-weight: 600 !important;
    background: #fff;
    padding: 0 0.1875em;
    margin: 0 !important;
    margin-left: -0.1875em !important;
    width: auto !important;
    display: inline-block !important;
    float: none !important;
    font-size: 18px !important;

}
.grocery-list-group {
    margin: 0;

}
fieldset {
    border: solid 1px #ddd;
    padding: 1.25em !important;
    margin: 1.125em 0 !important;
}
td.grocery-list-amt {
    padding-left: 10px;
}
legend {
    color: #8C949F;
    font-size: large;
}


/*nutrition pre page*/


.progress {
    background: linear-gradient(to right, #fff 0%, #fff 40%, #fff 40%, #fff 100%);
    border: solid 1px #aaaaaa;
    border-radius: 7px;
    height: 7px;
    width: 240px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.progress::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 0%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #dadada;
}
p.fs-0 {
    font-size: 12px;
    font-weight: 600;
    margin: 3px;
}
h5.font-weight-bold {
    font-weight: 700;
}
p.red {
    color: red;
}
.preferenceslistview_page .exclusion-search .ac_input {
    width: 100%;
    border-radius: 0;
}
.new-dislikefood{
    width: 100%;
}
p.exclusions-disable {
    color: #8C949F;
    font-size: 18px;
    font-weight: 500;
}
h5.new-exclusion {
    color: #8C949F;
    font-weight: 800;
}
button.Border-custom.mt-3.new-pre {
    width: 105px;
}

.bt button.Border-custom.new-pre{
    width: 170px;
}

.under_table h1 {
    font-size: 25px;
    margin-bottom: 10px;
}



/*mealplan change css*/

button.Border-custom.new-plan {
    width: 105px;
}
.under_table {
    padding: 25px 30px;
    border-radius: 20px;
    /* margin-top: 25px; */
    margin-bottom: 40px !important;
}
.new-color a{
    color: #000;}
.new-color a:hover{
    color: #000;
}
.expert-content-blue-header.single-line-header {
    border: 2px solid #ccc;
    /* margin: 9px; */
    padding: 25px;
    background-color: #eff0eb;
    margin-bottom: 10px;
    border: none;
}

/*Resources page css*/

.discover_info, .child_container {
    /* background: #eff0f0 !important; */
    background-color: #eff0f0 !important;
}
.discover_info {
    border: 1px solid #C9D0DA;
    border-radius: 25px;
    padding-bottom: 15px !important;
    margin-bottom: 20px;
}
.discver_image img {
    width: 100% !important;
    height: 172px;
    object-fit: cover;
    object-position: top;
    border-radius: 25px 25px 0px 0px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.discver_content {
    /* margin-top: 10px; */
    padding: 10px;
    text-align: center;
}
.discver_content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    color: #152630;
    font-weight: 700;
    font-size: 20px;
    min-height: 50px;
    margin-bottom: 10px;
}
.discver_content p:last-child {
    margin-bottom: 0;
}
.discver_link {
    /* margin-top: 10px; */
    text-align: center;
}



/*nav bar css change section*/

/*ul.menuBar {*/
/*    margin-left: -17px;*/
/*}*/
input.progress.new-custom {
    width: 100%;
}

.list_acess_title {
    padding: 15px;
}
.list_ulaccess {
    border: 1px solid transparent;
    /* height: 200px; */
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto !important;
    padding: 15px;
    padding-top: 0;
}
.viewAllButtonSection {
    min-height: 47px;
}
.list_access {
    border: 1px solid #dfe4ea;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    width:100%;
    border-radius: 10px;
    padding-bottom: 5px;
}
.list_ulaccess ul li a {
    font-size: 13px;
    color: black;
    text-decoration: none !important;
}
.list_ulaccess ul li a:hover {
    color: #4e827b;
}
a, .workout-navigation .block-link, .nav-link-color:hover {
    color: #4e827b;
}
.list_acess_title h5 {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
    margin: 0;
}
section.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}
section.modalWindow {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    z-index: 999 !important;
    width: 600px;
    min-height: 100px;
    height: auto !important;
    margin-left: -300px;
    background: #FFF;
    cursor: default;
}
section.modal.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100% !important;
    background: rgba(0, 0, 0, 0.9) !important;
    z-index: 997;
    cursor: pointer;
}
section.modalWindow section.modalWrapper {


    padding: 15px;
    text-align: left;
    line-height: 20px !important;

}
.closeBtn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
button.Border-custom.mt-3.new-watch {
    width: 160px;
    padding: 12px;
}


/*holistic page css*/

span.background-color-1.background-color-2-on-hover {
    border: 2px solid;
    background: #4e827b;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;}



span.background-color-1.background-color-2-on-hover:hover {

    background: #4a5582 ;
    color: #fff;

}
.new-form-control{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px;
    border: 2px solid #E1E7EC;
    font-weight: 300;
    line-height: 21px;
    font-size: 14px;
    outline: none !important;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    border: 2px solid #ccc!important;
    box-shadow:none;
}
.new-control-{
    background-color: #ddd
}



/* Glossary new css */
:root {
    /*--border-color: var(--gray-5);*/
    /*--background-tabs-default: var(--gray-0);*/
    /*--background-tabs-active: #fff;*/

    --wrapper-max-width: 50rem;
}

[role="tablist"] {
    display: flex;
    gap: 1px;

    /* move buttons downwards to overlap with content panels  */
    margin-bottom: -1px;
}

@media (max-width: 40rem) {
    /*[role="tablist"] {*/
    /*    flex-direction: column;*/
    /*}*/
}

[role="tab"] {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    background: var(--background-tabs-default);
    border: 1px solid var(--border-color);
    border-bottom: 0;
   padding: 10px;
   margin: 5px;
    /* cursor: pointer; */
}

[role="tab"][aria-selected="true"] {
    z-index: 3;
    border: 2px solid black;
    background: var(--background-tabs-active);
}

[role="tabpanel"] {
    position: relative;
    padding: 5px;
    background: var(--background-tabs-active);
    z-index: 2;
}

/* General styling */
*,
*::before,
*::after {
    box-sizing: border-box;
}


.wrapper {

    margin-inline: auto;

    /* for demo only */
    margin-block: var(--size-8);
}

button {
    font: inherit;
}

dl.data-add {
    font-size: 20px;
}

.glossary-list {
    font-size: 20px;
}

.def_name {
    color: #8C949F;
    font-weight: 400;
}

/*ul.sub-sub-menuBar {*/
/*    position: absolute;*/
/*    margin-left: 0px;*/
/*    left: 200px!important;*/
/*    background-color:#4a5582;*/
/*}*/


/*programs css*/

.full_image_content {
    /* margin-top: 20px; */
    margin-bottom: 30px;
}
.full_image_content img {
    height: 180px;
    width: 180px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    padding: 4px;
    border: 3px solid transparent;
}
.full_image_content h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #152630;
    margin-bottom: 0;
}
.full_image_content img:hover {
    border: 3px solid #46AF24;
}
select.form-select.new-custom-select {
    width: 70%;
    border-radius: 30px;
    margin: auto;
}
.form-select:focus {
    border-color: #ccc !important;
    outline: 0;
    box-shadow: #ccc !important;
}


tags.tagify.wrInputText.tagify--outside.new-form-tags {
    width: 420px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    border: 2px solid #E1E7EC;
    font-weight: 300;
    line-height: 21px;
    font-size: 14px;
    outline: none !important;
}



/*=========================this css written by rajesh here ==============================*/
.form-control.first_name,.form-control.email{
    width: 100%;
}
.healthRisk .bgColor,
.healthRiskQuestion .bgColor,
.healthRiskPhysicalActive .bgColor,
.fitnessTestSection .bgColor,
.bloodPressure .bgColor,
.bloodDraw .bgColor,
.healthRiskpreventive .bgColor{
    background: #eff0f0 !important;
}
.client-blood-results tr:nth-child(even) {
    background-color: #EFEFEF;
}
.healthDataProfileSection{
    min-height: 390px;
}
.nutritionInnerTabContent [role="tabpanel"]{
    background-color: inherit;
}
/*=========================this css written by rajesh here end ==============================*/
/*samir css :17/2/2023*/

.inline-list {
    margin: 0 auto 1.0625em auto;
    margin-left: -5px;
    margin-right: 0;
    padding: 0;
     list-style: none;
    display: flex;
    overflow: hidden;
}
.inline-list li{
    margin: 5px;

}
.card.card-meals {

    padding: 14px;
}
button.Border-custom.new-meals-bt {
    width: 114px;
    height: 32px;
    font-size: 15px;
    margin: 0px;
}
.custom-modal-bt{
    width: 114px;
    height: 32px;
    font-size: 15px;
    margin: 20px !important;
}

i.las.la-circle-o.green {
    width: 15px;
    height: 15px;
    background-color: #55d555 !important;
    border-radius: 100%;
}
tags.tagify.wrInputText.tagify--outside.new-form-tags.tagify--noTags.tagify--empty {
    width: 343px !important;
    line-height: 16px;
}
tags.tagify.wrInputText.tagify--outside.new-form-tags {
    width: 343px !important;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    border: 2px solid #E1E7EC;
    font-weight: 300;
    line-height: 16px;
    font-size: 14px;
    outline: none !important;
}
.boder-meal {
    border: 2px solid;
    padding: 9px 5px 0px 15px;
    margin: 20px 1px 1px 0px;
    background-color: #4E827B;
    color: #fff;
    font-size: 15px;
}
p.meals-tab {
    border: 2px solid;
    padding: 7px;
    margin: 0px 1px 1px 3px;
    cursor: pointer;
    border: 1px solid #ddd;
}
.fav-meal {
    border: 1px solid #ddd;
    min-height: 100%;

    border-top: 3px solid #ddd;
    margin: 5px 0px 0px 0px;
}
i.las.la-close.close-o {
    font-size: 40px;
    color: red;
    margin-left: 20px;
    font-weight: bold;

}
p.fs-8 {
    /* margin-bottom: 18px; */
    margin-top: 15px;
}
i.las.la-times.close-o {
    font-size: 27px;
    color: red;
    margin-left: 20px;
    font-weight: bold;
    cursor: pointer;
}
p.ml-best {
    margin-left: -86px;
}
p.ml-prep {
    margin-left: -159px;
}

/*.sub-sub-menuBar{*/
/*    width: 180px;*/
/*    padding-left: 0px;*/
/*}*/

/*.sub-sub-menuBar li a{*/
/*    padding: 8px 18px 5px 40px;*/
/*    background-color: #4a5582;*/

/*}*/



/*modal csss*/
.small_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 167; /* Sit on top */
    padding-top: 30px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0 0 0 / 69%);
}

/* Modal Content */
.small_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 60%;
    border-radius: 4px;
    max-width: 920px;
    height: auto;
}

/* The Close Button */
.small_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.small_close:hover,
.small_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.small_modal-content .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.appointment-content h4.modal-title {
    margin: 0;
    font-size: 18px;
}
.modal-header .small_close {
    border: none;
    background-color: transparent;
}
.small_modal-content .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.small_close:hover {
    color: #000;
    text-decoration: none;
}
.small_close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/*modal css end*/



/*message css samir*/

.msg-head-custom {
    border: 1px solid rgba(0,0,0,.15);
    /* margin: 2px; */
    padding: 10px;
    margin: 15px 0px 6px 0px;
}
img.img-fluid-custom {

    width: 70px;
    border-radius: 50%;
    height: 70px;
}
h5.msg-h {
    padding: 0;
    margin: 0 0 5px 0px;
    color: #444444;
    font-size: 18px;
    position: relative;
}
p.msg-p{
    margin: 0 0 0 0px;
    font-size: 15px;
    color: #888888;
}
.msg-date{
    color: #999999;
    font-size: 18px;
    color: #999999;
    font-size: 15px;


}
.chat {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 550px;
    width: 100%;
    overflow-y: auto !important;

    z-index: 2;
    box-sizing: border-box;
    border-radius: 1rem;
    background: #FFFFFF;
    box-shadow: 0 0 8rem 0 rgb(0 0 0 / 10%), 0rem 2rem 4rem -3rem rgb(0 0 0 / 50%);
    border-radius: 10px;
    overflow: hidden !important;
}
.chat .messages {
    overflow-x: hidden;
    overflow-x: -moz-hidden-unscrollable;
}
.chat .messages {
    padding: 1rem;
    background: #F7F7F7;
    flex-shrink: 2;
    overflow-y: auto;
    min-height: 394px;
    box-shadow: inset 0 2rem 2rem -2rem rgb(0 0 0 / 5%), inset 0 -2rem 2rem -2rem rgb(0 0 0 / 5%);
}
.message-group {
    padding-bottom: 20px;
    padding: 15px;
}

.message-group.right-msg .message-time {
    text-align: right;

}
.message-time {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    position: relative;
    top: 4px;
    color: #919191;
}

.message.rightalign {
    min-height: 45px;
    min-width: 95% !important;
    border-radius: 1.125rem 1.125rem 0 1.125rem;
    padding: 5px 15px;
    color: #4c4c4c;
    font-weight: 600;
    background-color: #f8eaf5;
    margin-right: 5px;
}

.message.rightalign-new {
    min-height: 45px;
    width: 70%;
    border-radius: 1.125rem 1.125rem 1.125rem 0;
    padding-left: 10px 13px 10px 5px;
    padding: 12px 0px 0px 38px;
    color: #4c4c4c;
    font-weight: 600;
    background-color: #e5fdfa;
    margin-right: 5px;
}
.chat .input #textAreaField {
    line-height: 28px;
    border: none;
    background-image: none;
     background-color: white;
     padding: 0.5rem 1rem;
     margin-right: 1rem;
     border-radius: 1.125rem;
    flex-grow: 2;
     box-shadow: 0 0 1rem rgb(0 0 0 / 10%), 0rem 1rem 1rem -1rem rgb(0 0 0 / 20%);
    font-family: Red hat Display, sans-serif;
    font-weight: 400;
    letter-spacing: 0.025em;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    padding: 10px 64px 10px 10px;
    display: block;
}
i.las.la-trash {
    font-size: 30px;
    font-weight: 900;
}
.new-custom-user{
   position: relative;
    top: 50%;
}
.bt-send{
    position: absolute;
    bottom: 20px;
    margin-left: 91%;
    border: none;
    background-color: transparent;
    font-size: 32px;
}
.doctor_banner.img {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid #ddd;
}
.new-msg-bt{
    width: 150px !important;
    font-size: 16px !important;
}
button.small_close1 {
    background-color: transparent;
    border: none;
}

button.Border-custom.new-com {
    width: 270px;
    height: 35px;
    font-size: 16px;
}
a.update_btn.my_btn_radius {
    width: auto;
}


.media .media-body .text_wrap .progress{
    width: 100% !important;
    border-radius: 0px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*container width in mediaquery*/

@media screen and (min-width: 576px){

    .container.old{
        max-width: 540px!important;
    }
}
@media screen and (min-width: 768px){
    .container.old{
        max-width: 720px!important;
    }
}
@media screen and (min-width: 992px){
    .container.old{
        max-width: 960px!important;
    }
    /*header navbar css here */
    .navbarCustom .links li a{
        padding: 15px 23px;
        font-size: 13px;
    }


    /*header navbar css here end */
}
@media (min-width: 1199px) {
    .container.old{
        max-width: 1140px !important;
    }



    .policyPageContent,
    .termsPageContent,
    .user-profile-content,
    .healthAssessmentSection,
    .innerHealthAssessmentSection,

    .connectedDevices,
    .bodyStatProfileSection,
    .interestProfileSection,
    .userProfileSection,
    .glossaryListContent,
    .calculatorPage,
    .findExpertPage,
    .exerciseVideoScreen,
    .quizMainPage,
    .videoDetailScreen,
    .programPageContnet,
    .videoArticlePageContent,
    .article_details_page,
    .challengesMAinScreen,
    .changeWorkoutContent,
    .groceryListContent,
    .selectNutritionPlanPage,
    .transformationScreen{
        min-height: 53% !important;
    }



}

/*fullwidth header css here started written by rajesh */
nav.mainNavbar{
    position: relative;
    width: 100%;
    z-index: 150;
}
nav .navbarCustom{
    justify-content: center;
    height: 100%;
    max-width: 1250px;
    width: 100%;
    display: flex;
    align-items: center;

    margin: auto;
    padding:0px;
}
.navbarCustom .logo a{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
nav .navbarCustom .nav-links{
       height: 100%;
}
nav .navbarCustom .links{
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
}
nav .navbarCustom .links li{
    position: relative;

    align-items: center;

    list-style: none;
    padding: 0px;
}
nav .navbarCustom .links li a{
    padding: 15px 31px;
    color: #FFF;
    font-weight: 300;
    display: inline-block;
    font-size: 14px;
    text-decoration: none !important;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif !important;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
    transform: rotate(180deg);
}
nav .navbarCustom .links li .sub-menu{
    position: absolute;
    top:100%;
    width:200px;
    left: 0;
    line-height: 40px;
    background: #4a5582;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    display: none;
    z-index: 2;
}
nav .navbarCustom .links li a:hover{
    background: #4a5582 !important;
}
.js-sub-menu.sub-menu{
    padding-left: 0px;
}
.js-sub-menu.sub-menu li{
    border:none;
}

.navbarCustom .links li .sub-menu li a{

    padding: 5px 15px 5px 25px;
    display: block;
    text-align: left
}
nav .navbarCustom .links li:hover .htmlCss-sub-menu,
nav .navbarCustom .links li:hover .js-sub-menu{
    display: block;
    padding-left: 0px;
}


.navbarCustom .links li .sub-menu .more-arrow{
    line-height: 40px;
}

.navbarCustom .links li .sub-menu .more-sub-menu{
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0px;
    z-index: 1;
    display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
    display: block;
}

.navbarCustom .nav-links .sidebar-logo{
    display: none;
}
.navbarCustom .bx-menu{
    display: none;
}
@media screen and (max-width: 991px){
  .todayBtnSpace{
      margin: auto;
      width: 90% !important;
  }
    .interestContent,.suggestionContent{
        flex-wrap: wrap;!important;
    }
    .bodyStatProfileSection .heading_title{
        font-size: 20px!important;
    }
    button.Border-custom.new-meals-bt{
        width:90px;
    }
    .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabDetailsBtn button {
        font-size: 12px;
        padding: 8px!important;}
    .nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabDetailDataTitle p {
        font-size: 20px!important;}
    .second_goals p{
        font-size: 16px;
    }
    .nutritionPageContent .nutritionMainTabContent .nutritionTabDataContent .nutritionTabData .nutritionTabImgContent{

        width: 100% !important;
        height: auto!important;
        margin: 25px auto;
    }
    .goalMainScreen{
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-links .menu{
        padding-left: 0px!important;
    }
    .mobileMenuW3{
        display: block;
    }
    .logo{
        text-align: center;
    }
    .headerTop{
        padding: 25px 25px 0px;
    }
    .top-links .menu{
        margin-top: 10px;
        justify-content: center;
    }
    .menu-icon {
        display: block;
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        position: absolute;
        top: 50%;
        margin-top: -2px;
        border-radius: 4px;
    }

    .menu-icon:before {
        content: "";
        position: absolute;
        top: -8px;
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear 0.2s;
        transition: transform 0.2s linear, top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0px;
        border-radius: 4px;
    }
    .menu-icon:after {
        content: "";
        position: absolute;
        top: 8px;
        width: 100%;
        height: 2px;
        background: #000;
        -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        transition: transform 0.2s linear, top 0.2s linear 0.2s;
        transition: transform 0.2s linear, top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0px;
        border-radius: 4px;
    }
    nav .navbarCustom{
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbarCustom .logo a{
        font-size: 27px;
    }
    nav .navbarCustom .links li{
        padding: 0 10px;
        white-space: nowrap;
    }
    nav .navbarCustom .links li a{
        font-size: 15px;
    }


    .navbarCustom .bx-menu{
        display: block;
    }
    nav .navbarCustom .nav-links{
        position: fixed;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background:  #3E8DA8;


        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }
    .navbarCustom .nav-links .sidebar-logo{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sidebar-logo .logo-name{
        font-size: 25px;
        color: #fff;
    }
    .sidebar-logo  i,
    .navbarCustom .bx-menu{
        font-size: 25px;
        color: #fff;
    }
    nav .navbarCustom .links{
        display: block;
        margin-top: 20px;
    }
    nav .navbarCustom .links li .arrow{
        /*line-height: 40px;*/
    }
    nav .navbarCustom .links li{
        display: block;
    }
    nav .navbarCustom .links li .sub-menu{
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }
    nav .navbar .links li .sub-menu li{
        border-bottom: none;

    }
    .navbarCustom .links li .sub-menu .more-sub-menu{
        display: none;
        position: relative;
        left: 0;
    }
    .navbarCustom .links li .sub-menu .more-sub-menu li{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .links li:hover .htmlcss-arrow,
    .links li:hover .js-arrow{
        transform: rotate(0deg);
    }
    .navbarCustom .links li .sub-menu .more-sub-menu{
        display: none;
    }
    .navbarCustom .links li .sub-menu .more span{
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu{
        display: none;
    }
    nav .navbarCustom .links li:hover .htmlCss-sub-menu,
    nav .navbarCustom .links li:hover .js-sub-menu{
        display: none;
    }
    .navbarCustom .nav-links.show1 .links .htmlCss-sub-menu,
    .navbarCustom .nav-links.show3 .links .js-sub-menu,
    .navbarCustom .nav-links.show2 .links .more .more-sub-menu{
        display: block;
    }
    .navbarCustom .nav-links.show1 .links .htmlcss-arrow,
    .navbarCustom .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
    }
    .navbarCustom .nav-links.show2 .links .more-arrow{
        transform: rotate(90deg);
    }


}



/*fullwidth header css here end written by rajesh */
@media (max-width:370px){
    nav .navbarCustom .nav-links{
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px){
nav .navbarCustom .links li a {
        padding: 15px 23px;
        font-size: 13px;
    }

}
/*msg chat samir*/

.chatmsg h3{
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 28px;
    margin-top: 13px;
}
i.las.la-ban {
    font-size: 18px;
    margin-left: -19px;
}
.meassages-chat{
    overflow-y: auto;
}
.form-group.send-msg-box {
    padding: 15px;

}
.row.new-line {

  padding: 10px 0px 5px 0px;
    white-space: nowrap;
    border-bottom: 1px solid #f4f4f4;
    min-height: 84px;
}


.Border-custom.new-border-custom{
    width: 162px;
    padding: 10px 4px 11px 9px;
    border-radius: 30px;
    font-size: 16px;

}
button.small_close1 {
    font-size: 25px;
    font-weight: 600;
}
.doctor-title {
    font-weight: 600;
    font-size: 16px;
}

/*.nav-wrap {*/
/*    width: 100%;*/
/*    margin: 1em auto 0;*/
/*}*/
/*.acnav {*/
/*    width: 100%;*/
/*}*/
/*.acnav__list {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    list-style: none;*/
/*}*/
/*.acnav__list--level1 {*/
/*    border: 1px solid #fcfcfc;*/
/*}*/
/*.has-children > .acnav__labelCustom::before {*/
/*    content: "\f067";*/
/*    display: inline-block;*/
/*    font: normal normal normal 14px/1 FontAwesome;*/
/*    font-size: inherit;*/
/*    text-rendering: auto;*/
/*    margin-right: 1em;*/
/*    transition: transform 0.3s;*/
/*}*/
/*.has-children.is-open > .acnav__labelCustom::before {*/
/*    transform: rotate(405deg);*/
/*}*/
/*.acnav__link, .acnav__labelCustom {*/
/*    display: block;*/
/*    font-size: 1rem;*/
/*    padding: 1em;*/
/*    margin: 0;*/
/*    cursor: pointer;*/
/*    color: #fcfcfc;*/
/*    background: #317589;*/
/*    box-shadow: inset 0 -1px #3988a0;*/
/*    transition: color 0.25s ease-in, background-color 0.25s ease-in;*/
/*}*/
/*.acnav__link:focus, .acnav__link:hover, .acnav__labelCustom:focus, .acnav__labelCustom:hover {*/
/*    color: #e3e3e3;*/
/*    background: #2d6b7e;*/
/*}*/
/*.acnav__link--level2, .acnav__labelCustom--level2 {*/
/*    padding-left: 3em;*/
/*    background: #2d6b7e;*/
/*}*/
/*.acnav__link--level2:focus, .acnav__link--level2:hover, .acnav__labelCustom--level2:focus, .acnav__labelCustom--level2:hover {*/
/*    background: #296272;*/
/*}*/
/*.acnav__link--level3, .acnav__labelCustom--level3 {*/
/*    padding-left: 5em;*/
/*    background: #296272;*/
/*}*/
/*.acnav__link--level3:focus, .acnav__link--level3:hover, .acnav__labelCustom--level3:focus, .acnav__labelCustom--level3:hover {*/
/*    background: #255867;*/
/*}*/
/*.acnav__link--level4, .acnav__labelCustom--level4 {*/
/*    padding-left: 7em;*/
/*    background: #255867;*/
/*}*/
/*.acnav__link--level4:focus, .acnav__link--level4:hover, .acnav__labelCustom--level4:focus, .acnav__labelCustom--level4:hover {*/
/*    background: #214f5c;*/
/*}*/
/*.acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {*/
/*    display: none;*/
/*}*/
/*.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {*/
/*    display: block;*/
/*}*/

.containerCheckBox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.containerCheckBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.containerCheckBox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius:0px;
    border:2px solid #fff;
    background-color: transparent!important;
}



/* When the checkbox is checked, add a blue background */
.containerCheckBox input:checked ~ .checkmark {
    background-color: #2196F3!important;
    border: none!important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.containerCheckBox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheckBox input:checked ~ .checkmark:after {
    display: block;

}

/* Style the checkmark/indicator */
.containerCheckBox .checkmark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*my care team page css here started started*/
#handle2 .rs-handle {
    border: 6px solid #000;
    border-right-color: black;
    margin: -6px 0px -8px 0px !important;
    border-radius: 100%;
}
#handle2 .rs-handle:before  {
    display: block;
    content: " ";
    position: absolute;
    height: 12px;
    width: 12px;
    background: black;
    right: -6px;
    bottom: -6px;
    border-radius: 100%;
}
#handle2 .rs-handle:after  {
    display: block;
    content: " ";
    width: 48px;
    position: absolute;
    top: -1px;
    right: 0px;
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: black;
    margin: -4px 0px 0px 7px !important;
    border-width: 6px 37px 6px 3px;
}
#handle2 .rs-range-color  {
    background-color: #8832cd;
}
#handle2 .rs-path-color  {
    background-color: #8832cd;
}
/*my care team page css here started end*/
.transformationScreen .alert-box .close {
    position: static!important;
    font-size: 18px;

}
.dit-date, .dit-bf, .dit-Waist {
    background-color: #fff;
}
.reveal-modal .modal-header .modal-title{
    font-weight: normal;
}
.reveal-modal .close-reveal-modal {
    top: 0.05em;
    right: 0.3em;
    font-size: 1.5rem;
    color: #dd0000;
}
.reveal-modal .close-reveal-modal {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    border: none;
    background: transparent;
    top: 0.5em;
    right: 0.6875em;
    /* color: #aaa; */
    font-weight: bold;
    cursor: pointer;
}
.reveal-modal {
    border-radius: 8px;
    background-color: #ccc;
    box-shadow: 1px 1px 8px #333;
    padding: 20px;
    text-shadow: 1px 1px 1px #eee;
}



/* smair 02-03-2022 css */


h1, h2, h3, h4, h5, h6, p, a, li, span, div, input, textarea, button, table, tr, th, td {
    font-family: 'Poppins', sans-serif;
}
svg.svg-inline--fa.fa-calendar-days {
    margin-left: 7px;
}
.supplementBuyBtn{
    display: none;
}
.meals-tbs{
    margin-bottom: -8px;
}
.Replace-tab {
    margin-top: 5px;
    border-top: 2px solid #ddd !important;
}
.modal-header {
    border-bottom: none !important;
    margin-bottom: -25px;
}

button.data-close {
    background: #fff;
    border: none;
    font-size: 28px;
    color: red;
}
.swal-icon:first-child {
    margin-top: 32px;
}
.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
}
.swal-icon--warning {
    border-color: #f8bb86;
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}
.swal-icon--warning__body {
    width: 5px;
    height: 47px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}
span {

    /* padding-left: 5px; */
}
.swal-icon--warning__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -4px;
    bottom: -11px;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
    position: absolute;
    left: 50%;
    background-color: #f8bb86;
}
.swal-title:not(:last-child) {
    margin-bottom: 13px;
}
.swal-title:not(:first-child) {
    padding-bottom: 0;
}
.swal-title {
    color: rgba(0,0,0,.65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}
button.btn.btn-secondary {
    width: 100px;
    color: #555;
    background-color: #efefef;
    border: none;
}
button.btn.btn-primary {
    width: 75px;
    background-color:#7cd1f9;
    border: none;
}
button.btn.btn-primary:hover {
    width: 75px;
    background-color: #e64942;
    border: none;
}
.modal-footer {
    border: none !important;
}
.grocery-list {
    margin-top: 1rem !important;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    position: relative;
    top: 0px;
    margin-bottom: 5px;
    padding: 0;
    color: #4e827b !important;
}
button.btn.btn-secondary.mx-3 {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
.nutritionPageContent .nutritionMainTabContent .active.nutritionTabBtn {
    background: none;
    border: none;
    outline: none;
    color: var(--primary-green);
    border: none;
    border-bottom: 3px solid var(--primary-green);
}
.one p{
    font-size: 14px;
    font-weight: 300;
    color: #8C949F;
    margin-bottom: 10px;

} 
.newmodalwidth {
    width: 517px !important;
}


.custom-contents{
    max-width: 830px !important;
    width:90%;
    border-radius: 0px !important;

}
.custom-dialog {
    max-width: 830px !important;
}
.meal_text .meal-info {
    height: 100%;
    background-color: #fff;
    color: #282828;
}
.meal-info {
    width: auto;
    float: none;
    padding: 0 10px 10px 0px;
}
.meal-info {
    font-size: 13px;
    text-shadow: none;
}
.custom-dd{
    margin: 0px;
}
.custom-dl p{
    margin: 0px;
}
i.fa-solid.fa-xmark.close-o {
    font-size: 26px;
    color: red;
    font-weight: 900;
}


p.text-center.custom-border {
    border-bottom: 2px solid #ddd !important;
    /* margin: 7px; */
    padding: 15px;
}
.new-bt-border {
    border-top: 2px solid #ddd !important;
}
.modal-content.custom-close {
    width: 75%;

    left: 90px;
    top: 70px;
}
a.meal-page-button {
    color: black;
}
.custom-ul-li li a:hover{
    border: 1px solid #ddd;
    background-color: rgba(0,0,0,0.1);
    padding: 4px;
    border: none;
}
.custom-ul-li li a{

    padding: 5px;
}
a.meal-page-button.active {
    background-color: rgba(0,0,0,0.1);
    padding: 5px;
}
.meal {
    display: inline-block;
    /* padding: 10px 40px; */
    padding: 10px 25px;
    text-align: center;
    margin-top: 30px;
    background: #4A5582;
    color: white;
    border-radius: 30px;
    margin-bottom: 30px;
}

/*todays css */
.interestContent,.suggestionSection{
    width: 100%;
}
.interestContent .interestSectionText,.suggestionSection .suggestSectionText{
    flex: 1;
    overflow-wrap: anywhere;
    padding: 0px 15px;

}
.interestContent,.suggestionContent{
    position: relative;
    display: flex;

}
.tody_third_portion .box{
    border-radius:20px 20px 0px 0px!important;
}

.footerLogo a img{
    width: auto;
    height: 45px;
}


.deatail_video_div .carousel .carousel-inner .carousel_video div img {
    transform: translateX(-50%);
    width: auto!important;
    height: 300px!important;
    object-fit: cover!important;
    object-position: center!important;
    text-align: center;

    position: relative;
    left: 50%;
}


.heading_wrap h2.h2{
    font-size: 49px;
    margin-top: -45px;
    font-weight: 700;
    text-align: center;
}

.answer-list .answer{
    margin-bottom: 10px;
}

.dislikelist>ul>li{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px!important;
}

#prescription-entry-form .mt-16{
    margin-bottom: 15px!important;
}
label.form-check-label {
    margin-left: 5px;
}
.mt-sm-2.addItems{
    margin-top: 0px!important;
}
.new-meals-bt.custom-modal-bt{
    margin: 0px 20px 0px 0px!important;
}
.fav-meal .row.fav-meal-items.align-items-center.px-3.mb-2{
    margin-bottom: 3px!important;
}
.fav-meal p ~ .row.fav-meal-items.align-items-center.px-3.mb-2:last-child{
    margin-bottom: 0px!important;
}
p.text-center.custom-border {
    border-bottom: 2px solid #ddd !important;
    /* margin: 7px; */
    padding: 0px 0 0px!important;
}
p.text-center.custom-border {

    margin-bottom: 3px!important;
}

.fav-meal>p{
    font-weight: 500;
    font-size: 18px;
}

button.swal2-cancel.btn.w-45.border-radius50.swal2-styled, button.swal2-confirm.btn.w-45.border-radius50.swal2-styled {
    width: auto!important;
    border-radius: 30px;
    font-size: 14px!important;
}
.iconChevron>svg {
    color: #fff!important;
}
.chartPageContent {
    min-height: calc(100% - 355px) !important;
}

table tbody tr:hover{
    background-color: #dddddd !important;
}









