


/* menu css */

@media (min-width: 601px){
    #sidebar-prefrence .widget_custom_html {
        display: none;
    }
   
}
@media (max-width: 600px){
    #sidebar-prefrence {
        float: none !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 6px 20px 7px 10px;
        box-shadow: 0px 2px 10px;
    }
    #sidebar-prefrence .toggle_menu {
        width: fit-content;
        margin-left: auto;
    }
    #sidebar-prefrence .widget_media_image img {
        margin: unset !important;
        width: 70px !important;
    }
    #sidebar-prefrence #ct_menu_wrapper{
        flex-basis: 100%;
        max-width: 100%;
        display: block;

        position: fixed;
        top: -150vh;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background: #000000f5;
        z-index: 1;
        transition: all 0.3s ease-in-out;
    }
    #sidebar-prefrence .widget_custom_html,
    #sidebar-prefrence .widget_media_image{
        width: 50%;
        z-index: 2;
    }
    #sidebar-prefrence #ct_menu_wrapper.visibility{
        top: 81px;
        transition: all 0.3s ease-in-out;
    }

    #sidebar-prefrence .widget_custom_html i{
        color:#ECDE0C;
        cursor: pointer;
        font-size: 28px;
    }
    body.visibility{
        overflow-y: hidden;
    }
    
    #sidebar-prefrence .widget_custom_html i.fa.fa-close::before {
        content: "\f00d" !important;
        font-weight: 900;
      }
    
}
/* menu css */


/* general css */
.video_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
    margin-top: 15px;
}
.video_wrapper img{
    max-width: 200px;
  width: 100%;
}
.video_wrapper p{
    color: #fff;
    text-align: center
}
.video_wrapper button,
#bm-video button#bm-vbc,
#rt-video button#rt-vbc,
#tw-video button#tw-vbc,
#up-video button#up-vbc{
    background-color: #ECDE0C !important;
    color: black !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.12) !important;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    border-color: unset !important;
    margin: auto;
    display: block; 
    border-color: #ECDE0C !important;
}

#bm-video iframe,
#rt-video iframe,
#tw-video iframe,
#up-video iframe{
    width: 100% !important;
    height: 400px !important;
}
#bm-video,
#rt-video,
#tw-video,
#up-video{
    padding: 0 !important;
}
#bm-video .modal-dialog,
#rt-video .modal-dialog,
#tw-video .modal-dialog,
#up-video .modal-dialog{
    width: 600px !important;
}
@media (max-width: 600px){
    .video_wrapper{
        margin-bottom: 18px;
        gap: 17px;
        margin-top: 0px;
    }
    .video_wrapper img{
        max-width: 170px;
    }
    .video_wrapper p{
        text-align: left;
        font-size: 15px;
    }
    #bm-video .modal-dialog,
    #rt-video .modal-dialog,
    #tw-video .modal-dialog,
    #up-video .modal-dialog{
        width: unset !important;
    }
    #bm-video iframe,
    #rt-video iframe,
    #tw-video iframe,
    #up-video iframe{
        width: 100% !important;
        height: 270px !important;
    }
}
/* general css ended */




/* css started for: BODY MEASUREMENTS PAGE */
body.page-template-body-measurement .bm-form {
    background: #000;
    padding: 20px 30px !important;
}
body.page-template-body-measurement {
    background: #000;
}
body.page-template-body-measurement .bm-form #body_measurements .form-title {
    display: none;
}

body.page-template-body-measurement .bm-form #body_measurements .int-bd-1,
body.page-template-body-measurement .bm-form #body_measurements .int-bd-2,
body.page-template-body-measurement .bm-form #body_measurements .int-bd-3 {
    color: #ffffff85 !important;
    accent-color: #000 !important;
}

body.page-template-body-measurement .bm-form #body_measurements .int-bd-1 input,
body.page-template-body-measurement .bm-form #body_measurements .int-bd-2 input,
body.page-template-body-measurement .bm-form #body_measurements .int-bd-3 input {
    opacity: 0.5;
    cursor: pointer;
}

body.page-template-body-measurement .bm-form #body_measurements,
body.page-template-body-measurement .bm-form #body_measurements .int-bd-active {
    color: #fff !important;
}

body.page-template-body-measurement .bm-form #body_measurements .int-bd-active {
    accent-color: #fff !important;
}

body.page-template-body-measurement .bm-form #body_measurements .int-bd-active input {
    opacity: 1
}

body.page-template-body-measurement .preferences-layout ul.tabs-container li a.active {
    color: #fff !important;
    border-bottom: 5px solid #fff !important;
}

body.page-template-body-measurement .measure-list ul.nav-tabs a {
    color: #ffffff85 !important;
    border-color: #ffffff85;
}

body.page-template-body-measurement .preferences-layout ul.nav-tabs::after {
    border-bottom: 0 !important;
}

body.page-template-body-measurement .measure-list ul.nav-tabs a:hover {
    border-bottom: 5px solid #ffffff85;
}

body.page-template-body-measurement #measure-table table {
    color: #fff;
}

body.page-template-body-measurement #measure-table table td,
body.page-template-body-measurement #measure-table table th {
    text-align: center
}
body.page-template-body-measurement form#body_measurements button#btn_load_table_click{
    background-color: #ECDE0C !important;
    color: black !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.12) !important;
    padding: 10px 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
  border-color: unset !important;
  margin-right: 5px;
}
body.page-template-body-measurement form#body_measurements .body-measurement-save {
    float: right;
    width: unset;
}
@media (max-width: 991px) {
    body.page-template-body-measurement .bm-form #body_measurements .col-md-6 {
        width: 50%;
        float: left;
    }

    body.page-template-body-measurement .bm-form {
        padding: 20px !important;
    }

    body.page-template-body-measurement .bm-form #body_measurements .col-md-6.no-pad-left {
        padding-right: 5px !important;
    }

    body.page-template-body-measurement .bm-form #body_measurements .col-md-6.no-pad-right {
        padding-left: 5px !important;
    }
}
/* css Ended for: BODY MEASUREMENTS PAGE */

