@import url(../css/style.css);

html,
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0.05rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0.05rem;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
}

.form-control {
    border-radius: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #fe9033;
}

#header {
    padding: 0;
}

.navbar-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#navbar {
    width: 100%;
    display: block;
    padding-top: 33px;
}

#header .logo {
    padding-top: 33px;
}

    #header .logo img {
        max-height: unset;
        height: 41px;
    }

#header.dashboard-header .logo img {
    max-height: unset;
    height: auto;
    width: 273px;
}

#header {
    background-color: rgb(255, 255, 255);
}

    #header.header-scrolled,
    #header.header-inner-pages {
        background: rgba(255, 255, 255, 0.95);
    }

.navbar li {
    position: relative;
    width: 195px;
}

.navbar a,
.navbar a:focus {
    font-size: 17px;
    color: #53565A;
    font-weight: normal;
    padding: 10px 12px 10px 12px;
    margin-right: 4px;
}

.navbar .about a {
    border-top: 3px solid #003da5;
}

.navbar .faq a {
    border-top: 3px solid #287da0;
}

.navbar .login a {
    border-top: 3px solid #00b5e2;
}

.navbar .logout a {
    border-top: 3px solid #fe9033;
}

.main-banner {
    padding: 0;
}

.mainbanner-height {
    height: 409px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bg-set-center {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainbanner-content {
    background-color: #00B5EC;
    width: 100%;
    height: 100%;
    max-width: 530px;
    max-height: 259px;
    padding: 40px 38px 53px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .mainbanner-content h2 {
        color: rgb(255, 255, 255);
        font-weight: 300;
        font-size: 40px;
        margin-bottom: 0;
    }

        .mainbanner-content h2:last-child {
            margin-bottom: 0;
        }

.row-snip-1 {
    margin: 0;
}

.col-snip-1 {
    padding: 0;
}

    .col-snip-1 img {
        width: 100%;
    }

#footer .footer-bottom {
    background-color: #032152;
    padding: 55px 0;
}

.main-item {
    padding: 53px 0 55px 0;
    position: relative;
}

.main-ttl {
    margin: 0px 0 42px 0;
}

    .main-ttl h2 {
        font-weight: 300;
        text-align: center;
        font-size: 30px;
        color: #53565A;
        margin-bottom: 0;
    }

    .main-ttl p {
        font-size: 15px;
        text-align: center;
        color: #53565A;
        margin-bottom: 0;
    }

.site-map-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    list-style: none;
    padding: 0;
}

    .site-map-list li {
        padding: 2px 15px;
    }

        .site-map-list li a {
            color: rgb(255, 255, 255);
            font-size: 14px;
            font-weight: 300;
        }

.copy-right {
    text-align: right;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 300;
}

.mobile-nav-toggle {
    color: #333333;
}

#preloader {
    background-color: #032152;
}

.bannerheight {
    min-height: 350px;
}

.page-banner {
    background-color: #032152;
    position: relative;
}

.row-login {
    margin: 0;
}

.section-title h2 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-weight: 500;
    color: #032152;
    letter-spacing: 0.08rem;
    text-transform: none;
}

    .section-title h2::before {
        background: rgba(84, 86, 90, 0.3607843137);
        left: calc(50% - 80px);
        width: 160px;
    }

    .section-title h2::after {
        height: 3px;
        background: #ff8f32;
    }

.col-member-login {
    padding: 0 60px 0 0;
    border-right: 1px solid #ddd;
    margin-bottom: 0;
}

.col-member-reginster {
    padding: 0 0 0 60px;
    margin-bottom: 0;
}

.page-member .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .page-member .form-group .form-label {
        width: 87px;
        margin-bottom: 0;
        text-align: right;
        padding-right: 10px;
        font-size: 15px;
        line-height: 1.15;
    }

    .page-member .form-group .form-control {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.col-form-1 {
    margin-bottom: 20px;
}

.section-title {
    padding-bottom: 0;
}

.form-area form {
    border-radius: 5px;
}

.login-form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-form .form-label {
    width: 88px;
    margin-bottom: 0;
    line-height: 1.2;
}

.login-form .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.verify-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
    z-index: unset;
}

