@import url(../css/style.css);

html,
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row > * {
        padding-left: 10px;
        padding-right: 10px;
    }

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: 0.5px;
}

h1,
h2,
h3 {
    line-height: 1.3;
}

h4,
h5,
h6 {
    line-height: 1.3;
}

p {
    line-height: 1.3;
}

.wrapper {
    width: 100%;
    overflow-x: hidden;
}

.form-control {
    border-radius: 5px;
    padding: 6px 12px;
}

.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;
    padding: 0 15px;
}

#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;
}


#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;
    flex-wrap: wrap;
}

.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;
    }

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;
}

.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;
}

.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;
}

.overlink {
    width: 100%;
    height: 100%;
/*position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;*/
}

.out-box {
    text-align: right;
}

    .out-box .btn-style-1 i {
        padding-right: 1px;
        width: 21px;
        height: 21px;
    }

.row-snip-2 {
    margin: 0 -5px;
}

.col-snip-2 {
    margin-bottom: 10px;
    width: 14.285%;
    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.pf 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;
        }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-color: #003da5;
    color: rgb(255, 255, 255);
    font-size: 14px;
    border: 1px 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;
    width: 32px;
    height: 32px;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    top: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
    top: 2px;
}

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: none;
    }

    .ui-datepicker .ui-datepicker-next::before,
    .ui-datepicker .ui-datepicker-prev::before {
        font-family: "boxicons";
        font-weight: normal;
        font-style: normal;
        font-size: 21px;
    }

    .ui-datepicker .ui-datepicker-next::before {
        content: "\ea50";
    }

.ui-datepicker .ui-datepicker-prev::before {
    content: "\ea4d";
}

.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;
}

    .weight-input-box > span {
        margin-top: 7px;
    }

.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;
    overflow: visible;
}

.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;
}

.pf .average-col {
    width: 50%;
    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;
    padding-left: 3px;
}

.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: 24px;
    }

.data-check-box {
    margin-left: 15px;
}

.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: 24px;
    }

.chart-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;
}

    .chart-area .select-box select {
        background-color: transparent;
        border: 0;
        padding-right: 24px;
    }

.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;
}

.data-table {
    width: 100%;
}

.rwd-thead .rwd-tr {
    border-bottom: 2px solid #b3b3b3;
}

.rwd-th {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    color: #787878;
    font-weight: 400;
    letter-spacing: 1px;
}

.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: 14px;
    color: #53565A;
    font-weight: 400;
    letter-spacing: 1px;
}

    .rwd-td.action {
        width: 100px;
    }


.btn-style-5 {
    padding: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.062745098);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.062745098);
    border-radius: 3px;
    width: 26px;
    height: 26px;
    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;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    .btn-style-5:hover,
    .btn-style-5:active {
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1450980392);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1450980392);
    }

    .btn-style-5 img {
        width: 13px;
    }

.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%);
}

.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;
        }

        .pagination-box .pagination .page-item.disabled .page-link {
            color: #777777;
            background-color: transparent;
        }

        .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;
        }

.dashboard-header #navbar {
    width: auto;
}

#header.dashboard-header .logo {
    padding: 22px 0 22px 0;
}

.dashboard-wrapper .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;
        font-size: 18px;
    }

.dashboard-wrapper #navbar {
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
}

.header-widgets {
    display: flex;
    flex-wrap: wrap;
}

.header-widget-item:not(:first-child) {
    padding-left: 15px;
}

.header-widget-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%;
}

.logout-btn img {
    height: 15px;
}

.user-btn img {
    height: 30px;
}

.notify-btn img {
    height: 15px;
}

.notify-btn {
    position: relative;
}

    .notify-btn .num {
        width: 18px;
        height: 18px;
        background-color: #d92a1c;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 11px;
        letter-spacing: normal;
        line-height: 12px;
        border-radius: 50%;
        top: -5px;
        right: -5px;
        position: absolute;
    }

#addpopup,
.addpopup {
    max-width: 800px;
    width: 100%;
    border-radius: 10px;
}

    .addpopup.smallpopup {
        max-width: 400px;
    }

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #53565A;
    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;
    margin-right: 6px;
}

.afib-txt {
    color: #e62310;
    font-size: 14px;
}

#userpopup {
    min-height: 685px;
}

