@import url('/assets/css/2024/googlefont-roboto.css');
/* NUTRIITION PAGE CSS */
:root{
    --primary-green:#4e827b;
    --common-black:#000000;
    --secondary-gray:#999999;
    --gray-light:#cbcbcb;
    --common-white:#ffffff;
    --common-purple:#4a5582 ;
    --light-blue:#F2F6F9;
    --font-poppins: 'Poppins', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
}
body{
    font-family: var(--font-roboto) !important;
}
a{
    text-decoration: none !important;
 
    /* text-transform: uppercase; */
}
a:hover{
    transition: all 0.5s ease;
}
p{
    margin:0;
}
h1, h2, h3, h4, h5, h6, p, a, li, span, div, textarea, button, table, tr, th, td {
    font-family: 'Roboto', sans-serif !important;
}
h1{
    font-size: 49px;
    font-weight: 800;
}
.radio_list .lbl {
    margin-left: 10px;
}

.article-quiz--question h5{
    font-size: 16px!important;
    font-weight: 600;
}
.fs-12{
    font-size: 12px!important;
}

 .radio_ps [type="radio"]:checked + label:before,   .radio_ps [type="radio"]:not(:checked) + label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #C9D0DA;
    border-radius: 100%;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
 .radio_ps [type="radio"]:checked + label:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
 .radio_ps [type="radio"]:checked + label:after{
    content: '';
    width: 11px;
    height: 11px;
    background: #4E827B;
    position: absolute;
    /* top: 3px; */
    left: 3px;
    border-radius: 100%;
    transition: all 0.2s ease;
    top: 50%;
}
.radio_ps [type="radio"]:checked,  .radio_ps [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
 .radio_ps [type="radio"]:checked + label,  .radio_ps [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.new-resizebtn input.savebasicinfo {
    line-height: 30px!important;
    width: 182px!important;
    color: var(--common-white);
    font-size: 20px;
    font-weight: 500;
}
/* ==============================common-css-start================== */
.nutritionMealImgIcon{
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-size: 25px;
}
.nutritionMealImgIcon a{
    background: #f9fbfdb3;
    display: inline-block;
    width:42px;
    height: 42px;
    line-height: 42px!important;
    border-radius: 50%;
}
a.nutrition-remove-favorite-button.active.nutrition_favorite_a:hover {
    background: #3B3F45;
}
.nutritionMealImgIcon a>svg{
    color: gray;
}
a.nutrition-remove-favorite-button.active.nutrition_favorite_a:hover svg{
    color: var(--common-white);
}
.step-container.current  h2{
    color: var(--common-purple);
}
.step-container.current {
    border: 4px solid var(--primary-green);
}
.child_container {
    border-radius: 20px;
}
.update_btn:hover{
    color: var(--common-white);
    background-color: var(--primary-green);
}
 .reset_btn:hover{
    color: var(--primary-green) ;
    border-color: var(--primary-green);
    background-color: none;
}
.calendarIcon svg{
    margin-right: 10px;
}
.todayMainScreen .progress-bar{
    background: #4e827b;
}
.headerLanguage#language {
    border: none !important;
    font-size: 12px;
    font-weight: 600;
    color: #444;
}
.exerciseVideoScreen .modal.show .modal-dialog {
    width: 80%!important;
}
.exerciseVideoScreen #excerciseVideoPopup .videoWrapper{
    margin-top: 15px;
    width: 100% !important;
    height: 325px;
}
#excerciseVideoPopup .modal-dialog {
    max-width: 80%!important;
}
.exerciseVideoScreen #excerciseVideoPopup .videoWrapper video{
    width: 100%;
    height: 100%;
}
.exerciseVideoScreen .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.exerciseVideoScreen  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.exerciseVideoScreen .exercise_equipment_frm {
    margin-top: 20px;
}
.exerciseVideoScreen .exercise_equipment_frm .form-control {
    border-radius: 25px;
    box-shadow: none !important;
}
.exerciseVideoScreen  .exercise_equipment_watch_btn {
    float: right;
    margin-top: 10px;
    border: 1px solid transparent;
    margin-right: -1px !important;
}
.exerciseVideoScreen  .update_btn {
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none !important;
    color: white;
    border-radius: 20px;
    text-align: center;
    /* margin-right: 30px; */
}
.exerciseVideoScreen  .exercise_equipment_watch_btn:hover{
    background-color: var(--primary-green);
}

.goalUpdateModal p{
    margin-bottom: 10px;
}
.goalUpdateModal a{
    padding: 10px 17px;
    color: white;
    display: inline-block;
}
.goalUpdateModal a:first-child{
    margin-right:20px!important;
}
.resetFit{
    background-color: var(--common-purple);
    border: 1px solid  var(--common-purple) ;
    color: var(--common-white);
    margin-right: 27px;
}
.resetFit:hover{
    background: none !important;
    border: 1px solid var(--primary-green);
    color: var(--primary-green);
}
.goalUpdateModal .reset_goal_btn_div{
    margin-top: 20px;
}
.goalUpdateModal .modal-header{
    padding: 3px 15px 5px;
}
.goalUpdateModal  .modal-title{
    font-size: 30px;
}
.challengesMAinScreen .tabs__navigation button.tabs__btn {
    width: fit-content !important;
}
.challengesMAinScreen .table-td-name{
    text-align: start;
}
.challengesMAinScreen .table-td-progress{
    width: 327px;
}
.challengesMAinScreen .table-td-progress .progress{
    width: 100%;
    border: none;
    background: #dfdfdf;
}
.challengesMAinScreen .table-td-progress .progress .progress-bar-1{
    background: var(--primary-green);
}

.goalMainScreen .tabs__btn:hover{
    color: #4e827b;
    border-bottom: 3px solid #4e827b;
}
.goalMainScreen .layout_images:hover .layout_overlay{
    opacity: 1;
}
.goalMainScreen .layout_images .layout_overlay li a{
    background: white;
    border-radius: 50%;
}
.goalMainScreen img.img-fluid.new-fluid:hover{
    opacity: 1 !important;
}
.goalMainScreen .layout_images .layout_overlay a.eyeIcon{
    padding: 7px 10px;
}
.goalMainScreen .layout_images .layout_overlay a.deleteIcon{
    padding: 7px 12px;
}
.progressBarContent .progressIcon{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    transform: translate(-50%, -50%);
}
.tabs__btn:hover {
    color: grey;
    font-weight: normal;
    /* padding: 10px 0 !important; */
}
 .tabs__btn.active {
    color: rgba(0,0,0,1) !important;
    border-bottom: 3px solid #000 !important;
    /* padding: 10px 0 !important; */
}
.underline{
    text-decoration: underline !important;
    color: #4a5582 !important;
}
/*.todayBoldTitle{*/
/*    font-size: 26px !important;*/
/*}*/
.todayBtnSpace{
    margin-top: 5px;
}
.innerTabTitle.light p{
    color: var(--bs-gray-600);
    font-weight: 400 !important;
    font-size: 15px !important;
}
.bt-m .rply:hover{
    background: var(--primary-green);
}
.iconChevron {
    font-size: 15px;
}
.iconChevron>svg{
    font-weight: 600;
    color: var(--primary-green);
}
.todayDownloadBtn{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.tabTable{
    width: 100%;
    text-align: left;
    border-top: 1px solid var(--bs-gray-300);
}
.tabTable tr{
    border-bottom: 1px solid var(--bs-gray-300);
}
.tabTable tr th,.tabTable tr td{
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
}
.tabTable tr .leftContent{
    width: 65%;
    border-right: 1px solid var(--bs-gray-300);

}
.tabTable tr a,.tabTable tr{
    color : var(--secondary-gray) ;
}
.tabTable tr td.leftContent{
    background-color: var(--light-blue);
}
.tabTable tr td.leftContent a>svg{
    border-radius: 50%;
}
.tabTable tr .rightContent .round{
    font-size: 12px;
}
.tabTable tr .rightContent .green.round{
    color: #6FAC8A;
}
.tabTable tr .rightContent .red.round{
    color: #D56060;
}
.tabTable tr .rightContent .yellow.round{
    color:   #EDF133;
}
div#accordionExample.mealOverviewBorder{
    --bs-accordion-border-width: none;
    border-bottom: 1px solid var(--bs-border-color);
}
/* ==============================common-css-end================== */
/* ---------------------popup-css-start---------------------- */
.modal.deletePopup.show .modal-dialog {
    top: 50%;
    transform: translate(0, -50%);
}
.deletePopup .modal-content{
    text-align: center;
    padding: 30px;
}
.deletePopup .deletePopupIcon {
    font-size: 50px;
    color: #fbc80f;
}

.deletePopup  .deletePopupTitle p{
    font-size: 26px;
    font-weight: 600;
    color: var(--bs-gray);
    line-height: 46px;
}
.deletePopup  .deletePopupSubTitle p{
    font-size: 17px;
    font-weight: 500;
    line-height: 50px;
}
.deletePopup .btnWrap{
    display: flex;
    justify-content: end;
}
.deletePopup .btnWrap .btnPopup{
    margin: 5px;
    display: inline-block;
    position: relative;
    padding: 7px 20px;
    border-radius: 20px !important;
}
.deletePopup .btnWrap .btnPopup.cancelBtn{
    color: #fff;
    background-color: #efefef;
}
.deletePopup .btnWrap .btnPopup.okBtn{
    background-color: #e64942;
    color: var(--common-white);
}
/* ---------------------popup-css-start---------------------- */
.ui-state-default, .ui-widget-content .ui-state-default{
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}
.nutritionPreferencesContent h5 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
}
.nutritionPreferencesContent h5.new-exclusion {
    color: #8C949F;
    font-weight: 800;
    font-size: 1em;
}
.exclusion-search {
    border-right: 1px solid #ccc;
}
.nutritionPreferencesContent hr {
    border: solid #ccc;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}
.nutritionPreferencesContent p.red {
    color: red;
}
.nutritionPreferencesContent input.new-dislikefood {
    width: 100%;
    border-radius: 0;
    padding: 0.5em;
}
.nutritionPreferencesContent .reset_fit{
    border: 1px solid transparent;
    background: #4E827B;
    display: inline-block;
    text-decoration: none !important;
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    padding: 5px 20px;
}
.nutritionPreferencesContent  p.fs-0 {
    font-size: 9px;
    font-weight: 600;
    margin: 3px;
    font-size: 60%;
    color: #6f6f6f;
    line-height: 1;
}
.nutritionPreferencesContent button.Border-custom.mt-3.new-pre {
    width: 94px;
    letter-spacing: 2px;
}
.nutritionPreferencesContent .reset_fit:hover{


    color: var(--primary-green);
}
.nutritionPreferencesContent fieldset legend{
    font-size: 16px !important;
}
.nutritionPreferencesContent p.main {
    color: #8C949F;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    margin-top: -1em !important;
}
.nutritionPreferencesContent label {
    font-size: 14px !important;
    line-height: 1;
    color: #4d4d4d;
    margin-bottom: 0 !important;
    font-weight: 500;
}
.nutritionPreferencesContent input{
    margin-right: 5px;
}
.supplementsIngredientsModal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.supplementsIngredientsModal .table-bordered th{
    border-bottom: none;
}
.supplementsIngredientsModal .table-bordered th ,.supplementsIngredientsModal tbody tr td{
    padding: 0.75rem;
    font-size: 16px;
}
.changeMealPlanSection .table-bordered td,.changeMealPlanSection .table-bordered th {
    border: 1px solid #dee2e6;
    vertical-align: middle;
}
.changeMealPlanSection .table-bordered th  a{
    font-size: 13px;
}
.changeMealPlanSection .under_table table tr td {
    padding: 10px;
    font-size: 13px;
}
.changeMealPlanSection .under_table h1 {
    font-size: 25px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}
.changeMealPlanSection .containerPadding{
    padding: 0px 92px;
}
.changeMealPlanSection .nutrosample {
    background: white;
}
.changeMealPlanSection  .trshade {
    background: #eff0f0;
}

.changeMealPlanSection .table-striped>tbody>tr:nth-of-type(odd)>*{
    --bs-table-accent-bg: none;
}
.changeMealPlanSection .table-hover>tbody>tr:hover>*{
    --bs-table-accent-bg:none;
}
.changeMealPlanSection  .expert-content {
    border-radius: 20px;
}
.changeMealPlanSection button.Border-custom.new-plan {
    width: auto;
}
.changeMealPlanSection button.Border-custom {
    font-size: 12px;
    padding: 5px;
    background-color: #4a5582;
    color: #fff;
    border: none;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 30px!important;
}

.overviewEditPopup .reset_fit {
    border: 1px solid transparent;
    background: #4E827B;
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none !important;
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-right: 30px;
}
.overviewEditPopup .reset_fit:hover{
    background: var(--primary-green);
    color: white!important;
}
.overviewEditPopup .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.overviewEditPopup button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
/* .overviewEditPopup .modal-body {
    padding-left: 5px;
} */
.overviewEditPopup p{
    line-height: 28px;
}
.logTodayMealModal .reset_btn{
    border: 1px solid var(--common-purple) !important;
    color: var(--common-purple);
    background: none;
}
.logTodayMealModal .reset_btn:hover{
    border: 1px solid #4E827B ;
    color: #4E827B;
}
.logTodayMealModal .reset_fit{
    border: 1px solid transparent;
    
    display: inline-block;
    padding: 8px 20px;
    text-decoration: none !important;
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-right: 30px;
}
.logTodayMealModal .reset_fit:hover{
    background: #4E827B;
}
.logTodayMealModal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.logTodayMealModal button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}