/* css started for: RESULT/PROGRESS TRACKER PAGE */
body.page-template-result-tracker .result-tracker {
    background: #000;
    padding: 20px 30px !important;
}

body.page-template-result-tracker {
    background: #000 !important;
}

body.page-template-result-tracker .result-tracker #result-form {
    color: #fff;
}

body.page-template-result-tracker .result-tracker #result-form span:not(.result-icon) .fa-calendar {
    color: #ECDE0C;
}

body.page-template-result-tracker .result-tracker table {
    color: #fff;
}

body.page-template-result-tracker .result-tracker table td,
body.page-template-result-tracker .result-tracker table th {
    text-align: center
}

body.page-template-result-tracker .result-tracker .result-section-1 {
    margin-top: 25px;
}

body.page-template-result-tracker .result-tracker #measurement,
body.page-template-result-tracker .result-tracker #measurementleft_cm,
body.page-template-result-tracker .result-tracker #measurementright_cm {
    margin-top: 30px;
}

body.page-template-result-tracker .result-tracker #chartContainer {
    max-width: 100%;
}

body.page-template-result-tracker .result-tracker .canvasjs-chart-container {
    filter: invert(1);
}

body.page-template-result-tracker .result-tracker #result-form .form-control {
    min-height: 40px;
}

@media (max-width: 991px) {
    body.page-template-result-tracker .result-tracker {
        padding: 20px !important;
    }
}

/* css Ended for: RESULT/PROGRESS TRACKER PAGE */


/* css started for: TODAYS WORKOUT / STORE PAGE */
body.page-template-todays-workout{
    background: #000;
}
body.page-template-todays-workout .mealplan-sections {
    background: #000;
    color: #fff;
    padding: 20px 30px 30px 30px;
}
body.page-template-todays-workout .mealplan-sections h4{
    margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  font-size: 18px;
  margin-top: 30px;
}
body.page-template-todays-workout .mealplan-sections small{
    display: block;
    margin-bottom: 20px;
    font-size: 15px ;
}
@media (max-width: 991px) {
    body.page-template-todays-workout .mealplan-sections {
        padding: 20px !important;
    }
}
@media screen and (max-width: 590px) {
    body.page-template-todays-workout .mealplan-sections small{
        text-align: center;
    }
    body.page-template-todays-workout .mealplan-sections h4{
        text-align: center;
    }
    body.page-template-todays-workout .packages-slider{
        margin: 0 30px;
    }
}
/* css Ended for: TODAYS WORKOUT / STORE PAGE */


/* css Started for: ARCHIVE PACKAGES / ALL-PACKAGES PAGE*/
body.page-template-archive-packages {
    background: #000;
}

body.page-template-archive-packages .mealplan-sections {
    background: #000;
    color: #fff;
    padding: 30px;
}

body.page-template-archive-packages .mealplan-sections small {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
}

@media (max-width: 991px) {
    body.page-template-archive-packages .mealplan-sections {
        padding: 20px 30px !important;
    }
}

@media screen and (max-width: 590px) {
    body.page-template-archive-packages .mealplan-sections small {
        text-align: center;
    }

    body.page-template-archive-packages .packages-slider {
        margin: 0 30px;
    }
}
/* css Ended for: ARCHIVE PACKAGES / ALL-PACKAGES PAGE*/



/* css started for preferences page */
body.page-template-preferences #preferencesCon {
    background-color: #000 !important;
    padding-bottom: 20px;
}

body.page-template-preferences .preferences-layout ul.tabs-container li a.active {
    color: #fff !important;
    border-bottom: 5px solid #fff !important;
}

body.page-template-preferences .preferences-layout ul.nav-tabs a {
    color: #ffffff85 !important;
    border-color: #ffffff85;
}

body.page-template-preferences .preferences-layout ul.nav-tabs::after {
    border-bottom: 0 !important;
}

body.page-template-preferences .preferences-layout ul.nav-tabs a:hover {
    border-bottom: 5px solid #ffffff85;
}

body.page-template-preferences .tab-pane {
    color: #fff;
}

body.page-template-preferences .tab-pane #nutrition_profile,
body.page-template-preferences .tab-pane .week_layout_div .badge,
body.page-template-preferences .tab-pane .btn.meal-type_update,
body.page-template-preferences .tab-pane #dislike_preferences_form .btn.dislike_update,
body.page-template-preferences .tab-pane #diet_plan_set_table {
    color: #000 !important;
}

body.page-template-preferences .tab-pane select#nutrition_target {
    background-color: #fff !important;
    color: #000 !important;
}

body.page-template-preferences .tab-pane .options_bar_label {
    color: #d0d0d0c2;
}

body.page-template-preferences .tab-pane #diet_plan_set_table {
    margin-bottom: 0
}
body.page-template-preferences .ms-options-wrap .ms-search,
body.page-template-preferences .ms-options-wrap ul{
    color: #000 !important;
}
@media (max-width: 400px) {
    body.page-template-preferences .tab-pane #dislike_preferences_form .btn.dislike_update {
        margin-top: 13px;
    }
}
/* css End for preferences page */