.login-form .form-control {
    border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    font-size: 15px;
    padding: 8px;
    -webkit-appearance: none;
    outline: unset;
    letter-spacing: 0.05rem;
}

    .login-form .form-control:focus {
        color: #212529;
        border-color: #333333;
        outline: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

.login-form .input-group * {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.login-form .input-group .form-control {
    border-radius: 5px 0 0 5px;
    border-width: 1px 0px 1px 1px !important;
    border-style: solid;
    border-color: #dfd9d6;
    outline: unset;
}

.login-form .input-group.focus .form-control {
    border-color: #333333 !important;
}

.login-form .input-group.focus .verifylabel {
    border-color: #333333 !important;
}

.login-form .input-group .verifylabel {
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #dfd9d6;
    border-radius: 0 5px 5px 0 !important;
}

.verifylabel {
    position: relative;
    cursor: pointer;
    padding: 5px;
    background-color: #dfd9d6;
}

    .verifylabel i {
        margin-left: 5px;
    }

    .verifylabel img {
        max-height: 29px;
    }

.refresh-icon {
    height: 30px;
    margin-top: 40px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 1000px #f5f5f5 inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.btn-style-1 {
    background-color: #ff8f32;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 2px solid #ff8f32;
    padding: 5px 12px;
    line-height: normal;
    letter-spacing: 0.1rem;
    font-size: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .btn-style-1 * {
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .btn-style-1 i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 20px;
        height: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        background: #fff;
        color: #ff8f32;
        border-radius: 50%;
        line-height: normal;
        letter-spacing: normal;
        margin-right: 8px;
    }

    .btn-style-1 span {
        border-left: 1px solid #fff;
        padding-left: 8px;
    }

    .btn-style-1:hover,
    .btn-style-1:active {
        background-color: transparent;
        color: #ff8f32;
    }

        .btn-style-1:hover i,
        .btn-style-1:active i {
            background-color: #ff8f32;
            color: #fff;
        }

        .btn-style-1:hover span,
        .btn-style-1:active span {
            border-color: #ff8f32;
        }

.submit-box {
    text-align: right;
}

.page-dashboard-banner {
    padding: 20px 0;
    background-color: #003da5;
}

.dashbanner-ttl h2 {
    margin-bottom: 0;
    font-size: 26px;
    color: #ffffff;
    font-weight: 400;
}

.top-space {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    margin-top: 155.5px;
}

.top-dashboard {
    margin-top: 78px;
}

.page-item.page-dash {
    background-color: #fff;
    padding: 15px 0 30px 0;
}

.row-dash-1 {
    margin: 0;
}

.col-dash-1 {
    padding: 0;
}

.user-area {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e5e9f2;
    overflow: hidden;
    margin-bottom: 30px;
}

.app-area {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e5e9f2;
    overflow: hidden;
}

.user-card {
    padding: 0px;
    border-radius: 0;
    border: 0;
}

    .user-card .card-img {
        margin: 0 auto;
        width: 116px;
        height: 116px;
        position: relative;
    }

.user-img {
    margin: 0px;
    width: 116px;
    height: 116px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .user-img img {
        border-radius: 100%;
        width: 100%;
        height: 100%;
    }

.user-card .card-body {
    padding: 10px 0 0 0;
}

    .user-card .card-body p {
        margin-bottom: 0;
        text-align: center;
    }

.member-form {
    padding: 20px 0 0 0;
}

.form-group {
    position: relative;
}

.member-form .form-group {
    position: relative;
}

    .member-form .form-group label {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .member-form .form-group .form-control {
        letter-spacing: 0.05rem;
    }

        .member-form .form-group .form-control:focus {
            -webkit-box-shadow: unset;
            box-shadow: unset;
            border: 1px solid #013da5;
        }

.col-form-1 {
    margin-bottom: 10px;
}

    .col-form-1 .submit-box {
        margin-top: 10px;
    }

.col-form-2 .submit-box {
    margin-top: 5px;
}

.col-snip-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.app-area-1 {
    border: 1px solid #e5e9f2;
    padding: 0px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .app-area-1 .snip-1 {
        padding: 10px 10px;
    }

    .app-area-1:hover {
        border-color: #003da5;
    }

.snip-1 {
    position: relative;
}

    .snip-1 .snip-box {
        position: relative;
        padding: 0 40px;
    }

    .snip-1 .snip-circle {
        width: 160px;
        height: 160px;
        border: 5px solid #003da5;
        border-radius: 100%;
        margin-top: 20px;
        position: relative;
    }

    .snip-1 .snip-image {
        width: 43px;
        height: 43px;
        border-radius: 100%;
        border: 3px solid #003da5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgb(255, 255, 255);
        position: absolute;
        top: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .snip-1 .snip-image img {
            width: 24px;
        }

        .snip-1 .snip-image svg {
            width: 24px;
            fill: #003da5 !important;
        }

        .snip-1 .snip-image.bp svg {
            width: 24px;
        }

        .snip-1 .snip-image.wt svg {
            width: 32px;
        }

        .snip-1 .snip-image.po svg {
            width: 30px;
        }

        .snip-1 .snip-image.bt svg {
            width: 13px;
        }

    .snip-1.snip-red .snip-circle {
        border-color: #e62310;
    }

    .snip-1.snip-red .snip-image {
        border-color: #e62310;
    }

        .snip-1.snip-red .snip-image svg {
            fill: #e62310 !important;
        }

.red-txt {
    color: #e62310 !important;
}

.snip-1 .snip-content {
    text-align: center;
}

.snip-1 h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
}

.snip-1 .snip-circle-box {
    padding: 40px 30px 20px 30px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.app-num {
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0;
}

.app-unit {
    font-size: 16px;
    line-height: normal;
}

.snip-1 .snip-ttl {
    padding-top: 10px;
}

    .snip-1 .snip-ttl h3 {
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }

.snip-overleft {
    text-align: center;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 0px;
    font-size: 12px;
}

.snip-overright {
    text-align: center;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 12px;
}

.overleft-num {
    margin: 5px 0 0 0;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}

.overleft-unit {
    margin-top: 5px;
}

.out-box {
    text-align: right;
}

    .out-box .btn-style-1 i {
        padding-right: 1px;
        width: 21px;
        height: 21px;
    }

.row-snip-2 {
    margin: 0 -5px;
}
/*控制meausrement上方 樣式*/
.col-snip-2 {
    margin-bottom: 10px;
    width: 25%;
    padding: 0 5px;
}

.snip-2 {
    height: 100%;
    position: relative;
}

    .snip-2 .snip-box {
        background-color: #003da5;
        padding: 25px 10px 15px 10px;
        border-radius: 8px;
        height: 100%;
    }

    .snip-2 * {
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .snip-2:hover .snip-box {
        background-color: #3364b7;
    }

    .snip-2.active .snip-box {
        background-color: #3364b7;
    }

    .snip-2 .snip-image {
        width: 45px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 auto;
    }

        .snip-2 .snip-image.bp img {
            width: 35px;
        }

        .snip-2 .snip-image.wt img {
            width: 41px;
        }

        .snip-2 .snip-image.po img {
            width: 43px;
        }

        .snip-2 .snip-image.bt img {
            width: 15px;
        }

        .snip-2 .snip-image.bg img {
            width: 23px;
        }

        .snip-2 .snip-image.md img {
            width: 41px;
        }

        .snip-2 .snip-image.set img {
            width: 31px;
        }

    .snip-2 .snip-content {
        padding-top: 5px;
    }

        .snip-2 .snip-content h3 {
            color: #ffffff;
            text-align: center;
            font-weight: 300;
            font-size: 13px;
            margin: 0;
            letter-spacing: 0.05rem;
        }

.app-area {
    border: 1px solid #e5e9f2;
    padding: 20px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 30px;
}

.page-app {
    padding: 10px 0 0 0;
    background: #003da5;
}

.dashboad-bg {
    background-color: #f5f6fa;
}

.dash-ttl {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #013da5;
    position: relative;
}

.main-menu-box {
    margin-left: auto;
}

.main-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}

    .main-menu-list li {
        padding: 0 10px;
    }

        .main-menu-list li a {
            background-color: transparent;
            padding: 6px 10px;
            color: #003da5;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 5px;
            border: 2px solid #003da5;
        }

            .main-menu-list li a * {
                -webkit-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }

            .main-menu-list li a i {
                font-size: 17px;
                margin-right: 8px;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                width: 24px;
                height: 24px;
                background-color: #003da5;
                color: rgb(255, 255, 255);
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 100%;
                letter-spacing: normal;
            }

            .main-menu-list li a span {
                font-size: 17px;
                line-height: normal;
                letter-spacing: 0.1rem;
                border-left: 1px solid #003da5;
                padding-left: 8px;
            }

        .main-menu-list li.active a {
            color: rgb(255, 255, 255);
            background-color: #003da5;
        }

            .main-menu-list li.active a span {
                border-color: rgb(255, 255, 255);
            }

        .main-menu-list li.active i {
            background-color: rgb(255, 255, 255);
            color: #003da5;
        }

        .main-menu-list li:hover a {
            color: rgb(255, 255, 255);
            background-color: #003da5;
        }

            .main-menu-list li:hover a span {
                border-color: rgb(255, 255, 255);
            }

        .main-menu-list li:hover i {
            background-color: rgb(255, 255, 255);
            color: #003da5;
        }

.update-widget {
    margin-bottom: 15px;
}

    .update-widget:last-child {
        margin-bottom: 0;
    }

.export-box {
    text-align: right;
}

.measurement-form .form-control {
    border-radius: 5px;
    background-color: rgba(239, 241, 251, 0.7294117647);
    border: 1px solid #dfdfdf;
    font-size: 15px;
    padding: 8px;
    -webkit-appearance: none;
    letter-spacing: 0.05rem;
}

    .measurement-form .form-control:focus {
        color: #212529;
        background-color: rgba(239, 241, 251, 0.7294117647);
        border-color: #003da5;
        outline: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }

.measurement-form .select-box {
    background-color: rgba(239, 241, 251, 0.7294117647);
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: rgba(239, 241, 251, 0.7294117647) url(../images/common/select-arrow.png);
    background-size: 8px;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
}

    .measurement-form .select-box select {
        background-color: transparent;
        border: 0;
        padding-right: 16px;
    }

        .measurement-form .select-box select:focus {
            background-color: transparent;
            border: 0;
        }

.measurement-form input:-webkit-autofill,
.measurement-form input:-webkit-autofill:hover,
.measurement-form input:-webkit-autofill:focus,
.measurement-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #eff1fb inset !important;
}

.app-area .section-title h2 {
    margin-bottom: 20px;
}

.ui-widget-header {
    border: 1px solid #e5e9f2;
    background: #f5f6fa;
}

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border-radius: 3px;
        border: 1px solid #e5e9f2;
        background: #f5f6fa;
    }

        .ui-state-active,
        .ui-widget-content .ui-state-active,
        .ui-widget-header .ui-state-active,
        a.ui-button:active,
        .ui-button:active,
        .ui-button.ui-state-active:hover {
            border: #003da5;
            background: #003da5;
            font-weight: normal;
            color: #ffffff;
        }

.time-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.time-input {
    padding: 0 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tm-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tm-input {
    padding: 0 6px;
}

.weight-input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weight-input {
    padding: 0 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .weight-input select {
        width: 100%;
    }

.switch-btn-container {
    height: 40.5px;
    overflow: hidden;
}

.btn-color-mode-switch {
    display: block;
    margin: 0px;
    position: relative;
}

    .btn-color-mode-switch > label.btn-color-mode-switch-inner {
        margin: 0px;
        width: 112px;
        height: 40.5px;
        background: #eff1fb;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        font-size: 15px;
        font-weight: normal;
        color: #000;
        border: 1px solid #dfdfdf;
    }

        .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
            content: attr(data-on);
            position: absolute;
            font-size: 15px;
            font-weight: 500;
            top: 5px;
            right: 14px;
            line-height: 27.5px;
            letter-spacing: 0.05rem;
        }

        .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
            content: attr(data-off);
            width: 54px;
            height: 34.5px;
            background: #fff;
            border-radius: 3px;
            position: absolute;
            left: 2px;
            top: 2px;
            text-align: center;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            padding: 4px 4px 4px 4px;
            line-height: 27.5px;
            letter-spacing: 0.05rem;
            font-weight: 500;
            -webkit-box-shadow: 0 0 2px 2px rgba(3, 33, 82, 0.1098039216);
            box-shadow: 0 0 2px 2px rgba(3, 33, 82, 0.1098039216);
        }

    .btn-color-mode-switch input[type=checkbox] {
        cursor: pointer;
        width: 50px;
        height: 25px;
        opacity: 0;
        position: absolute;
        top: 0;
        z-index: 1;
        margin: 0px;
    }

        .btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner {
            background: #eff1fb;
            color: #000;
        }

            .btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:after {
                content: attr(data-on);
                left: 54px;
                background: #ffffff;
                padding: 4px 0 4px 4px;
            }

            .btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:before {
                content: attr(data-off);
                right: auto;
                left: 14px;
            }

        .btn-color-mode-switch input[type=checkbox]:checked ~ .alert {
            display: block;
        }

.dash-menu-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.back-box .btn-style-1 {
    padding: 6px 10px;
}

    .back-box .btn-style-1 i {
        font-size: 26px;
        width: 24px;
        height: 24px;
    }

    .back-box .btn-style-1 span {
        font-size: 17px;
    }

.app-txt-inlineblock {
    display: inline-block;
}

.app-txt-time {
    color: #000;
    font-size: 14px;
}

.app-txt-ttl {
    color: #000;
    margin-right: 5px;
    font-size: 14px;
}

.app-txt-num {
    font-weight: bold;
    font-size: 18px;
    margin-right: 7px;
    color: #003da5;
}

.app-txt-unit {
    font-size: 11px;
    color: #777777;
    margin-right: 5px;
}

.app-txt-content {
    margin-bottom: 3px;
}

.app-txt-notes {
    color: #53565A;
    font-size: 14px;
}

.snip-3 .snip-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.snip-3 .snip-image {
    width: 45px;
    position: relative;
}

.snip-3 .snip-flex::after {
    display: block;
    content: "";
    position: absolute;
    background-color: #003da5;
    width: 1px;
    height: 100%;
    top: 0;
    left: 12px;
}

.snip-3 .snip-image .snip-icon {
    width: 26px;
    height: 26px;
    background-color: #003da5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 1;
    position: relative;
}

    .snip-3 .snip-image .snip-icon svg {
        fill: rgb(255, 255, 255) !important;
        width: 20px;
        height: 14px;
    }

    .snip-3 .snip-image .snip-icon.wt img {
        max-width: 16px;
        max-height: 14px;
    }

    .snip-3 .snip-image .snip-icon.bp img {
        max-width: 14px;
        max-height: 14px;
    }

    .snip-3 .snip-image .snip-icon.po img {
        max-width: 20px;
        max-height: 14px;
    }

    .snip-3 .snip-image .snip-icon.bt img {
        max-width: 20px;
        max-height: 16px;
    }

.snip-3 .snip-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    background: #f5f6fa;
    border-radius: 5px;
}

.snip-3 .snip-flex {
    padding-bottom: 30px;
}

.col-snip-3:last-of-type .snip-3 .snip-flex {
    padding-bottom: 0;
}

.snip-3.snip-red .snip-image .snip-icon {
    background-color: #e62310;
}

.snip-3.snip-red .snip-flex::after {
    background-color: #e62310;
}

.snip-3.snip-red .snip-content {
    background-color: #fdf1f0;
}

.snip-3 .snip-flex {
    padding-bottom: 30px;
}

.chart-tab-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chart-tab {
    background-color: #003da5;
    width: 300px;
    height: 40px;
    border-radius: 5px;
    padding: 3px;
}

    .chart-tab li {
        width: 25%;
    }

    .chart-tab.three-style {
        width: 220px;
    }

        .chart-tab.three-style li {
            width: 33.333333%;
        }

    .chart-tab.nav-pills .nav-link {
        border-radius: 3px;
        height: 34px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        color: rgb(255, 255, 255);
        font-size: 16px;
        letter-spacing: 0.05rem;
        border: 0;
    }

        .chart-tab.nav-pills .nav-link.active,
        .chart-tab.nav-pills .show > .nav-link {
            background-color: #47b2e4;
            color: rgb(255, 255, 255);
        }

.chart-card {
    padding-top: 30px;
}

.chart-range-date-box {
    margin-left: auto;
}

.chart-range-date-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .chart-range-date-group .col-range-date {
        width: 45%;
    }

    .chart-range-date-group .col-range-line {
        display: block;
        width: 5%;
        height: 1px;
        background-color: #032152;
    }

.chart-search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.data-wrap {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #e5e7f0;
    border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
    height: 6px;
    border: 1px solid #003da5;
    background-clip: padding-box;
    background-color: #003da5;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.scrollbar::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.scrollbar::-webkit-scrollbar-corner {
    background-color: transparent;
}

.page-item.page-fun {
    background-color: #F2F5F9;
    padding: 20px 0 0 0;
}

.row-snip-4 {
    margin: 0 -10px;
}

.col-snip-4 {
    width: 25%;
    padding: 0 -10px;
    margin-bottom: 20px;
}

.snip-4 {
    background-color: #003da5;
    padding: 20px 35px 35px 20px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .snip-4 h4 {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        letter-spacing: 0.05rem;
    }

    .snip-4.add {
        background-color: #003da5;
    }

    .snip-4.export {
        background-color: #287da0;
    }

    .snip-4.chart {
        background-color: #00b5e2;
    }

    .snip-4.data {
        background-color: #13a9a0;
    }

    .snip-4 .snip-image {
        text-align: right;
    }

        .snip-4 .snip-image img {
            height: 43px;
        }

    .snip-4:after {
        content: "";
        display: block;
        position: absolute;
        width: calc(100% + 7px);
        height: calc(100% + 7px);
        opacity: 0;
        border: 1px solid #003da5;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .snip-4.add:after {
        border-color: #003da5;
    }

    .snip-4.export:after {
        border-color: #287da0;
    }

    .snip-4.chart:after {
        border-color: #00b5e2;
    }

    .snip-4.data:after {
        border-color: #13a9a0;
    }

    .snip-4:hover:after {
        opacity: 1;
    }

.ttl-style-1 h2 {
    font-size: 31px;
    font-weight: 300;
    letter-spacing: 0.05rem;
    margin: 0 0 15px 0;
}

.ttl-style-2 h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.05rem;
    margin: 0 0 15px 0;
}

.col-snip-5 {
    margin-bottom: 20px;
}

.col-snip-5-1 {
    width: 55%;
}

.col-snip-5-2 {
    width: 45%;
}

.snip-5 {
    background-color: #f5f6fa;
    padding: 20px;
    height: 100%;
}

    .snip-5 .snip-ttl {
        font-size: 18px;
        letter-spacing: 0.05rem;
        font-weight: 400;
        color: #898989;
        margin-bottom: 10px;
    }

    .snip-5 .timerange-form .snip-ttl {
        margin-bottom: 5px;
        color: #676767;
        font-size: 16px;
    }

    .snip-5 .snip-ttl-2 {
        font-size: 17px;
        letter-spacing: 0.05rem;
        font-weight: 400;
        color: #676767;
        margin-bottom: 10px;
    }

    .snip-5 .snip-content {
        background-color: #f5f6fa;
    }

.radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -5px;
}

.radio-button {
    cursor: pointer;
    padding: 5px 5px;
}

.radio-group input[type=radio] {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.radio-button__input {
    opacity: 0;
    position: absolute;
}

.radio-button__label {
    line-height: 24px;
    position: relative;
    top: 2px;
}

.radio-button__control {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-color: inherit;
    color: #003da5;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 24px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-right: 5px;
    background-color: #fff;
}

    .radio-button__control:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        background-color: #d7d7d7;
        border-radius: 12px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

.radio-button__input:checked + .radio-button__control:after {
    background-color: #003da5;
}

.radio-button__input:checked + .radio-button__control {
    border-color: #003da5;
}

.btn-style-2 {
    display: inline-block;
    min-width: 188px;
    font-size: 18px;
    letter-spacing: 0.06rem;
    line-height: normal;
    padding: 8px 10px;
    border-radius: 38px;
    border: 0;
    outline: unset;
    background-color: #003da5;
    color: rgb(255, 255, 255);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 300;
}

    .btn-style-2:hover,
    .btn-style-2:active {
        background-color: #032152;
    }

.snip-5.stas .snip-conent {
    margin-top: 20px;
}

.average-ttl .snip-ttl {
    margin-top: 5px;
}

.average-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -13px;
}

.average-col {
    width: 33.333333%;
    position: relative;
    padding: 0 13px;
    text-align: right;
}

.verline-right::after {
    content: "";
    position: absolute;
    background-color: #c7c7c7;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}

.bt .average-col {
    width: 100%;
    text-align: right;
}

.average-num {
    font-size: 55px;
    line-height: normal;
    font-weight: 500;
}

.bt .average-col .average-num {
    font-size: 95px;
    letter-spacing: 0.1rem;
}

.wt .average-col .average-num {
    font-size: 45px;
}

.average-field {
    font-size: 15px;
    color: #787878;
    line-height: normal;
}

.average-unit {
    font-size: 13px;
    color: #a8a8a8;
    line-height: normal;
    padding-left: 3px;
}

.bt .average-col .average-unit-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .bt .average-col .average-unit-widget .average-unit {
        font-size: 30px;
        margin-left: 5px;
    }

.col-form-2 {
    margin-bottom: 10px;
}

.timerange-form .select-box {
    border: 1px solid #c3c5ce;
    border-radius: 5px;
    background: #fff url(../images/common/select-arrow.png);
    background-size: 8px;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
}

    .timerange-form .select-box select {
        background-color: transparent;
        border: 0;
        padding-right: 16px;
    }

.data-area .select-box {
    border: 1px solid #c3c5ce;
    border-radius: 5px;
    background: #fff url(../images/common/select-arrow.png);
    background-size: 8px;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
}

    .data-area .select-box select {
        background-color: transparent;
        border: 0;
        padding-right: 16px;
    }

.time-range-submit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filter-group {
    margin-left: auto;
    min-width: 200px;
    margin-right: 15px;
}

.chart-area {
    margin-bottom: 20px;
}
/*measurement table*/
.data-table {
    width: 100%;
}

.rwd-thead .rwd-tr {
    border-bottom: 2px solid #b3b3b3;
}

.rwd-th {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    color: #787878;
    font-weight: 400;
}

    .rwd-th.date {
        text-align: left;
    }

.rwd-tbody .rwd-tr:hover {
    background-color: #f5f6fa;
}

.rwd-tbody .rwd-tr {
    border-bottom: 1px solid #dddddd;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.rwd-td {
    text-align: center;
    padding: 10px;
    font-size: 16px;
    color: #53565A;
    font-weight: 400;
}

    .rwd-td.date {
        text-align: left;
    }

    .rwd-td.action a img {
        width: 16px;
    }

.pagination-box {
    position: relative;
    border-bottom: 2px solid #b3b3b3;
    background-color: #fff;
    margin-top: 30px;
    padding-bottom: 10px;
}

.total-unit {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    padding: 8px;
}

.pagination-box .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -8px -8px;
}

    .pagination-box .pagination .page-item {
        padding: 8px;
    }

        .pagination-box .pagination .page-item .page-link {
            border-radius: 3px;
            border: 0;
            color: #000;
            padding: 0;
            font-size: 22px;
        }

        .pagination-box .pagination .page-item.disabled .page-link {
            color: #777777;
            background-color: transparent;
            font-size: 22px;
        }

        .pagination-box .pagination .page-item.active .page-link,
        .pagination-box .pagination .page-item.active .page-link:hover,
        .pagination-box .pagination .page-item .page-link:hover {
            color: #00b5e2;
            background-color: transparent;
            font-size: 22px;
        }

.dashboard-header #navbar {
    width: auto;
}

#header.dashboard-header .logo {
    padding: 22px 0 22px 0;
}

.mesurement-nav .top-space {
    margin-top: 77px;
}

.navbar .nav-dashboard-link {
    display: inline-block;
    min-width: 188px;
    font-size: 18px;
    letter-spacing: 0.06rem;
    line-height: normal;
    padding: 8px 10px;
    border-radius: 38px;
    font-weight: 300;
    text-align: center;
    border: 0;
    outline: unset;
    background-color: transparent;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    color: #53565A;
}

    .navbar .nav-dashboard-link:focus,
    .navbar .nav-dashboard-link.active,
    .navbar .nav-dashboard-link:active,
    .navbar .nav-dashboard-link:hover {
        background-color: #F2F5F9;
        color: #53565A;
        display: inline-block;
        font-weight: 300;
        text-align: center;
        padding: 8px 10px;
    }


.info-bar {
    margin-left: auto;
    padding-top: 0px;
}

.logout-bar {
    padding-left: 20px;
    padding-top: 0px;
}

.logout-btn {
    background-color: #54565a;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.user-btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.logout-btn img {
    height: 15px;
}

.user-btn img {
    height: 30px;
}

#addpopup {
    max-width: 700px;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 70px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 6px;
    top: 0;
    width: 47px;
    z-index: 10;
}