.nutritionPageContent .nutritionDateScroll{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.nutritionPageContent .nutritionDateScroll .datePickerInput{
    padding:5px 15px;
    padding-bottom: 4px;
    width: 285px;
    border: none;
}
.nutritionPageContent .nutritionDateScroll .nutritionDate{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}
.nutritionPageContent .nutritionDateScroll .iconArrow{
    top: 50%;
    transform: translate(0, -50%);
    padding: 1px 8px;
    color: var(--primary-green);
    border-radius: 50%;
    font-size: 22px;
}
.nutritionPageContent .nutritionDateScroll .iconArrow.left{
    left: 4px;
}
.nutritionPageContent .nutritionDateScroll .iconArrow.right{
    right: 4px;
    top: 50%;
    transform: translate(0, -50%);
}
.nutritionPageContent .nutritionSubTitle{
    text-align: center;
}
.nutritionPageContent .nutritionSubTitle p {
    margin: 0;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}
.nutritionPageContent .nutritionMainTabContent ul{
    justify-content: center;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabBtn{
    font-size: 14px;
    font-weight: 700;
    color: #C9D0DA;
    border-bottom: 3px solid #C9D0DA;
    border-radius: 0;
    margin: 0 18px;
    text-transform: uppercase;
    padding-bottom: 3px;
    letter-spacing: 2px;
}
.nutritionPageContent .nutritionMainTabContent .active.nutritionTabBtn{
    background: none;
    border: none;

    border: none;

    
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabBtn.active{
    color: rgba(0,0,0,1) !important;
    border-bottom: 3px solid rgba(0,0,0,1) !important;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabBtn{
    color: rgba(0,0,0,.6) !important;
    border-bottom: 3px solid rgba(0,0,0,.6) !important;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabBtn:hover{
    color: rgba(0,0,0,1) !important;
    border-bottom: 3px solid rgba(0,0,0,1) !important;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabDataContent{
    text-align: center;
}

.nutritionPageContent .nutritionMainTabContent .nutritionTabDataContent .nutritionTabData .nutritionTabImgContent{
    display: block;
    width: 660px;
    height: 285px;
    margin: 25px auto;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabDataContent .nutritionTabData .nutritionTabImgContent img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabDataContent .nutritionTabData .nutritionTabDetailData{
    background: #f3f3f3;
    padding: 30px 0px 20px 0px;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabDetailDataTitle p{
    font-size: 30px;
    font-weight: 300;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabDetailsBtn{
    padding: 20px 0px 0px;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabDetailsBtn button{
    font-size: 12px;
    padding: 8px 16px;
    font-weight: 500;
    background: var(--common-purple);
    color: var(--common-white);
    border-radius: 25px;
    width: fit-content;
    letter-spacing: 2px;
    text-transform: uppercase;
    word-spacing: 3px;
    margin-bottom: 15px;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabDetailsBtn button:hover{
    background-color: var(--primary-green);
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData  .innerTabTitle p{
    font-size: 16px;
    font-weight: 400;
    color: gray;
    margin-bottom: 0;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .supplementTabContent .supplementTabValue input:checked{
    background-color: var(--primary-green);
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData  .supplementTabValue p span{
    font-size: 16px;
    font-weight: 400;
    color: #152630;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData  .supplementTabValue p.nutritionMealLink span{
    color: var(--primary-green);
    cursor: pointer;
}

.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionInnerTabContent .supplementTabContent{
    width: 70%;
    display: block;
    margin: auto;
    text-align: left;
}
.nutritionPageContent .nutritionInnerTab .nutritionInnerTabBtn.supplementBuyBtn{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0.375rem 0.75rem;
    width: 130px;
    text-transform: capitalize;
    margin-top: 8px;
}
.nutritionPageContent .nutritionInnerTab .nutritionInnerTabBtn.supplementBuyBtn:focus,.nutritionPageContent .nutritionInnerTab .nutritionInnerTabBtn.supplementBuyBtn:hover{
    background-color: var(--primary-green) ;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent{
    padding: 0 30px;
     /* border-bottom: 1px solid  var(--gray-light); */
}

.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .accordion-item{
    border: none;
    background: none;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .accordion-item:last-of-type .accordion-collapse{
    border-bottom-right-radius: none;
    border-bottom-left-radius:none;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .accordion-button{
    background: none;
    color: var(--common-black);
    border:none;
    padding-top: 2px;
    padding-bottom: 7px;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .accordion-button::after{
    filter: brightness(0.5);
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .accordion-button:focus {
    visibility: hidden;
    border-bottom: none;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .accordion-header {
    margin-bottom: 0;
    /* border-bottom: 1px solid  var(--gray-light); */
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .one{
    padding-left: -6px;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .row.text-left{
    border-bottom: 1px solid var(--bs-gray-300);
    margin: 0 1px;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .overviewIcon{
    padding-right: 15px;
    color: #d8d8d8;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .accordion-body .innerTabTitle p{
    color: var(--common-black) ;
    font-size: 16px;
    font-weight: 600;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .accordionTitle{
    font-size: 16px;
    font-weight: 300;
    color: #152630;
    width: 697px;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .overviewTabContent .accordion-body .overviewCollapseText p{
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabContent{
    padding: 0 10px;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabContent .innerTabTitle p{
    color: #152630;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabContent .progress{
    height: 8px;
    border-radius: 0px;
    border: none;
    width: 100%;
    background: #e9ecef;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabContent .progress .bg-info{
    background-color:var(--primary-green) ;
    height: 8px;
}
.nutritionPageContent .nutritionMainTabContent .nutritionTabData .nutritionTabDetailData .nutritionTabContent .tabTable tr td{
    padding: 10px;
}
.tabTable.small tr .leftContent{
    width: 25% !important;
}
.addFoodNutrition .tabs {
    margin: 0;
    padding: 0 0.25rem;
    margin-bottom: -0.35rem;
    text-align: center;
}
.nutritionPageContent .tabs li {
    display: inline;
}
.nutritionPageContent .tabs a.active {
    background-color: #fff;
}
.nutritionPageContent .tabs a {
    background-color: #efefef;
    border: 1px solid #ddd;
    color: #fff;
    display: inline-block;
    padding: 0.3rem 0.7rem;
}
.nutritionPageContent .tab-section.active {
    display: block;
}
.nutritionPageContent .expert-content-blue-header:first-of-type .content {
    display: block;
}
.nutritionPageContent  .tab-content {
    /* margin: 5px 0 !important; */
    /*border: 1px solid #ddd;*/
}
.nutritionPageContent div.nutritionTabData{
    padding: 0 !important;
}
.nutritionPageContent .row .column, .row .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.nutritionPageContent .replace_meal_page select, .replace_meal_page input[type="text"] {
    padding: 7px 10px;
}
.nutritionPageContent  .row.meal-table-headers.search-inputs {
    border-top: 1px solid #ddd;
}
.nutritionPageContent  .row.meal-table-headers {
    /* background-color: #efefef; */
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}
.nutritionPageContent .widget-wrapper .columns {
    margin: 0;
}
.nutritionPageContent .row.meal-table-headers {
    /* background-color: #efefef; */
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}
.nutritionPageContent .nutrition-search-results {
    background-color: #fff;
}
.nutritionPageContent .meal-ingredients .columns:first-child p {
    text-align: left;
}
.nutritionPageContent .meal-table-headers .columns p {
    text-align: center !important;
}
.addFoodNutrition .large-12 {
    border: 1px solid #E1E7EC;
    padding: 5px 11px;
}
 .addFoodNutrition .large-12  input{
    width: 100%;
    border-radius: 5px;
}
 .addFoodNutrition  ul{
    padding: 0 13px;
}
 .addFoodNutrition  ul li a{
    margin: 0 5px;
    padding:2px 4px;
}
 .addFoodNutrition  ul li a:hover{
    background-color: rgba(0,0,0,0.1);
}
.addFoodNutrition .addFoodTitle{
    border: 1px solid #E1E7EC;
    width: 100px;
    display: block;
    margin: auto;
    margin-bottom: 4px;
}

/* WORKOUT MAIN PAGE CSS START*/
/* ----------------------------Common Css Start----------------------- */
/* .workoutPageContent .container{
    padding: 0 80px;
} */
/* ----------------------------Common Css End----------------------- */
.checked_mark td input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.workoutPageContent .checked_mark td .custom.checkbox.checked::before {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: #fff;
    left: -31px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 14px;
    width: 18px;
    background-color: var(--common-purple);
    border: 2px solid #4E827B;
}

.checked_mark td input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.checked_mark td .custom.checkbox::before {
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    left: -31px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #4E827B;
}
.workoutPageContent .section-top-title h2 .fscircle {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 0px;
    margin-bottom: 0px !important;
    top: 9px;
    cursor: pointer;
}
.workoutPageContent .workoutSubTitle p{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-green);
}
.workoutPageContent .workoutMainContent .workoutVideoSection::after{
    content: '';
    width: 0;
    height: 99.6%;
    position: absolute;
    border: 1px solid var(--primary-green);
    top: 10px;
    left: -15px;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .workout-activity a {
    text-decoration: none !important;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .checked_mark td input:checked {
    opacity: 0;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .checked_mark td input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

.workoutPageContent .workoutMainContent .workoutVideoSection .right-section-table{
    border-radius: 10px;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .workoutCardSubTitle p, .workoutPageContent .workoutMainContent .workoutVideoSection .workoutCardSubTitle p a{
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-green);
}
.workoutPageContent .workoutMainContent .workoutVideoSection .workoutCardSubTitle p a svg{
    padding-top: 3px;
    padding-right: 4px;
}
/* ---------------video-table-css----------- */
.workoutPageContent .workoutMainContent .workoutVideoSection .workoutVideoTable{
    margin-top: 5px;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .workoutVideoTable thead{
    height: 44px;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .workoutVideoTable thead tr{
    border-top: 1px solid var(--bs-gray-300);
    border-bottom: 1px solid var(--bs-gray-300);
}
.workoutPageContent .workoutMainContent .workoutVideoSection .workoutVideoTable tr th{
    font-size: 13px;
    font-weight: 400;
    padding: 2px 0;
    text-align: center;
    vertical-align: middle;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .workoutVideoTable tbody tr{

}
.workoutPageContent .workoutMainContent .workoutVideoSection .workoutVideoTable tr td{
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .workoutVideoTable .workoutVideo .videoPlayIcon{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.workoutPageContent .workoutMainContent .workoutVideoSection .section-top-title h2.cursor-pointer {
    cursor: pointer;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .section-top-title h2 {
    padding: 0 20px 3px 10px;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    display: inline-block !important;
    line-height: 40px;
    left: -28px;
    margin-bottom: 0px !important;
    border-radius: 30px;
    margin-top: -11px;
    z-index: 1;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .section-top-title h2 {
    background: #4e827b;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .section-top-title h2,.workoutPageContent .workoutMainContent .workoutVideoSection .left-border::before,.workoutPageContent .workoutMainContent .workoutVideoSection .section-top-title::after,.workoutPageContent .workoutMainContent .workoutVideoSection .full_buttom_custom:hover {
    background-color: #4e827b ;
    background: #4e827b ;
    color: #ffffff;
    border-color: #4e827b;
}
.workoutPageContent .workoutMainContent .workoutVideoSection .section-top-title::after {
    height: 2px;
    content: '';
    z-index: -1;
    top: 32%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    position: absolute;
}
/* --------------------calender-Section-css-start----------------- */
.workoutPageContent .workoutMainContent .workoutCalendarSection {
    padding: 10px !important;
    margin-right: 5px;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection h2{
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection h2 span{
    font-size: 29px;
    font-weight: 700;
    color: var(--primary-green);
}
.workoutPageContent .workoutMainContent .workoutCalendarSection ul li tr th{
    font-size: 17px;
    font-weight: 400;
    padding-right: 10px;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection ul li tr td{
    background: #F2F6F9;
    padding: 8px 15px;
    width: 100px;
    text-align: center;
    border-radius: 15px;
    font-weight: bold;
    border-radius: 20px;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection .completed-button a{
    background: #4a5582;
    color: #ffffff ;
    border-color: #4a5582;
    margin-top: 0;
    padding: 13px 20px;
    font-weight: 700;
    display: block;
    margin: auto;
    width: 300px;
    line-height: 1.2;
}
/* ------------------------calendar-css------------------- */
.rounded-10 {
    border-radius: 10px !important;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection .calender-div {
    display: flex;
    justify-content: flex-end;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection .calender-div.calender-content .calender-final {
    padding: 8px 20px 25px 0px;
    background: #F2F6F9;
    border-radius: 10px;
    width: 100%;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection .calender-div .calender-final table {
    border-spacing: 0 6px !important;
    border-collapse: separate;
    width: 100%;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection .table-borderless th{
    border: 0;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection .calender-div .calender-final table tr th p {
    text-align: center;
    margin-bottom: 0 !important;
    font-size: 14px;
    margin-left: 70px;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection .calender-div.calender-content .calender-final table tr td {
    /* border: 1px solid transparent; */
    padding: 3px 5px 3px 5px;
    text-align: center;
    font-size: 15px;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection .calender-div.calender-content .calender-final .rotate.container_base1, .calender-div.calender-content .calender-final table tr td a.remaining-week.active, .container_base {
    background-color: #ffffff;
    background: #ffffff;
}
.workoutPageContent .workoutMainContent .workoutCalendarSection .calender-div.calender-content .calender-final table tr th p, .calender-div.calender-content .calender-final table tr td span.weeks-text {
    font-size: 16px;
    font-weight: 500;
}
.workoutPageContent .workoutMainContent .calender-content .calender-final .table td, .calender-content .calender-final.table th {
    padding: 0.75rem;
    vertical-align: inherit;
}
.workoutPageContent .workoutMainContent .calender-div.calender-content .calender-final table tr td {
    /* border: 1px solid transparent; */
    padding: 3px 5px 3px 5px;
    text-align: center;
    font-size: 15px;
}
.workoutPageContent .workoutMainContent .calender-div.calender-content .calender-final .rotate span {
    transform: rotate(-180deg) !important;
    display: block;
    color: black;
    -webkit-writing-mode: vertical-rl;
}
.workoutPageContent .workoutMainContent .complete-wordkout-title-box .custom.checkbox.checked::before,.workoutPageContent .workoutMainContent .complete-all-wordkout-title-box .custom.checkbox.checked::before,.workoutPageContent .workoutMainContent .checked_mark:after,.workoutPageContent .workoutMainContent .calender-div.calender-content .calender-final table tr td,.workoutPageContent .workoutMainContent .calender-div.calender-content .calender-final table tr td a.remaining-week,.workoutPageContent .workoutMainContent .today_green,.workoutPageContent .workoutMainContent .list_access, .discover_info,.workoutPageContent .workoutMainContent .child_container {
    background: #eff0f0;
    background-color: #eff0f0;
}
.workoutPageContent .workoutMainContent .calender-div .table-first-td {
    border-radius: 20px 0px 0px 20px;
}
.workoutPageContent .workoutMainContent .calender-div .table-last-td {
    border-radius: 0px 20px 20px 0px;
}
.workoutPageContent .workoutMainContent .table-borderless td{
    border: 0;
}
.workoutPageContent .workoutMainContent .calender-div.calender-content .calender-final table tr td span.weeks-text{
    top: 121px;
}
.workoutPageContent .workoutMainContent .calender-content .calender-final p.hip-round {
    justify-content: center;
    display: inline-block;
}
.workoutPageContent .workoutMainContent .calender-div.calender-content .hip-round, .full_buttom_custom {
    background-color: #4a5582 ;
    background: #4a5582;
    color: #ffffff ;
    border-color: #4a5582;
}
.workoutPageContent .workoutMainContent .calender-div .hip-round,.workoutPageContent .workoutMainContent .background-color-2-on-hover:hover,.workoutPageContent .workoutMainContent .background-color-2,.workoutPageContent .workoutMainContent .button:hover,.workoutPageContent .workoutMainContent a.button:hover,.workoutPageContent .workoutMainContent input.button:hover,.workoutPageContent .workoutMainContent .button:focus,.workoutPageContent .workoutMainContent a.button:focus,.workoutPageContent .workoutMainContent input.button:focus {
    background-color: #4a5582 ;
    background: #4a5582;
}
.workoutPageContent .workoutMainContent .calender-div .hip-round {
    margin-bottom: 0px !important;
    background: #f2f6f9;
    padding: 4px 10px;
    border-radius: 100%;
    font-weight: 700;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
}
.workoutPageContent .workoutMainContent .calender-div.calender-content .hip-round, .full_buttom_custom {
    background-color: #4a5582 ;
    background: #4a5582 ;
    color: #ffffff;
    border-color: #4a5582;
}
.workoutPageContent .workoutMainContent .calender-div .hip-round {
    margin-bottom: 0px !important;
    background: #f2f6f9;
    padding: 4px 10px;
    border-radius: 100%;
    font-weight: 700;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
}
.workoutPageContent .workoutMainContent .calender-div.calender-content .calender-final table tr td a.remaining-week.active {
    border: 2px solid #4e827b;
    color: #fff;
    background-color:#4e827b!important;
}
.workoutPageContent .workoutMainContent .calender-div.calender-content .calender-final table tr td a.remaining-week {
    color: #000;
    text-align: center !important;
    font-size: 15px !important;
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    display: inline-flex;
}
.workoutPageContent .workoutMainContent .calender-div.calender-content .calender-final table tr td a {
    padding-left: 0px;
    padding-right: 0px;
}
.workoutPageContent .workoutMainContent .calender-div .calender-final table tr td a {
    background: #3DB59E;
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 100%;
    text-decoration: none !important;
    color: white;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
/* WORKOUT MAIN PAGE CSS END*/
/* CHANGE WORKOUT PAGE CSS START*/
/* ----------------------COMMON-CSS-start------------- */
/* ----------------------COMMON-CSS-end------------- */
.changeWorkoutContent .background-color-1-on-hover:hover,.changeWorkoutContent  .background-color-1,.changeWorkoutContent  .background-color-1.content-block-background-color,.changeWorkoutContent  .button,.changeWorkoutContent  a.button,.changeWorkoutContent .accordion__title {
    background-color: #4e827b;
}
.changeWorkoutContent .phycial_header {
    padding: 0 30px!important;
    border-radius: 10px 10px 0px 0px;
}
.changeWorkoutContent .phycial_header h3 {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.changeWorkoutContent .phycial_header h3 span {
    color: white;
    font-size: 22px;
    line-height: 58px;
}
.changeWorkoutContent .content-block-background-color {
    background-color: #eff0f0 ;
    background: #eff0f0;
}
.changeWorkoutContent .physical_table {
    padding: 30px;
    padding-bottom: 52px;
}
.changeWorkoutContent .personal-profile-block {
    border-radius: 0px 0px 10px 10px;
}
.changeWorkoutContent .table-bordered {
    border: 1px solid #dee2e6;
}
.changeWorkoutContent .table {
    width: 100%;
    color: #212529;
    margin-bottom: 1rem;
}
.changeWorkoutContent .physical_table a {
    float: right;
    display: inline-block;
    margin-top: 20px;
    color: white;
    padding: 7px 30px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 27px;
}
.changeWorkoutContent .button,.changeWorkoutContent a.button,.changeWorkoutContent input.button,.changeWorkoutContent .click_artical {
    background-color: var(--common-purple);
}
.changeWorkoutContent .button:hover{
    background-color: var(--primary-green) ;
    transition: all 0.5s ease;

}
.changeWorkoutContent .shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.changeWorkoutContent .physical_table a {
    margin-top: 0px;
}
.changeWorkoutContent  .physical_task:nth-child(odd) {
    background: white;
}
.changeWorkoutContent .physical_table table tr th, .physical_table table tr td {
    padding: 10px;
    font-size: 15px;
    text-align: center;
}
.changeWorkoutContent  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.changeWorkoutContent .physical_task:nth-child(even) {
    background: #f1f2f6;
}

/* CHANGE WORKOUT PAGE CSS END*/
/* STRENGTH WORKOUT PAGE CSS START*/
.strengthWorkoutContent .strengthWorkoutMainText p{
    margin-bottom: 10px;
}
.strengthWorkoutContent .strengthWorkoutMainText{

}
.strengthWorkoutContent .strengthWorkoutMainText .strength_page .header-color-1 {
    font-size: 34px;
}

.strengthWorkoutContent .strengthWorkoutMainText .header-color-1 {
    font-size: 34px;
}

.strengthWorkoutContent .strengthWorkoutMainText .strength_page .select_pk {
    background-position: 98% center !important;
}
.strengthWorkoutContent .strengthWorkoutMainText .select_pk {
    padding-right: 44px !important;
    appearance: none;
    background-image: url(/images/arrow-down.png) !important;
    background-position: 98% center !important;
    background-repeat: no-repeat !important;
    background-size: 16px auto !important;
}
.strengthWorkoutContent .strengthWorkoutMainText .bg-btn.button,.strengthWorkoutContent .strengthWorkoutMainText .bg-btn {
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    padding: 5px 20px;
    border-radius: 20px;
    background: #4A5582;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 0;
    letter-spacing: 2px;
    box-shadow: none !important;
    float: none;
    display: inline-block;
    text-align: center;
    margin-top: 12px;
}
/* STRENGTH WORKOUT PAGE CSS END*/

/* ==========================my-profile-pages-css-start========================== */
/* BODYSTATS PAGE CSS START */
.bodyStatProfileSection .bodyStatContent .bodyStateCurrentContent .heading_title {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.bodyStatProfileSection .bodyStatContent .bodyStateCurrentContent .heading_title, .bodyStatProfileSection .bodyStatContent .bodyStateCurrentContent .heading_sub_title{
    color: var(--primary-green) ;
}
.bodyStatProfileSection .bodyStatContent .bodyStateCurrentContent .heading_sub_title{
    font-weight: 600;
    /* font-size: 15px; */
}
.bodyStatProfileSection .border_bx {
    border: 2px solid #000;
    border-radius: 12px;
    padding: 20px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bodyStatProfileSection .lable_title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bodyStatProfileSection .lable_title .lbl {
    font-weight: 600;
    color: #000;
    text-align: right;
    font-size: 14px;
}
.bodyStatProfileSection .lbl {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* color: #152630; */
}
.bodyStatProfileSection .measerment_new_design label {
    margin-bottom: 0 !important;
}
.bodyStatProfileSection .radio_ps [type="radio"]:checked, .radio_ps [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.bodyStatProfileSection input {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E1E7EC;
    border-radius: 28px;
    padding: 9px;
    color: #8C949F;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: auto;
    /* width: 100%; */
}
.bodyStatProfileSection .radio_ps [type="radio"]:checked + label,.bodyStatProfileSection .radio_ps [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--common-black);
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
}
.bodyStatProfileSection .measerment_new_design .radio_ps .lbl {
    color: #000;
}
.bodyStatProfileSection .radio_list .lbl {
    margin-left: 10px;
}
.bodyStatProfileSection .measerment_new_design label {
    margin-bottom: 0 !important;
}
.bodyStatProfileSection .radio_ps [type="radio"]:checked + label:before,.bodyStatProfileSection .radio_ps [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #C9D0DA;
    border-radius: 100%;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
}
.bodyStatProfileSection .radio_ps [type="radio"]:checked + label:after{
    background: #4e827b ;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.bodyStatProfileSection .radio_ps [type="radio"]:checked + label:after,.bodyStatProfileSection .radio_ps [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    /*background: #4E827B;*/
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 50%;
    transform: translateY(-50%);
}

.bodyStatProfileSection  .form-control{
    height: 36px;
    color: #000;
}
.bodyStatProfileSection  .form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #E1E7EC;
    border-radius: 28px !important;
    outline: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    padding: 10px 20px;
    width: -webkit-fill-available;
}
.bodyStatProfileSection  .btn-bg {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    margin: 0 auto;
    border-radius: 25px;
    width: 225px;
    font-size: 18px;
    font-weight: 600;
}
.bodyStatProfileSection .full_buttom_custom {
    /* background-color: #4a5582 !important;
    background: #4a5582 !important; */
    color: #ffffff;
    border-color: #4a5582;
}
.bodyStatProfileSection .space{
    margin-bottom: 15px;
}
/* --------------starting side body stat css start----------- */
.bodyStatProfileSection .bodyStatContent .bodyStateStartContent  .heading_lable {
    display: flex;
    justify-content: space-around;
    padding: 0 15px;
}
.bodyStatProfileSection  .heading_title {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin: 0;
    text-align: center;
    color: #4e827b;
}
.bodyStatProfileSection .date {
    display: block;
    width: 100%;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.bodyStatProfileSection .list_bx {
    margin-top: 87px;
}
.bodyStatProfileSection .measurement-history-table.new {
    border: 0;
    border-spacing: 15px 0px;
    border-collapse: separate;
    margin: 0px;
}
.bodyStatProfileSection .measurement-history-table.new tr:nth-of-type(odd) {
    background-color: #fff;
}
.bodyStatProfileSection .measurement-history-table.new tr td {
    border-color: #4e827b;
}
.bodyStatProfileSection .measurement-history-table.new tr td, .measurement-history-table.new tr th {
    border: 0;
    border-bottom: 2px solid #000;
    height: 36px;
    max-height: 36px;
    min-height: 36px;
    padding: 5px 10px;
    text-align: center;
    width: 32%;
    vertical-align: middle;
}
.bodyStatProfileSection .list_bx .form-group {
    margin-bottom: 15px;
}
.inform_bpm {
    display: flex;
    align-items: center;
}
.modal-show-resting-heart-rate-info i{
    color: #4e827b;
}
.inform_bpm .info_btn {
    /* margin-left: 30px; */
    color: #C9D0DA;
    font-size: 24px;
    line-height: 24px;
    color: var(--primary-green);
    margin-left: 7px;
}
/* --------------starting side body stat css End----------- */
/* BODYSTATS PAGE CSS END */
/* Health Assessment PAGE CSS START */
.healthAssessmentSection .user-form h3 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    color: #152630;
    margin-bottom: 20px !important;
}
.health-risk-assessments {
    margin-top: 30px;
    padding: 0px 20px;
    display: inline-block;
    width: 100%;
    padding: 0 !important;
    margin-top: 0 !important;
}
.custom-health-risk-assessments ul li {
    display: block;
    padding: 0;
}
.health-risk-assessments ul li {
    /* border: 1px solid #000; */
    width: 46%;
    background: #F9FBFD;
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    margin-right: 0 !important;
}
.custom-health-risk-assessments ul li a {
    /* border: 1px solid #000; */
    width: 46%;
    background: #F9FBFD;
    border-radius: 20px;
    margin-right: 20px;
    float: left;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100% !important;
    margin-right: 0 !important;
}
.health-risk-assessments .checkbox_ps.radio {
    font-size: 16px;
    font-weight: 600;
    color: #577682;
}
.user-profile-content .checkbox_ps.radio {
    width: 45%;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
}
.userProfileSection .myProfileMessage {
    display: flex;
    justify-content: space-between;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border: 1px solid black;
    padding: 5px;
}
.userProfileSection .myProfileMessage {
    border-radius: 5px;
    border: 1px solid #a61128;
}
.healthAssessmentSection .fieldset_new fieldset legend{
    background-color: none;
}
/* Health Assessment PAGE CSS END */
/*INNER Health Assessment PAGE CSS start */
.innerHealthAssessmentSection .user-form h3.wearble-title {
    font-size: 22px;
    font-weight: 400;
}
.innerHealthAssessmentSection .user-form {
    padding: 15px;
}
.innerHealthAssessmentSection .user-form h3 {
    line-height: 1.5;
    color: #152630;
    margin-bottom: 20px !important;
}
.innerHealthAssessmentSection .wearble-title {
    padding-bottom: 40px;
}
.innerHealthAssessmentSection .alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff;
}
.innerHealthAssessmentSection .alert-box.secondary {
    background-color: #ffeb59;
    border-color: #d0d0d0;
    color: #505050;
}
.innerHealthAssessmentSection .alert-box.success {
    background-color: #5da423;
    border-color: #457a1a;
    color: #fff;
}

.innerHealthAssessmentSection .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.innerHealthAssessmentSection .expert-profile .user-form .alert-box .close {
    color: inherit;
    opacity: 1;
}
.innerHealthAssessmentSection .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.innerHealthAssessmentSection .expert-profile .user-form .rply {
    float: none;
}
.innerHealthAssessmentSection .rply{
    background: #4a5582;
    color: #ffffff;
    margin-right: 10px;
    border: 1px solid transparent;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 700;
    margin-top: -50px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
}
.innerHealthAssessmentSection .client-blood-results {
    border: 1px solid #ddd;
    background: #fff;
    margin-bottom: 10px;
    padding: 3px;
    z-index: 9;
}
.innerHealthAssessmentSection .client-blood-results .th-factor:nth-child(1) {
    width: 10%;
    text-align: left;
}
.innerHealthAssessmentSection .client-blood-results tr th {
    background: white;
    font-size: 12px;
}
.innerHealthAssessmentSection .client-blood-results tr th,.innerHealthAssessmentSection  .client-blood-results tr td {
    padding: 0.5625em 0.625em;
    color: #222;
}
.innerHealthAssessmentSection .client-blood-results tr td:first-child {
    border-left: 0;
}
.innerHealthAssessmentSection .client-blood-results tr td {
    border-left: 1px solid white;
    font-size: 11px;
}
.innerHealthAssessmentSection .client-blood-results tr td .row {
    padding-left: 15px;
    margin: 0 !important;
}
.innerHealthAssessmentSection .client-blood-results .meter {
    background-color: rgba(0, 0, 0, 0.05);
    height: 2rem;
    line-height: 2rem;
    color: #000;
    border-right: 2px solid #fff;
}
.innerHealthAssessmentSection .client-blood-results .meter.ideal.active {
    background-color: rgba(67, 172, 71, 1.0);
}
.innerHealthAssessmentSection .client-blood-results .meter {
    /* background-color: rgba(0, 0, 0, 0.05); */
    height: 2rem;
    line-height: 2rem;
    color: #000;
    border-right: 2px solid #fff;
}
.innerHealthAssessmentSection .client-blood-results .meter.high {
    background-color: rgba(255, 44, 77, 0.5);
}
.innerHealthAssessmentSection .client-blood-results .meter.moderate {
    background-color: rgba(245, 203, 20, 0.5);
}
.innerHealthAssessmentSection .client-blood-results .meter.high.active {
    background-color: rgba(255, 44, 77, 1.0);
}
.innerHealthAssessmentSection .client-blood-results .meter svg {
    line-height: 2rem;
    font-size: 21px;
    text-shadow: none;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 5px;
}

.innerHealthAssessmentSection .innerPageText{
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 400;
}
.innerHealthAssessmentSection span.has-tip {
    display: flex;
    justify-content: center;
}
.innerHealthAssessmentSection  .strength tr th,.innerHealthAssessmentSection  .strength tr td {
    padding: 5px;
    border: 1px solid var(--common-black);
    font-size: 17px;
    font-weight: 600;
}

/* ======================= */
/* -------------------------------- */

/* ========================== */
/*INNER Health Assessment PAGE CSS END */
/*HEALTH DATA & HISTORY PAGE CSS START */
.healthDataProfileSection .head_section {
    text-align: center;
}
.healthDataProfileSection h3.sub_title {
    color: #152630;
        font-size: 49px;line-height: 49px;
    font-weight:800;
}
.healthDataProfileSection .accordion__item {
    margin: 5px auto;
}
.healthDataProfileSection .accordion__item .accordion__title {
    position: relative;
    display: block;
    line-height: 35px;
    padding-left: 20px;
    margin-bottom: 5px;
    color: #202020;
    font-size: 28px;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer;
    transition: all 0.5s ease-out;
}
.healthDataProfileSection .accordion__item .accordion__title {
    background-color: #5a4cd6;
    color: #fff;
}
.healthDataProfileSection .accordion__item .accordion__title.accordion-active{
    background-color: var(--common-purple);
}
.healthDataProfileSection .accordion__title {
    background-color: #6b9180;
}
.healthDataProfileSection .accordion__item .accordion__title .accordion__arrow {
    position: absolute;
    top: 3px;
    right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.healthDataProfileSection .accordion__item .accordion__arrow-item {
    font-weight: 700;
}
.healthDataProfileSection .fa-chevron-right {
    color: #ffffff;
}
.healthDataProfileSection span.accordion__title-text {
    position: relative;
    line-height: 35px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 20px;
    display: block;
}
.healthDataProfileSection .accordion__title:not(.accordion-active)::after {
    top: 11px;
    left: 13px;
    position: absolute;
    line-height: 15px;
    background-image: none;
    font-family: "Font Awesome 6 Free";
    color: #4e827b;
    content: "\f10c";
    font-size: 19px;
    transform: translate(-5px, -4px);
    transform: rotate(0deg);
}
.healthDataProfileSection .accordion__title:not(.accordion-active)::after{
    color: #ffffff;
}
.healthDataProfileSection .accordion__item .accordion__content {
    margin-bottom: 2px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #dedede;
    display: none;
    background-color: #eeeeee;
    box-sizing: border-box;
}
.healthDataProfileSection .table_section {
    padding: 10px 5px 10px 25px;
}
.healthDataProfileSection .table_section {
    margin-top: 10px;
    display: block;
    overflow-x: auto;

}
.healthDataProfileSection table.table.table-borderless {
    font-weight: bold;

}
.healthDataProfileSection .table>thead {
    border-bottom: 1px solid #c5c5c5;
    font-size: 14px!important;
}
.healthDataProfileSection .accordion__item .accordion__rotate {
    transform: rotate(90deg);
}
.healthDataProfileSection .accordion-active::after {
    font-family: "Font Awesome 6 Free";
    top: 5px;
    left: 13px;
    position: absolute;
    width: auto;
    height: auto;
    content: "\f058";
    font-size: 20px;
    background-image: none;
    font-weight: 100;
    color: var(--common-white);
    transform: translateY(-4px);
}
.healthDataProfileSection .radio_list {
    display: flex;
    align-items: center;
    text-align: left;
}


.healthDataProfileSection .table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    /* border-bottom-width: ; */
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.healthDataProfileSection .table_section td {
    /* font-size: 12px !important; */
    color: #fd1571;
}
.healthDataProfileSection .table td, .table {
    vertical-align: top;
    font-family: 'Roboto', sans-serif!important;
    font-size: 14px!important;
}
.healthDataProfileSection .table_section h1{
    font-size: 22px !important;
    font-weight: 400 !important;
}

.healthDataProfileSection th.row_table {
    /*white-space: break-spaces;*/
}
.healthDataProfileSection .container.old .row {
    max-width: 100% !important;
    /* max-width: unset !important; */
}
/*HEALTH DATA & HISTORY PAGE CSS END */
/*CONNECTED DEVICES PAGE CSS START */
/*.connectedDevices .wearble-image {*/
/*    width: 170px;*/
/*}*/
.connectedDevices .user-form {
    padding: 15px;
}
.connectedDevices .wearble-image img{
    width: 100%;
}
.connectedDevices .user-form h3.wearble-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px !important;
    color: var(--common-black);
}
.connectedDevices .wearble-row{
    border-color: #6b9180;
    border-bottom: 2px solid #E9ECEF;
    align-items: center;
}
.connectedDevices .wearble-content {
    color: #9EADB3;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
    max-width: 500px;
    margin: 0 10px;
    text-align: center;
}
.connectedDevices .wearble-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;

}
.connectedDevices .wearble-action {
    padding-left: 0px !important;
}
.connectedDevices .wearble-action .button {
    background: var(--primary-green);
    display: block;
    text-align: center;
    color: var(--common-white);
    font-size: 12px;
    line-height: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    border-radius: 50px !important;
    padding: 15px;
    width: 150px;
    margin: auto;
}
/*CONNECTED DEVICES PAGE CSS END */
/* USER PROFILE MAIN PAGE CSS START */
.userProfileSection .form_ps .form-group {
    margin-bottom: 20px;
}
.userProfileSection input {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E1E7EC;
    border-radius: 28px;
    padding: 9px;
    color: #8C949F;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: auto;
    /* width: 100%; */
}
.userProfileSection .user_imaze {
    position: relative;
}
.userProfileSection .profile_edit_icn {
    position: absolute;
    right: 13px;
    height: 30px;
    width: 30px;
    border: 2px solid white;
    color: #000;
    border-radius: 50%;
    bottom: 22px;
}
.userProfileSection .profile_edit_icn {
    background: #6b9180;
}
.userProfileSection i.fas.fa-pencil-alt {
    margin: 5px 0 0 5px;
}
.userProfileSection .fa-pencil-alt {
    color: #767769;
}
.userProfileSection .background-color-1{
    background-color: #6b9180;
    margin: 5px;
}
.userProfileSection .profilephoto-msg {
    border-radius: 100%;
    border: 2px solid #767769;
}
.userProfileSection label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.userProfileSection .image-upload > input {
    display: none;
}
.userProfileSection .form_ps .form-group {
    margin-bottom: 20px;
}
.userProfileSection .white-nowrap {
    align-items: center;
    display: flex;
    white-space: nowrap;
}
.userProfileSection .name_row > .lbl {
    margin-bottom: 0 !important;
    width: 105px;
}
.userProfileSection .form_ps .lbl {
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #152630;
}
.userProfileSection label .required {
    color: red;
}
.userProfileSection .name_row > .form-control {
    height: 45px;
}
.userProfileSection .form_ps .form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #E1E7EC;
    border-radius: 28px;
    height: 45px;
    outline: none;
    box-shadow: none;
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    padding: 10px 20px;
    width: 100%;
}
.userProfileSection .my_btn_radius {
    border-radius: 30px!important;
    background-color: var(--common-purple);
    color: var(--common-white) !important;
    font-size: 15px;
    padding: 7px;
}
.userProfileSection .my_btn_radius:hover{
    background-color: var(--primary-green);
}
.userProfileSection .step_one .select2-container {
    width: 100% !important;
}
.userProfileSection .step_one .select2-container--default .select2-selection--single {
    padding: 10px 20px;
    padding-right: 40px;
    width: 100%;
    /* height: 50px; */
    height: 100%;
    display: flex;
    align-items: center;
}
.userProfileSection .step_one .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #E1E7EC;
    border-radius: 28px;
    outline: none;
    box-shadow: none;
    color: #8C949F;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    position: relative;
}
.userProfileSection .step_one .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    width: 100%;
    display: block;
}
.userProfileSection .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.userProfileSection .step_one .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 15px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0;
}
.userProfileSection .select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.userProfileSection .step_one .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 100%;
    height: 100%;
    border: 0;
    background: url(/images/arrow-down.png);
    background-position: 95% center!important;
    background-repeat: no-repeat!important;
    background-size: 20px auto !important;
    display: inline-block;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    position: unset;
    margin: 0;
}
.userProfileSection .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.userProfileSection  .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.userProfileSection .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #F2F6F9;
    color: #152630;
}
.userProfileSection .select2-results__options .select2-results__option {
    padding: 10px;
}
.userProfileSection .select2-results__option[aria-selected] {
    cursor: pointer;
}
.userProfileSection .select2-container--default .select2-results>.select2-results__options {
    /* max-height: 200px; */
    overflow-y: auto;
}
.userProfileSection .butonme {
    display: flex;
    justify-content: space-between;
}

.userProfileSection .cpassword ,.userProfileSection .deletebtn {
    border-radius: 30px;
    padding: 7px 13px;
    background-color: #4E827B;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
    color: white;
    display: inline-block;
    line-height: 1.1;
    text-align: center;
    border-color: white;
}

/* USER PROFILE MAIN PAGE CSS END */
/* INTEREST PROFILE SCREEN CSS START */
.interestProfileSection .innerTabTitle.light p {
    color: var(--common-black);
}
.interestProfileSection .accordions .it {
    width: 49%;
}
.interestProfileSection .accordions .items {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.interestProfileSection .accordions .link {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    cursor: pointer;
    background-color: #ccc;
    display: block;
    padding: 10px 15px 10px 15px;
    color: #fff;
    font-size: 16px;
    /* background-color: #497b74; */
    font-weight: 600;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.interestProfileSection .accordions .link {
    background: #6b9180;
}
.interestProfileSection .items>.submenu {
    padding: 20px 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: block;
    background: #eee;
    font-size: 14px;
}
.interestProfileSection ul li {
    list-style: none;
}
.interestProfileSection .action_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.interestProfileSection .new-resizebtn input.savebasicinfo {
    line-height: 30px!important;
    width: 182px!important;
    color: var(--common-white);
    font-size: 20px;
    background: var(--common-purple);
    border: none;
    transition: all 0.5s ease;
}
.new-resizebtn input.savebasicinfo:hover{
    background: var(--primary-green) ;
}
/* INTEREST PROFILE SCREEN CSS END */
/* TEST SCREEN CSS START */
.healthAssessmentSection .user-form h3.wearble-title {
    font-size: 22px;
    font-weight: 400;
}

.healthAssessmentSection  .expert-profile .user-form .rply {
    float: none;
}
.healthAssessmentSection  .button, a.button, input.button, .click_artical {
    background-color: #4a5582;
    background: #4a5582;
    color: white;
    cursor: pointer;
}
.healthAssessmentSection  .button:hover, a.button:hover, input.button:hover, .button:focus, a.button:focus, input.button:focus {
    background-color: #4e827b;
    background: #4e827b;
    color: #ffffff;
    border-color: #89002a;
}
.healthAssessmentSection  .rply {
    margin-right: 0;
    font-size: 13px;
    padding: 8px 22px;
    border-radius: 20px;
    font-weight: 700;
    float: none;
    margin-top: 0;
}
.healthAssessmentSection  .fieldset_new fieldset legend {
    display: inline-block;
    background: none !important;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    line-height: 1;
}
.healthAssessmentSection  legend {
    display: block;
    max-width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal;
    background: none !important;
}
.healthAssessmentSection  .input-buttons,.healthAssessmentSection  .step-controls,.healthAssessmentSection  .ws-popover-opener {
    zoom: 1;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-left: -18.5px;
}
.healthAssessmentSection  .ws-range,.healthAssessmentSection  .ws-range-rail,.healthAssessmentSection  .ws-range span>span,.healthAssessmentSection  .input-buttons,.healthAssessmentSection  .step-controls,.healthAssessmentSection  .ws-popover-opener,.healthAssessmentSection  .step-control {
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    background: transparent none;
}
.healthAssessmentSection .step-controls {
    transition: all 300ms;
}
.healthAssessmentSection .step-controls,.healthAssessmentSection  .ws-popover-opener {
    position: relative;
    float: left;
    margin: 0;
    height: 19px;
    width: 15px;
}
.healthAssessmentSection .input-buttons,.healthAssessmentSection  .step-controls,.healthAssessmentSection  .ws-popover-opener {
    zoom: 1;
    overflow: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-left: -18.5px;
}
.healthAssessmentSection span.step-control {
    position: absolute;
    left: 0;
    display: inline-block;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 15px;
    height: 9px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-align: center;
    transition: border-color 300ms, background-color 300ms;
}
.healthAssessmentSection span.step-control.step-down {
    bottom: 0;
}
.healthAssessmentSection span.step-control {
    position: absolute;
    left: 11px;
    display: inline-block;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 15px;
    height: 9px;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-align: center;
    transition: border-color 300ms, background-color 300ms;
}
.healthAssessmentSection span.step-control.step-up:before {
    border-width: 0 4px 4px;
    border-color: transparent transparent #999;
}
.healthAssessmentSection span.step-control:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    margin: -2px 0 0 -4px;
    transition: border-color 300ms, background-color 300ms;
}
.healthAssessmentSection span.step-control.step-down:before {
    border-width: 4px 4px 0;
    border-color: #999 transparent transparent;
}
.healthAssessmentSection span.step-control:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    margin: -2px 0 0 -4px;
    transition: border-color 300ms, background-color 300ms;
}
/* TEST SCREEN CSS END */
/* FITNESS TEST QUESTION SCREE CSS START */
.fitnessTestQuestionScreen{

}
/* FITNESS TEST QUESTION SCREE CSS End */
/* ==========================my-profile-pages-css-End========================== */

/* ===================find expert  changes start============== */
.findExpert .doctor_banner{
    display: block;
    margin: auto;
    width: 120px;
    height: 120px;
}
.findExpert a{
    color: var(--common-purple);
}
.findExpert .doctor_banner img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 3px solid var(--primary-green);
}
.findExpert .doctore_info h4 {
    font-weight: 600;
}
.findExpert .doctore_info span {
    font-style: italic;
    color: #000000;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.findExpert .doctore_conent{
    text-align: center;
}
.findExpert .btn_links {
    margin-top: 10px;
}
.findExpert .team {
    background: #F9FBFD;
    display: block;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
}
.findExpert .team:hover {
    color: #000000;
}
.findExpert .profile {
    margin-top: 0px;
}
.findExpert .profile {
    margin-top: 10px;
    display: block;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    border-radius: 30px;
    color: #152630;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.findExpert .profile:hover {
    color: #152630;
}
.findExpert .doctore_info {
    margin-top: 10px;
    text-align: center;
}
.findExpert .modal-heading {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.findExpert .font-18 {
    font-size: 18px;
}
.findExpert .Model-Box {
    color: #307d21;
}
.findExpert span {
    color: #8C949F;
}
.findExpert .model-box {
    padding: 20px;
}
.findExpert .model-box img {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.findExpert .model-box .dr-name {
    padding-left: 20px;
}
.findExpert .name_dr {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.findExpert .modal-content .close{
    border: none;
    background: none;
    font-size: 25px;
    font-weight: 300;
}
/* ===================find expert  changes end============== */
/* ===================find expert view profile screen changes css start============== */
.resourceViewProfile .viewProfileResource .profile_content{
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}
.resourceViewProfile .profile-border {
    border-radius: 100%;
    border: 3px solid #005caa;
}
.resourceViewProfile .profile_view .profile_sample {
    margin-bottom: 30px;
}
.resourceViewProfile .profile_sample h4 {
    color: #152630;
    font-weight: 600;
    font-size: 24px;
}
.resourceViewProfile .profile_sample p {
    font-weight: 300;
    font-size: 16px;
    color: #152630;
    margin-bottom: 10px;
}
.resourceViewProfile .header-color-1 {
    color: #005caa;
}
.resourceViewProfile .profile_sample p {
    font-weight: 300;
    font-size: 16px;
    color: #152630;
    margin-bottom: 10px;
}
.resourceViewProfile .prifle_second_tab {
    max-width: 500px;
}
.resourceViewProfile .prifle_second_tab .nav-tabs {
    border-bottom: 0 !important;
}
.resourceViewProfile .prifle_second_tab .nav-link {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #152630;
    padding: 4px 4px 4px 0px;
    border: none !important;
}
.resourceViewProfile .prifle_second_tab .nav-link i {
    padding: 3px;
}
.resourceViewProfile .prifle_second_tab .nav-link i {
    margin-right: 13px;
}
.resourceViewProfile .first_tab_content {
    margin-top: 10px;
}
.resourceViewProfile .tab-content>.active {
    display: block;
}
.resourceViewProfile .provide_services {
    margin-bottom: 25px;
}
.resourceViewProfile .services_title h5 {
    font-size: 16px;
    font-weight: 600;
}
.resourceViewProfile .header-color-1 {
    color: #005caa;
}
.resourceViewProfile .services_ul {
    padding-left: 20px;
}
.resourceViewProfile .services_ul ul {
    width: 100%;
    display: flex;
}
.resourceViewProfile .services_ul li {
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px;
    list-style: disc;
}
/*.resourceViewProfile .specialities_itemss {*/
/*    width: 43% !important;*/
/*}*/
.resourceViewProfile .tab-content{
    border: none;
}
.resourceViewProfile .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.resourceViewProfile select#event-type {
    min-width: 350px;
}
.resourceViewProfile .data select {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #cccccc;
    width: auto;
    padding: 0;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) center !important;
    background-size: 12px !important;
    background-color: #ffffff;
    padding: 10px 45px 10px 20px !important;
    line-height: 1;
    margin: 0 10px;
    border-radius: 27px;
    height: auto;
    width: auto !important;
}
.resourceViewProfile .btn-dyn {
    background: #005caa;
    border: none;
    padding: 5px 20px;
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.resourceViewProfile .btn-dyn:hover {
    background: #89002a;
}
.resourceViewProfile .data select option {
    background: #fff;
    color: #152630;
}
.resourceViewProfile .selectSessionType {
    display: flex;
    justify-content: flex-start;
}
.resourceViewProfile .radioSelectButton {
    padding: 10px;
    color: #fff;
    border-radius: 30px;
    text-shadow: none;
    background: #a61128;
}
.resourceViewProfile .service-table {
    max-width: 1000px;
    margin: 0 auto;
}
.resourceViewProfile .dateflex-div {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.resourceViewProfile .clndr-controls {
    display: none;
}
.resourceViewProfile .clndr-table {
    width: 450px;
    table-layout: fixed;
}
.resourceViewProfile tr.header-days td {
    color: #152630;
    font-size: 14px;
    padding: 0 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 300;
    padding-bottom: 20px;
}
.resourceViewProfile .cal1 tbody td.day.last-month,.resourceViewProfile  .cal1 tbody td.day.next-month {
    visibility: hidden;
}
.resourceViewProfile .cal1 tbody td.day {
    pointer-events: none;
}
.resourceViewProfile .cal1 tbody td.day {
    width: 9.84%;
    padding: 0 10px;
    list-style: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border-radius: 100%;
    padding-bottom: 10px;
}
.resourceViewProfile div#event {
    width: auto;
    max-width: 50%;
    margin-left: 40px;
    min-width: 480px;
    overflow: auto;
}
.resourceViewProfile .event-row {
    width: 30%;
    text-align: center;
    margin: 6px;
    cursor: pointer;
    min-width: 90px;
    color: #152630;
    border: 1px solid #C9D0DA;
    padding: 8px 16px;
    display: inline-block;
    font-size: 16px;
    border-radius: 7px;
    font-weight: 500;
}
.resourceViewProfile .event-row.active_time {
    background: #005caa;
}
.resourceViewProfile .cal1 tbody td.day.event .day-contents {
    background: #4E827B;
    border-radius: 100%;
    color: #fff;
    pointer-events: auto;
}
.resourceViewProfile .cal1 tbody td.day.event .day-contents {
    background: #005caa;
}
/* ===================find expert view profile screen changes css end============== */
/* =========================add Patient Resources Profile inner page start============= */
.resourceAddPatientSection{

}
.resourceAddPatientSection .checkout-main {
    padding: 20px 0;
}
.resourceAddPatientSection .checkout-main h3 {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 28px;
    margin-top: 13px;
}
.resourceAddPatientSection .checkout-main .form-group {
    margin-bottom: 22px;
}
.resourceAddPatientSection .checkout-main label {
    margin-bottom: 2px;
    font-weight: 400;
}
.resourceAddPatientSection .checkout-main .input-text {
    width: 100%;
    outline: none;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #E1E7EC;
    border-radius: 28px;
    padding: 9px;
    padding-left: 15px;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    box-shadow: none !important;
}
.resourceAddPatientSection .checkout-main .form-group p {
    color: red;
    display: none;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
}
.resourceAddPatientSection .checkout-main select {
    width: 100%;
    outline: none;
    border: 1px solid #E1E7EC;
    border-radius: 28px;
    padding: 9px;
    padding-left: 15px;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.resourceAddPatientSection select {
    background-image: url(/images/arrow-down.png);
    background-size: 14px !important;
    background-position: 93% center !important;
    background-repeat: no-repeat !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
}
.resourceAddPatientSection .my_btn_radius {
    border-radius: 30px !important;
    border: none !important;
    padding: 6px 18px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}
/* =========================add Patient Resources Profile inner page end============= */
/* ----------------resourcePlaceOrderSection css start============================= */
.resourcePlaceOrderSection .pay-now-block .form-control {
    height: 40px;
    box-shadow: none !important;
}
.resourcePlaceOrderSection .form-group{
    margin-bottom: 1rem;
}
.resourcePlaceOrderSection .input-group>.input-group-append>.input-group-text{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 11px;
}
.resourcePlaceOrderSection .meal{
    background: var(--common-purple);
    color: var(--common-white);
    /* border: none; */
}
.resourcePlaceOrderSection .meal:hover{
    background: var(--primary-green);
}
.resourcePlaceOrderSection .padding{
    margin-bottom: 30px;
}
/* ----------------resourcePlaceOrderSection css end============================= */
/* ----------------thankYouScreen css start============================= */
.thankYouSection{
    border-radius: 8px;
    position: relative;
    height: 300px;
    background: var(--light-blue);

}

.thankYouSection.resourceAddPatientSection.page-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.thankYouSection .thankYouTitle{*/
/*    position: absolute;*/
/*    transform: translate(-50%, -50%);*/
/*    left: 50%;*/
/*    top: 50%;*/
/*}*/
.thankYouSection .thankYouTitle h1{
    font-size: 42px !important;
    font-weight: 700 !important;
}
.thankYouSection .thankYouTitle .thankYouSubTitle{
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}
/* ----------------thankYouScreen css end============================= */
/* ----------------transformationScreen css start============================= */
.transformationScreen .heading_wrap .h2 {
    font-size: 49px;
    line-height: 63.7px;
    font-weight: 700;
    margin-bottom: 10px;
}
.transformationScreen .widget-wrapper {
    padding: 10px 0;
}
.transformationScreen .content-inner-wrapper .step:first-of-type {
    display: block;
}
.transformationScreen.prf_transform_merge .expert-content {
    box-shadow: none;
}
.transformationScreen .clearfix:before {
    content: " ";
    display: table;
}
.transformationScreen.prf_transform_merge .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    max-width: unset;
    width: auto;
}

.transformationScreen    .option .optionTitle {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.transformationScreen   #threed-content .optionTitle {
    padding-bottom: 0.5em;
    padding-top: 0.5em;

    z-index: 1;
    left: 50%;

    margin-top: 15px;
    text-align: center;

    font-size: 15px;
}

li.form-group.skin_tone_list {
    width: 100% !important;
}
.transformationScreen .overlay-color4 {
    background-color: rgba(200,200,200,0.7);
}
.transformationScreen   .option .choices {
    padding: 60px 10px 15px;
    margin-bottom: 15px;
}
.transformationScreen   .choices {
    width: 100%;
    margin: auto;
    border-radius: 8px;
    padding: 10px 0;
    padding-bottom: 4px;
    display: block;
    
}


.transformationScreen  .expert-profile [class*="col-"], .prf_transform_merge [class*="col-"] {
    position: relative;
}
.transformationScreen  .prf_transform_merge .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    max-width: unset;
    width: auto;
}
.transformationScreen  input {
    border-radius: 6px;
    padding: 6px;
    border: 1px solid;
}
.transformationScreen .button.expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    cursor: default;
}
.transformationScreen #user-direct-sign-up a.button {
    color: #fff;
    border-radius: 25px;
}
.transformationScreen #threed-content .optionTitle {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.transformationScreen .option .optionTitle {
    font-size: 16px;
    line-height: 1.2;
    /* margin-top: 0; */
    margin-bottom: 10px;
}
.transformationScreen .option .optionTitle {
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}
.transformationScreen .option .optionTitle {
    border-radius: 8px;
    border: none;
}
.transformationScreen #body-fat-estimate-button {
    margin: 0;
}
.transformationScreen #body-fat-estimate-button {
    font-size: 13px;
    font-weight: 600;
    padding: 3px 15px;
}
.transformationScreen .choices li label {
    text-align: left;
    display: block;
    line-height: normal;
    margin-top: 0;
    font-weight: 500;
    font-size: 18px;
    color: var(--bs-gray-800);
}

.transformationScreen .choices li input {
    display: block;
    margin: auto;
}
.transformationScreen .personal-profile input {
    width: 100% !important;
    text-align: center;
}
.transformationScreen  .progress-buttons .model-next,  .progress-buttons .model-prev {
    padding: 0px 25px !important;
    width: 100% !important;
    margin-bottom: 0;
}
.transformationScreen .modelImage img {
    max-width: 250px;
    display: inline-block;
    left: 50%;
    margin-left: -125px;

    margin-top: 0;
}
.transformationScreen .model-wrapper img:nth-of-type(1),.transformationScreen  .modelImage img:nth-of-type(1) {
    z-index: 10;
}
.transformationScreen .model-footer{
    text-align: center;
}
.transformationScreen  .model-footer h4 {
    font-size: 1.2em;
    margin-bottom: 0;
}
.transformationScreen .header-color-1 {
    color: #005caa;
}
.transformationScreen .model-footer span {
    display: block;
}
.transformationScreen .goal-date,.transformationScreen  .goal-date a {
    font-weight: bold;
}

.transformationScreen .transformationScreen  .model-footer span {
    display: block;
}
.transformationScreen .dit-weight,.transformationScreen  .dit-chest, .dit-Hips {
    background-color: #efefef;
}
.transformationScreen .goal-date a {
    font-weight: normal;
    text-decoration: underline;
    color: #005caa;
}
.transformationScreen #skin-light {
    background-image: url(/images/3d-weight-loss/Light.png);
}
.transformationScreen #skin-pale {
    background-image: url(/images/3d-weight-loss/Pale.png);
}
.transformationScreen #skin-mediumLight {
    background-image: url(/images/3d-weight-loss/Mediumlight.png);
}
.transformationScreen #skin-lightOlive {
    background-image: url(/images/3d-weight-loss/Lightolive.png);
}
.transformationScreen #skin-olive {
    background-image: url(/images/3d-weight-loss/Olive.png);
}
.transformationScreen #skin-lightBrown {
    background-image: url(/images/3d-weight-loss/Lightbrown.png);
}
.transformationScreen #skin-brown {
    background-image: url(/images/3d-weight-loss/Brown.png);
}
.transformationScreen #skin-tan {
    background-image: url(/images/3d-weight-loss/Tan.png);
}
.transformationScreen #skin-lightDark {
    background-image: url(/images/3d-weight-loss/Lightdark.png);
}
.transformationScreen #skin-dark {
    background-image: url(/images/3d-weight-loss/Dark.png);
}
.transformationScreen .skin-tone-row label {
    margin-bottom: 0;
}

.transformationScreen .skin-tone-male {
    text-indent: -600%;
    overflow: hidden;
}
.transformationScreen .skin-tone,.transformationScreen  .skin-tone-male,.transformationScreen  .hair-color {
    display: block;
    width: 100%;
    max-width: 89px;
    margin: auto;
    height: 40px;
    padding: 2px 10px;
    color: #fff;
    border-radius: 4px;
    text-shadow: black 0.1em 0.1em 0.2em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3;
}
.transformationScreen  .choices.skin-tone-row li input {
    display: none;
}
.transformationScreen .choices .hair_color_list,
.transformationScreen .choices .skin_tone_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.transformationScreen  .choices .hair_color_list .d-col,
.transformationScreen  .choices .skin_tone_list .d-col {
    width: 33.33333%;
    padding-right: 5px;
    padding-bottom: 5px;
}
.transformationScreen #threed-content hr {
    margin: 4px 0;
}
.transformationScreen hr {
    border: solid #fffcfc;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25em 0 1.1875em;
    height: 0;
}
.transformationScreen  .option .choices .multi-option.fitnessgoal .form-group,.transformationScreen   .option .choices .multi-option.body-shape .form-group {
    margin-top: 10px!important;
    margin-bottom: 20px !important;
}
.transformationScreen  .option .choices .multi-option.fitnessgoal .text_wrap,.transformationScreen   .option .choices .multi-option.body-shape .text_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.transformationScreen .option .choices .multi-option .text_wrap input[type="radio"] {
    position: relative;
    top: 7px;
}
.transformationScreen  .option .choices .multi-option.fitnessgoal .text_wrap input,.transformationScreen   .option .choices .multi-option.body-shape .text_wrap input {
    margin: 0;
    margin-right: 10px;
    width: 15px;
}
.transformationScreen .alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: 0.6875em 1.3125em 0.75em 0.6875em;
    font-size: 0.875em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: #fff;
}
.transformationScreen  .alert-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.transformationScreen  .alert-box span,.transformationScreen  .alert-box .close{
    color: #fff;
}
.transformationScreen  .alert-box .close{
    position: relative;
    font-size: 18px;
    top: -10px;
    right: -10px;
}
.transformationScreen #weight_gain{
    width: 100%;
}
.transformationScreen  .choices li.multi-option input {
    display: inline;
    text-align: center;
}
.transformationScreen .choices .multi-option label {
    display: inline-block;
    width: auto;
}
.transformationScreen #user-direct-sign-up label {
    position: relative;
    top: 0;
}
.transformationScreen  .option .choices .multi-option.body-shape img {
    width: auto;
}
.transformationScreen .body-shape img {
    box-shadow: none;
    border: none;

}
.transformationScreen #user-direct-sign-up label.bodyshape{
    width: 50px;
}
.transformationScreen #user-direct-sign-up label.bodyshape img{
    width: 100%;
}
.transformationScreen #user-direct-sign-up label.chestShape{
    width: 75px;
}
.transformationScreen #user-direct-sign-up label.chestShape img{
    width: 100%;
}
.transformationScreen .multi-option img {

    /*box-shadow: 1px 1px 5px #666;*/

}
.transformationScreen .option .choices .multi-option.fitnessgoal .text_wrap label{
    width: 80%;
}
.transformationScreen .btnNextContent{
    display: flex;
    justify-content: center;
    text-align: center;
}
.transformationScreen .lightText{
    color: #8C949F;
}
.transformationScreen .transformationScreen input {
    width: 100%;
    text-align: center;
}
.transformationScreen .goalSpeedSelect{
    width: 100%;
    margin: 15px 0;
}
/* ----------------transformationScreen css end============================= */
/* ----------------financialReportScreen css start============================= */
.financialReportScreen{

}
.financialReportScreen .header-color-2 {
    color: #89002a;
}
.financialReportScreen  .free_appointment>table,.financialReportScreen  th,.financialReportScreen  td {
    border: 1px solid black;
}
.financialReportScreen .free_appointment table {
    width: 100%;
}
.financialReportScreen .free_appointment th {
    padding: 5px 10px;
    text-align: center;
}
.financialReportScreen .free_appointment>th,.financialReportScreen td {
    padding: 5px 10px;
}
.financialReportScreen .free_appointment {
    margin-bottom: 50px;
}
/* ----------------financialReportScreen css end============================= */
/* ----------------updateBillingInfoScreen css start============================= */
.updateBillingInfoScreen{

}
.updateBillingInfoScreen .container.old .row {
    max-width: unset !important;
}
.updateBillingInfoScreen #user-direct-sign-up > .row.step {
    margin: 0;
    padding: 10px;
    border: none;
}
.updateBillingInfoScreen .widget-wrapper .columns {
    margin-bottom: 10px;
}
.updateBillingInfoScreen .row .large-offset-1 {
    margin-left: 8.33333%;
}
.updateBillingInfoScreen .row .row:after {
    clear: both;
}
.updateBillingInfoScreen .content-block-background-color {
    background: #ffffff;
}
.updateBillingInfoScreen .border-radius {
    border-radius: 8px;
}
.updateBillingInfoScreen .expert-content {
    border-radius: 8px;
    box-shadow: 1px 1px 8px #333;
    padding: 20px;
    text-shadow: 1px 1px 1px #eee;
    margin-bottom: 25px;
    width: 83.33333%;
}
.updateBillingInfoScreen form {
    margin: 0 0 1em;
}
.updateBillingInfoScreen .expert-content fieldset {
    border-radius: 4px;
    padding: 2px 40px !important;
}
.updateBillingInfoScreen fieldset {
    border: solid 1px #ddd !important;
    padding: 1.25em !important;
    margin: 1.125em 0 !important;
}
.updateBillingInfoScreen .expert-content legend {
    background: none;
    padding: 0 10px;
    font-size: 1.2em;
}
.updateBillingInfoScreen .header-color-2 {
    color: #89002a;
}
.updateBillingInfoScreen .widget-wrapper .columns {
    margin-bottom: 10px;
}
.updateBillingInfoScreen p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    text-rendering: optimizeLegibility;
}

.updateBillingInfoScreen  .expert-content input,.updateBillingInfoScreen  .expert-content select {
    border-radius: 4px;
    border: 1px solid #a9a9a9;
    box-shadow: 1px 1px 5px #aaa;
}
.updateBillingInfoScreen .billing-label{
    font-size: 17px;
    font-weight: 500;
}
.updateBillingInfoScreen .verification-code-label {
    font-size: 0.875em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.1875em;
}

.updateBillingInfoScreen #state{
    width: 66%;
}
.updateBillingInfoScreen .updateBtn{
    padding: 3px 15px;
    display: block;
    margin:20px auto;
    margin-right: 0;
}
.updateBillingInfoScreen .alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff;
}
.updateBillingInfoScreen .alert-box.alert {
    text-shadow: none;
}
.updateBillingInfoScreen .alert-box.alert {
    background-color: #c60f13;
    border-color: #970b0e;
    color: #fff;
}
.updateBillingInfoScreen .alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: bold;
    margin-bottom: 1.25em;
    position: relative;
    padding: 0.6875em 1.3125em 0.75em 0.6875em;
    font-size: 0.875em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: #fff;
}
.updateBillingInfoScreen a{
    color: #005caa;
}
.updateBillingInfoScreen a:hover {
    color: #333;
}
.updateBillingInfoScreen .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333;
    opacity: 0.3;
}
/* ----------------updateBillingInfoScreen css end============================= */
/* ----------------program & Classes Video Detail css start============================= */
.videoDetailScreen{
    margin-top: 15px;
}
.videoDetailScreen .deatil_full {
    border: 1px solid transparent;
    margin-top: 40px;
    padding: 0px;
}
.videoDetailScreen .deatail_info_dive h2 {
    font-weight: bold;
    color: #152630;
}
.videoDetailScreen .deatail_info_dive h3 {
    font-size: 18px;
    font-weight: 400;
    color: #152630;
}
.videoDetailScreen .deatail_info_dive h5 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
}
.videoDetailScreen .deatail_info_dive table {
    margin-top: 30px;
}
.videoDetailScreen .deatail_info_dive table tr th {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0px;
}
.videoDetailScreen .deatail_info_dive h6 {
    margin-top: 30px;
    color: #152630;
    font-weight: 700;
}
/*.videoDetailScreen a {*/
/*    color: #005caa;*/
/*}*/
.videoDetailScreen .programs_details p{
    margin-bottom: 20px;
}
.videoDetailScreen .carousel_video{
    /*width: 450px;*/
}
.videoDetailScreen .carousel_video video{
    width: 100%;
}
.videoDetailScreen .carousel_video>img{
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videoDetailScreen .lessone_div {
    border: 1px solid transparent;
    margin-top: 10px;
}
.videoDetailScreen .lesone_title {
    border: 1px solid transparent;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    background: #F2F6F9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.videoDetailScreen .lesone_title h3 {
    font-size: 15px;
    margin-bottom: 0 !important;
    margin-top: 5px;
}
.videoDetailScreen #go_lesson_quiz_a {
    width: 100% !important;
    letter-spacing: 1px !important;
}
.videoDetailScreen .full_buttom_custom:hover {
    /* background: #005caa !important;
    color: #ffffff !important;
    border-color: #005caa !important; */
    background: var(--primary-green);
    border: none;
}
.videoDetailScreen .full_buttom_custom{
    border: none !important;
}
.videoDetailScreen .lesson_quiz_link i {
    font-style: normal;
}
.videoDetailScreen .header-color-1 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700;
}

.videoDetailScreen .current_score_n_passing h5 span {
    color: #152630;
    font-weight: 400;
}
.videoDetailScreen .lesson_table {
    bordeR: 1px solid transparent;
}
.videoDetailScreen .lesson_table table {
    width: 100%;
}
.videoDetailScreen .lesson_table tr {
    background: #F2F6F9;
}
.videoDetailScreen .lesson_table tr td:nth-child(1) {
    width: 5%;
}

.videoDetailScreen .lesson_table tr td {
    padding: 0px;
}
.videoDetailScreen .lesson_table tr td:nth-child(2) {
    width: 75%;
}
.videoDetailScreen .lesson_table tr td a p {
    display: flex;
    align-items: center;
}
.videoDetailScreen .lesson_table tr td p {
    font-size: 13px;
    color: var(--primary-green);
}
.videoDetailScreen .mar-left-35 {
    margin-left: 35px;
}
.videoDetailScreen .lesson_table tr td a p i {
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
}
.videoDetailScreen .bg-btn {
    border: 1px solid transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    padding: 5px 20px;
    border-radius: 20px;
    background: #4A5582;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 0;
    letter-spacing: 2px;
    box-shadow: none !important;
    float: none;
    display: inline-block;
    text-align: center;
}
.videoDetailScreen .containerCustome {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 7px;
    margin-bottom: 33px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
.videoDetailScreen  .containerCustome input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .videoDetailScreen   .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #eee;
    border-radius: 50%;
  }
  .videoDetailScreen .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .videoDetailScreen  .containerCustome input:checked ~ .checkmark:after {
    display: block;
  }

  .fa-download:before {
    content: "\f019";
}
/* ----------------program & Classes Video Detail css end============================= */
/* ----------------program & Classes Quiz Screen css start============================= */
.quizMainScreen{

}
.expert-content {
    border-radius: 8px;
    box-shadow: 1px 1px 8px #333;
    padding: 20px;
    text-shadow: 1px 1px 1px #eee;
    margin-bottom: 25px;
}
.quizMainScreen h2,.quizMainScreen h5{
    color: var(--primary-green);
}
.quizMainScreen h2 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.quizMainScreen p {
    border: 1px solid transparent;
    color: #8C949F;
    margin-bottom: 20px;
}
.quizMainScreen h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}
.quizMainScreen h4{
    color: var(--primary-green);
    font-weight: 300;
}
.quizMainScreen .lesson-quiz .answer label {
    display: block;
}
.quizMainScreen label {
    color: #4d4d4d;
}
.quizMainScreen .quizSubmitBtn{
    font-size: 14px;
    font-weight: 600;
    padding:3px 0px;
    text-shadow: none!important;
    background-color: var(--common-purple) ;
    color: var(--common-white);
}
.quizMainScreen .quizSubmitBtn:hover{
    background: var(--primary-green);
    color: var(--common-white);
}
.quizMainScreen .quizSubmitBtn.submitScreenBtn{
    padding: 3px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}
.quizMainScreen input.quizSubmitBtn.text-center {
    outline: none;
}
/* ----------------program & Classes Quiz Screen css end============================= */
#uuu{
    padding: 3px 20px;
    border-radius: 20px;
}
#hair-jetblack {
    background-image: url(/assets/img/haircolor/jetblack.png) !important;
}
#hair-darkbrown {
    background-image: url(/assets/img/haircolor/darkbrown.png) !important;
}
#hair-darkbrownwithhl {
    background-image: url(/assets/img/haircolor/darkbrownwithhl.png) !important;
}
#hair-midbrown{
    background-image: url(/assets/img/haircolor/midbrown.png) !important;
}
#hair-ashbrown {
    background-image: url(/assets/img/haircolor/ashbrown.png) !important;
}

#hair-auburnbrown {
    background-image: url(/assets/img/haircolor/auburnbrown.png) !important;
}

#hair-lightbrown {
    background-image: url(/assets/img/haircolor/lightbrown.png) !important;
}
#hair-lightbrownwithhl {
    background-image: url(/assets/img/haircolor/lightbrownwithhl.png) !important;
}
#hair-lightashbrown {
    background-image: url(/assets/img/haircolor/lightashbrown.png) !important;
}
#hair-copperred {
    background-image: url(/assets/img/haircolor/copperred.png) !important;
}