.user-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

    .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 20px 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;
    height: 100%;
    background: #fff;
}

    .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 .snip-icon img {
            width: 20px;
        }

    .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.pf .snip-icon img {
        width: 24px;
        position: relative;
        top: -2px;
    }

    .snip-6.med .snip-icon img {
        width: 28px;
    }

    .snip-6 .ttl-unit {
        margin-left: auto;
        font-size: 14px;
        font-weight: 300;
    }

    .snip-6 .snip-content {
        padding: 20px 10px 10px 10px;
        background-color: #fff;
    }

.update-date {
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 10px;
}

.newsdata--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -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--row.style-3 {
    height: 30px;
}

.newsdata--row.style-2 {
    height: 30px;
}

.pf .newsdata--row.topline {
    margin-bottom: 40px;
}

.pf .newsdata--row {
    margin-bottom: 20px;
}

    .pf .newsdata--row:last-child {
        margin-bottom: 0;
    }

.newsdata--row.style-3 .newsdata-average {
    font-size: 13px;
    line-height: 15px;
    min-width: unset;
    padding: 0 11px 0 4px;
    position: relative;
}

    .newsdata--row.style-3 .newsdata-average .d-unit {
        position: absolute;
        top: -17px;
        left: 4px
    }

.newsdata--row.style-2 .newsdata-average {
    background-color: #00b2a9;
    color: #ffffff;
    text-align: center;
    height: 20px;
    font-size: 13px;
    padding: 0 0 0 4px;
    line-height: 20px;
    position: relative;
}

    .newsdata--row.style-2 .newsdata-average span {
        position: relative;
        z-index: 1;
    }

    .newsdata--row.style-2 .newsdata-average::before {
        content: '';
        position: absolute;
        display: block;
        height: 14px;
        width: 14px;
        right: -7px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        background-color: #00b2a9;
    }

.best80 .newsdata-hline {
    background-color: #00b2a9;
}

.newsdata--row.style-2.best80 .newsdata-average::before {
    background-color: #00b2a9;
}

.best50 .newsdata-hline {
    background-color: #ff8f32;
}

.newsdata--row.style-2.best50 .newsdata-average {
    background-color: #ff8f32;
}

    .newsdata--row.style-2.best50 .newsdata-average::before {
        background-color: #ff8f32;
    }

.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: 10px;
}


.alert-popup .card {
    border: 0;
    padding: 0;
}

.card-button-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
}

.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;
    }

.alert-popup .card-img {
    text-align: center;
}

    .alert-popup .card-img img {
        width: 100px;
    }

.alert-popup 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;
}

#forgetpopup {
    max-width: 450px;
    width: 100%;
    border-radius: 10px;
}

    #forgetpopup .card {
        border: 0;
        padding: 0;
    }

    #forgetpopup .card-button-widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: auto;
        margin: 10px auto 0 auto;
    }

    #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;
    }

.form-control.error {
    border: 1px solid #d92a1c;
}

.error-txt {
/* position: absolute;*/
    bottom: 12px;
    right: 10px;
    font-size: 12px;
    color: #d92a1c;
}

.page-login .input-group .error-txt {
    right: 120px;
}

.page-login .input-group.error-box input {
    border-color: #d92a1c;
}

.page-login .input-group.error-box .verifylabel {
    border-color: #d92a1c;
}


.snip-thumb-1 {
    background-color: #003da5;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .snip-thumb-1 .thumb-head {
        display: flex;
        width: 100%;
    }

    .snip-thumb-1 .thumb-ttl {
        padding: 10px 18px 0 18px;
        width: calc(100% - 66px);
    }

        .snip-thumb-1 .thumb-ttl h4 {
            color: #ffffff;
            font-size: 16px;
            font-weight: 300;
            line-height: normal;
            margin: 0;
            letter-spacing: .5px;
        }

.thumb-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    font-size: 24px;
    color: #ffffff;
    background-color: #00000050;
    font-weight: 500;
}

.snip-thumb-1 .thumb-body {
    padding: 20px 20px 20px 20px;
    text-align: right;
    margin-top: auto;
}

    .snip-thumb-1 .thumb-body img {
        height: 55px;
        max-width: unset;
    }

.snip-thumb-1.style-1 {
    background-color: #003da5;
}

    .snip-thumb-1.style-1 .thumb-number {
        background-color: #232592;
    }

.snip-thumb-1.style-2 {
    background-color: #297da0;
}

    .snip-thumb-1.style-2 .thumb-number {
        background-color: #305c6e;
    }

.snip-thumb-1.style-3 {
    background-color: #23abff;
}

    .snip-thumb-1.style-3 .thumb-number {
        background-color: #1097ff;
    }

