﻿@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
    box-sizing: border-box;
}

html {
    /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
    /* font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji"; */
    line-height: 1.15; /* 1. Correct the line height in all browsers. */
    -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
    -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
    tab-size: 4; /* 3 */
}

/*
Sections
========
*/

body {
    margin: 0; /* Remove the margin in all browsers. */
    background-color: #f2f3f3;
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
    text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
    box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

:root {
    --first-clr: #ff902b;
    --second-clr: #1f396e;
    --third-clr: #383838;
    --default-clr: #ffffff;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    height: 100%;
}

button {
    border: none;
    transition: all 0.3s ease;
}

    button:hover {
        opacity: 0.7;
    }

input:focus {
    outline: none;
}


input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.eyeIcon {
    position: absolute;
    height: 30px;
    z-index: 999;
    right: 0px;
    background-color: transparent !important;
    top: 16px;
    width: auto !important;
    transition: all 0.3s ease;
}

.eyeIconChange {
    position: absolute;
    height: 30px;
    z-index: 999;
    right: 0px;
    background-color: transparent !important;
    top: 16px;
    width: auto !important;
    transition: all 0.3s ease;
}

.RefreshLoading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

    .RefreshLoading div img {
        max-width: 30%;
        margin: auto;
        display: block;
    }

.wrapper {
    background-image: linear-gradient(#D52F27,#FF652A);
}

header {
    height: 100vh;
    background-image: url(../Images/web.png);
    background-repeat: no-repeat;
    background-position: start;
    background-size: 58%;
    position: relative;
    padding: 20px;
}

.header {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__logo {
    text-align: center;
    padding: 60px;
}

    .header__logo img {
        width: 300px;
    }

.login {
    padding: 50px 30px 0px 30px;
    margin-top: 40px;
    height: 90vh;
    display: flex;
    align-items: center;
    width: 400px;
    margin: auto;
}

.formHeading {
    margin-bottom: 30px;
}

    .formHeading h3 {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .formHeading p {
        text-align: start;
        color: var(--third-clr);
        font-size: 14px;
        line-height: 20px;
    }

.home_landing {
    margin: 5px 18px;
}

.login form h3 {
    text-align: start;
    font-size: 20px;
    color: var(--third-clr);
    font-weight: 500;
    margin-bottom: 15px;
    font-weight: bold;
}

    .login form h3 a > img {
        margin-right: 10px;
    }

.formFields .resend {
    background-color: var(--default-clr) !important;
    color: var(--third-clr) !important;
    font-weight: 500;
}

.login form .formFields {
    margin-bottom: 10px;
    position: relative;
}

    .login form .formFields label {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 500;
        color: var(--third-clr);
    }

    .login form .formFields input {
        height: 40px;
        font-size: 13px;
        width: 100%;
        padding: 3px 10px;
        border-radius: 4px;
        background-color: var(--default-clr);
        border: none;
        color: var(--third-clr);
    }

    .login form .formFields button {
        width: 100%;
        font-size: 14px;
        padding: 10px 10px;
        margin-top: 10px;
        background-color: var(--second-clr);
        color: var(--default-clr);
        border-radius: 4px;
        height: 40px;
    }

    .login form .formFields .form-select {
        height: 35px;
        font-size: 13px;
        width: 100%;
        padding: 3px 10px;
        border-radius: 4px;
        background-color: var(--default-clr);
        border: none;
        color: var(--third-clr);
    }

        .login form .formFields .form-select:focus {
            box-shadow: none;
        }

.formFields__forgotpassword a {
    font-size: 13px;
    color: var(--third-clr);
    text-decoration: none;
    font-weight: 500;
}

.haveAccount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}

    .haveAccount p {
        font-size: 13px;
        text-align: center;
        color: var(--default-clr);
    }

        .haveAccount p a {
            color: var(--third-clr);
            text-decoration: none;
            font-weight: 600;
        }

.pin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

    .pin input {
        width: 31px !important;
        height: 31px !important;
        text-align: center;
        font-weight: 600;
    }

.body_wrapper {
    /*background-color: #f2f3f3;*/
    height: calc(100vh - 55px);
}

.main_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    box-shadow: 0px 0px 3px #00000029;
    border-radius: 0px 0px 16px 16px;
    background-color: var(--default-clr);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
}

    .main_header div:nth-child(2) a {
        background-color: #e4e7ec;
        padding: 7px;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

        .main_header div:nth-child(2) a:hover {
            opacity: 0.7;
        }

.landing_page {
    margin: 55px auto 0px auto;
    height: 100%;
    padding: 20px 0px 60px 0px;
    width: 500px;
}

.landing_page_1 {
    margin: 55px auto 0px auto;
    height: 100%;
    padding: 20px 0px 60px 0px;
    width: 500px;
}

.profile_details {
    margin: 0px;
    border-radius: 16px;
    padding: 15px 15px;
    background-color: var(--default-clr);
    text-align: center;
}

.profile_form_details label {
    font-size: 13px;
    color: #8c8c8c;
}

.profile_form_details .date_clr {
    color: var(--first-clr);
    font-weight: 500;
    font-size: 14px;
}

.profile_form_details p {
    color: #494949;
    font-weight: 600;
    font-size: 18px;
}

.gender_details {
    margin: 10px 0px;
}

    .gender_details div {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .gender_details div > span {
            color: #8c8c8c;
            font-size: 13px;
        }

        .gender_details div > div {
            background-image: radial-gradient(#3862b5, #1f396e);
            height: 45px;
            width: 45px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-weight: 500;
            color: var(--default-clr);
        }

.height_weight {
    margin: 10px 18px;
    border-radius: 16px;
    padding: 10px 15px;
    background-color: #f4e3d3;
}

.height {
    background-color: var(--default-clr);
    padding: 10px;
    border-radius: 8px;
}

    .height div:nth-child(1) {
        text-align: center;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        background-color: #f2f3f3;
        border-radius: 50%;
    }

    .height div:nth-child(2) {
        text-align: center;
    }

        .height div:nth-child(2) > p {
            font-size: 12px;
            color: #8c8c8c;
            padding: 5px 0px;
        }

        .height div:nth-child(2) > h3 {
            color: #1f3a6f;
            font-weight: bold;
            font-size: 30px;
        }

.weight {
    background-color: var(--default-clr);
    padding: 10px;
    border-radius: 8px;
}

    .weight div:nth-child(1) {
        text-align: center;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        background-color: #f2f3f3;
        border-radius: 50%;
    }

        .weight div:nth-child(1) > img {
            background-color: #f2f3f3;
        }

    .weight div:nth-child(2) {
        text-align: center;
    }

        .weight div:nth-child(2) > p {
            font-size: 12px;
            color: #8c8c8c;
            padding: 5px 0px;
        }

        .weight div:nth-child(2) > h3 {
            color: #1f3a6f;
            font-weight: bold;
            font-size: 30px;
        }

.log {
    margin: 10px 18px 20px 18px;
    border-radius: 8px;
    padding: 10px;
    background-color: var(--default-clr);
}

.log_details_I label {
    text-align: center;
    font-size: 13px;
    color: #8c8c8c;
    width: 100%;
    margin-bottom: 3px;
}

.log_details_I h6 {
    color: #494949;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.log_details label {
    font-size: 13px;
    color: #8c8c8c;
    margin-bottom: 3px;
}

.log_details p {
    color: #ff902b;
    font-size: 15px;
    font-weight: bold;
}

.profile_menu {
    position: relative;
    margin: 10px 18px;
    border-radius: 16px;
    padding: 15px 25px;
    background-color: var(--default-clr);
    height: calc(90dvh - 100px);
    background-image: url(../Images/svg/weight-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 500px;
    margin: 25px auto;
}

.Personal_Info {
    margin: 10px 18px;
    border-radius: 16px;
    padding: 15px 25px;
    background-color: var(--default-clr);
    height: calc(90dvh - 100px);
    width: 500px;
    margin: 25px auto;
}

.logout {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
}

    .logout button {
        width: 100%;
        background-color: var(--second-clr);
        padding: 10px;
        border-radius: 4px;
        font-size: 14px;
        color: var(--default-clr);
    }

.nav_List .nav_Items {
    list-style: none;
    border-bottom: 1px solid #e9f0f6;
}

    .nav_List .nav_Items a {
        display: block;
        width: 100%;
        text-decoration: none;
        padding: 12px 0px;
    }

        .nav_List .nav_Items a div {
            display: flex;
            align-items: center;
            gap: 20px;
        }

            .nav_List .nav_Items a div > span {
                color: #8c8c8c;
                font-size: 14px;
                font-weight: 500;
            }

.profile_menu_back {
    display: block;
    text-align: end;
    padding: 0px 0px 5px 0px;
}

    .profile_menu_back a img {
        width: 16px;
    }

.personal_info_heading {
    margin-bottom: 10px;
}

    .personal_info_heading a {
        color: #fff;
    }

    .personal_info_heading span {
        color: #494949;
        font-size: 14px;
        font-weight: 500;
    }

    .personal_info_heading a img {
        margin-right: 10px;
    }

.personal_info_fields {
    margin-bottom: 5px;
    position: relative;
}

    .personal_info_fields label {
        width: 100%;
        font-size: 13px;
        color: #494949;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .personal_info_fields input {
        width: 100%;
        border: 1px solid #e0e7ff;
        height: 35px;
        padding: 5px 10px;
        font-size: 13px;
    }

    .personal_info_fields .form-select {
        height: 35px;
        font-size: 13px;
        width: 100%;
        padding: 3px 10px;
        border-radius: 4px;
        background-color: var(--default-clr);
        border: 1px solid #e0e7ff;
        color: var(--third-clr);
    }

        .personal_info_fields .form-select:focus {
            box-shadow: none;
        }

    .personal_info_fields button {
        width: 100%;
        background-color: var(--second-clr);
        padding: 10px;
        border-radius: 4px;
        font-size: 14px;
        color: var(--default-clr);
        margin-top: 10px;
    }

.weight_graph {
    background-color: var(--default-clr);
    padding: 0px 10px;
    margin: 0px 10px 20px 10px;
    border-radius: 8px;
}

.apexcharts-toolbar {
    display: none !important;
}

.speedometer {
    margin: 10px 18px;
    border-radius: 16px;
    padding: 5px 0px;
    background-color: var(--default-clr);
    text-align: center;
}

.weight_category {
    padding: 10px 10px;
    margin-top: 20px;
}

.weight_category_reading {
    position: relative;
}

    .weight_category_reading p {
        font-size: 12px;
        color: #969696;
    }

    .weight_category_reading .blue {
        position: absolute;
        width: 10px;
        border-radius: 50%;
        height: 10px;
        background-color: #50b5ff;
        top: -20px;
        left: 50%;
        margin-bottom: 5px;
    }

    .weight_category_reading .green {
        position: absolute;
        width: 10px;
        border-radius: 50%;
        height: 10px;
        background-color: #0ead6a;
        top: -20px;
        left: 40%;
        margin-bottom: 5px;
    }

    .weight_category_reading .yellow {
        position: absolute;
        width: 10px;
        border-radius: 50%;
        height: 10px;
        background-color: #ffdc69;
        top: -20px;
        left: 40%;
        margin-bottom: 5px;
    }

    .weight_category_reading .red {
        position: absolute;
        width: 10px;
        border-radius: 50%;
        height: 10px;
        background-color: #ff5353;
        top: -20px;
        left: 40%;
        margin-bottom: 5px;
    }

.current_bmi {
    text-align: center;
}

    .current_bmi p {
        font-size: 13px;
        color: #494949;
    }

.current_color h5 {
    font-weight: bold;
    font-size: 24px;
}

.result_Bmi{
    color:red;
}

.current_color p {
    /*color: #0ead6a;*/
    font-size: 18px;
    font-weight: bold;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--default-clr);
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 16px 16px 0px 0px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    width: 470px;
    margin: auto;
}

    .footer button {
        text-decoration: none;
        background-color: transparent;
    }

        .footer button > p {
            margin-top: 5px;
            font-size: 12px;
            color: #494949;
        }

.sub_btn button {
    width: 100%;
    background-color: var(--second-clr);
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    color: var(--default-clr);
}

.weighting {
    text-align: center;
    width: 60px;
    height: 60px;
    margin: 10px auto 20px auto;
    border-radius: 50%;
    background-color: #ff6225;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weighting_fields {
    margin-bottom: 20px;
}

    .weighting_fields label {
        font-size: 14px;
        color: #8c8c8c;
        width: 100%;
        margin-bottom: 5px;
    }

    .weighting_fields input {
        width: 100%;
        height: 35px;
        border: 1px solid #e0e7ff;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 13px;
        color: #000000;
    }

.Weight_Report .modal-header {
    border: none;
    padding: 15px 15px 0px 15px;
}

.Weight_Report .modal-body {
    padding: 0px 0px 0px 15px;
}
/* Account Layout starts */

.underweight {
    color: #50b5ff;
}

.normal {
    color: #0ead6a;
}

.overweight {
    color: #ffdc69;
}

.obesity {
    color: #ff5353;
}

@media (min-width:400px) and (max-width:576px) {
    .login {
        margin-top: 40px !important;
        padding: 60px 10px 0px 10px !important;
    }
}

@media only screen and (max-width: 576px) {
    .Weight_Report .modal-header {
        border: none;
        padding: 15px 15px 0px 15px;
    }

    .Weight_Report .modal-body {
        padding: 0px 0px 0px 15px;
    }

    .weightreportmodal {
        margin: 10px 0px !important;
        padding: 10px 0px !important;
    }

        .weightreportmodal .log_details p {
            font-size: 13px !important;
        }

        .weightreportmodal .log_details_I h6 {
            font-size: 15px !important;
        }

    .modal-dialog {
        margin: 0px 20px;
    }

    .header {
        height: 100%;
    }

    input[type=password]::-ms-reveal,
    input[type=password]::-ms-clear {
        display: none;
    }

    .eyeIcon {
        position: absolute;
        height: 30px;
        z-index: 999;
        right: 0px;
        background-color: transparent !important;
        top: 17px;
        width: auto !important;
        transition: all 0.3s ease;
    }

    .eyeIconChange {
        position: absolute;
        height: 30px;
        z-index: 999;
        right: 0px;
        background-color: transparent !important;
        top: 16px;
        width: auto !important;
        transition: all 0.3s ease;
    }

    .RefreshLoading {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

        .RefreshLoading div img {
            max-width: 70%;
            margin: auto;
            display: block;
        }

    .wrapper {
        background-color: var(--first-clr);
        height:100vh;
    }

    header {
        height: 100%;
        background-image: url(../Images/moro_bg.png), url(../Images/bg_dots.png);
        background-repeat: no-repeat;
        background-position: top, bottom;
        background-size: 100%;
        position: relative;
    }

    .header__logo {
        text-align: center;
        padding: 60px 60px;
    }

        .header__logo img {
            width: 100%;
        }

    .login {
        padding: 40px 10px 0px 10px;
        margin-top: 0px;
        width: 100%;
        height: 100%;
    }

    .formHeading {
        margin-bottom: 30px;
    }

        .formHeading h3 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .formHeading p {
            text-align: center;
            color: var(--third-clr);
            font-size: 14px;
            line-height: 20px;
        }

    .login form h3 {
        text-align: center;
        font-size: 22px;
        color: var(--third-clr);
        font-weight: 500;
        margin-bottom: 15px;
    }

        .login form h3 a > img {
            margin-right: 10px;
        }

    .formFields .resend {
        background-color: var(--default-clr) !important;
        color: var(--third-clr) !important;
        font-weight: 500;
    }

    .login form .formFields {
        margin-bottom: 10px;
        position: relative;
    }

        .login form .formFields label {
            font-size: 14px;
            margin-bottom: 5px;
            font-weight: 500;
            color: var(--third-clr);
        }

        .login form .formFields input {
            height: 30px;
            font-size: 13px;
            width: 100%;
            padding: 3px 10px;
            border-radius: 4px;
            background-color: var(--default-clr);
            border: none;
            color: var(--third-clr);
        }

        .login form .formFields button {
            width: 100%;
            font-size: 13px;
            padding: 7px 10px;
            margin-top: 5px;
            background-color: var(--second-clr);
            color: var(--default-clr);
            border-radius: 4px;
        }

        .login form .formFields .form-select {
            height: 35px;
            font-size: 13px;
            width: 100%;
            padding: 3px 10px;
            border-radius: 4px;
            background-color: var(--default-clr);
            border: none;
            color: var(--third-clr);
        }

            .login form .formFields .form-select:focus {
                box-shadow: none;
            }

    .formFields__forgotpassword a {
        font-size: 13px;
        color: var(--third-clr);
        text-decoration: none;
        font-weight: 500;
    }

    .haveAccount {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        font-size:12px;
    }

        .haveAccount p {
            font-size: 13px;
            text-align: center;
            color: var(--third-clr);
        }

            .haveAccount p a {
                color: var(--default-clr);
                text-decoration: none;
                font-weight: 500;
            }

    .pin {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

        .pin input {
            width: 31px !important;
            height: 31px !important;
            text-align: center;
            font-weight: 600;
        }

    .body_wrapper {
        background-color: #f2f3f3;
        height:100%;
    }

    .main_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        box-shadow: 0px 0px 3px #00000029;
        border-radius: 0px 0px 16px 16px;
        background-color: #1F3A6F;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 999;
    }

        .main_header div:nth-child(2) a {
            background-color: #F15C22;
            padding: 7px;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

            .main_header div:nth-child(2) a:hover {
                opacity: 0.7;
            }

    .landing_page {
        margin: 55px 0px 0px 0px;
        height: 100%;
        padding: 10px 0px 50px 0px;
        width: 100%;
    }

    .landing_page_1 {
        height: 100%;
        margin: 55px 0px 0px 0px;
        padding: 10px 0px 70px 0px;
        width: 100%;
    }

    .profile_details {
        margin: 5px 0px;
        border-radius: 14px;
        padding: 5px 15px;
        background-color: var(--default-clr);
        text-align: center;
    }

    .home_landing {
        margin: 5px 18px;
    }

    .profile_form_details label {
        font-size: 13px;
        color: #8c8c8c;
    }

        .profile_form_details label img {
            margin-bottom: 5px;
        }

    .profile_form_details .date_clr {
        color: var(--first-clr);
        font-weight: 500;
        font-size: 14px;
    }

    .profile_form_details p {
        color: #494949;
        font-weight: 600;
        font-size: 16px;
    }

    .gender_details {
        margin: 10px 0px;
    }

        .gender_details div {
            display: flex;
            align-items: center;
            gap: 20px;
        }

            .gender_details div > span {
                color: #8c8c8c;
                font-size: 13px;
            }

            .gender_details div > div {
                background-image: radial-gradient(#3862b5, #1f396e);
                height: 45px;
                width: 45px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                font-weight: 500;
                color: var(--default-clr);
                font-size: 18px;
            }

    .height_weight {
        margin: 0px 18px;
        border-radius: 16px;
        padding: 5px 5px;
        background-color: #f4e3d3;
    }

    .height {
        background-color: var(--default-clr);
        padding:6px 10px;
        border-radius: 8px;
        display:flex;
        align-items:center;
    }

        .height div:nth-child(1) {
            text-align: center;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            background-color: #fff;
            border-radius: 50%;
        }

        .height div:nth-child(2) {
            text-align: center;
        }

            .height div:nth-child(2) > p {
                font-size: 9px;
                color: #8c8c8c;
                padding: 5px 0px;
            }

            .height div:nth-child(2) > h3 {
                color: #1f3a6f;
                font-weight: bold;
                font-size: 20px;
            }

    .weight {
        background-color: var(--default-clr);
        padding:6px 10px;
        border-radius: 8px;
        display: flex;
        align-items: center;
    }

        .weight div:nth-child(1) {
            text-align: center;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            background-color: #f2f3f3;
            border-radius: 50%;
        }

            .weight div:nth-child(1) > img {
                background-color: #fff;
            }

        .weight div:nth-child(2) {
            text-align: center;
        }

            .weight div:nth-child(2) > p {
                font-size: 9px;
                color: #8c8c8c;
                padding: 5px 0px;
            }

            .weight div:nth-child(2) > h3 {
                color: #1f3a6f;
                font-weight: bold;
                font-size: 20px;
            }

    .log {
        margin: 10px 18px 20px 18px;
        border-radius: 16px;
        padding: 10px;
        background-color: var(--default-clr);
    }

    .log_details_I label {
        text-align: center;
        font-size: 13px;
        color: #8c8c8c;
        width: 100%;
        margin-bottom: 3px;
    }

    .log_details_I h6 {
        color: #494949;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }

    .log_details label {
        font-size: 13px;
        color: #8c8c8c;
        margin-bottom: 3px;
    }

    .log_details p {
        color: #ff902b;
        font-size: 15px;
        font-weight: bold;
    }

    .profile_menu {
        position: relative;
        margin: 10px 18px;
        border-radius: 16px;
        padding: 15px 25px;
        background-color: var(--default-clr);
        height: calc(100dvh - 100px);
        background-image: url(../Images/svg/weight-bg.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 90%;
    }

    .Personal_Info {
        margin: 10px 18px;
        border-radius: 16px;
        padding: 15px 25px;
        background-color: var(--default-clr);
        height: calc(100dvh - 100px);
        width: 90%;
    }

    .logout {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 20px;
        width: 100%;
    }

        .logout button {
            width: 100%;
            background-color: #12294D;
            padding: 10px;
            border-radius: 4px;
            font-size: 14px;
            color: var(--default-clr);
        }

    .nav_List .nav_Items {
        list-style: none;
        border-bottom: 1px solid #e9f0f6;
    }

        .nav_List .nav_Items a {
            display: block;
            width: 100%;
            text-decoration: none;
            padding: 12px 0px;
        }

            .nav_List .nav_Items a div {
                display: flex;
                align-items: center;
                gap: 20px;
            }

                .nav_List .nav_Items a div > span {
                    color: #8c8c8c;
                    font-size: 14px;
                    font-weight: 500;
                }

    .profile_menu_back {
        display: block;
        text-align: end;
        padding: 0px 0px 5px 0px;
    }

    .personal_info_heading {
        margin-bottom: 25px;
    }

        .personal_info_heading a {
            color: #fff;
        }

        .personal_info_heading span {
            color: #494949;
            font-size: 14px;
            font-weight: 500;
        }

        .personal_info_heading a img {
            margin-right: 10px;
        }

    .personal_info_fields {
        margin-bottom: 5px;
        position: relative;
    }

        .personal_info_fields label {
            width: 100%;
            font-size: 13px;
            color: #494949;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .personal_info_fields input {
            width: 100%;
            border: 1px solid #e0e7ff;
            height: 35px;
            padding: 5px 10px;
            font-size: 13px;
        }

        .personal_info_fields .form-select {
            height: 35px;
            font-size: 13px;
            width: 100%;
            padding: 3px 10px;
            border-radius: 4px;
            background-color: var(--default-clr);
            border: 1px solid #e0e7ff;
            color: var(--third-clr);
        }

            .personal_info_fields .form-select:focus {
                box-shadow: none;
            }

        .personal_info_fields button {
            width: 100%;
            background-color: #12294D;
            padding: 10px;
            border-radius: 4px;
            font-size: 14px;
            color: var(--default-clr);
            margin-top: 10px;
        }

    .weight_graph {
        background-color: var(--default-clr);
        padding: 0px 10px;
        margin: 0px 10px 20px 10px;
        border-radius: 16px;
    }

    .apexcharts-toolbar {
        display: none !important;
    }

    .speedometer {
        margin: 7px 18px;
        border-radius: 16px;
        padding: 0px 0px 10px 0px;
        background-color: var(--default-clr);
        text-align: center;
    }

    .weight_category {
        padding: 5px 10px;
        margin-top: 20px;
    }

    .weight_category_reading {
        position: relative;
    }

        .weight_category_reading p {
            font-size: 12px;
            color: #969696;
        }

        .weight_category_reading .blue {
            position: absolute;
            width: 8px;
            border-radius: 50%;
            height: 8px;
            background-color: #50b5ff;
            top: -15px;
            left: 50%;
            margin-bottom: 5px;
        }

        .weight_category_reading .green {
            position: absolute;
            width: 8px;
            border-radius: 50%;
            height: 8px;
            background-color: #0ead6a;
            top: -15px;
            left: 40%;
            margin-bottom: 5px;
        }

        .weight_category_reading .yellow {
            position: absolute;
            width: 8px;
            border-radius: 50%;
            height: 8px;
            background-color: #ffdc69;
            top: -15px;
            left: 40%;
            margin-bottom: 5px;
        }

        .weight_category_reading .red {
            position: absolute;
            width:8px;
            border-radius: 50%;
            height: 8px;
            background-color: #ff5353;
            top: -15px;
            left: 40%;
            margin-bottom: 5px;
        }

    .current_bmi {
        text-align: center;
    }

        .current_bmi p {
            font-size: 13px;
            color: #494949;
        }

    .current_color h5 {
        color: #0ead6a;
        font-weight: bold;
        font-size: 20px;
    }

    .current_color p {
        /*color: #0ead6a;*/
        font-size: 16px;
        font-weight:bold;
    }

    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--default-clr);
        box-shadow: 0px 0px 6px #00000029;
        border-radius: 16px 16px 0px 0px;
        padding: 5px 10px 5px 10px;
        text-align: center;
    }

        .footer a {
            text-decoration: none;
        }

            .footer a > p {
                margin-top: 5px;
                font-size: 12px;
                color: #494949;
            }

    .sub_btn button {
        width: 100%;
        background-color: var(--second-clr);
        padding: 10px;
        border-radius: 4px;
        font-size: 14px;
        color: var(--default-clr);
    }

    .weighting {
        text-align: center;
        width: 60px;
        height: 60px;
        margin: 10px auto 20px auto;
        border-radius: 50%;
        background-color: #ff6225;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .weighting_fields {
        margin-bottom: 20px;
    }

        .weighting_fields label {
            font-size: 14px;
            color: #8c8c8c;
            width: 100%;
            margin-bottom: 5px;
        }

        .weighting_fields input {
            width: 100%;
            height: 35px;
            border: 1px solid #e0e7ff;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 13px;
            color: #000000;
        }
}

@media only screen and (min-width:576px) and (max-width:1024px) {
    .Weight_Report .modal-header {
        border: none;
        padding: 15px 15px 0px 15px;
    }

    .Weight_Report .modal-body {
        padding: 0px 0px 0px 15px;
    }

    .header {
        height: 100%;
        display: block;
    }

    .eyeIcon {
        position: absolute;
        height: 30px;
        z-index: 999;
        right: 0px;
        background-color: transparent !important;
        top: 16px;
        width: auto !important;
        transition: all 0.3s ease;
    }

    .RefreshLoading {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

        .RefreshLoading div img {
            max-width: 70%;
            margin: auto;
            display: block;
        }

    .wrapper {
        background-color: var(--first-clr);
    }

    header {
        height: 100vh;
        background-image: url(../Images/moro_bg.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100%;
        position: relative;
    }

    .header__logo {
        text-align: center;
        padding: 135px;
    }

        .header__logo img {
            width: 100%;
        }

    .login {
        padding: 50px 10px 0px 10px;
        margin-top: 60px;
        height: 100%;
        width: 100%;
        display: block;
    }

    .formHeading {
        margin-bottom: 30px;
    }

        .formHeading h3 {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .formHeading p {
            text-align: center;
            color: var(--third-clr);
            font-size: 14px;
            line-height: 20px;
        }

    .login form h3 {
        text-align: center;
        font-size: 18px;
        color: var(--third-clr);
        font-weight: 500;
        margin-bottom: 15px;
    }

        .login form h3 a > img {
            margin-right: 10px;
        }

    .formFields .resend {
        background-color: var(--default-clr) !important;
        color: var(--third-clr) !important;
        font-weight: 500;
    }

    .login form .formFields {
        margin-bottom: 10px;
        position: relative;
    }

        .login form .formFields label {
            font-size: 14px;
            margin-bottom: 5px;
            font-weight: 500;
            color: var(--third-clr);
        }

        .login form .formFields input {
            height: 35px;
            font-size: 13px;
            width: 100%;
            padding: 3px 10px;
            border-radius: 4px;
            background-color: var(--default-clr);
            border: none;
            color: var(--third-clr);
        }

        .login form .formFields button {
            width: 100%;
            font-size: 14px;
            padding: 10px 10px;
            margin-top: 10px;
            background-color: var(--second-clr);
            color: var(--default-clr);
            border-radius: 4px;
        }

        .login form .formFields .form-select {
            height: 35px;
            font-size: 13px;
            width: 100%;
            padding: 3px 10px;
            border-radius: 4px;
            background-color: var(--default-clr);
            border: none;
            color: var(--third-clr);
        }

            .login form .formFields .form-select:focus {
                box-shadow: none;
            }

    .formFields__forgotpassword a {
        font-size: 13px;
        color: var(--third-clr);
        text-decoration: none;
        font-weight: 500;
    }

    .haveAccount {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

        .haveAccount p {
            font-size: 13px;
            text-align: center;
            color: var(--default-clr);
        }

            .haveAccount p a {
                color: var(--third-clr);
                text-decoration: none;
                font-weight: 600;
            }

    .pin {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

        .pin input {
            width: 31px !important;
            height: 31px !important;
            text-align: center;
            font-weight: 600;
        }

    .body_wrapper {
        background-color: #f2f3f3;
    }

    .main_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
        box-shadow: 0px 0px 3px #00000029;
        border-radius: 0px 0px 16px 16px;
        background-color: var(--default-clr);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 999;
    }

        .main_header div:nth-child(2) a {
            background-color: #e4e7ec;
            padding: 7px;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

            .main_header div:nth-child(2) a:hover {
                opacity: 0.7;
            }

    .landing_page {
        margin: 55px 0px 0px 0px;
        height: 100%;
        padding: 20px 0px 70px 0px;
        width: 100%;
    }

    .profile_details {
        margin: 5px 0px;
        border-radius: 16px;
        padding: 15px 15px;
        background-color: var(--default-clr);
        text-align: center;
    }

    .profile_form_details label {
        font-size: 13px;
        color: #8c8c8c;
    }

    .profile_form_details .date_clr {
        color: var(--first-clr);
        font-weight: 500;
        font-size: 14px;
    }

    .profile_form_details p {
        color: #494949;
        font-weight: 600;
        font-size: 18px;
    }

    .gender_details {
        margin: 10px 0px;
    }

        .gender_details div {
            display: flex;
            align-items: center;
            gap: 20px;
        }

            .gender_details div > span {
                color: #8c8c8c;
                font-size: 13px;
            }

            .gender_details div > div {
                background-image: radial-gradient(#3862b5, #1f396e);
                height: 45px;
                width: 45px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                font-weight: 500;
                color: var(--default-clr);
            }

    .height_weight {
        margin: 20px 18px;
        border-radius: 16px;
        padding: 15px 15px;
        background-color: #f4e3d3;
    }

    .height {
        background-color: var(--default-clr);
        padding: 10px;
        border-radius: 8px;
    }

        .height div:nth-child(1) {
            text-align: center;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            background-color: #f2f3f3;
            border-radius: 50%;
        }

        .height div:nth-child(2) {
            text-align: center;
        }

            .height div:nth-child(2) > p {
                font-size: 12px;
                color: #8c8c8c;
                padding: 5px 0px;
            }

            .height div:nth-child(2) > h3 {
                color: #1f3a6f;
                font-weight: bold;
                font-size: 30px;
            }

    .weight {
        background-color: var(--default-clr);
        padding: 10px;
        border-radius: 8px;
    }

        .weight div:nth-child(1) {
            text-align: center;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: auto;
            background-color: #f2f3f3;
            border-radius: 50%;
        }

            .weight div:nth-child(1) > img {
                background-color: #f2f3f3;
            }

        .weight div:nth-child(2) {
            text-align: center;
        }

            .weight div:nth-child(2) > p {
                font-size: 12px;
                color: #8c8c8c;
                padding: 5px 0px;
            }

            .weight div:nth-child(2) > h3 {
                color: #1f3a6f;
                font-weight: bold;
                font-size: 30px;
            }

    .log {
        margin: 10px 18px 20px 18px;
        border-radius: 16px;
        padding: 10px;
        background-color: var(--default-clr);
    }

    .log_details_I label {
        text-align: center;
        font-size: 13px;
        color: #8c8c8c;
        width: 100%;
        margin-bottom: 3px;
    }

    .log_details_I h6 {
        color: #494949;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
    }

    .log_details label {
        font-size: 13px;
        color: #8c8c8c;
        margin-bottom: 3px;
    }

    .log_details p {
        color: #ff902b;
        font-size: 15px;
        font-weight: bold;
    }

    .profile_menu {
        position: relative;
        margin: 10px 18px;
        border-radius: 16px;
        padding: 15px 25px;
        background-color: var(--default-clr);
        height: calc(100dvh - 100px);
        background-image: url(../Images/svg/weight-bg.svg);
        background-position: center;
        background-repeat: no-repeat;
        width: 95%;
    }

    .Personal_Info {
        margin: 10px 18px;
        border-radius: 16px;
        padding: 15px 25px;
        background-color: var(--default-clr);
        height: calc(100dvh - 100px);
        width: 95%;
    }

    .logout {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 20px;
        width: 100%;
    }

        .logout button {
            width: 100%;
            background-color: var(--second-clr);
            padding: 10px;
            border-radius: 4px;
            font-size: 14px;
            color: var(--default-clr);
        }

    .nav_List .nav_Items {
        list-style: none;
        border-bottom: 1px solid #e9f0f6;
    }

        .nav_List .nav_Items a {
            display: block;
            width: 100%;
            text-decoration: none;
            padding: 12px 0px;
        }

            .nav_List .nav_Items a div {
                display: flex;
                align-items: center;
                gap: 20px;
            }

                .nav_List .nav_Items a div > span {
                    color: #8c8c8c;
                    font-size: 14px;
                    font-weight: 500;
                }

    .profile_menu_back {
        display: block;
        text-align: end;
        padding: 0px 0px 5px 0px;
    }

    .personal_info_heading {
        margin-bottom: 25px;
    }

        .personal_info_heading a {
            color: #fff;
        }

        .personal_info_heading span {
            color: #494949;
            font-size: 14px;
            font-weight: 500;
        }

        .personal_info_heading a img {
            margin-right: 10px;
        }

    .personal_info_fields {
        margin-bottom: 5px;
    }

        .personal_info_fields label {
            width: 100%;
            font-size: 13px;
            color: #494949;
            font-weight: 500;
            margin-bottom: 5px;
        }

        .personal_info_fields input {
            width: 100%;
            border: 1px solid #e0e7ff;
            height: 35px;
            padding: 5px 10px;
            font-size: 13px;
        }

        .personal_info_fields .form-select {
            height: 35px;
            font-size: 13px;
            width: 100%;
            padding: 3px 10px;
            border-radius: 4px;
            background-color: var(--default-clr);
            border: 1px solid #e0e7ff;
            color: var(--third-clr);
        }

            .personal_info_fields .form-select:focus {
                box-shadow: none;
            }

        .personal_info_fields button {
            width: 100%;
            background-color: var(--second-clr);
            padding: 10px;
            border-radius: 4px;
            font-size: 14px;
            color: var(--default-clr);
            margin-top: 10px;
        }

    .weight_graph {
        background-color: var(--default-clr);
        padding: 0px 10px;
        margin: 0px 10px 20px 10px;
        border-radius: 16px;
    }

    .apexcharts-toolbar {
        display: none !important;
    }

    .speedometer {
        margin: 10px 18px;
        border-radius: 16px;
        padding: 15px 0px;
        background-color: var(--default-clr);
        text-align: center;
    }

    .weight_category {
        padding: 10px 10px;
        margin-top: 20px;
    }

    .weight_category_reading {
        position: relative;
    }

        .weight_category_reading p {
            font-size: 12px;
            color: #969696;
        }

        .weight_category_reading .blue {
            position: absolute;
            width: 10px;
            border-radius: 50%;
            height: 10px;
            background-color: #50b5ff;
            top: -20px;
            left: 50%;
            margin-bottom: 5px;
        }

        .weight_category_reading .green {
            position: absolute;
            width: 10px;
            border-radius: 50%;
            height: 10px;
            background-color: #0ead6a;
            top: -20px;
            left: 40%;
            margin-bottom: 5px;
        }

        .weight_category_reading .yellow {
            position: absolute;
            width: 10px;
            border-radius: 50%;
            height: 10px;
            background-color: #ffdc69;
            top: -20px;
            left: 40%;
            margin-bottom: 5px;
        }

        .weight_category_reading .red {
            position: absolute;
            width: 10px;
            border-radius: 50%;
            height: 10px;
            background-color: #ff5353;
            top: -20px;
            left: 40%;
            margin-bottom: 5px;
        }

    .current_bmi {
        text-align: center;
    }

        .current_bmi p {
            font-size: 13px;
            color: #494949;
        }

    .current_color h5 {
        color: #0ead6a;
        font-weight: bold;
        font-size: 24px;
    }

    .current_color p {
        /*color: #0ead6a;*/
        font-size: 18px;
        font-weight:bold;
    }

    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: var(--default-clr);
        box-shadow: 0px 0px 6px #00000029;
        border-radius: 16px 16px 0px 0px;
        padding: 5px 10px 5px 10px;
        text-align: center;
    }

        .footer a {
            text-decoration: none;
        }

            .footer a > p {
                margin-top: 5px;
                font-size: 12px;
                color: #494949;
            }

    .sub_btn button {
        width: 100%;
        background-color: var(--second-clr);
        padding: 10px;
        border-radius: 4px;
        font-size: 14px;
        color: var(--default-clr);
    }

    .home_landing {
        margin: 5px 18px;
    }

    .weighting {
        text-align: center;
        width: 60px;
        height: 60px;
        margin: 10px auto 20px auto;
        border-radius: 50%;
        background-color: #ff6225;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .weighting_fields {
        margin-bottom: 20px;
    }

        .weighting_fields label {
            font-size: 14px;
            color: #8c8c8c;
            width: 100%;
            margin-bottom: 5px;
        }

        .weighting_fields input {
            width: 100%;
            height: 35px;
            border: 1px solid #e0e7ff;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 13px;
            color: #000000;
        }

    input[type=password]::-ms-reveal,
    input[type=password]::-ms-clear {
        display: none;
    }
}
/* Account Layout ends */
