body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins-Regular';
    scroll-behavior: smooth;
    background-color: rgba(12, 22, 24, 1);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
    outline: 0 !important;
    color: inherit !important;
}

a:hover {
    text-decoration: none !important;
    color: inherit !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins-Bold';
    margin: 0;
}

p {
    color: white;
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}


input:focus-visible{
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-select:focus{
        border-color: #373737; 
        outline: 0;
        box-shadow: none; 
}
/* DashBoard Section Start */

.DashBoard {
    min-height: 100svh;
}

.dashboard_left {
    background-color: black;
    overflow-y: auto;
    z-index: 100;
    height: calc(100vh - 0px);
    will-change: transform;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dashboard_left::-webkit-scrollbar{
    display: none;
}
.dashboard_right {
    background: rgba(12, 22, 24, 1);
    overflow: auto;
    height: calc(100vh - 0px);

}

.logo_sec {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_sec img{
    height: 55px;
}
.logo_sec h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.logo_sec p {
    color: rgb(220, 220, 220);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dashboard_items {
    padding-bottom: 50px;
}

.dashboard_items ul li {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    border-top: 1px solid #4B4B4B;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}
.dashboard_items ul li:hover{
    color: #EF9E13;
    transition: all .4s ease-in-out;
}
.dashboard_items ul li:nth-child(5) {
    border-bottom: 1px solid #4B4B4B;
}

.profile_icon_sec {
    padding-bottom: 30px;
}

.profile_icon_sec h5 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px;
}

.profile_icon_sec p {
    color: rgb(220, 220, 220);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 3px;
    cursor: pointer;
}

.profile_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #4F4F4F;
    display: flex;
    align-items: center;
    justify-content: center;
}


.profile_icon i {
    font-size: 32px;
    color: #FFF;
}

.CourseCredentials {
    padding-bottom: 25px;
}

.CourseCredentials p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.CourseCredentials h4 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}

.CourseCredentials span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dashboard_right_area {
    padding-left: 90px;
    padding-right: 90px;
}

.dashboard_right_title {
    text-align: center;
    padding-top: 30px;
}

.dashboard_right_title h1 {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.right_desp {
    padding-left: 10px;
}

.right_desp p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    /* 92% */
}

.questionnaire_home_btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.questionnaire_btn {
    display: flex;
    width: 268px;
    height: 47px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    border-radius: 10px;
    background: rgba(255, 210, 50, 0.50);
    color: white;
    border: none;
    font-weight: 800;
}



.paln_card {
    padding: 40px 30px 40px 30px;
    background: rgba(217, 217, 217, 0.30);
    height: 100%;
    
    transition: all .4s ease-in-out;

}

.paln_card:hover {
    background: rgba(249, 187, 72, 0.426);
    transition: all .4s ease-in-out;
}

.paln_card h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
    background: linear-gradient(90deg, #F3C264 0%, #EF9E13 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.paln_card p {
    color: #FFF;
    text-shadow: 0px 0px 6.004px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 30px;

}

.paln_card a {
    color: #FFF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

.paln_card a img {
    margin-left: 10px;
}


.socail_platform p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
}

.social_icon svg {
    margin-right: 10px;
    margin-top: 10px;
}

.platform_card {
    padding: 20px 40px 20px 40px;
    background: rgba(217, 217, 217, 0.30);
    height: 100%;
}

.platform_card:hover {
    background: rgba(249, 187, 72, 0.426);
    transition: all .4s ease-in-out;
}

.platform_card h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 27.26px;
    background: linear-gradient(90deg, #F3C264 0%, #EF9E13 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 10px;
}

.platform_card p {
    color: #FFF;
    text-shadow: 0px 0px 6.004px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.364px;
}

.platform_card a {
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.platform_card a img {
    margin-left: 10px;
}

.footer_Sec p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_Sec_links {
    text-align: end;
}

.footer_Sec_links ul li {
    display: inline-block;
    border: none;
    border-right: 2px solid;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_Sec_links ul li:nth-child(3) {
    border-right: none;
}
.m_logo_sec{
    display: flex;
    align-items: center;
    justify-content: start;
}
.m_logo_sec h3 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.m_logo_sec img{
    height: 50px;
}
.m_user_sec {
    display: flex;
    align-items: center;
}

.m_user_name p {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-align: end;
    margin-right: 8px;
}

.m_user_name span {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    margin-right: 8px;
}

.m_user_logo a i {
    font-size: 30px;
    text-align: end;
    margin-left: 3px;
    color: white;
}

.Credentials_mob {
    display: flex;
    align-items: center;
}

.Credentials_mob p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-left: 4px;

}

.Credentials_mob_name h4 {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;

}

.Credentials_mob_name span {
    color: #FFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home_get_help_btn {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.help_btn {
    width: 198px;
    height: 46px;
    border-radius: 10px;
    background: rgba(217, 217, 217, 0.30);
    border: none;
    color: white;
    color: #FFF;
    font-size: 15px;
}

.help_btn i {
    margin-right: 7px;
}

/* DashBoard Section Stop */





/* Questionnaire Section Start */

.dashboard_right_head {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 30px;

}

.questionnaire_form_sec {
    overflow-y: scroll;
    height: 100vh;
}

.questionnaire_form {
    margin-top: 30px;
}

.questionnaire_form p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}



.questionnaire_btn_sec {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(12, 22, 24, 1);
    height: 100%;
}

.questionnaire_form_btn {
    padding: 10px 30px 10px 30px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    border-radius: 14.55px;
    background: linear-gradient(90deg, #F3C264 0%, #EF9E13 102.48%);
    border: none;
}

.sticky-btn {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: rgba(12, 22, 24, 1);
    padding: 20px;
    z-index: 1000;
    text-align: center;
}
.sticky-btn p{
    font-size: 10px;
    margin-top: 6px;
}


::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #4F4F4F;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.m_nutrion_plan_btn {
    width: 130px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(90deg, #FFA915 0%, #FF9B05 100%);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    border: none;
}


/* Questionnaire Section Stop */





/* Nutrition Section Start */

.nutrition_plan_sec p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 25px;
    white-space: pre-line;
}

.goback_btn {
    color: #FFD232 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: 20px;
    cursor: pointer;
}
.goback_btn:hover{
    color: #FFD232 !important;
}
.goback_btn img {
    margin-right: 10px;
}

.nutrition_plan_sec p span {
    background: linear-gradient(90deg, #F3C264 45.1%, #EF9E13 99.97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nutrition_plan_sec h3 {
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F3C264 0.2%, #EF9E13 103.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 33px;
    margin-bottom: 30px;
}

.cal_intake h5 {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.result_box {
    padding: 14px;
    text-align: center;
    border-radius: 14px;
    border: 1.463px solid #EF9E13;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.nutrition_items li {
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    padding-left: 45px;
}

.nutrition_items li img {
    margin-left: 10px;
}

.nutrition_items li:first-child {
    padding-left: 0%;
}

.nutrition_video_sec {
    display: flex;
    justify-content:center;
}

.nutrition_video {
    width: 355px;
    height: 232px;
    border-radius: 10px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Nutrition Section Stop */





/* Breakfast Section Start */
.food_carousel_sec {
    position: relative;
}

.left_btn {
    position: absolute;
    left: 0%;
    top: 50%;
    bottom: 50%;
    z-index: 1000;

}

.right_btn {
    position: absolute;
    right: 0%;
    top: 50%;
    bottom: 50%;
    z-index: 1000;
}

.food_items_sec {
    overflow: auto;
}

.breakfast_plan_sec p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}

.breakfast_img img {
    width: 40%;
}

.breakfast_img h3 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Breakfast Section Stop */




/* oatmeal section start */

.ingredients_name p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ingredients_name {
    margin-bottom: 33px;

}

.ingredients_name span {
    padding: 12px;
    color: #FFAD32;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    border: 1.056px solid #EF9E13;
}

.recipe h3 {
    font-size: 21.951px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(90deg, #F3C264 0.2%, #EF9E13 103.86%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.recipe p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    white-space: pre-line;
}

.recipe img {
    width: 40%;
    margin-top: 15px;
    margin-bottom: 15px;
   
}



/* oatmeal section stop */



/* lunch And Dinner start*/


.foods {
    text-align: center;
}

.food_item {
    width: 50%;
}

.foods a {
    color: #FFF !important;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dinner_btn_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.dinner_btn .active {
    background: linear-gradient(90deg, #FFD232 -0.38%, #EF9E13 99.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dinner_btn a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.dinner_btn a:hover{
    color: #EF9E13 !important;
    transition: all .4s ease-in-out;
}



.protien_dropdown i{
    color: #FFD232;
}
.protien_dropdown ul{
    margin-top: 30px;
}
.protien_dropdown ul li{
    color: white;
    font-size: 18px;
    padding-bottom: 20px;
}
.protien_dropdown ul li i{
    color: #F3C264;
    font-size: 11px;
    margin-right: 7px;
}


/* lunch And Dinner stop*/




/* Crab Source start*/


.crab_head {
    background: linear-gradient(90deg, #FFD232 -0.38%, #EF9E13 99.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Crab Source stop*/

.ingredients_dropdown {
    display: flex;
    align-items: center;
}

.ingredients_dropdown p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ingredients_dropdown img {
    margin-left: 10px;
}

.vegies_title p {
    margin-right: 40%;
    white-space: pre-line;
}



.workoutplan_title h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
}

.paln_table {
    padding-top: 50px;
    overflow: auto;
}

.paln_table p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.paln_table table {
    width: 100%;
    color: white;
    background: transparent;
    margin-bottom: 1rem;
    vertical-align: top;
}

.paln_table table th {
    border-right: 1px solid #4B4B4B;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: left;
}

.paln_table table th:last-child {
    border: none;
    border-right: 1px solid rgba(12, 22, 24, 1);
}

.paln_table table td {
    border-right: 1px solid #4B4B4B;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;

}

.paln_table table td:last-child {
    border: none;
    border-right: 1px solid rgba(12, 22, 24, 1);
}

.work_plan_video_sec {
    display: flex;
    align-items: center;
    justify-content: end;
}

.work_plan_video {
    width: 355px;
    height: 232px;
    border-radius: 10px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;

}
.work_paln_days_sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    cursor: pointer;
}


.work_paln_days {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.work_paln_days p {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}
.work_paln_days p:hover{
    color: #EF9E13;
}
.work_paln_days img {
    margin-left: 8px;
}

.work_paln_days .active {
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    background: linear-gradient(90deg, #FFD232 0%, #FFAD32 109.14%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

.workout_card {
    padding: 50px;
    background: rgba(217, 217, 217, 0.30);
    /* width: 290px; */
    transition: all .4s ease-in-out;
    height: 100%;
    cursor: pointer;
}

.workout_card:hover {
    background: rgba(249, 187, 72, 0.426);
    transition: all .4s ease-in-out;
}

.workout_card h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px;
    background: linear-gradient(90deg, #F3C264 0%, #EF9E13 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.workout_card p {
    color: #FFF;
    text-shadow: 0px 0px 6.004px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 30px;

}

.workout_card a {
    color: #FFF !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

.workout_card a img {
    margin-left: 10px;
}




.workoutplan_title h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: linear-gradient(90deg, #FFD232 -0.38%, #EF9E13 99.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.week_plan_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: linear-gradient(90deg, #FFD232 -0.38%, #EF9E13 99.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.week_btn h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.328px;
    text-transform: uppercase;
}

.week_btn span {
    padding: 12px;
    color: #FFAD32;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1.056px solid #EF9E13;
    cursor: pointer;
}


.week_plan_table h5 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* white-space: nowrap; */
}

.week_plan_table p {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.week_plan_table input {
    background: transparent;
    border: none;
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    color: white !important;
    border-radius: 0;
}
.week_plan_table img{
    cursor: pointer;
}
.chooseday_btn {
    width: 218px;
    height: 41px;
    border-radius: 14px;
    background: linear-gradient(90deg, #F3C264 0%, #EF9E13 102.48%);
    border: none;
    color: rgb(0, 0, 0);
}

.measure_sec p {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    text-transform: lowercase;
    margin-top: 20px;
}

.measure_title {
    display: flex;
    align-items: center;
}

.measure_title h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.162px;
}

.measure_title span {
    padding: 12px 40px 12px 40px;
    border-radius: 10px;
    border: 1px solid #FFD232;
    color: white;
    margin-left: 20px;
}

.measure_search_sec {
    margin-top: 40px;
}

.nav-link {
    padding: 0%;
    border: none;
}

.nav-item {
    padding-left: 100px;
}

.nav-item:first-child {
    padding-left: 0px;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;


}

.nav-tabs .nav-link.active {
    background: transparent;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(270deg, #EF9E13 41.12%, #F3C264 99.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.measure_q {
    margin-top: 30px;
}

.measure_q p {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(270deg, #EF9E13 41.12%, #F3C264 99.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.measure_q input {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(87, 87, 87, 1);
    color: white;
    width: 100%;
}


.measure_q_new{
    margin-top: 20px;
}
.measure_q_new label{
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(270deg, #EF9E13 41.12%, #F3C264 99.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.measure_q_new input{
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(87, 87, 87, 1);
    color: white;
    width: 100%;
    text-align: center;
}

.questionnaire_form input {
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid rgba(87, 87, 87, 1);
    padding: 10px 10px 10px 10px;
    color: white;
}

.questionnaire_form select {
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0 !important;
    border-bottom: 2px solid rgba(87, 87, 87, 1);
    padding: 10px 10px 10px 10px !important;
    color: white;
}
.form-select option {
    background-color: black;
}

.measure_q label {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    background: linear-gradient(270deg, #EF9E13 41.12%, #F3C264 99.9%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 40px;
}

.photo_upload h4 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;

}

.photo_upload p {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-transform: lowercase;
}

.upload_icon a img {
    width: 51px;
    height: 51px;
}

.upload_img {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    
}
.upload_img img{
    width: 100%;
}
.upload_img i{
    color: red;
    position: absolute;
    right: 5%;
    top: 10%;
    font-size: 18px;

}
.save_btn_sec {
    text-align: start;

}

.save_btn {
    font-size: 20px;
    cursor: pointer;
    border-radius: 14px;
    background: linear-gradient(90deg, #F3C264 0%, #EF9E13 102.48%);
    border: none;
    color: rgb(0, 0, 0);
    padding: 7px 50px;  
}






.nav-icon1 {

    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100;

}

.nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.menuitem_sec .nav-icon1 span {
    background: rgb(0, 0, 0);
}

.nav-icon1 span:nth-child(1) {
    top: 0px;
}

.nav-icon1 span:nth-child(2) {
    top: 12px;
}

.nav-icon1 span:nth-child(3) {
    top: 24px;
}

.nav-icon1.open span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbarIcon {
    display: none;
}

.menuSec {
    width: 50%;
    height: 100vh;
    background-color: black;
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

.menuNavBar {
    list-style: none;
    margin: 0px;
    text-align: left;
}

.menuNavBar li {
    padding: 30px 15px;
    padding-bottom: 0px;
    cursor: pointer;
    transition: all .8s ease;
}


.menuNavBar li.active {
    color: #3D62F8;
    transition: all .8s ease;
}

.menuNavBar li:hover {
    color: #3D62F8;
    transition: all .8s ease-out;
}










 



.loginPage {
    background-color: #101918;
    height: 100svh;
    display: flex;
    align-items: center;
    overflow: auto;
}

.login_left h3 {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}
.login_left img{
    width: 50%;
}

.login_left h1 {
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
}

.login_left p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}

.login_form{
    position: relative;
}
.login_form h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.login_form p {
    color: #6C737F;
    font-size: 12px;
    font-weight: 400;
    text-align: end;
    cursor: pointer;
}

.login_form input {
    width: 100%;
    border-radius: 7.342px;
    border: none;
    border-right: 0.953px solid #FFD232;
    border-left: 0.953px solid #FFD232;
    background: #181300;
    box-shadow: 0px 13.215px 22.025px 0px rgba(255, 210, 50, 0.04);
    margin-bottom: 25px;
    padding: 10px 15px;
    color: white;
   
}
.login_frm_sec{
    text-align: center;
    margin-top: 20px;
}
.login_frm_btn {
    padding: 10px 30px;
    border-radius: 7px;
    background: #FFD232;
    box-shadow: 0px 13.215px 22.025px 0px rgba(68, 97, 242, 0.11);
    color: rgb(0, 0, 0);
    border: none;
    width: 100%;
    font-weight: 700;
}
.close_button{
    font-size: 20px;
    color: #FFD232;
    position: absolute;
    right: 0%;
    top: 0%;
    cursor: pointer;
}



.sidemodel {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: -100%;
    transition: all .2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    display: flex;
    justify-content: end;
    z-index: -1; 
}

.signoutmodel{
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: -100vh;
    right: 0px;
    transition: all .2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1; 
}
.model_signout{
    background-color: black;
    width: 36%;
    overflow: auto;
    padding: 40px;
    border-radius: 22px;
    border-top: 2px solid #FFD232;
    border-bottom: 2px solid #FFD232;
    background: rgba(12, 22, 24, 1);
    
}

.modelopensign {
    bottom: 0;
    transition: all .2s ease-in-out;
    z-index: 1000;
}

.model_content {
    background-color: rgba(12, 22, 24, 1);
    width: 85%;
    height: 100%;
    overflow: auto;
    padding: 40px;
}
.model_supple_content {
    background-color: rgba(12, 22, 24, 1);
    width: 30%;
    height: 100%;
    overflow: auto;
    padding: 40px;
}
.nutrition_content {
    background-color: rgba(12, 22, 24, 1);
    width: 85%;
    height: 100%;
    overflow: auto;
    padding: 40px;
}
.modelopen {
    right: 0%;
    transition: all .2s ease-in-out;
    z-index: 1000;
}

.sidemodel_NotHide{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: -100%;
    transition: all .2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    justify-content: end;
    z-index: 1000;
}
.model_heading {
    color: white;
}

.model_exit_btn{
    color: #FFD232 !important;
    font-size: 25px;
}
.model_exit_btn:hover{
    color: #FFD232 !important;
}

.model_tab_content {
    background-color: black;
    width: 83%;
    height: 100%;
    overflow: auto;
    padding: 40px;
}
.History_sec span{
    color: #FFAD32;
}
.History_sec h3{
    color: white;
}
.History_sec h2{
    color: white;
    margin-bottom: 20px;
}

ui-cropper  {
    width: 100% !important;
}

ui-cropper canvas {
    margin: 0px !important;

}



.loadingSec
{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: rgb(0, 0, 0);
}


.loading
{
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}

.loadSub
{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadSub img
{
    height: 100px;
}

.signtout_cfrm_btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin-top: 20px;
}
.signtout_cfrm_btns span{
    padding: 10px 40px;
    border: 1px solid #EF9E13;
    border-radius: 25px;
    color: white;
    transition: all .4s ease-in-out;

}
.signtout_cfrm_btns span:hover{
    background-color: #EF9E13;
    color: #000;
    transition: all .4s ease-in-out;
}

.signtout_cfrm_btns button{
    padding: 10px 40px;
    border: 1px solid #EF9E13;
    border-radius: 25px;
    color: white;
    transition: all .4s ease-in-out;
    background-color: transparent;

}
.signtout_cfrm_btns button:hover{
    background-color: #EF9E13;
    color: #000;
    transition: all .4s ease-in-out;
}
/* .measure_qna_table{
    overflow: auto;
}
.measure_qna_table::-webkit-scrollbar{
    display: none;
} */
.measure_qna_table table{
    width: 100%;
}
.measure_qna_table table th{
    border: 1px solid #4B4B4B;
    padding: 10px;
    text-align: center; 
    color: white;
}
/* .measure_qna_table table th:last-child{
    border-right: none;
} */
.measure_qna_table table td{
    border: 1px solid #4B4B4B;
    color: white;
    text-align: center;
    padding: 10px;
}
/* .measure_qna_table table td:last-child{
    border-right: none;
} */
.history_table table{
    width: 100%;
}


.fruits_video_sec{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary{
    border: none;
    color: black;
    background-color: #ffb62d;
}
.history_table{
    overflow: auto;
} 
.history_table::-webkit-scrollbar{
    display: none;
}

.history_table table th{
    border: none ;
    text-align: left;
    padding-left: 0%;
    font-size: 22px;
    color: white;
    white-space: nowrap;
   
}
.history_table table td{
    border: none;
    text-align: left;
    color: white;
    padding-left: 0%;
    font-size: 20px;
    padding-bottom: 15px;
    white-space: nowrap;
}
.history_table table th:last-child {
    border: none;
    border-right:none; 
}
.history_table table td:last-child {
    border: none;
    border-right:none; 
}
.weektable_wrap{
    overflow: auto;
}
.weektable_wrap::-webkit-scrollbar{
    display: none;
}

.change_password{
    border-radius: 22px;
    border-top: 2px solid #FFD232;
    border-bottom: 2px solid #FFD232;
    padding: 20px;
    width: 400px;
    height: 100%;
    box-shadow: 0px 0px 20px 0px rgba(255, 210, 50, 0.30);
}
.main_submit_form {
    margin-bottom: 20px;
}

.main_submit_form p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;

}
.main_submit_form input {
    border-radius: 7px;
    border: 1px solid #FFAD32;
    border-right: 2px solid #FFAD32;
    border-left: 2px solid #FFAD32;
    background: rgba(12, 22, 24, 1);
    padding: 11px 11px;
    width: 100%;
    color: white;
    
}

.main_submit_form input:focus {
    outline: none;
}

.main_submit_form button {
    padding: 10px 30px 10px 30px;
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    border-radius: 14.55px;
    background: linear-gradient(90deg, #F3C264 0%, #EF9E13 102.48%);
    border: none;
    width: 100%;

}
.main_submit_form button:hover {
    background: #FFAD32;
}


.contact_info li{
    text-indent: 0%;
    margin-left: 0%;
    padding-top: 20px;
    color: white;
}

.contact_Soical{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    margin-left: 20px;
}

.youtubeicon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(246, 175, 3, 1);
}
.youtubeicon a i{
    color: white;
}