.snip-thumb-1.style-4 {
    background-color: #00b2a9;
}

    .snip-thumb-1.style-4 .thumb-number {
        background-color: #01a2b2;
    }

.page-banner-sec {
    position: relative;
    padding: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-banner-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 30%;
}

.page-banner-height {
    height: 350px;
    z-index: 1;
    position: relative;
}

.page-title-item h2 {
    font-size: 48px;
    color: #ffffff;
    margin: 0;
}

.page-title-item {
    text-align: center;
}

.page-faq-sec {
    padding: 60px 0 30px 0;
}

.col-faq-list {
    margin-bottom: 30px;
}

.faq-thumb-1 {
    position: relative;
    height: 100%;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 10%);
}

.fancybox-slide--html .faqPopup {
    max-width: 800px;
    padding: 30px 30px 30px 30px;
    margin: 0;
    border-radius: 13px;
    margin: 10px;
}

.faqPopup .fancybox-close-small {
    color: #003da5;
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
}

    .faqPopup .fancybox-close-small svg {
        width: 35px;
    }

.faq-edit-item p {
    margin-bottom: 10px;
}

.faq-edit-item hr {
    margin: 20px 0;
}

.faq-edit-item p:last-child {
    margin: 0;
}

.faq-card .card-header {
    padding: 0 0 15px 0;
    border-bottom: 2px solid #dddddd;
    position: relative;
    display: flex;
}

.faq-title-item {
    position: relative;
    display: flex;
}


    .faq-title-item::before,
    .faq-card .card-header::before {
        content: "Q";
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #53565A;
        color: #ffffff;
        line-height: normal;
        letter-spacing: normal;
        padding-bottom: 1px;
    }

.faq-card .card-body {
    padding: 15px 0 0 0;
    position: relative;
    display: flex;
}

    .faq-card .card-body::before {
        content: "A";
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #003da5;
        color: #ffffff;
        line-height: normal;
        letter-spacing: normal;
        padding-bottom: 1px;
    }

    .faq-card .card-body .faq-edit-item {
        margin: 3px 0 0 10px;
        flex: 1;
    }

.faq-title-item h3,
.faq-card .card-header h3 {
    margin: 2px 0 0 10px;
    font-size: 20px;
    flex: 1;
}

.faq-title-item h3 {
    font-size: 16px;
}

.dropdown-hover-group {
    position: relative;
}

.dropdown-hover-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 23px;
    min-width: 160px;
}

    .dropdown-hover-menu .dropdown-list {
        list-style: none;
        background-color: #ffffff;
        padding: 0;
        margin: 0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        overflow: auto;
        max-height: 400px;
    }

    .dropdown-hover-menu .dropdown-item a {
        color: #000000;
        padding: 10px;
        text-align: left;
        line-height: normal;
        font-size: 13px;
        display: block;
        transition: 0.3s ease-in-out;
    }

    .dropdown-hover-menu .dropdown-item > a:hover {
        background-color: #f5f6fa;
    }

    .dropdown-hover-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #dee0e9;
    }

    .dropdown-hover-menu .dropdown-item a.user-change {
        display: flex;
    }

.user-change .u-img {
    width: 30px;
    display: block;
}

.user-change .u-info {
    flex: 1;
    margin-left: 10px;
}

    .user-change .u-info .u-name {
        display: block;
        font-weight: 500;
    }

    .user-change .u-info .u-mail {
        display: block;
    }

.dropdown-hover-menu .dropdown-item .user-notify {
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    font-size: 14px;
    color: #000000;
    padding: 10px;
    text-align: left;
    line-height: normal;
    font-size: 13px;
}


.user-notify .u-img {
    display: block;
}

    .user-notify .u-img img {
        width: 30px;
    }

.user-notify .u-info {
    flex: 1;
    margin-left: 10px;
}

    .user-notify .u-info .u-ttl {
        display: block;
        font-weight: 500;
        margin-bottom: 5px;
        white-space: normal;
    }

    .user-notify .u-info .u-txt {
        display: block;
        white-space: normal;
        word-break: break-all;
    }

        .user-notify .u-info .u-txt a {
            display: inline;
            white-space: normal;
            word-break: break-all;
            color: #003da5;
            text-decoration: underline;
        }

    .user-notify .u-info .u-date {
        font-size: 12px;
        line-height: 12px;
        color: #787878;
        text-align: right;
        width: 100%;
        margin-top: 14px;
        display: block;
        letter-spacing: .5px;
    }