/* css Started for: Upload/view photo page */
.view_upload_tab_section {
    margin-top: 50px;
}

.page-template-upload-photos .upload-container {
    padding: 20px 30px;
    color: #fff;
    background: #000;
}

.view_upload_tab {
    overflow: hidden;
    border-bottom: 1px solid #cccccc70;
    display: flex;
    align-items: flex-end;
    min-height: 66px;
}

.view_upload_tab button {
    background-color: #ecdd0c9f;
    color: #000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 17px 45px;
    transition: 0.4s ease-in-out;
    font-size: 19px;
    font-weight: bold;
}

.view_upload_tab button:first-child {
    border-top-left-radius: 11px;
}

.view_upload_tab button:last-child {
    border-top-right-radius: 11px;
}

.view_upload_tab button.active {
    background-color: #ECDE0C;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    padding: 23px 45px;
}

.view_upload_tab_content {
    display: none;
    border: 1px solid #cccccc70;
    border-top: none;
}

.view_photos_wrapper {
    display: flex;
}

.view_col {
    width: 50%;
    padding-top: 15px;
    /* padding: 20px 20px;
    min-height: 400px;
    height: 400px;
    overflow-y: scroll; */
}

#view_photos {
    position: relative;
}

.view_photos_wrapper .view_col:first-child {
    border-right: 1px solid #cccccc70;
}

.select_tab_wrapper {
    display: flex;
}

.select_tab_col {
    width: 50%;
    padding: 0px 8px;
    border-bottom: 1px solid #cccccc70;
    /* padding-bottom: 170px; */
    border-right: 1px solid #cccccc70;
}

.select_tab_wrapper .select_tab_col:last-child {
    border-right: none;
}

.view_col .photo_container {
    padding: 15px;
    min-height: 400px;
    height: 400px;
    overflow-y: scroll;
    border-top: 1px solid #cccccc70;
}

/* 
.search_wrapper {
    position: absolute;
  top: 95px;
  left: 0;
  width: 50%;
  border-top: 1px solid #cccccc70;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.view_photos_wrapper .view_col:last-child .search_wrapper{
    left: 50%;
} */
.page-template-upload-photos .preferences-layout ul.nav-tabs {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.page-template-upload-photos .preferences-layout ul.nav-tabs li a {
    color: #ccc;
    padding: 5px 15px;
    font-size: 25px;
    border-bottom: 0;
}

.page-template-upload-photos .preferences-layout ul.nav-tabs li a.active {
    color: #fff !important;
    border-color: #fff !important;
}

.page-template-upload-photos .preferences-layout ul.nav-tabs::after {
    display: none;
}
.page-template-upload-photos .video_wrapper p.upload-para {
    padding-left: 0;
    text-align: left;
}
.page-template-upload-photos .video_wrapper .photos-content {
    width: 100%;
}
.bottom_banner {
    padding: 3px 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #ECDE0C;
    border-top: none;
    background-color: #ECDE0C;
}

.bottom_banner img {
    width: 100%;
    max-width: 60px;
}

.bottom_banner_info {
    color: #000;
    font-size: 11px;
}
.bottom_banner_info a{
    color: #000;
    font-size: 11px;
    cursor: pointer;
}

.bottom_banner_info i {
    padding-bottom: 3px;
    padding-right: 6px;
}

.bottom_banner h4 {
    color: #000;
    font-size: 17px
}

.upload_photo_wrapper {
    min-height: 300px;
}

.page-template-upload-photos .fa-calendar {
    color: #ECDE0C;
}

.page-template-upload-photos input#img-upload-btn {
    background-color: #ECDE0C !important;
}

.page-template-upload-photos .para-rt {
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px !important;
}

/* .view_photos_wrapper img {
    max-width: 100% !important;
    width: 50% !important;
    margin: auto;
    display: block;
} */
.view_photos_wrapper #img-upload-btn.search_photo {
    margin-top: 0 !important;
    margin: auto;
    display: block;
    top: 9px;
    position: relative;
}

.view_photos_wrapper .progress_photos_row img#dynamic_front_image,
.view_photos_wrapper .progress_photos_row img#dynamic_rear_image,
.view_photos_wrapper .progress_photos_row img#dynamic_left_image,
.view_photos_wrapper .progress_photos_row img#dynamic_right_image {
    width: auto !important;
    height: auto !important;
    min-width: 235px;
    max-width: 235px
}

.view_upload_tab_section span#cal-icon {
    top: 31% !important;
}

.upload_photo_wrapper .upload_container {
    border-top: 1px solid #cccccc70;
    padding: 20px;
}
.view_col #loader {
    margin: auto !important
}
.view_photos_wrapper .progress_photos_row{
    width: unset !important;
  float: unset !important;
  /* position: relative; */
}

.page-template-upload-photos .datepicker-days td.dateHighlight{
    border-radius: 5px;
  border: 2px solid #fff !important;
  background-color: #ECDE0C54 !important;
  color: #000 !important;
}
.page-template-upload-photos .datepicker table tr td.active{
    border-radius: 5px;
  border: 2px solid #fff !important;
  background-color: #04c !important;
  color: #fff !important;
}
.page-template-upload-photos .datepicker table tr td.today {
    border: 2px solid #fff !important;
    color: #000;
    background: #ECDE0C !important;
    background-image: none !important;
  text-shadow: none;
  font-weight: bold;
  border-radius: 5px !important;
}

.page-template-upload-photos .datepicker table tr td.today:hover {
    color: #000 !important;
}
.page-template-upload-photos .datepicker table tr td.today.active{
    background-color: #04c !important;
  color: #fff;
}