.afib-box {
    margin-top: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.afib-img img {
    height: 36px;
}

.afib-txt {
    color: #e62310;
    font-size: 14px;
    padding-left: 6px;
}

.pad-txt {
    color: blue;
    font-size: 14px;
    padding-left: 6px;
}

#userpopup {
    max-width: 700px;
    min-height: 685px;
}

.user-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .user-group .form-control {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.user-unit {
    margin-left: 5px;
}

.page-item.page-board {
    padding: 40px 0 150px 0;
}

.row-snip-6 {
    margin: 0 -10px;
}

.col-snip-6 {
    margin-bottom: 20px;
    padding: 0 10px;
}

.snip-6 {
    -webkit-box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.13);
    position: relative;
}

    .snip-6 .snip-title {
        background-color: #dde0e9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
    }

    .snip-6 .snip-icon {
        margin-right: 10px;
        position: relative;
        margin-bottom: -20px;
    }

        .snip-6 .snip-icon span {
            background-color: #003da5;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 42px;
            height: 42px;
            border-radius: 50%;
        }

    .snip-6.bp .snip-icon img {
        width: 20px;
    }

    .snip-6.bt .snip-icon img {
        width: 12px;
    }

    .snip-6.po .snip-icon img {
        width: 28px;
    }

    .snip-6.wt .snip-icon img {
        width: 28px;
    }

    .snip-6 .ttl-unit {
        margin-left: auto;
        font-size: 14px;
        font-weight: 300;
    }

    .snip-6 .snip-content {
        padding: 10px 10px 10px 10px;
        background-color: #fff;
    }