.notify-item a {
    background-color: #54565a;
    color: #ffffff;
    padding: 9px;
    position: relative;
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
}

.notify-bar .dropdown-hover-menu {
    min-width: unset;
    width: 300px;
    right: 0;
    transform: translateX(0);
}

.notify-item a img {
    width: 20px;
    height: auto;
}

.notify-item .notify-num {
    width: 18px;
    height: 18px;
    background-color: #d92a1c;
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    bottom: -3px;
    left: -3px;
    border-radius: 50%;
}

#cancelpopup {
    max-width: 600px;
    border-radius: 15px;
}

.member-cancel-card {
    border: unset;
    padding: 0;
}

    .member-cancel-card p {
        margin: 0;
    }

    .member-cancel-card .card-body {
        padding: 0;
    }

    .member-cancel-card .card-bottom {
        padding-top: 20px;
    }

#cancelpopup .btn-group-3 {
    display: flex;
    justify-content: center;
}

#cancelpopup .fancybox-close-small {
    display: none;
}

.btn-style-3 {
    display: inline-block;
    padding: 7px 13px;
    font-size: 15px;
    background-color: transparent;
    border: 1px solid #53565A;
    color: #53565A;
    text-align: center;
    margin: 5px;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

    .btn-style-3:hover {
        background-color: #54565a;
        color: #ffffff;
    }

.page-sucess .copy-right {
    text-align: center;
}


.sucess-bg {
    background-color: #e5e5e5;
}

.sucess-thumb-1 {
    text-align: center;
    margin: 45px 0;
}

    .sucess-thumb-1 .thumb-head h4 {
        color: #00b5e2;
        font-size: 32px;
    }

    .sucess-thumb-1 .thumb-body {
        text-align: center;
        padding: 24px 0;
    }

.thumb-sucess-icon {
    display: inline-flex;
    background-color: #ffffff;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 8px solid #53565A;
    justify-content: center;
    align-items: center;
    font-size: 110px;
    color: #00b5e2;
}

.sucess-thumb-1 .thumb-bottom p {
    margin-bottom: 5px;
}

    .sucess-thumb-1 .thumb-bottom p:last-child {
        margin-bottom: 0;
    }

.ttl-info {
    color: #d92a1c;
    font-size: 16px;
    font-weight: 400;
}

.rwd-th.source {
    width: 50px;
}

.rwd-td.source {
    text-align: center;
}

.source-tooltip {
    display: inline-flex;
    width: 16px;
    height: 16px;
}



.rwd-th.note {
    text-align: left;
}

.rwd-td.note {
    text-align: left;
}

.note-item {
    position: relative;
    padding: 0;
}

.note-text {
    text-overflow: ellipsis;
    position: relative;
    width: 240px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: auto;
}

.note-item::after {
    content: attr(data-full-content);
    display: block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 240px;
    z-index: -1;
    white-space: wrap;
    bottom: 100%;
    left: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.note-item:hover::after {
    opacity: 1;
    z-index: 1;
}

.chart-check-box {
    margin-left: 20px;
}

    .chart-check-box .select-box {
        min-width: 120px;
    }

.form-check-box {
    display: flex;
    flex-wrap: wrap;
}

    .form-check-box .form-check {
        margin-right: 10px;
        padding-left: 0;
        display: inline-flex;
        line-height: normal;
        cursor: pointer;
    }


    .form-check-box .form-check-input {
        cursor: pointer;
        margin: 1.5px 0 0 0;
        border-radius: 3px;
        float: unset;
        width: 16px;
        height: 16px;
        transition: 0.3s ease-in-out;
    }

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-box .form-check-input:checked {
    background-color: #003da5;
    border-color: #003da5;
}

.form-check-box .form-check .form-check-label {
    flex: 1;
    margin-left: 6px;
}

.checkbox-icon {
    background-color: #e5e7f0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex: unset;
    transition: 0.3s ease-in-out;
}

    .checkbox-icon.file-icon {
        background-color: transparent;
    }

        .checkbox-icon.file-icon img {
            max-width: 100%;
            max-height: 100%;
        }

    .checkbox-icon img {
        max-width: 15px;
        max-height: 15px;
        width: 100%;
        height: auto;
    }

    .checkbox-icon[for="e_po"] img {
        max-width: 22px;
        max-height: 22px;
    }

    .checkbox-icon[for="e_bt"] img {
        max-width: 22px;
        max-height: 22px;
    }

    .checkbox-icon[for="e_pf"] img {
        max-width: 19px;
        max-height: 19px;
        margin-bottom: 2px;
    }

    .checkbox-icon[for="e_md"] img {
        max-width: 21px;
        max-height: 21px;
        margin-bottom: 2px;
    }

.form-check-input:checked ~ .checkbox-icon {
    background-color: #003da5;
}

.form-check:hover .checkbox-icon {
    background-color: #003da5;
}

.form-check-input:checked ~ .checkbox-icon.file-icon {
    background-color: transparent;
}

.form-check:hover .checkbox-icon.file-icon {
    background-color: transparent;
}


.form-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.form-small-label {
    font-size: 14px;
    color: #54565a;
    margin-bottom: 5px;
}

.form-check-box.categories-style {
    padding-top: 5px;
    margin: -10px -10px -10px -10px;
}

    .form-check-box.categories-style .form-check .form-check-label {
        margin-left: 10px;
    }

    .form-check-box.categories-style .form-check {
        width: 50%;
        padding: 10px;
        margin: 0;
        align-items: center;
    }

    .form-check-box.categories-style .checkbox-icon {
        order: 1;
        cursor: pointer;
    }

    .form-check-box.categories-style .form-check-label {
        order: 2;
        cursor: pointer;
    }

    .form-check-box.categories-style .form-check-input {
        order: 3;
        cursor: pointer;
    }

.table-type-widget.hidden {
    display: none;
}

.device-title {
    font-size: 18px;
    color: #53565A;
}

.row-device-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.col-device-1 {
    margin: 0;
}

.device-thumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ced4da;
    padding: 6px 6px;
}

.col-device-1:first-child .device-thumb {
    border-top: 1px solid #ced4da;
}

.device-ip {
    font-size: 15px;
    line-height: 1.2;
}

.device-thumb .thumb-image {
    width: 36px;
}

    .device-thumb .thumb-image img {
        width: 100%;
    }

.device-thumb .thumb-content {
    flex: 1;
    padding: 0 15px;
}

.delete-btn img {
    width: 11px;
}

.adddevice-item {
    text-align: right;
    margin: 10px 0;
}

.btn-style-4 {
    background-color: #003da5;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    line-height: normal;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
    cursor: pointer;
}

    .btn-style-4:hover {
        background-color: #032152;
        color: #ffffff;
    }

.export-title {
    color: #53565A;
    margin-bottom: 15px;
}

.export-sec {
    padding: 30px;
}

.export-table {
    width: 100%;
}

    .export-table th {
        background-color: #f5f5f5;
        border: 1px solid #d7d7d7;
        color: #333333;
    }


    .export-table:not(.categories-style) td:first-child {
        width: 150px;
        background-color: #f5f5f5;
    }

    .export-table td {
        font-size: 15px;
        padding: 10px;
        letter-spacing: 1px;
        border: 1px solid #d7d7d7;
        color: #333333;
    }

.export-item {
    margin-bottom: 30px;
}

.newsdata-table {
    width: 100%;
}

    .newsdata-table td {
        padding: 3px;
        font-size: 13px;
        font-weight: 300;
    }

        .newsdata-table td:not(:first-child) {
            text-align: center;
            border: 1px solid #d7d7d7;
            width: 11%;
        }

    .newsdata-table th {
        padding: 5px 3px;
        font-size: 13px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 1px;
    }

    .newsdata-table td:first-child {
        border: unset;
        width: 23%;
    }

.checkmed {
    display: block;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    background-image: url(../images/icon/icon_medication.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    line-height: normal;
}

.btn-edit-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .btn-edit-group .btn-style-5 {
        margin: 0 4px;
    }


.member-form #userTargets .radio-switch {
    max-width: 310px;
    flex: 1;
    margin-left: auto;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1120px;
    }
}