.page-template-upload-photos .datepicker table tr td.today.active:hover {
    color: #fff !important;
}
.page-template-upload-photos .datepicker .table-condensed > tbody > tr > td{
    border: 2px solid #fff !important;
}


.page-template-upload-photos #Image_upload_form .box {
    border-radius: 5px;
    margin-top: 5px;
}
.page-template-upload-photos #Image_upload_form .box .box-header {
    min-height: 45px;
  display: flex;
  align-items: center;
}

.page-template-upload-photos #Image_upload_form .box .box-header button.btn-danger{
    margin-top: 6px;
  margin-bottom: 6px;
  background-color: #be1818  !important;
  font-size: 14px;
}
.page-template-upload-photos #Image_upload_form .image-upload {
    display: flow-root;
}
@media (min-width: 768px){
    .page-template-upload-photos #Image_upload_form .tab-content p.para-rt{
        text-align: left;
        padding-left: 15px;
    }
}
@media (max-width: 1440px) {
    .page-template-upload-photos .preferences-layout ul.nav-tabs li a {
        font-size: 17px;
    }

}

@media (max-width: 1100px) {
    .page-template-upload-photos .preferences-layout ul.nav-tabs {
        flex-direction: column;
        gap: 10px;
        padding: 0 10px;
        margin-top: 5px !important
    }

    .page-template-upload-photos .preferences-layout {
        margin-bottom: 15px
    }

    .view_photos_wrapper img {
        width: 70% !important;
    }

}

@media (max-width: 1024px) {
    .photo_container .progress_photos_row {
        width: unset !important;
        padding: 0 !important
    }

    .view_col .photo_container {
        padding: 11px 5px;
    }

    .page-template-upload-photos .para-rt {
        font-size: 12px !important;
    }
}

@media (max-width: 900px) {
    .view_photos_wrapper img {
        width: 100% !important;
    }

    .view_photos_wrapper .progress_photos_row img#dynamic_front_image,
    .view_photos_wrapper .progress_photos_row img#dynamic_rear_image,
    .view_photos_wrapper .progress_photos_row img#dynamic_left_image,
    .view_photos_wrapper .progress_photos_row img#dynamic_right_image {
        width: 100% !important;
        min-width: 100% !important
    }
}

@media (max-width: 767px) {
    .page-template-upload-photos #Image_upload_form .fa-cloud-upload{
        padding-top: 5px;
    }
    .page-template-upload-photos #Image_upload_form .box .box-header .box-tools{
        left: auto;
        right: 5px;
    }
    .page-template-upload-photos #Image_upload_form .box .box-header b{
        font-size: 13px;
    }


    .page-template-upload-photos #Image_upload_form .tab-pane .col{
        text-align: center;
    }
    .view_upload_tab_section {
        margin-top: 33px;
    }

    .page-template-upload-photos .upload-container {
        padding: 15px;
    }

    .view_upload_tab button {
        width: 50%
    }

    .view_upload_tab button.active {
        width: 53%;
    }

    .view_upload_tab {
        border-bottom: 0;
        min-height: 56px;
    }

    .view_col {
        padding-top: 8px;
    }

    .view_upload_tab button {
        padding: 14px 16px;
        font-size: 17px;
    }

    .view_upload_tab button.active {
        padding: 19px 16px;
    }

    .view_photos_wrapper img {
        width: 100% !important;
        height: auto !important;
    }

    .page-template-upload-photos .preferences-layout ul.nav-tabs li a {
        line-height: 20px;
    }

    .view_photos_wrapper .tab-content>.tab-pane>.col-lg-12 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .page-template-upload-photos .para-rt {
        margin-bottom: 7px;
    }

    .view_col .photo_container {
        height: 69vw;
        min-height: 260px;
    }

    .view_photos_wrapper #img-upload-btn.search_photo {
        padding: 8px 20px;
    }
}

@media (min-width: 601px) {
    .bottom_banner {
        display: none;
    }
}

/* css Ended for: Upload/view photo page */



/* css Started for fooddatabase page */
body.page-template-fooddatabase {
    background: #000;
}

body.page-template-fooddatabase .mealplan-sections {
    background-color: #000;
    color: #fff;
    padding: 30px;
}

body.page-template-fooddatabase .mealplan-sections a.btn {
    color: #fff !important;
    border-color: #fff !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

body.page-template-fooddatabase .mealplan-sections table.table-bordered td,
body.page-template-fooddatabase .mealplan-sections table.table-bordered th,
body.page-template-fooddatabase .mealplan-sections table.table-bordered {
    border-color: #ffffff6e !important;
}

body.page-template-fooddatabase .mealplan-sections button#fd_btn_ani {
    background-color: #ECDE0C !important;
}

body.page-template-fooddatabase .mealplan-sections>.row>.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    body.page-template-fooddatabase .mealplan-sections {
        padding: 15px;
    }
}

/* css Ended for fooddatabase page */





/* css Started for all-rating page */
body.page-template-all-ratings {
    background: #000;
}

body.page-template-all-ratings .mealplan-sections {
    background-color: #000;
    color: #fff;
    padding: 30px;
}

body.page-template-all-ratings .mealplan-sections a.btn {
    color: #fff !important;
    border-color: #fff !important;
    margin-right: 0 !important;
}

body.page-template-all-ratings .mealplan-sections table.table-bordered td,
body.page-template-all-ratings .mealplan-sections table.table-bordered th,
body.page-template-all-ratings .mealplan-sections table.table-bordered {
    border-color: #ffffff6e !important;
}

body.page-template-all-ratings .mealplan-sections>.row>.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