#hair-cherryred {
    background-image: url(/assets/img/haircolor/cherryred.png) !important;
}

#hair-copperblonde {
    background-image: url(/assets/img/haircolor/copperblonde.png) !important;
}
#hair-dirtyblonde {
    background-image: url(/assets/img/haircolor/dirtyblonde.png) !important;
}
#hair-goldenblonde {
    background-image: url(/assets/img/haircolor/goldenblonde.png) !important;
}
#hair-lightblonde {
    background-image: url(/assets/img/haircolor/lightblonde.png) !important;
}

#hair-platinumblonde {
    background-image: url(/assets/img/haircolor/platinumblonde.png) !important;
}

#hair-grey {
    background-image: url(/assets/img/haircolor/grey.png) !important;
}



.transformationScreen .choices.hair-color-row li input,
.transformationScreen .choices.skin-tone-row li input {
    display: none;
}
.transformationScreen #user-direct-sign-up label {
    position: relative;
    top: 0;
}

.hair_color_list input{
    display: none;
}
.transformationScreen .modelImage img {
    width: 100%;
    display: inline-block;


    position: absolute;
    margin-top: 0;
}
.finger_stick-group form .row .col-md-10 label,
.questionnaire-group form .row .col-md-10 label{
    margin-bottom: 8px!important;
}
.personal-profile-block .row form .col-md-12 h1{
    font-size: 34px!important;
    font-weight: 500!important;
}
input#lowerweight,
input#upperweight {
    width: 187px;
}
select#lowerreps,
select#upperreps {
    margin-left: 10px;
}
.months-option-select {
    line-height: 23px;
    height: 35px;
    margin: 0;
    padding-right: 25px;
    background-color: transparent;
    position: absolute;
    right: 100px;
    top: 0;
    color: #fff;
    font-size: 15px;
    border: transparent;
    outline: none !important;
}
.months-option-select option{
    color: #fff;
}
.accordion__content .months-option-select option{
    color: #0D0A0A;
}
.swal2-styled.swal2-confirm:focus {
     box-shadow:none!important;
     border:none!important;
 }
.swal2-styled.swal2-confirm:hover {
    box-shadow:none!important;
    border:none!important;
}

input.button.article_quiz_submit {
    border: none!important;
}
.new-c{
    color: black;
    background: rgba(180, 209, 208, 0.71);
    border-color: #454d55;
    font-weight: 600!important;
}
.ui-datepicker {
    width: 14em!important;
    padding: 0.2em 0.2em 0;
    display: none;
}

.chart-detail-page .months-option-select{
    padding: 9px 25px;
    border-radius: 30px ! important;
}