@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;
    }
}

@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;
    }

    #header.dashboard-header .logo {
        margin-right: auto;
    }

    .dashboard-wrapper #navbar {
        margin-left: unset;
        margin-right: unset;
        margin-top: 5px;
        order: 3;
    }

    .dashboard-wrapper .header-widgets {
        margin: 0;
        order: 2;
    }

    .dashboard-wrapper .navbar li {
        width: 100%;
    }

    .navbar .nav-dashboard-link {
        min-width: 188px;
    }

    .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: 38px;
    }

    .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;
    }

    .chart-area .form-check-box {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .header-widgets {
        padding-top: 5px;
    }

    .header-widget-item:not(:first-child) {
        padding-left: 10px;
    }

    .page-banner-height {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .col-user {
        border: 0;
    }

    .top-space {
        margin-top: 74px;
    }

    #header .logo img {
        height: 23px;
    }

    .mainbanner-content {
        max-height: 120px;
        padding: 15px 15px 15px 15px;
        max-width: 303px;
    }

        .mainbanner-content h2 {
            font-size: 24px;
        }

    .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;
    }

    .dashboard-wrapper #navbar {
        margin-left: unset;
        margin-right: unset;
        margin-top: 5px;
        padding: 0 0 0 10px;
    }

        .dashboard-wrapper #navbar.navbar-mobile {
            margin: unset;
        }

    .header-widget-btn {
        width: 20px;
        height: 20px;
    }

    .logout-btn img {
        height: 10px;
    }

    .user-btn img {
        height: 20px;
    }

    .notify-btn img {
        width: 9px;
    }


    .user-btn {
        width: 20px;
        height: 20px;
    }

    #header.dashboard-header .logo {
        padding: 22px 0;
    }

    .dashboard-wrapper .top-space {
        margin-top: 74px;
    }

    .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: 160px;
        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;
    }

    .data-table td.note > span {
        text-align: left;
    }

    .data-table td span.note-item,
    .data-table td span.note-text {
        padding: 0;
    }

    .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.pf 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: 7px;
    }

        .snip-4 .snip-image img {
            height: 25px;
        }

        .snip-4 h4 {
            font-size: 14px;
            letter-spacing: normal;
        }

    .average-num {
        font-size: 32px;
    }

    .wt .average-col .average-num {
        font-size: 42px;
    }

    .po .average-col .average-num {
        font-size: 55px;
    }

    .nav-usertabs .nav-item .nav-link {
        min-width: unset;
        font-size: 14px;
        padding: 10px 8px;
        letter-spacing: normal;
    }

    .device-ip {
        font-size: 14px;
        line-height: 1.2;
        max-width: 190px;
        word-break: break-all;
    }

    .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;
    }

    .snip-thumb-1 .thumb-number {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }


    .snip-thumb-1 .thumb-ttl {
        width: calc(100% - 50px);
    }

    .snip-thumb-1 .thumb-body img {
        max-height: 40px;
    }

    .header-widget-item:not(:first-child) {
        padding-left: 8px;
    }

    .form-check-box.categories-style .form-check {
        width: 100%;
    }


    .dropdown-hover-menu {
        display: none;
        position: fixed;
        top: 74px;
        right: 0;
        padding-top: 0;
        width: 100vw;
        box-shadow: 0 14px 16px rgba(0, 0, 0, 24%);
        background-color: #ffffff;
    }

    .notify-bar .dropdown-hover-menu {
        width: 100vw;
    }

    .dropdown-hover-menu .dropdown-list {
        border-radius: 0;
        box-shadow: unset;
        background-color: #f2f3f5;
    }

    .dropdown-hover-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #dddee5;
    }

    .notify-btn .num {
        top: -8px;
        right: -5px;
    }

    .dropdown-hover-menu .dropdown-item > a:hover {
        background-color: transparent;
    }
}