body.page-template-all-ratings .mealplan-sections #r_data {
    padding-top: 15px;
}

@media (max-width: 991px) {
    body.page-template-all-ratings .mealplan-sections {
        padding: 15px;
    }
}

/* css Ended for all-rating page */



/* css Started for ingredient-list page */
body.page-template-ingredient_list {
    background: #000;
}

body.page-template-ingredient_list .mealplan-sections {
    background-color: #000;
    color: #fff;
    padding: 30px;
}

body.page-template-ingredient_list .mealplan-sections a.btn {
    color: #fff !important;
    border-color: #fff !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

body.page-template-ingredient_list .mealplan-sections table.table-bordered td,
body.page-template-ingredient_list .mealplan-sections table.table-bordered th,
body.page-template-ingredient_list .mealplan-sections table.table-bordered {
    border-color: #ffffff6e !important;
}

body.page-template-ingredient_list .mealplan-sections>.row>.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    body.page-template-ingredient_list .mealplan-sections {
        padding: 15px;
    }
}

/* css Ended for ingredient-list page */



/* css Started for packages-subscription */
body.page-template-subscription {
    background: #000;
}

body.page-template-subscription .subscription-con form h2 {
    color: #fff;
}

/* css Ended for packages-subscription */




/* css Started for choose-plan page */
body.page-template-choose-plan {
    background-color: #000;
    color: #fff;
}

body.page-template-choose-plan .choosePlan-layout .choosePlan-con .feature_column .feature_row .feature_check::after {
    border-color: #fff;
}

body.page-template-choose-plan a.btn.free {
    border-color: #fff !important;
    color: #fff !important;
}

body.page-template-choose-plan a.btn.premium_trial_btn {
    background-color: #ECDE0C;
    color: #000;
}

/* css Ended for choose-plan page */





/* css started for MEAL-PLANNER PAGE */
body.page-template-meal-plan {
    background: #000;
}

body.page-template-meal-plan .mealplan-sections {
    background: #000;
    color: #fff;
    padding: 20px 30px;
}

body.page-template-meal-plan .mealplan-sections .mealplan-header-top {
    background-color: #000 !important;
    padding: 10px 0 !important
}

body.page-template-meal-plan .mealplan-sections .single_day_view_container {
    padding: 0 20px !important;
}



body.page-template-meal-plan .mealplan-sections .right_planner_buttons {
    display: flex;
    gap: 6px;
}

body.page-template-meal-plan .mealplan-sections .left_planner_buttons,
body.page-template-meal-plan .mealplan-sections .right_planner_buttons {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

body.page-template-meal-plan .mealplan-sections .mealplan-header-top .calendar_actions .btn-lg,
body.page-template-meal-plan .mealplan-sections .mealplan-header-top #open_calendar_preview .input-group-addon {
    padding: 4px 15px !important;
    color: #000 !important;
    background-color: #fff;
    border-radius: 4px;
}

body.page-template-meal-plan .mealplan-header-top .calendar_actions .right_planner_buttons .col-auto button.btn {
    border-radius: 4px;
    background: #ECDE0C !important;
}

body.page-template-meal-plan .mealplan-sections .mealplan-header-top .calendar_actions .btn-lg i {
    font-size: 15px;
}

body.page-template-meal-plan .mealplan-sections .mealplan-header-top .custom-select {
    margin-bottom: 0 !important;
    margin-right: 2px !important;
    margin-left: 2px !important;
}

body.page-template-meal-plan .mealplan-sections .mealplan-header-top #calendar_today_button {
    font-size: 13px !important;
}

body.page-template-meal-plan .mealplan-sections .mealplan-header-top #open_calendar_preview .input-group-addon {
    font-size: 13px !important;
    border-radius: 0;
}

body.page-template-meal-plan .mealplan-sections .mealplan-header-top .header-text-top h2 {
    text-align: center;
    margin: auto;
    display: block;
    font-size: 25px;
    font-weight: bold;
    padding: 3px 0;
}

body.page-template-meal-plan .mealplan-sections .mealplan-header-top .header-top {
    padding-bottom: 0 !important;
}

body.page-template-meal-plan .mealplan-sections .carousel_container .owl-item {
    border-top: 3px solid #000;
}

body.page-template-meal-plan .mealplan-sections .carousel_container .owl-item.active {

    background-color: #000;
    border: 1px solid #ffffff82;
    border-top: 3px solid #fff;
    padding: 0 30px 20px 30px;
    border-radius: 4px;
}

body.page-template-meal-plan .mealplan-sections .plan_container .owl-stage-outer {
    overflow: hidden;
}

body.page-template-meal-plan div.text-label.header_weekday,
body.page-template-meal-plan div.day_number {
    background-color: transparent !important;
    color: #fff !important;
}

body.page-template-meal-plan .owl-nav button {
    color: #ECDE0C !important;
    opacity: 1 !important;
}

body.page-template-meal-plan .owl-nav button:hover {
    color: #ECDE0C !important;
}

body.page-template-meal-plan .mealplan-sections .calorie-col {
    color: #fff !important;
}

body.page-template-meal-plan .mealplan-sections .blank_day_body .btn {
    background-color: #ECDE0C !important;
}

body.page-template-meal-plan .mealplan-sections .workspace_area .btn-outline-secondary {
    background-color: #ECDE0C !important;
    color: #000 !important;
    margin-top: 20px
}

body.page-template-meal-plan .mealplan-sections #weekly-day .single-week h3,
body.page-template-meal-plan .mealplan-sections #weekly-day .single-week .show-d button.btn {
    color: #fff;
}

body.page-template-meal-plan .mealplan-sections #weekly-day .all-meal {
    border-radius: 4px;
}