.update-date {
    font-size: 14px;
    font-weight: 300;
    text-align: right;
}

.newsdata--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.newsdata-average {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 8px;
    color: #9ea0a4;
}

.newsdata-hline {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #c3c5ce;
}

.newsdata-box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 18px;
    right: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .newsdata-box.style-2 {
        height: 18px;
    }

.newsdata-vline {
    display: block;
    height: 100%;
    width: 3px;
    background-color: #c3c5ce;
}

.newsdata-tdot {
    position: absolute;
    display: block;
    height: 18px;
    width: 18px;
    background-color: #003da5;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    top: 0;
    border-radius: 50%;
    border: 3px solid #fff;
}

.newsdata-bdot {
    position: absolute;
    display: block;
    height: 18px;
    width: 18px;
    background-color: #003da5;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: 0;
    border-radius: 50%;
    border: 3px solid #fff;
}

.range-group {
    margin-top: 0px;
}

.timerange-form .form-control {
    font-size: 15px;
    letter-spacing: 0.06rem;
}

.section-title-1 h2 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.05rem;
    margin: 0 0 15px 0;
}

.page-login .ttl-style-3 {
    margin-top: 10px;
}

.ttl-style-3 h3 {
    position: relative;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.05rem;
}

    .ttl-style-3 h3::after {
        content: "";
        width: 100%;
        background-color: #ddd;
        height: 1px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        display: block;
        position: absolute;
    }

    .ttl-style-3 h3 span {
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding: 0 20px;
    }