@media (max-width:479px) {

    .mainbanner-content {
        max-height: 80px;
        padding: 10px;
        max-width: 211px;
    }

        .mainbanner-content h2 {
            font-size: 17px;
        }

    .mainbanner-height {
        height: 150px;
    }

    .page-banner-height {
        height: 150px
    }
}

.chart-img-widget.hidden {
    display: none;
}

.chart-img {
    height: 500px !important;
    width: 100% !important;
}

.select-dropdown-item,
.timerange-form .select-dropdown-item,
.measurement-form .select-dropdown-item,
.member-form .select-dropdown-item,
.chart-area .select-dropdown-item,
.data-area .select-dropdown-item {
    position: relative;
    border: unset;
}

    .select-dropdown-item .form-control,
    .timerange-form .select-dropdown-item .form-control,
    .measurement-form .select-dropdown-item .form-control,
    .member-form .select-dropdown-item .form-control,
    .chart-area .select-dropdown-item .form-control,
    .data-area .select-dropdown-item .form-control {
        background-color: transparent;
        cursor: pointer;
    }

        .select-dropdown-item .form-control:focus {
            box-shadow: unset;
            border: 1px solid #003da5;
        }


    .select-dropdown-item .select-list {
        position: absolute;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 1;
        max-height: 200px;
        overflow-y: auto;
        border-radius: 5px;
        box-shadow: 0 0 14px rgba(0, 0, 0, 20%);
        display: none;
        margin-top: 3px;
    }

        .select-dropdown-item .select-list li {
            padding: 6px 10px;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 1px;
            cursor: pointer;
            transition: .3s ease-in-out;
        }

            .select-dropdown-item .select-list li.selected {
                background-color: #003da5;
                color: #ffffff;
            }

            .select-dropdown-item .select-list li:hover {
                background-color: #f2f3f5;
            }

            .select-dropdown-item .select-list li:not(:last-child) {
                border-bottom: 1px solid #dee0e9;
            }