body.page-template-meal-plan .mealplan-sections .weekly .single-week .s-plan button.generate_day_btn {
    background-color: #ECDE0C !important;
}

body.page-template-meal-plan .mealplan-sections #weekly-day .current_date_range {
    color: #fff;
}

body.page-template-meal-plan .mealplan-sections #weekly-day .slide-arrow a.btn-lg {
    border-color: #c8c8c8;
    color: #ECDE0C !important;
}

body.page-template-meal-plan .mealplan-sections .meal-ad h4,
body.page-template-meal-plan .mealplan-sections .workspace_area .meal-details h3,
body.page-template-meal-plan .mealplan-sections .workspace_area .meal-details p {
    color: #333 !important
}

body.page-template-meal-plan .switch_toggle {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 33px;
    cursor: pointer;
}

body.page-template-meal-plan .workspace_area_right .today_meals_plan_msg {
    top: 30px !important;
}

body.page-template-meal-plan .workspace_area_right .today_meals_plan {
    padding-top: 30px;

}

.workspace_area_right .protien-col,
.workspace_area_right .carbohydrate-col,
.workspace_area_right .fat-col {
    display: none !important;

}

.swicth_on+#food_plan>.today_meals_plan_msg>.protien-col,
.swicth_on+#food_plan>.today_meals_plan_msg>.carbohydrate-col,
.swicth_on+#food_plan>.today_meals_plan_msg>.fat-col {
    display: block !important;

}

#target span.calorie {
    display: none;

}

#target span:nth-child(4) {
    display: inline !important;
}


body.page-template-meal-plan .workspace_area_right .micro_day_stats {
    border: 1px solid #ffffff69;
    padding: 10px;
    margin-top: 15px !important;
    border-radius: 4px;

}

body.page-template-meal-plan .dayregenerate_plan {
    cursor: pointer;
}

body.page-template-meal-plan #weekly-day .single-week .a-meal .all-meal .m-name h3,
body.page-template-meal-plan #weekly-day .single-week .a-meal .all-meal .m-name p {
    color: #000 !important
}

body.page-template-meal-plan .weekly .single-week .s-plan {
    margin-left: 15px;
    margin-right: 15px;
}

body.page-template-meal-plan #weekly-day .s-plan{
    color: #000;
}
body.page-template-meal-plan #single-day .blank_day_body {
    color: #000;
    padding-bottom: 25px;
}
body.page-template-meal-plan #weekly-day .s-plan a.load_diet_range {
    background-color: #ECDE0C !important;
}
body.page-template-meal-plan .mealplan-sections .calendar_actions .left_planner_buttons {
    display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 8px;
  /* justify-content: center; */
}
body.page-template-meal-plan .mealplan-sections .calendar_actions .left_planner_buttons .tablet-right{
    width: fit-content;
}
body.page-template-meal-plan .mealplan-sections .calendar_actions .left_planner_buttons select.custom-select {
    /* width: unset !important; */
   
}


@media (max-width: 992px){
    .mealplan-header-top .calendar_actions .btn-lg{
        margin: 0 2px;
    }
}

@media (max-width: 991px) {
    body.page-template-meal-plan .mealplan-sections {
        padding: 0px !important;
    }

    .mealplan-header-top .calendar_actions .tablet-right a.previous_plan_button {
        margin-left: 0 !important;
    }

}

@media (max-width:767px) {
    body.page-template-meal-plan .mealplan-sections .calendar_actions .left_planner_buttons {
        display: grid;
        grid-template-areas:
        "1fr   1fr   1fr  " 
        "mybtn mybtn mybtn";
        column-gap: 5px;
        row-gap: 0;
    }
    body.page-template-meal-plan .mealplan-sections .calendar_actions .left_planner_buttons .tablet-right{
        width: unset;
    }
    body.page-template-meal-plan .mealplan-sections .calendar_actions .left_planner_buttons select.custom-select {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
      }
    body.page-template-meal-plan .mealplan-sections .calendar_actions .left_planner_buttons #btn_smp {
        /* width: 100%; */
        margin-right: 0 !important;
        margin-left: 0;
        grid-area: mybtn;
    }
    body.page-template-meal-plan .mealplan-sections .calendar_actions .left_planner_buttons > :nth-child(1) {
        justify-content: flex-start !important;
     }
    body.page-template-meal-plan .mealplan-sections .calendar_actions .left_planner_buttons > :nth-child(3) {
        justify-content: flex-end !important;
     }
   



    body.page-template-meal-plan .mealplan-sections .mealplan-header-top #btn_smp,
    body.page-template-meal-plan .mealplan-sections .mealplan-header-top .right_planner_buttons {
        margin-top: 6px !important;
    }

    body.page-template-meal-plan .mealplan-sections .mealplan-header-top .calendar_actions .btn-lg,
    body.page-template-meal-plan .mealplan-sections .mealplan-header-top #open_calendar_preview .input-group-addon {
        padding: 4px 8px !important;
    }

    body.page-template-meal-plan .mealplan-sections #weekly-day .current_date_range {
        padding: 0 13px !important;
    }

    body.page-template-meal-plan .mealplan-sections .single_day_view_container {
        padding: 0 25px !important;
    }

    body.page-template-meal-plan .mealplan-sections .carousel_container .owl-item.active {
        padding: 0 5px 20px 5px;
    }

    body.page-template-meal-plan .switch_toggle {
        top: -11px;
        right: -13px;
        font-size: 30px;
    }

    body.page-template-meal-plan .mealplan-sections .mealplan-header-top .calendar_actions .btn-lg i {
        font-size: 10px;
    }

    body.page-template-meal-plan .mealplan-sections .mealplan-header-top .calendar_actions #btn_smp i {
        font-size: 16px;
    }

    body.page-template-meal-plan #weekly-day .a-meal {
        margin-left: 0 !important;
    }
    body.page-template-meal-plan #dropdownMenuButton + .dropdown-menu{
        width: calc(100% + 56px) !important;
        /* left: -57px !important; */
    }
}
@media (max-width: 600px){
    body.page-template-meal-plan .mealplan-sections .mealplan-header-top #calendar_today_button{
        width: 80%;
    }
    body.page-template-meal-plan .mealplan-header-top .calendar_actions .open_calendar_preview{
        width: 80%;
    }
}