.another-login {
    margin-top: 15px;
}

.another-logi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    padding: 0;
    list-style: none;
}

    .another-logi-list li {
        padding: 10px;
    }

        .another-logi-list li img {
            width: 35px;
        }

        .another-logi-list li a {
            -webkit-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            position: relative;
            top: 0;
        }

            .another-logi-list li a:hover {
                top: -3px;
            }

.stas-col-1 {
    width: 95px;
}

.stas-col-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#alertpopup .fancybox-close-small {
    display: none;
}

.alertpopup {
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
}

.alert-popup .card {
    border: 0;
    padding: 0;
}

.alert-popup .btn-style-2 {
    text-align: center;
    min-width: 135px;
}

    .alert-popup .btn-style-2.popclose-btn {
        background-color: #6c757d;
    }

        .alert-popup .btn-style-2.popclose-btn:hover,
        .alert-popup .btn-style-2.popclose-btn:active {
            background-color: #54565a;
        }

    .alert-popup .btn-style-2:hover,
    .alert-popup .btn-style-2:active {
        color: #fff;
    }

.alertpopup .card-img {
    text-align: center;
}

    .alertpopup .card-img img {
        width: 100px;
    }

.alertpopup h5 {
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}

.rangeControl {
    display: none;
}

    .rangeControl.on {
        display: block;
    }