.form-control.error {
    border: 1px solid #d92a1c !important;
}

label.error {
    color: #d92a1c;
    font-size: 12px !important;
    letter-spacing: .5px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 0 !important;
    display: block;
    width: 100%;
    order: 3;
}

.add_dropdown_widget {
    position: absolute;
    top: 100%;
    left: -3px;
    width: 100%;
    min-width: 160px;
    padding: 3px 0 0 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: 0.3s ease-in-out;
}

.snip-4.add:hover .add_dropdown_widget {
    opacity: 100%;
    visibility: visible;
}

.add_dropdown_widget .dropdown_list {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    background-color: #f5f6fa;
    border: 1px solid #dee2e6;
}

.add_dropdown_widget .dropdown_item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.add_dropdown_widget .dropdown_link {
    padding: 5px 15px;
    display: block;
    font-weight: 400;
    color: #101010;
    font-size: 15px;
}

.scan_icon {
    width: 18px;
    margin: 0 6px 0 0;
    display: inline-block;
}

    .scan_icon img {
        width: 100%;
    }

.form_scan_widget {
    margin: 22px 0 0 0;
}

.scan_info_box h6 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
}

.scan_camera_box {
    position: relative;
    overflow: hidden;
/*height: 0;
    padding-bottom: 65%;*/
}

    .scan_camera_box .sc_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

.camera_seconds {
    position: absolute;
    border-radius: 180px;
    width: 75px;
    height: 75px;
    background-color: #ffffffcc;
    color: #003da5;
    font-size: 29px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #a8a8a8;
    letter-spacing: normal;
    line-height: normal;
    backdrop-filter: blur(0.5px);
}

.resent-btn {
    background-color: #002154;
}

.alertpopup.mb_full .popclose-btn {
    margin: 0 auto;
    width: 100%;
}

@media (max-width:767px) {

    .addpopup.mb_full,
    .mb_full {
        max-width: calc(100vh - 12px);
        height: calc(100vh - 12px);
    }

    .smallpopup.mb_full .scan_form {
        margin-top: 3rem;
    }

    .alertpopup.mb_full .popclose-btn {
        min-width: unset;
    }

    .alertpopup.mb_full .card-button-widget {
        width: 100%;
    }

    .alertpopup.mb_full .alert-popup {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 1rem;
    }
}

.appbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.appbox_wrap {
    position: absolute;
    bottom: -100px;
    opacity: 0;
    left: 0px;
    right: 0px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 8%);
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.appbox_opened .appbox_wrap {
    bottom: 0;
    opacity: 1;
}

body.no_scroll {
    overflow-y: hidden;
}

.appbox_close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 17px 20px;
    font-size: 23px;
}

.appbox_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 75%;
}

.appbox_head {
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

    .appbox_head h2 {
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 400;
        margin: 0;
    }

.appbox_body {
    padding: 20px 20px;
    overflow-y: auto;
    flex: 1;
}

.appbox_foot {
    padding: 20px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 10%);
}

    .appbox_foot .submit-box {
        display: flex;
    }

        .appbox_foot .submit-box button {
            flex: 1;
            margin: 0 10px;
        }