/* css Ended for MEAL-PLANNER PAGE */





/* logout button css */
body.page-template-default.page-id-6903 .wtrPageContent i.btn-logout{
    padding: 10px 35px !important;
  font-size: 18px !important;
  background: #ECDE0C !important;
  color: black !important;
  letter-spacing: 0.05em;
  cursor: pointer !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px !important;
  line-height: 27px !important;
  border: 0 !important;
} 

body.page-template-default.page-id-6903 .wtrPageContent i.btn-logout.fa-sign-out::after {
    content: 'logout';
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding-left: 7px;
  }
  body.page-template-default.page-id-6903 .wtrContainer {
    background-color: #000;
  }
  body.page-template-default.page-id-6903 .createFreeProfile{
    margin-bottom: 50px;
    border: 1px solid #dbdbdb;
    padding: 20px;
    border-radius: 7px;
    margin-top: 50px;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    body.page-template-default.page-id-6903 .wtrContainer .wtrInner {
      width: 100%;
    }
  }
/* logout button css */



/* Search meal-plan css  */


/* body.page-template-meal-plan .meallist_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
body.page-template-meal-plan .meallist_wrapper .meal_row{
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    padding: 15px;
} */
body.page-template-meal-plan .meal_box {
    display: grid;
    grid-template-columns: 0.8fr 1.7fr 0.55fr;
    gap: 5px;
    align-items: center;
    padding: 10px;
    margin-bottom: 0;
}
body.page-template-meal-plan .meal_box img{
    max-width: 100%;
    width: 100%;
    border-radius: 15px;
    display: block;
    /* height: auto; */
    height: clamp(70px, 18vw, 120px);
  object-fit: cover;
}
body.page-template-meal-plan .meal_box .meal_description_column{
    padding-left: 1.5vw;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-right: 1vw;
    text-align: left;
}
body.page-template-meal-plan .meal_box .meal_description_column h4,
body.page-template-meal-plan .meal_box .meal_description_column p{
    padding: 0;
    margin: 0;
    /* white-space: wrap; */
    white-space: break-spaces;
}
body.page-template-meal-plan .meal_box .meal_description_column h4 {
    text-transform: unset;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    font-family: Montserrat;
}
body.page-template-meal-plan .meal_box .meal_description_column p.price{
    color: #f70;
    font-weight: bold;
    font-family: Montserrat;
}
body.page-template-meal-plan .meal_box .meal_action_column{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: end;
}
body.page-template-meal-plan .meal_box .meal_action_column i{
    background: #f70;
    padding: 6px;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 26px;
    height: 26px;
    text-align: center;
}
body.page-template-meal-plan .meal_box .meal_action_column i.fa-plus::before {
    /* content: "\f067"; */
    vertical-align: middle;
}
body.page-template-meal-plan .meal_box .meal_action_column i:hover,
body.page-template-meal-plan .meal_box .meal_action_column i:focus {
    background: #ff7700b5;
  }
  body.page-template-meal-plan .meal_box .recipe_info {
    grid-column-end: 4;
    grid-column-start: 1;
    padding-top: 7px;
    border-top: 1px solid #d6d6d6;
    text-align: left;
    margin-top: 7px;
  }
  body.page-template-meal-plan .meal_box .recipe_info .ingredient_list {
    padding-top: 7px;
    border-top: 1px solid #d6d6d6;
    text-align: left;
    margin-top: 7px;
  }
  body.page-template-meal-plan .meal_box .recipe_info p,
  body.page-template-meal-plan .meal_box .recipe_info .ingredient_list{
    font-size: 15px;
  }
  body.page-template-meal-plan .meal_box .recipe_info p strong{
    font-size: 12px;
    padding: 3px 0;
  }
  body.page-template-meal-plan .meal_box .recipe_info b {
    font-size: 13.5px;
    text-transform: uppercase;
  }
  body.page-template-meal-plan .meal_box .recipe_info{
    display: none;
    /* white-space: collapse; */
    /* white-space: break-spaces; */
  }
  body.page-template-meal-plan .meal_box .recipe_info.clicked{
    display: block;
  }
  body.page-template-meal-plan .meal_box .meal_action_column i.fa-chevron-down{
    background: #ff7700b5;
    background: #0080009e;
  }
  body.page-template-meal-plan #fs-popup #t_m_list tbody tr td{
        white-space: unset !important;
  }
  body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout .table-responsive {
        border-color: #000 !important;
        border-width: 2px;
  }
  body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout select#fs-popup-table-select{
    border: 2px solid #000 !important;
  border-radius: 0 !important;
  font-size: 15px;
  margin-bottom: 10px;
  }
  body.page-template-meal-plan #fs-popup #mealplan_form {
    padding-top: 0 !important;
  }
  body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout input#fs-popup-table-search{
        height: 34px !important;
  }
  body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout table#t_m_list {
    border-top: 2px solid #000 !important;
  }
  body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout #fs-popup-table-search-note {
    margin-bottom: 10px;
    font-size: 12px !important;
    display: block;
  }
  
  @media (max-width: 767px){
    body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout .table-responsive input#fs-popup-table-search {
        width: 95% !important;
      margin: auto;
      display: flex;
      }
      body.page-template-meal-plan #fs-popup #t_m_list tbody tr td,
      body.page-template-meal-plan #fs-popup #t_m_list thead tr th{
        border-right: 0 !important;
      }
      body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout .table-responsive .radio-inline {
        margin-left: 10px !important;
      }
      
      body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout select#fs-popup-table-select{
        width: 95%;
        margin: 10px auto;
      }
      body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout table#t_m_list{
        border-top: 3px solid #000 !important;
      }
      body.page-template-meal-plan #fs-popup #mealplan_form #edit-meal-layout #fs-popup-table-search-note {
        
        width: 95%;
        
        margin: 0 auto 10px auto;
      }
  }
  @media (max-width: 500px){
    body.page-template-meal-plan #fs-popup div#edit-meal-header, body.page-template-meal-plan #fs-popup form#mealplan_form {
        padding: 15px 10px !important;
      }
      body.page-template-meal-plan .meal_box {
        padding: 5px;
    }
  }