.member-form .radio-switch {
    display: block;
    height: 38px;
    position: relative;
    margin-top: 0;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background-color: #f5f6fa;
}

.member-form input[type=radio],
.member-form input[type=checkbox] {
    margin: 3px 0 0;
    margin-top: 1px;
    line-height: normal;
}

.member-form .radio-switch input:checked + .switch-label {
    color: #000;
}

.member-form .radio-switch .switch-label {
    color: #000;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.member-form .radio-switch .switch-label {
    position: relative;
    z-index: 2;
    width: 50%;
    height: 100%;
    margin: 0;
    text-align: center;
    float: left;
}

.member-form .radio-switch .switch-label,
.member-form .radio-switch > span {
    line-height: 38px;
    vertical-align: middle;
}

.member-form .radio-switch * {
    outline: 0 !important;
}

.member-form .radio-switch input {
    position: absolute;
    opacity: 0;
}

.member-form .radio-switch .switch-slide-bg {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.member-form .radio-switch .switch-slide-bg {
    position: absolute;
    top: 4px;
    padding: 0;
    z-index: 1;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    color: #000;
    background-color: #dde1e7;
    left: 4px;
    border-radius: 3px;
}

.member-form .radio-switch input:last-of-type:checked ~ .switch-slide-bg {
    background-color: #dde1e7;
    left: 50%;
}

.member-form .form-group.radio-switch-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-group.radio-switch-group .form-label {
    width: 150px;
    margin: 0;
}

.switch-unit-widget {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.radio-switch-widget {
    margin-left: auto;
}

#userTargets .col-form-1 {
    margin-bottom: 0px;
}

    #userTargets .col-form-1:last-child {
        margin-bottom: 10px;
    }

    #userTargets .col-form-1 .radio-switch-group {
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

.switch-unit-widget {
    font-size: 14px;
}

    .switch-unit-widget .switch-unit {
        margin-left: 5px;
    }

.member-form .radio-switch-2 input[type=checkbox],
.member-form .radio-switch-2 input[type=radio] {
    height: 21px;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    background: #f5f6fa;
    border-color: #ced4da;
    -webkit-transition: background 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, border-color 0.3s ease;
}

    .member-form .radio-switch-2 input[type=checkbox]:after,
    .member-form .radio-switch-2 input[type=radio]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
        transition: opacity 0.2s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
        transition: transform 0.3s ease, opacity 0.2s ease, filter 0.3s ease;
        transition: transform 0.3s ease, opacity 0.2s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
    }

    .member-form .radio-switch-2 input[type=checkbox]:checked,
    .member-form .radio-switch-2 input[type=radio]:checked {
        background: #f5f6fa;
        border-color: #ced4da;
    }

        .member-form .radio-switch-2 input[type=checkbox]:checked:after,
        .member-form .radio-switch-2 input[type=radio]:checked:after {
            -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
            transition: opacity 0.3s ease, -webkit-filter 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
            transition: opacity 0.3s ease, filter 0.3s ease, transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
            transition: opacity 0.3s ease, filter 0.3s ease, transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2), -webkit-filter 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
        }

    .member-form .radio-switch-2 input[type=checkbox]:disabled,
    .member-form .radio-switch-2 input[type=radio]:disabled {
        cursor: not-allowed;
        opacity: 0.9;
        background: #ddd;
    }

        .member-form .radio-switch-2 input[type=checkbox]:disabled:checked,
        .member-form .radio-switch-2 input[type=radio]:disabled:checked {
            background: #ddd;
            border-color: #ddd;
        }

    .member-form .radio-switch-2 input[type=checkbox]:hover:not(:checked):not(:disabled),
    .member-form .radio-switch-2 input[type=radio]:hover:not(:checked):not(:disabled) {
        border-color: #003da5;
    }

    .member-form .radio-switch-2 input[type=checkbox]:hover:not(:disabled),
    .member-form .radio-switch-2 input[type=radio]:hover:not(:disabled) {
        border-color: #003da5;
    }

    .member-form .radio-switch-2 input[type=checkbox]:not(.switch),
    .member-form .radio-switch-2 input[type=radio]:not(.switch) {
        width: 21px;
    }

        .member-form .radio-switch-2 input[type=checkbox]:not(.switch):after,
        .member-form .radio-switch-2 input[type=radio]:not(.switch):after {
            opacity: 0;
        }

        .member-form .radio-switch-2 input[type=checkbox]:not(.switch):checked:after,
        .member-form .radio-switch-2 input[type=radio]:not(.switch):checked:after {
            opacity: 1;
        }

    .member-form .radio-switch-2 input[type=checkbox]:not(.switch) {
        border-radius: 6px;
    }

        .member-form .radio-switch-2 input[type=checkbox]:not(.switch):after {
            width: 5px;
            height: 9px;
            border: 2px solid #ddd;
            border-top: 0;
            border-left: 0;
            left: 7px;
            top: 4px;
            -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
        }

        .member-form .radio-switch-2 input[type=checkbox]:not(.switch):checked:after {
            -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
        }

    .member-form .radio-switch-2 input[type=checkbox].switch {
        width: 44px;
        border-radius: 22px;
        height: 26px;
    }

        .member-form .radio-switch-2 input[type=checkbox].switch:after {
            left: 3px;
            top: 3px;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            background: #ced4da;
        }

        .member-form .radio-switch-2 input[type=checkbox].switch:checked:after {
            background: #003da5;
            -webkit-transform: translateX(17px);
            transform: translateX(17px);
        }

        .member-form .radio-switch-2 input[type=checkbox].switch:disabled:not(:checked):after {
            opacity: 0.6;
        }