.appbox_ttl_01 {
    color: #013da5;
    background-color: #f5f5f5;
    padding: 9px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.scan_form .form-control {
    border-radius: 5px;
    padding: 10px 13px;
    border-radius: 10px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
    background-color: #ffffff;
    line-height: 16px;
}

.appbox .sent-btn {
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: normal;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    border: 0;
    outline: unset;
    background-color: #003da5;
    color: rgb(255, 255, 255);
    transition: 0.3s ease-in-out;
}

    .appbox .sent-btn.rescan-btn {
        background-color: #00215a;
    }

.scan_form .form-control:focus {
    box-shadow: unset;
    outline: unset;
    border-color: #000000;
}

.scan_form .select-dropdown-item {
    background-image: url(../images/common/select-arrow.png);
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-color: #ffffff;
}

    .scan_form .select-dropdown-item select.form-control {
        padding: 10px 28px 10px 10px;
        background-color: transparent;
    }

    .scan_form .select-dropdown-item .select-list {
        max-height: 123px;
        padding: 5px 0;
    }

        .scan_form .select-dropdown-item .select-list li {
            padding: 10px;
            border-bottom: unset;
        }

.scan_info_box {
    text-align: center;
}

.appbox .fancybox-close-small svg {
    opacity: 1;
}

.scan_form .switch-btn-container {
    height: 40px;
}

.scan_form .btn-color-mode-switch {
    width: fit-content;
}

.scan_form .form-label {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

.btn-color-mode-switch input[type=checkbox] {
    width: 120px;
    height: 38px;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner {
    border-radius: 180px;
    height: 38px;
    border: unset;
    width: 120px;
}

    .btn-color-mode-switch > label.btn-color-mode-switch-inner::before,
    .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
        display: flex;
        height: 38px;
        justify-content: center;
        align-items: center;
        line-height: normal;
        top: 0;
        padding: 4px;
        width: 60px;
        border-radius: 180px;
    }

.btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:after {
    padding: 4px;
    color: #ffffff;
    background-color: #003da5;
    left: 60px;
}

.btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:before {
    left: 0;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner::before {
    right: 0;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
    color: #ffffff;
    background-color: #003da5;
    left: 0;
}

.scan_form .btn-color-mode-switch > label.btn-color-mode-switch-inner,
.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
    font-size: 13px;
}

.scan_form .col-form-1 {
    margin-bottom: 10px;
}

.scan_form .form-group {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

    .scan_form .form-group .form-label {
        margin: 0 0 10px 0;
        font-weight: 400;
    }

    .scan_form .form-group .form-control {
        flex: 1;
    }

    .scan_form .form-group .time-input-box {
        flex: 1;
    }

.alertbox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.alertbox_wrap {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 12px;
    right: 12px;
    background-color: #ffffff;
    border-radius: 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 8%);
    z-index: 1;
    color: #000000;
    transition: 0.3s ease-in-out;
}

.alertbox_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 75%;
}

.alertbox_body {
    padding: 40px;
}

.alertbox_foot {
    padding: 0 40px 40px 40px;
}

.alertbox_info {
    text-align: center;
}

    .alertbox_info h5 {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 1px;
        margin: 0;
    }

.alertbox-icon {
    margin-bottom: 20px;
}

    .alertbox-icon img {
        width: 90px;
    }

.alert-close-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: normal;
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    border: 0;
    outline: unset;
    background-color: #787878;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

    .alert-close-btn:hover {
        color: #ffffff;
    }


.scan_result_box {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}


.scan_label h4 {
    margin: 0;
    color: #898989;
    letter-spacing: .08em;
    font-size: 24px;
    line-height: calc(34 / 24);
}

.scan_label p {
    margin: 0;
    color: #898989;
    letter-spacing: .08em;
    font-size: 16px;
    line-height: calc(24 / 16);
}

.scan_input_wrapper .num {
    padding: 10px;
    font-size: 56px;
    line-height: calc(58 / 56);
    font-weight: 400;
    color: #000000;
    letter-spacing: .08em;
}

.scan_input_wrapper .num_input {
    font-size: 56px;
    line-height: calc(58 / 56);
    font-weight: 400;
    color: #000000;
    letter-spacing: .08em;
    border: 1px solid #ddd;
    width: 180px;
    padding: 10px;
    border-radius: 5px;
}

    .scan_input_wrapper .num_input:focus,
    .scan_input_wrapper .num_input:focus-visible {
        border: 1px solid #ddd;
        box-shadow: unset;
        outline: unset;
    }

.scan_input_wrapper {
    text-align: right;
    display: flex;
    align-items: center;
}

.app_edit_btn {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    width: 33px;
    height: 33px;
    border: none;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 12px;
    background-color: #f0f1fb;
    margin: 0 0 0 7px;
}

    .app_edit_btn img {
        height: 16px;
    }

.app_save_btn {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    width: 33px;
    height: 33px;
    border: none;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 12px;
    background-color: #f0f1fb;
    margin: 0 0 0 7px;
}

    .app_save_btn img {
        height: 16px;
    }