/* Search meal-plan css  */




/* registration css */
body.page-template-default .registration-form video{
    border: 2px solid #000;
  height: 100%;
  background-color: #000000;
  margin-top: 5px !important;
  max-width: 500px;
  width: 100%;

}
body.page-template-default .registration-form{
    border-radius: 7px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
}
body.page-template-default .registration-form img.aligncenter{
 padding-top: 10px;
}
body.page-template-default .registration-form video + span.aligncenter {
    margin-bottom: 10px !important
}

@media (max-width: 600px){
    body.page-template-default .registration-form{
        padding: 15px;
    }
    body.page-template-default .registration-form img.aligncenter{
        max-width: 130px;
    }
    
    body.page-template-default main.wtrMainContent .wtrInner {
          width: 93%;
        }
    
}
















/* add meal-plan css */
body.page-template-meal-plan #ancr-popup form#custome_recipe_data_form fieldset > div:last-child label{
    /* display: flex;
    gap: 1px;
    align-items: center; */
}
body.page-template-meal-plan #ancr-popup form#custome_recipe_data_form fieldset > div:last-child label #img_switch,
body.page-template-meal-plan #eancr-popup form#ecustome_recipe_data_form fieldset > div:last-child label #eimg_switch{
    display: inline-block;
}
body.page-template-meal-plan #ancr-popup form#custome_recipe_data_form fieldset > div:last-child label #img_switch i,
body.page-template-meal-plan #eancr-popup form#ecustome_recipe_data_form fieldset > div:last-child label #eimg_switch i {
    font-size: 21px;
    vertical-align: middle;
    padding-left: 5px;
    cursor: pointer;
}






/* meal-plan ingredient list css */
body.page-template-meal-plan #openIngredientsMeal .ingre-detail>div {
    display: flex;
    align-content: center;
    max-width: 300px;
    position: relative;
}

body.page-template-meal-plan #openIngredientsMeal .ingre-detail>div>span:nth-child(3) {
    flex: 2;
}

body.page-template-meal-plan #openIngredientsMeal .ingre-detail>div>#is_btn_uw {
    position: absolute;
    right: 24px;
    color: #f70;
}

body.page-template-meal-plan #openIngredientsMeal .ingre-detail>div>#is_btn_delete {
    padding-right: 5px;
}

body.page-template-meal-plan #openIngredientsMeal .recipe+.ingre-detail>div {
    max-width: unset !important;
}

body.page-template-meal-plan #openIngredientsMeal .ingre-detail>div>#is_btn_so {
    color: #52c0bc;
}

body.page-template-meal-plan #openIngredientsMeal .ingre-detail>div>button#il_btn_ai {
    margin-top: 3px;
}
body.page-template-meal-plan #openIngredientsMeal .text-danger.warning_note{
    font-size: 13px
}
body.page-template-meal-plan #openIngredientsMeal button#bm-show-video {
    position: absolute;
  left: 14px;
  border-radius: 100%;
  background-color: #cb1111;
  border-color: #cb1111;
  padding: 5px 9px;
  font-size: 20px;
  top: -6px;
  line-height: 0;
  color: #fff;
}
body.page-template-meal-plan #openIngredientsMeal button#bm-show-video:hover {
    background-color: #dd1616;
    border-color: #dd1616;
  }
@media (max-width: 767px) {

    body.page-template-meal-plan #openIngredientsMeal .receipe-description .per-dish,
    body.page-template-meal-plan #openIngredientsMeal .receipe-description .rcp-name {
        padding-left: 0;
        padding-right: 0;
    }
}





/* registration page icon css */
body.page-template-default #um-admin-form-shortcode .registration-form form .um-col-alt > .um-left.um-half::before {
    content: "👉";
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 0;
    top: 0;
    top: 1px;
    color: #000;
    font-size: 26px;
  }
  body.page-template-default #um-admin-form-shortcode .registration-form form .um-col-alt > .um-left.um-half{
    position: relative;
  }
@media (max-width: 520px){
    body.page-template-default #um-admin-form-shortcode .registration-form form  .um-col-alt > .um-left.um-half::before {
        left: 25%;
      }
}
@media (max-width: 400px){
    body.page-template-default #um-admin-form-shortcode .registration-form form  .um-col-alt > .um-left.um-half::before {
        left: 20%;
      }
}

