.member-form .radio-switch-2 input[type=radio] {
    border-radius: 50%;
}

    .member-form .radio-switch-2 input[type=radio]:after {
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: #333333;
        opacity: 0;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .member-form .radio-switch-2 input[type=radio]:checked:after {
        background: #333333;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

.nav-usertabs {
    border-bottom: 1px solid #003da5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .nav-usertabs .nav-item .nav-link {
        border-radius: 5px 5px 0 0;
        letter-spacing: 0.1rem;
        font-weight: 300;
        text-align: center;
        color: #212529;
        font-size: 17px;
        line-height: normal;
        padding: 10px;
        min-width: 105px;
    }

    .nav-usertabs .nav-link.active,
    .nav-usertabs .show > .nav-link,
    .nav-usertabs .nav-link.active:hover,
    .nav-usertabs .show > .nav-link:hover {
        background-color: #003da5;
        color: #fff;
    }

    .nav-usertabs .nav-link:hover {
        color: #003da5;
    }

.userform-tabs #pills-tabContent {
    padding-top: 10px;
}

.member-form .select-box {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #fff url(../images/common/select-arrow.png);
    background-size: 8px;
    background-position: calc(100% - 8px) center;
    background-repeat: no-repeat;
}

    .member-form .select-box select {
        background-color: transparent;
        border: 0;
        padding-right: 16px;
    }

.forget-btn {
    color: #003da5;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}

    .forget-btn:hover {
        color: #003da5;
        border-bottom: 1px solid #003da5;
    }

.forget-box {
    margin-top: 10px;
}

.message-dialog {
    max-width: 450px;
    width: 100%;
}

#forgetpopup {
    max-width: 450px;
    width: 100%;
    border-radius: 5px;
}

    #forgetpopup .card {
        border: 0;
        padding: 0;
    }


    #forgetpopup .btn-style-2 {
        text-align: center;
    }

        #forgetpopup .btn-style-2.popclose-btn {
            background-color: #6c757d;
        }

            #forgetpopup .btn-style-2.popclose-btn:hover,
            #forgetpopup .btn-style-2.popclose-btn:active {
                background-color: #54565a;
            }

        #forgetpopup .btn-style-2:hover,
        #forgetpopup .btn-style-2:active {
            color: #fff;
        }

    #forgetpopup .card-img {
        text-align: center;
    }

        #forgetpopup .card-img img {
            width: 100px;
        }

    #forgetpopup .card-header {
        background-color: transparent;
        border: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    #forgetpopup h5 {
        text-align: center;
        margin-top: 0px;
        font-size: 25px;
        line-height: 35px;
        font-weight: 400;
    }

    #forgetpopup .fancybox-close-small {
        display: none;
    }

    #forgetpopup .card-body {
        padding: 0;
    }

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1120px;
    }

    .page-item.page-board {
        padding: 40px 0 165px 0;
    }
}

@media (max-width: 1199px) {
    .snip-1 .snip-box {
        position: relative;
        padding: 0 31px;
    }

    .dashboard-wrapper #header .logo img {
        height: auto;
        width: 273px;
    }

    .dashboard-wrapper .navbar li {
        position: relative;
        width: 165px;
    }

    .navbar .nav-dashboard-link {
        width: 155px;
    }

    .average-num {
        font-size: 45px;
    }

    .wt .average-col .average-num {
        font-size: 53px;
    }

    .bt .average-col .average-num {
        font-size: 75px;
    }

    .page-item.page-board {
        padding: 40px 0 20px 0;
    }
}

