.desktop_none {
    display: none;
}

.mobile_none {
    display: block;
}
.btn_cal {
    display: flex;
    width: 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 100px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-Off-White, #FAFAFA);
    padding: 0px;
    /* Card Shadow */
    box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
}
.cal_sleepar_element {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.cal_sleepar_day {
    color: var(--Base-01, #383838);
    text-align: center;

    /* P/Small */
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.cal_sleepar_main {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cal_sleepar_main .vector_t {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.cal_sleepar_main .vector_r {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    
}
.cal_sleepar_main .vector_b {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    
}
.cal_sleepar_main .vector_l {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    
}
.cal_sleepar_main svg.active path {
    fill: var(--Colours-Primary, #0166ED);
}
.cal_sleepar_date {
    color: var(--Base-01, #383838);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    margin-bottom: 0px;
}
div.calendar_sleepar_scrollable#calendar_sleepar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    /* overflow-x: scroll; */
}
.calendar_sleepar_right {
    overflow-x: scroll;
}
.calendar_sleepar {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
}
.dashnam_head_title {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    letter-spacing: -0.24px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.dashnam_head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
}
.calendar_sleepar_main {
    border-radius: 16px;
    background: var(--Base-White, #FFF);
    padding: 24px;
}

.dash_nam_main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    max-width: 707px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9;
}
.progress_main {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    max-width: 707px;
    margin-left: auto;
    margin-right: auto;
}
.dashnam_body_title, .dashnam_footer_title {
    color: var(--Colours-Text, #001D40);
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 39px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.dashnam_footer_title {
    margin-bottom: 16px;
}
#meals-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
}
.dashnam_body_summary_card {
    flex: 1;
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: var(--Base-White, #FFF);
    box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
}
.dashnam_body_summary_card_title {
    color: var(--Base-02, #727272);
    text-align: left;

    /* H/H3 */
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 39px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.dashnam_body_summary_card_title span {
    color: var(--Base-02, #001D40);
    text-align: left;

    /* H/H3 */
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 39px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
}
.dashnam_body_summary_card_subtitle {
    color: var(--Base-02, #727272);
    text-align: left;

    /* P/Standard */
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%; /* 26.1px */
    margin-bottom: 0px;
}
.dash_nam {
    padding: 163px 0px 80px 0px;
    background-color: #FAFAFA;
}
.progress_frame {
    padding: 163px 0px 80px 0px;
    background-color: #FAFAFA;
}

.progress-bar {
    width: 78px;
    height: 78px;
    position: relative;
}
.progress-bar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.progress-line-bar {
    width: 100%;
    height: 8px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.dashnam_body_summary_card_l {
    flex: 1;
}
.dashnam_body_summary_inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.dashnam_body_summary {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
}
.dashnam_body_summary_card_big_title {
    color: var(--Base-02, #727272);
    text-align: left;

    /* H/H4 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.12px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.dashnam_body_summary_card_big_title span {
    color: var(--Colours-Text, #001D40);
    text-align: left;

    /* H/H4 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.12px;
    text-transform: capitalize;
}
.dashnam_body_summary_card_big_top_l {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}
.dashnam_body_summary_card_big_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.dashnam_body_summary_card_big {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: var(--Base-White, #FFF);

    /* Card Shadow */
    box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
}
.waterText {
    color: var(--Base-02, #727272);
    text-align: left;

    /* P/Standard */
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%; /* 26.1px */
    margin-bottom: 0px;
}
.dashnam_body_summary_card_big_bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.dashnam_footer_main_card {
    display: flex;
    padding: 32px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: var(--Base-White, #FFF);

    /* Card Shadow */
    box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
}
.dashnam_footer_main_card_text {
    color: var(--Base-01, #383838);
    text-align: center;

    /* P/Standard */
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%; /* 26.1px */
    margin-bottom: 0px;
}
.dashnam_footer_main_card_title {
    color: var(--Colours-Text, #001D40);
    text-align: center;

    /* H/H4 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.12px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.dashnam_body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
}
.dashnam_footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
    align-self: stretch;
}
.dashnam_fmcr_inner_l_pre_title {
    color: var(--Base-02, #727272);

    /* P/Standard */
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%; /* 26.1px */
    margin-bottom: 0px;
}
.dashnam_fmcr_inner_l_title {
    color: var(--Colours-Text, #001D40);

    /* H/H4 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.12px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.dashnam_fmcr_inner_l_subtitle {
    color: var(--Base-02, #727272);
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%; /* 26.1px */
    margin-bottom: 0px;
}
.dashnam_fmcr_inner_r_title {
    color: var(--Colours-Text, #001D40);
    text-align: right;

    /* H/H3 */
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 39px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.dashnam_fmcr_inner_r_subtitle {
    color: var(--Base-02, #727272);
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%; /* 26.1px */
    margin-bottom: 0px;
    text-align: right;
}
.dashnam_fmcr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex: 1;
}
.dashnam_fmcr_inner_l {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    flex: 1;
}
.dashnam_footer_meal_card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}
.dashnam_fmcl img.img-fluid {
    max-width: 86px;
    border-radius: 4px;
}
.dashnam_footer_meal_card {
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: var(--Base-White, #FFF);

    /* Card Shadow */
    box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
}







/* Calander Css */

.calendar {
    display: flex;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: var(--Base-Off-White, #FAFAFA);

    /* Card Shadow */
    box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
}

.cal-header {
    display: flex;
    padding: 16px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 20px;
}

.cal-header h2 {
    color: var(--Colours-Text, #001D40);

    /* H/H3 */
    font-family: "DM Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 39px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.cal-header button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.cal-days,
.cal-dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    width: 100%;
    max-width: 481px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 23px;
}

.cal-dates {
    margin-bottom: 20px;
}

.cal-days span {
    color: var(--Base-01, #383838);

    /* H/H4 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    letter-spacing: -0.12px;
    text-transform: capitalize;

    width: 100%;
    max-width: 50px;
}

.cal-dates div {
  
    border-radius: 50%;
    cursor: pointer;

    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;


    /* H/H4 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 26px */
    letter-spacing: -0.12px;
    text-transform: capitalize;
}

.cal-dates div:hover {
  background: #eee;
}

.inactive {
  color: #bbb;
}

.today {
  background: #1a73e8;
  color: #fff;
}

.range {
  background: #e6eaf0;
}
.selectedd {
  background: #e6eaf0;
  border: 1px solid #1a73e8;
}

/* Calander Css close */

#calendarModal .modal-content {
    background: transparent;
    border: 0px;
}
#calendarModal .modal-dialog {
    width: 100%;
    max-width: 707px;
}

.cal-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    width: 100%;
    max-width: 481px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-bottom: 16px;
}
.modal_dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0px;
}
.progress-tab-button {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    color: var(--Base-02, #727272);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 27.9px */
    text-transform: capitalize;
    border-radius: 100px;
}
.progress-tab-button:disabled {
    border: 0px;
}
.progress-tab-button.active {
    background: var(--Base-White, #FFF);
    border: 0px;
}
.progress_tab_btn_div {
    display: flex;
    padding: 4px;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    background: var(--Base-04, #E9E9E9);
    justify-content: center;
}
.progress_head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
    justify-content: flex-start;
}
.progress_tab_panel_main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
.progress_tab_panel_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    flex: 1;
}
.progress_tab_panel_right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    flex: 1;
}
.progress_tab_graph_title {
    color: var(--Colours-Text, #001D40);
    text-align: center;

    /* H/H4 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.12px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.graph_card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;

    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: var(--Base-White, #FFF);
    padding: 24px;
    /* Card Shadow */
    box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
}
.graph_card.ghc2 {
    min-height: 197px;
    justify-content: center;
}

canvas.graph_canvas {
  width: 100% !important;
  min-height: 198px !important;
}
.btn_trans_global {
    display: flex;
    padding: 9px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 100px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Colours-Text, #001D40);

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.btn_trans_global_custom {
    display: flex;
    padding: 9px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    border-radius: 100px;
    border: 1px solid var(--Base-03, #BDBDBD);
    background: var(--Base-Off-White, #FAFAFA);
    color: var(--Colours-Text, #001D40);

    /* P/CTA */
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 27.9px */
    text-transform: capitalize;
}
.graph_card_title {
    color: var(--Colours-Text, #001D40);

    /* P/Standard - Bold */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.graph_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.graph_top_title span {
    color: var(--Colours-Text, #001D40);
    text-align: center;

    /* P/Standard - Bold */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
    text-transform: capitalize;
}
.graph_top_title {
    color: var(--Colours-Text, #001D40);
    text-align: center;

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 0px;
}
.graph_top_subtitle {
    color: var(--Base-02, #727272);
    text-align: center;

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.graph_footer_subtitle {
    color: var(--Base-01, #383838);

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.graph_footer_l, .graph_footer_r {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.graph_footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.greenCircle {
    width: 10px;
    height: 10px;
    background: #47B147;
    border-radius: 50%;
}
.proteinCircle {
    width: 10px;
    height: 10px;
    background: #395CAE;
    border-radius: 50%;
}
.carbsCircle {
    width: 10px;
    height: 10px;
    background: #FFC943;
    border-radius: 50%;
}
.fatsCircle {
    width: 10px;
    height: 10px;
    background: #DF3F3F;
    border-radius: 50%;
}
.btn_graph_green_global {
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--Base-Success-Green, #47B147);
    color: var(--Base-White, #FFF);
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.bmi_graph_head_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.bmi_graph_footer_subtitle {
    color: var(--Base-02, #727272);
    text-align: center;

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.bmi_graph_marking_text {
    color: var(--Base-02, #727272);
    text-align: center;
    font-family: "DM Sans";
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.bmi_graph_marking_line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.bmi_graph_rainbow_line {
    background: linear-gradient(90deg, #3C82F5 0%, #47CB96 29.12%, #91D96B 49.04%, #F6D44E 72%, #DF3F3F 100%);
    width: 100%;
    height: 10px;
    border-radius: 25px;
    position: relative;
}
.bmi_graph_frame {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
}
.bmi_graph_rainbow_marking_line {
    position: absolute;
    background: #0F0F0F;
    width: 2px;
    height: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.nutrition-grid {
    display: grid;
    grid-template-columns: 62px repeat(7, 26px);
    gap: 7px 7px;
    align-items: center;
    width: max-content;
    justify-items: start;
}
.nutrition-grid .day {
    color: var(--Base-01, #383838);
    text-align: center;

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 24px;
    margin-bottom: 0px;
}
.nutrition-grid .label {
    color: var(--Base-01, #383838);

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    width: fit-content;
}
.nutrition-grid .dot {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border-radius: 25px;
}
.update_weight_modal_title {
    color: var(--Colours-Text, #001D40);
    text-align: center;

    /* H/H2 */
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    letter-spacing: -0.24px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.update_weight_modal_main_subtitle {
    color: var(--Colours-Text, #001D40);
    text-align: center;

    /* M/H2 */
    font-family: "DM Sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.update_weight_modal_footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
}
.update_weight_modal_main {
    border-radius: 18px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-White, #FFF);
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
}
.measuring_scale_weight {
    border-radius: 0 8px 8px 0;
    border-top: 1px solid var(--Base-04, #E9E9E9);
    border-right: 1px solid var(--Base-04, #E9E9E9);
    border-bottom: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-Off-White, #FAFAFA);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: flex;
    width: 75px;
    height: 48px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Base-02, #727272);
    text-align: center;

    /* P/Standard */
    font-family: "DM Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 174%; /* 26.1px */
}
.weight_modal_in {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 32px;
}
.weight_modal_content {
    background: transparent;
    border: 0px;
}
.wm_custom_dialog {
    max-width: 708px;
}
.leaf1 {
    position: absolute;
    top: 292px;
    right: 206px;
}
.leaf2 {
    position: absolute;
    top: 348px;
    left: 206px;
}
.leaf3 {
    position: absolute;
    top: 792px;
    left: 206px
}
.leaf4 {
    position: absolute;
    top: 723px;
    right: 0px
}
.cal_sleepar_main.active {
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 3px solid #0166ED;
}
.cal_sleepar_main.active svg {
    display: none;
}
.cal_sleepar_main.active p {
    color: #383838;
}
.cal_sleepar_main.today {
    background: #1a73e8;
    color: #fff;
    border-radius: 50%;
}

.cal_sleepar_main.today p {
    color: #FFFFFF;
}

.bomerrrrang .btn_cal {
    display: none;
}
.update_weight_modal_footer .open_himmer.w-100 {
    display: flex;
}




.tooltip_wrapper {
    position: relative;
    width: fit-content;
    overflow: visible;
}

.custom_tooltip {
    display: flex;
    width: 279px;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 279px;   
    max-width: 279px;   
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    top: 18px;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: var(--Base-White, #FFF);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.12), 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
}

.tooltip_wrapper:hover .custom_tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltip_title {
    color: var(--Base-01, #383838);
    text-align: left;

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.tooltip_desc {
    color: var(--Base-01, #383838);
    text-align: right;

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}
.tooltip_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 4px;
}
.tooltip_day {
    color: var(--Colours-Text, #001D40);

    /* P/Extra Small */
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
    text-align: left;
    width: 100%;
}

.dashnam_head_top_m {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

@media only screen and (max-width: 600px) {
     .mobile_none {
        display: none;
    }

    .desktop_none {
        display: block;
    }

    button.menuBar#backToTodayBtn {
        height: unset;
        padding: 2px 12px;
    }
    .dashnam_body_summary_inner {
        /* display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        gap: 8px; */
         display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .progress-tab-button {
        color: var(--Base-01, #383838);
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .update_weight_modal_main_subtitle {
        color: var(--Colours-Text, #001D40);

        /* P/Standard */
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 174%; /* 26.1px */
        text-align: left;
    }
    .update_weight_modal_main {
        border-radius: 0px;
        border: 1px solid var(--Base-04, #E9E9E9);
        background: var(--Base-White, #FFF);
        padding: 24px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 58px;
        height: 100vh;
    }
    .weight_modal_in {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 16px;
    }
    .bomerrrrang .btn_cal {
        display: block;
    }
    .update_weight_modal_title {
        color: var(--Colours-Text, #001D40);
        text-align: center;

        /* M/H2 */
        font-family: "DM Sans";
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .bomerrrrang {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
    }
    .update_weight_modal_footer .open_himmer.w-100 {
        display: none;
    }
    .wm_custom_dialog {
        margin: 0px;
    }
    .update_weight_modal_footer {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 42px 16px 24px 16px;
        border-top: 1px solid var(--Base-04, #E9E9E9);
        background: var(--Base-White, #FFF);
    }
    .progress-bar {
        width: 53px;
        height: 53px;
        position: relative;
    }
    .dashnam_body_summary {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 8px;
    }

    .dash_nam {
        padding: 92px 12px 48px 12px;
        background-color: #FAFAFA;
    }
    .progress_frame {
        padding: 109px 12px 48px 12px;
        background-color: #FAFAFA;
    }
    .dashnam_head_title, .dashnam_body_title, .dashnam_footer_title {
        color: var(--Colours-Text, #001D40);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }
    .dashnam_footer_title {
        margin-bottom: 8px;
    }
    .dashnam_footer_main_card {
        padding: 16px 24px;
    }
    .dashnam_body_summary_card_title {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 4px;
        color: var(--Base-02, #727272);
        text-align: left;

        /* H/H4 */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 26px */
        letter-spacing: -0.12px;
        text-transform: capitalize;
    }
    .dashnam_body_summary_card_title span {
        color: var(--Colours-Text, #001D40);
        text-align: left;

        /* H/H3 */
        font-family: "DM Sans";
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 39px */
        letter-spacing: -0.18px;
        text-transform: capitalize;
    }
    .dashnam_body_summary_card:not(:first-child) .dashnam_body_summary_card_title {
        
        color: var(--Base-02, #727272);
        text-align: center;

        /* P/Small */
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .dashnam_body_summary_card:not(:first-child) .dashnam_body_summary_card_title span {
        color: var(--Colours-Text, #001D40);
        text-align: center;

        /* P/Standard - Bold */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 19.2px */
        letter-spacing: -0.32px;
        text-transform: capitalize;
    }
    .dash_nam_main {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 16px;
        max-width: 707px;
        margin-left: auto;
        margin-right: auto;
    }
    .progress_main {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 16px;
        max-width: 707px;
        margin-left: auto;
        margin-right: auto;
    }
    .calendar_sleepar_main {
        border-radius: 0px;
        background: transparent;
        padding: 0px;
    }
    .dashnam_body_summary_card_big_title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 4px;
        color: var(--Base-02, #727272);
        text-align: left;

        /* P/Small */
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .dashnam_body_summary_card_big_title span {
        color: var(--Colours-Text, #001D40);
        text-align: left;

        /* P/Standard */
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 174%; /* 26.1px */
    }
    .waterText {
        color: var(--Base-02, #727272);
        text-align: left;

        /* P/Small */
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .dashnam_body_summary_card_subtitle {
        color: var(--Base-02, #727272);
        text-align: left;

        /* P/Standard */
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 174%; /* 26.1px */
    }
    .dashnam_fmcr_inner_l_pre_title {
        color: var(--Base-02, #727272);

        /* P/Extra Small */
        font-family: "DM Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .dashnam_fmcr_inner_l_title {
        color: var(--Colours-Text, #001D40);

        /* P/Small */
        font-family: "DM Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .dashnam_fmcr_inner_l_subtitle {
        color: var(--Base-02, #727272);

        /* P/Extra Small */
        font-family: "DM Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .dashnam_fmcr_inner_r_title {
        color: var(--Colours-Text, #001D40);
        text-align: right;

        /* H/H4 */
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 26px */
        letter-spacing: -0.12px;
        text-transform: capitalize;
    }
    .dashnam_fmcr_inner_r_subtitle {
        color: var(--Base-02, #727272);

        /* P/Extra Small */
        font-family: "DM Sans";
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .dashnam_body_summary_card {
        /* flex: 1; */
        display: flex;
        padding: 16px 16px;
        align-items: center;
        gap: 16px;
        border-radius: 16px;
        border: 1px solid #F2F2F2;
        background: var(--Base-White, #FFF);
        box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
        flex-direction: column;
        width: -webkit-fill-available;
    }
    .dashnam_body_summary_card:first-of-type {
        grid-column: 1 / -1;
        flex-direction: row;
        width: 100%;
    }
    .dashnam_fmcl img.img-fluid {
        border-radius: 4px;
        max-width: 50px;
    }
    .calendar {
        display: flex;
        width: 100%;
        padding: 16px 24px;
        flex-direction: column;
        align-items: center;
        border-radius: 0px;
        background: var(--Base-Off-White, #FAFAFA);
        box-shadow: 0 27.844px 27.028px 0 rgba(0, 0, 0, 0.03), 0 11px 10.075px 0 rgba(0, 0, 0, 0.03), 0 2.406px 3.584px 0 rgba(0, 0, 0, 0.02);
    }
    .cal-header {
        display: flex;
        padding: 0px;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        margin-bottom: 20px;
    }
    .cal-header h2 {
        color: var(--Colours-Text, #001D40);

        /* M/H3 */
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }
    .cal-header button svg {
        width: 24px;
        height: 24px;
        font-weight: 700;
    }
    .cal-days span {
        color: var(--Base-01, #383838);

        /* P/Standard */
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 174%; /* 26.1px */
    }
    .cal-dates div {
        width: 50px;
        height: 50px;
    }
    .cal-dates {
        gap: 0px;
    }
    .cal-dates div {
        color: var(--Base-01, #383838);

        /* P/Standard */
        font-family: "DM Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 174%; /* 26.1px */
    }
    .modal_dialog {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%) !important;
        margin: 0px;
    }
    .modal_dialog_tir {
        position: absolute;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0%) !important;
        margin: 0px;
    }
    .modal_dialog_tir .calendar {

        border-radius: 18px 18px 0px 0px;
    }
    .calendar_sleepar_right::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .progress_tab_panel_main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 24px;
    }
    .nutrition-grid {
        display: grid;
        grid-template-columns: 62px repeat(7, 26px);
        gap: 7px 7px;
        align-items: center;
        width: max-content;
        justify-items: start;
        margin-left: auto;
        margin-right: auto;
    }
    .leaf1,
    .leaf2,
    .leaf3,
    .leaf4 {
        display: none;
    }
}