@media (max-width: 991px) {
    #navbar {
        width: unset;
        margin-top: 0;
    }

    .navbar li {
        position: relative;
        width: 100%;
        margin-bottom: 15px;
    }

        .navbar li a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .navbar li a:focus {
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

    .navbar-mobile ul {
        padding: 30px;
    }

    .navbar .about a {
        border: 3px solid #003da5;
    }

    .navbar .faq a {
        border: 3px solid #287da0;
    }

    .navbar .login a {
        border: 3px solid #00b5e2;
    }

    .navbar .logout a {
        border: 3px solid #fe9033;
    }

    .copy-right {
        text-align: left;
        margin-top: 10px;
    }

    .col-member-login {
        padding: 0 0px 0 0;
        border-right: 0;
        margin-bottom: 40px;
    }

    .col-member-reginster {
        padding: 0 0 0 0px;
    }

    .bannerheight {
        min-height: 280px;
    }

    .user-card {
        padding-bottom: 0;
    }

    #header .logo {
        padding: 23px 0;
    }

    #navbar {
        padding: 0;
    }

    .top-space {
        margin-top: 87px;
    }

    .snip-1 .snip-box {
        padding: 0 40px;
    }

    .page-item.page-app .container {
        overflow-x: scroll;
    }

        .page-item.page-app .container .row {
            width: 1100px;
        }

    .filter-group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: auto;
        min-width: auto;
    }

    .info-bar {
        padding-top: 5px;
        margin-left: unset;
    }



    .dashboard-wrapper .navbar li {
        width: 100%;
    }

    .navbar .nav-dashboard-link {
        min-width: 188px;
    }

    .logout-bar {
        padding-left: 10px;
        padding-top: 5px;
    }

    .total-unit {
        position: relative;
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        margin-bottom: 10px;
    }

    .pagination-box .pagination {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar li {
        text-align: center;
    }

    .dashboard-wrapper #navbar.navbar-mobile {
        margin: 0;
    }

    .average-num {
        font-size: 36px;
    }

    .average-col.bt .average-num {
        font-size: 75px;
    }

    .wt .average-col .average-num {
        font-size: 35px;
    }

    .stas-col-2 {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
    }

    .bt .stas-col-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: unset;
    }

    .po .average-col .average-num {
        font-size: 55px;
    }

    .page-item.page-board {
        padding: 40px 0 20px 0;
    }
}
/*small screen*/
@media (max-width: 767px) {
    .col-user {
        border: 0;
    }

    .top-space {
        margin-top: 78px;
    }

    #header .logo img {
        height: 23px;
    }

    #main {
        margin-top: 78px;
    }

    .mainbanner-height {
        height: 220px;
    }

    .main-ttl h2 {
        font-size: 24px;
    }

    .page-item {
        padding: 40px 0;
    }

    .col-member-login {
        margin-bottom: 40px;
    }

    #footer .footer-bottom {
        padding: 40px 0;
    }

    .bannerheight {
        min-height: 180px;
    }

    .snip-2 .snip-box {
        padding: 10px 5px;
    }

    .dash-menu-group {
        display: block;
    }

    .back-box {
        margin-bottom: 10px;
    }

    .member-form .form-group {
        display: block;
    }

        .member-form .form-group label {
            margin-bottom: 5px;
            width: unset;
        }

    .export-box {
        margin-top: 30px;
        text-align: left;
    }

    .login-form .form-group {
        display: block;
    }

    .login-form .form-label {
        width: unset;
    }

    .login-form .form-control {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .verify-box {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .col-form-1 {
        margin-bottom: 10px;
    }

        .col-form-1 .submit-box {
            margin-top: 10px;
        }

    .section-title h2 {
        margin-bottom: 30px;
    }

    .page-app {
        padding: 10px 0 0 0;
    }

    .col-snip-2 {
        margin-bottom: 10px;
    }

    .chart-search-group {
        display: block;
    }

    .chart-range-date-box {
        margin-top: 10px;
    }

    .chart-range-date-group {
        width: 298px;
    }

    .logout-bar {
        padding-left: 10px;
        padding-top: 5px;
    }

    .info-bar {
        padding-top: 5px;
        margin-left: unset;
    }



    .dashboard-wrapper #navbar.navbar-mobile {
        margin: unset;
    }

    .logout-btn {
        width: 20px;
        height: 20px;
    }

        .logout-btn img {
            height: 10px;
        }

    .user-btn img {
        height: 20px;
    }

    .user-btn {
        width: 20px;
        height: 20px;
    }

    #header.dashboard-header .logo {
        padding: 22px 0;
    }

    .mesurement-nav .top-space {
        margin-top: 78px;
    }

    .col-snip-4 {
        width: 25%;
        padding: 0 5px;
    }

    .row-snip-4 {
        margin: 0 -5px;
    }

    .col-snip-5-1 {
        width: 100%;
    }

    .col-snip-5-2 {
        width: 100%;
    }

    .fancybox-slide--html {
        padding: 6px 6px 0 10px;
    }

    .data-table .rwd-thead {
        display: none;
    }

    .data-table .rwd-td::before {
        content: attr(data-th) ": ";
        font-weight: bold;
        width: 152px;
        display: table-cell;
        vertical-align: middle;
        padding: 10px 0 10px 5px;
        text-align: left;
    }

    .data-table .rwd-td {
        width: 100%;
        display: table;
    }

    .data-table .rwd-tr .rwd-td:nth-of-type(even) {
        background-color: #f5f6fa;
    }

    .data-table td:last-child {
        border-bottom: 0;
    }

    .data-table td:last-child {
        border-bottom: 0;
    }

    .data-table td span {
        padding: 10px 10px;
        display: block;
        text-align: center;
    }

    .rwd-table th,
    .rwd-table td {
        margin: 0;
    }

    .data-table .rwd-tr {
        display: block;
        margin-bottom: 30px;
        border: 1px solid #ddd;
    }

        .data-table .rwd-tr:last-child {
            margin-bottom: 0;
        }

        .data-table .rwd-tr:hover {
            background-color: transparent;
        }

        .data-table .rwd-tr .data-table .rwd-tr:last-child {
            margin-bottom: 0;
        }

    .dashboard-wrapper #header .logo img {
        height: 20px;
        width: auto;
    }

    .col-snip-2 {
        width: 120px;
    }

    .snip-2 .snip-image.bp img {
        width: 25px;
    }

    .snip-2 .snip-image.wt img {
        width: 31px;
    }

    .snip-2 .snip-image.po img {
        width: 33px;
    }

    .snip-2 .snip-image.bt img {
        width: 10px;
    }

    .snip-2 .snip-image.bg img {
        width: 13px;
    }

    .snip-2 .snip-image.md img {
        width: 31px;
    }

    .snip-2 .snip-image.set img {
        width: 21px;
    }

    .snip-2 .snip-content {
        padding-top: 0;
    }

    .page-item.page-app .container .row {
        width: 840px;
    }

    .snip-4 {
        padding: 10px;
    }

        .snip-4 .snip-image img {
            height: 25px;
        }

        .snip-4 h4 {
            font-size: 16px;
        }

    .average-num {
        font-size: 37px;
    }

    .wt .average-col {
        padding: 0 5px;
    }

        .wt .average-col .average-num {
            font-size: 37px;
        }

    .po .average-col {
        padding: 0 5px;
    }

        .po .average-col .average-num {
            font-size: 37px;
        }

    .nav-usertabs .nav-item .nav-link {
        min-width: 80px;
        font-size: 16px;
    }

    .page-login .submit-box {
        text-align: center;
    }

    .page-login .forget-box {
        margin-top: 0;
        text-align: center;
    }

    .page-login .section-title-1 h2 {
        text-align: center;
    }

    #forgetpopup .btn-style-2 {
        min-width: 125px;
    }

    .page-item.page-board {
        padding: 40px 0 20px 0;
    }
}

.form-control.error {
    border: 1px solid #d92a1c;
}

.error-txt {
    font-size: 12px;
    color: #d92a1c;
    right: 120px;
}



/*.page-login .input-group.error-box input {
  border-color: #d92a1c;
}

.page-login .input-group.error-box .verifylabel {
  border-color: #d92a1c;
}*/

.error-out {
    position: absolute;
    bottom: 12px;
    font-size: 12px;
    color: #d92a1c;
    right: 380px;
}
/*resetpassword*/
.ResetPassword-top {
    height: 200px;
}


.ResetPassword-bottom {
    height: 200px;
}

.btn-style-index {
    display: inline-block;
    min-width: 188px;
    font-size: 18px;
    letter-spacing: 0.06rem;
    line-height: normal;
    padding: 8px 10px;
    border-radius: 38px;
    border: 0;
    outline: unset;
    background-color: white;
    color: black;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    text-align: center;
}

.afib-img {
    width: 30px;
    height: 30px;
}
