﻿
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-size: 16px;
}

@media (min-width: 800px) {
    .logo_container {
    }
}

.logo_container {
    height: 100vh !important;
    background: #221F23;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.container {
    display: block;
    width: 100%;
    max-width: 450px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    min-height: 100%;
    padding: 16px;
    margin: auto;
    overflow: hidden;
    padding-right: 16px;
    padding-left: 16px;
}

.otp-center {
    display: inline-flex;
    width: 303px;
    /* float: left;
	*/
    white-space: nowrap;
}

.main_login_container {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: #F2F2F2;
}

.logo_floating_container {
    display: block;
    width: 100%;
    max-width: 450px;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    min-height: 100%;
    padding: 16px;
    margin: auto;
    /* overflow: hidden; */
    padding-right: 24px;
    padding-left: 24px;
}

    .logo_floating_container img {
        position: absolute;
        top: 50%;
        position: absolute;
        top: calc( 50% - 46px);
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        width: 75%;
        max-width: 80vw;
        animation-name: logo_animation;
        animation-duration: 1s;
        animation-delay: 1s;
        animation-timing-function: ease-in;
        animation-fill-mode: forwards;
        opacity: 0;
        transform: scale(0.5);
    }

.display-none {
    display: none;
}

.logo_floating_container:after {
    background: #221F23;
    content: "";
    height: 100vh;
    left: -175px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 122px;
}

@keyframes logo_animation {
    from {
        opacity: 0;
        transform: scale(0.5);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 75%;
    }

    to {
        opacity: 1;
        transform: scale(1);
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 80%;
    }
}

.logo_container.logo_splash {
    animation-name: logo_splash;
    animation-duration: 0.5s;
    animation-delay: 3s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes logo_splash {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.logo_floating_container:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.logo_container.signin {
    background: #F2F2F2;
    z-index: 95;
}

    .logo_container.signin .header-continer {
        display: inline-block;
        max-height: 105px;
        width: 100%;
        position: relative;
        height: 100%;
        background: #221F23;
        /* padding-bottom: 25px;
	*/
        z-index: 1;
    }

        .logo_container.signin .header-continer img {
            max-width: 70px;
            top: 0;
            left: 0;
            transform: unset;
            -webkit-transform: unset;
            -ms-transform: unset;
            -moz-transform: unset;
            position: relative;
            animation-name: unset;
            animation-duration: unset;
            animation-delay: unset;
            animation-timing-function: unset;
            animation-fill-mode: unset;
            opacity: 1;
        }

    .logo_container.signin .body-continer {
        border-radius: 24px 24px 0 0;
        padding-top: 25px;
        margin-top: -25px;
        position: relative;
        z-index: 1111111;
        background: #F2F2F2;
    }

    .logo_container.signin .logo_floating_container:after {
        content: unset !important;
    }

b, strong {
    font-weight: 600;
}

.form-control {
    padding: 16px 20px 16px 20px;
    font-size: 14px;
    background: #0000;
    outline: none;
    -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    height: 52px;
    border-width: 1px;
    border-color: #EDEDED;
    background: #fff;
}

    .form-control input::placeholder {
        color: #545454;
    }

    .form-control input::-ms-input-placeholder {
        color: #545454;
    }

.signin_action {
    z-index: 111;
    position: fixed;
    bottom: 25px;
    max-width: 448px;
}

    .signin_action .btn {
        display: inline-block;
        width: 100%;
        padding: 11px;
        color: #212529;
        height: 56px;
        border-radius: 12px;
        -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
        box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
        border: 0;
    }

        .signin_action .btn#Button_signin {
            background: #fff;
        }

        .signin_action .btn.btn-warning {
            font-weight: 600;
        }

.btn-warning {
    background: linear-gradient(180deg, #FFD338 56.25%, #FFC700 100%) !important;
    border: none !important;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.45) inset;
}

    .btn-warning:focus, .btn-warning:active {
        background: linear-gradient(180deg, #FFC700 100%, #FFD338 56.25%) !important;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.45) inset;
        -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.45) inset;
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.45) inset;
    }

.swap_mail_text {
    font-weight: 600;
    /* text-align: right;
	*/
    /* float: right;
	*/
    color: #221F23;
    /* text-decoration: underline;
	*/
}

.loading_floating_container {
    position: absolute;
    top: 50%;
    top: calc( 50% - 46px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 75%;
    max-width: 80vw;
    text-align: center;
}

.loading_circl {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    border-left: 0;
}

.loading_container {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffffc2;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

#UpdatePanel1 {
    position: relative;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.rotate {
    animation: rotation 0.4s infinite linear;
}

.country_code_dropdown {
    padding: 0;
    height: 52px;
    position: relative;
}

    .country_code_dropdown #txt_phonenumber, .country_code_dropdown #txt_signin_contact_number {
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
        padding: 0;
        z-index: 1;
        padding-left: 20px;
        border: 0;
        float: left;
        outline: none;
        font-size: 14px;
        line-height: 50px;
        height: 50px;
    }

        .country_code_dropdown #txt_phonenumber:focus {
            box-shadow: unset !important;
        }

    .country_code_dropdown .select2, .country_code_dropdown .select2 {
        height: 49px;
        z-index: 10;
        width: auto !important;
        float: left;
    }

        .country_code_dropdown .select2 * {
            height: 48px !important;
            border: 0 !important;
            color: #898989 !important;
        }

.select2-dropdown {
    width: 150px !important;
}

.country_code_dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    z-index: 10;
    position: relative;
    background: transparent;
}

.select2-selection.select2-selection--single {
    border-right: 1px solid #ddd !important;
    border-radius: 0 !important;
}

.invalid-feedback {
    margin-bottom: 10px;
    padding-left: 10px;
}

.confirm-text {
    display: inline-block;
    text-align: center;
    width: 100%;
}

    .confirm-text .confirm-text-boxs {
        display: inline-block;
        width: 100%;
        /* max-width: 21%;
	*/
        float: left;
        margin-right: 5%;
        height: 50px;
        text-align: center;
        border: 0;
        border-bottom: 0;
        font-size: 40px;
        outline: none;
        min-height: 50px;
        -webkit-appearance: none;
        width: 64px;
        border-radius: 8px;
    }

        .confirm-text .confirm-text-boxs.text-boxs-4 {
            margin: 0% !important;
            margin-right: 0% !important;
        }

.confirm-text-boxs.invalid {
    border-bottom: 3px solid #ff3838;
    background: #f7f7f7;
    border-radius: 5px 5px 0 0;
}

.invalid_otp {
    color: #f00;
    display: inline-block;
    font-weight: 600;
}

.display-none {
    display: none;
}

.logo_container.home {
    background: #fff;
    z-index: 95;
}

    .logo_container.home .header-continer {
        display: inline-block;
        max-height: 90px;
        width: 100%;
        position: relative;
        height: 100%;
        background: #221F23;
        border-radius: 0;
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
    }

.row.home_body_header {
    margin-right: -16px;
    margin-left: -16px;
    padding-top: 15px;
    margin-top: -20px;
    background-color: #221f23;
    padding-bottom: 25px;
}

    .row.home_body_header .col {
        padding-right: 16px;
        padding-left: 16px;
    }

.row.home_body {
    margin-right: -16px;
    margin-left: -16px;
    padding-top: 0;
    margin-top: -25px;
    background: #f6f6f6;
    border-radius: 24px 24px 0px 0px;
}

    .row.home_body .col {
        padding-right: 16px;
        padding-left: 16px;
    }

.logo_container.home .header-continer img {
    max-width: 150px;
    position: relative;
    left: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    -moz-transform: unset;
    top: unset;
    float: left;
    animation-name: unset;
    opacity: 1;
    max-width: 80px;
}

.logo_container.home .body-continer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    left: 0;
    padding-top: 80px;
    padding-bottom: 69px;
    background: #F6F6F6;
    overflow: auto;
}

.logo_container.home .logo_floating_container:after {
    content: unset !important;
}

.logo_container.home .body-continer .container {
    overflow: auto;
    height: calc(100vh - 160px);
    position: static;
    min-height: auto;
}

.logo_container.home .nav {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 13px;
}

.inner_page_headers.header-continer {
    max-height: 80px !important;
}

.inner_page_headers .nav {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    float: left;
    width: 100%;
}

    .inner_page_headers .nav .nav-item {
        width: 100% !important;
        text-align: center;
    }

    .inner_page_headers .nav a {
        display: inline-block;
        float: left;
        width: 25px;
        text-align: left;
    }

    .inner_page_headers .nav h4 {
        display: inline-block;
        float: left;
        width: calc(100% - 25px);
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0;
    }

.logo_container.home .nav .nav-item {
    display: inline-block;
    float: left;
    padding: 5px;
    margin-right: 0px;
    width: 40px;
    text-align: center;
    padding-top: 4px !important;
    position: relative;
}

    .logo_container.home .nav .nav-item a {
        color: #fff;
        font-size: 25px;
    }

.logo_container.home .logo_floating_container img.icoBurger {
    float: right;
    width: 24px;
}

.footer-continer {
    display: inline-block;
    max-height: 70px;
    width: 100%;
    position: relative;
    height: 100%;
    background: #221F23;
    border-radius: 8px 8px 0 0;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}

    .footer-continer .footer-inner-continer {
        display: block;
        width: 100%;
        max-width: 450px;
        position: relative;
        height: 100%;
        box-sizing: border-box;
        min-height: 100%;
        padding: 0;
        margin: auto;
        overflow: hidden;
    }

body div.footer-continer .nav {
    position: unset !important;
    display: inline-block;
    right: unset !important;
    bottom: unset !important;
}

.footer-continer {
    display: inline-block;
    max-height: 72px;
    width: 100%;
    position: relative;
    height: 100%;
    background: rgb(138 138 138);
    border-radius: 24px 24px 0 0;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    left: 0;
}

    .footer-continer .footer-inner-continer {
        display: block;
        width: 100%;
        max-width: 450px;
        position: relative;
        height: 100%;
        box-sizing: border-box;
        min-height: 100%;
        padding: 0;
        margin: auto;
        overflow: hidden;
        z-index: 10000;
    }

body div.footer-continer .nav {
    position: unset !important;
    display: inline-block;
    right: unset !important;
    bottom: unset !important;
    width: 100%;
}

.footer-continer .nav-item {
    margin-top: 0;
    margin-right: 0 !important;
    width: 25% !important;
    height: 45px;
    padding: 2px !important;
}

    .footer-continer .nav-item a {
    }

        .footer-continer .nav-item a img {
            display: inline-block;
            max-width: 13px;
        }

        .footer-continer .nav-item a span {
            display: inline-block;
            width: 100%;
            font-size: 12px;
            float: left;
            margin-bottom: 0;
        }

.nav-hr-bar {
    display: inline-block;
    width: 100%;
    max-height: 4px;
    margin-bottom: 0;
    text-align: center;
    opacity: 0;
}

    .nav-hr-bar .nav-hr {
        display: block;
        height: 4px;
        background: #fff;
        width: 150px;
        margin: auto;
        border-radius: 7px;
    }

.user_details_section {
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 6%);
    border-radius: 12px;
    width: 100%;
    padding: 15px;
    position: relative;
    padding-left: 95px;
    text-align: left;
    min-height: 95px;
}

    .user_details_section .user-round {
        display: inline-block;
        font-size: 18px;
        width: 64px;
        text-align: center;
        height: 64px;
        line-height: 64px;
        border-radius: 40px;
        background: #FFD338;
        color: #fff !important;
        position: absolute;
        left: 15px;
    }

        .user_details_section .user-round a {
        }

    .user_details_section h3 {
        font-size: 16px !important;
        font-weight: 600 !important;
        margin-bottom: 0;
        margin-top: 3px;
        line-height: 26px !important;
        text-align: left !important;
    }

    .user_details_section p {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 18px;
    }

.user_details_section {
}

.prescription_upload_section {
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    border: 2px dashed #FFD338;
    border-radius: 4px;
    padding: 11px 16px;
    position: relative;
    text-align: center;
}

    .prescription_upload_section label {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: -0.165px;
        color: #FFD338;
        width: 100%;
        height: 24px;
        margin: 0;
        z-index: 1;
        display: inline-block;
        float: left;
        text-align: center;
    }

    .prescription_upload_section input {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000000;
        opacity: 0;
        width: 100%;
        height: 100%;
    }

.prescription_upload_section_btn {
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    border: 2px dashed #FFD338;
    border-radius: 4px;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.165px;
    color: #FFD338;
}

.full-wide-btn {
    width: 100%;
    font-weight: 600;
    line-height: 36px;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 14px;
}

.cam_frame {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .cam_frame .cam_video {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        background: #ddd;
        overflow: hidden;
        border-radius: 5px;
    }

        .cam_frame .cam_video:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .cam_frame .cam_video img {
        }

        .cam_frame .cam_video #cam_live_video {
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0%);
            top: 0;
            z-index: 100;
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .cam_frame .cam_video canvas {
            display: none;
        }

            .cam_frame .cam_video canvas.show-capture {
                display: inline-block;
            }

        .cam_frame .cam_video img#photo {
            display: none;
        }

            .cam_frame .cam_video img#photo.show-capture {
                display: inline-block;
                position: absolute;
                left: 0;
                top: 0;
                z-index: 100;
                left: 50%;
                transform: translate(-50%, 0%);
                height: 100%;
            }

    .cam_frame .cam_photo {
    }

    .cam_frame .cam_actions {
        display: inline-block;
        width: 100%;
    }

        .cam_frame .cam_actions .btn {
        }

            .cam_frame .cam_actions .btn.btn-inv {
                background: #e9e9e9;
                border-color: #d3d3d3;
            }

    .cam_frame .cam_video::after {
        content: '';
        background-image: url(/img/cam-face-detect-frame.png);
        position: absolute;
        z-index: 1000;
        width: 100%;
        height: 100%;
        background-size: 145%;
        background-position: center 58%;
        top: 0;
    }

#snapBtn + #upload_snap, #snapBtn.hide-snap {
    display: none;
}

    #snapBtn.hide-snap + #upload_snap {
        display: inline-block;
    }

.prescription_upload_box {
}

.prescription_upload_box {
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    max-width: 80%;
    margin: auto;
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
}

    .prescription_upload_box .add_prescription_action {
        display: inline-block;
        position: absolute;
        top: 50%;
        z-index: 100;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }

        .prescription_upload_box .add_prescription_action > span {
            display: inline-block;
            border: 2px solid #ffd338;
            width: 64px;
            height: 64px;
            text-align: center;
            line-height: 64px;
            border-radius: 50%;
            margin-bottom: 8px;
            -webkit-box-shadow: 0px 4px 44px -18px rgba(0,0,0,0.57);
            -moz-box-shadow: 0px 4px 44px -18px rgba(0,0,0,0.57);
            box-shadow: 0px 4px 44px -18px rgba(0,0,0,0.57);
        }

        .prescription_upload_box .add_prescription_action label {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: -0.165px;
            color: #212529;
            width: 100%;
            height: 24px;
            margin: 0;
            z-index: 1;
            display: inline-block;
            float: left;
            text-align: center;
            display: inline-block;
            position: relative;
            z-index: 100;
        }

    .prescription_upload_box input {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000000;
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    .prescription_upload_box:before {
        content: '';
        width: 100%;
        padding-top: 130%;
        display: inline-block;
    }

    .prescription_upload_box .dvPreview {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 100;
        padding: 5px;
    }

        .prescription_upload_box .dvPreview img {
            display: inline-block;
            max-height: 100%;
            max-height: 100%;
            border-radius: 4px;
        }

    .prescription_upload_box:hover .dvPreview {
    }

.btn.btn-inves {
    background: transparent;
}

.btn-float-down {
    margin: 0;
    width: 100%;
    left: calc(50% - 215px);
    height: 170px;
    position: absolute;
    bottom: 0;
    padding-top: 25px;
    background: -moz-linear-gradient(to bottom, #ffffff00, #f6f6f6);
    background: linear-gradient(to bottom, #ffffff00, #f6f6f6);
    background: linear-gradient(to bottom, #ffffff00, #f6f6f6);
    background: linear-gradient(to bottom, #ffffff00, #f6f6f6de, #f6f6f6, #f6f6f6);
    max-width: 415px;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
}

.invalid-resp {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.165px;
    color: #E94C4C;
}

#MainContent_UpdateProgress1 {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000000;
    height: 100%;
}

.dvPreview img {
    max-width: 100%;
}

#MainContent_upload_snap {
    display: none;
}

#snapBtn.hide-snap + #MainContent_upload_snap {
    display: inline-block;
}

.eyeframe_manipulator {
}

    .eyeframe_manipulator .frame_image {
        display: block;
        width: 90%;
        max-width: 576px;
        margin: 0 auto;
        position: relative;
        height: 380px;
        border-radius: 15px;
        overflow: hidden;
        background: transparent;
    }

        .eyeframe_manipulator .frame_image:before {
            content: none !important;
            display: none !important;
            width: 0 !important;
            padding-top: 0 !important;
            background: transparent !important;
            height: 0 !important;
        }

        .eyeframe_manipulator .frame_image img {
        }

    .eyeframe_manipulator .frame_controls {
        display: inline-block;
        width: 100%;
        max-width: 20%;
        float: left;
        text-align: center;
    }

        .eyeframe_manipulator .frame_controls .tool_set {
            display: inline-grid;
            text-align: center;
            grid-auto-flow: row;
            align-items: center;
            margin: auto 10px;
            max-width: 35px;
        }

        .eyeframe_manipulator .frame_controls hr {
            margin-top: 0;
            margin-bottom: 1rem;
            border: 0;
            border-top: 2px solid rgb(255 255 255);
            width: 100%;
        }

        .eyeframe_manipulator .frame_controls a {
            width: 100%;
            text-align: center;
            padding: 7px;
            display: inline-block;
            margin-bottom: 8px;
        }

            .eyeframe_manipulator .frame_controls a img {
                display: inline-block;
                width: 100%;
            }

.prescription_item {
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 0;
    float: left;
    border-bottom: 1px solid #E6E6E6;
    -webkit-box-shadow: 0px 23px 32px -30px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 4px 44px -18px rgba(0,0,0,0.57);
    box-shadow: 0px 19px 14px -13px rgba(0,0,0,0.10);
}

.panel_prescription .row:first-child .prescription_item {
    border-radius: 12px 12px 0 0;
}

.panel_prescription .row:last-child .prescription_item {
    border-radius: 0 0 12px 12px;
    border-bottom: 0;
    -webkit-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.03);
}

.prescription_item .prescription_item_image {
    display: inline-block;
    max-width: 18%;
    float: left;
}

    .prescription_item .prescription_item_image img {
        display: inline-block;
        width: 70%;
    }

.prescription_item .prescription_item_content {
    display: inline-block;
    max-width: 82%;
    float: left;
    width: 100%;
    padding-right: 20px;
    position: relative;
}

    .prescription_item .prescription_item_content h4 {
        font-size: 16px;
        width: 100%;
        display: inline-block;
        float: left;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .prescription_item .prescription_item_content small {
        color: #b7b7b7 !important;
        font-size: 11px !important;
    }

.prescription_item .col1 {
    display: inline-block;
    float: left;
}

    .prescription_item .col1 small {
        display: inline-block;
        float: left;
        width: 100%;
        color: #b7b7b7;
        margin-bottom: 0px;
    }

.learn_more {
    display: inline-block;
    float: left;
    color: #221F23;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    padding: 2px 13px 2px 13px;
    font-weight: 600;
    margin-top: 4px;
}

.prescription_item .col2 {
    display: inline-block;
    float: right;
    position: relative;
}

    .prescription_item .col2 .btn {
        display: inline-block;
        font-weight: 600;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.375rem 0.50rem;
        font-size: 11px;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #212529;
        background-color: #FFD338;
        border-color: #FFD338;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 30px;
        top: 50%;
        position: inherit;
    }

.item-header {
    margin-bottom: 10px;
}

    .item-header .col1 {
        display: inline-block;
        float: left;
        width: 100%;
        max-width: calc(100% - 50px);
    }

        .item-header .col1 h3 {
            font-size: 18px;
            margin-bottom: 2px;
            font-weight: 600;
        }

        .item-header .col1 small {
            font-size: 13px;
            color: #afafaf;
        }

    .item-header .col2 {
        display: inline-block;
        float: left;
        width: 100%;
        max-width: 45px;
        text-align: center;
    }

        .item-header .col2 .btn {
            display: inline-block;
            font-weight: 600;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid transparent;
            padding: 7px 10px;
            font-size: 13px;
            line-height: 15px;
            border-radius: 0.25rem;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            color: #212529;
            background-color: #FFD338;
            border-color: #FFD338;
        }

        .item-header .col2 .text_btn {
            display: inline-block;
            line-height: 40px;
            width: 40px;
            color: #E94C4C;
            float: right;
            height: 40px;
            font-size: 20px;
            flex-direction: row;
            align-items: flex-start;
            border: 1px solid #E7E7E7;
            border-radius: 8px;
        }

.order_list {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .order_list li {
        display: inline-block;
        width: 100%;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 15px;
        margin-bottom: 10px;
    }

    .order_list .list_row {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .order_list .list_row:nth-child(1) {
            margin-bottom: 7px;
        }

    .order_list .order_id {
        display: inline-block;
        float: left;
        font-size: 14px;
    }

    .order_list .list_row .status_complete {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #41E251;
        border-radius: 5px;
        float: left;
        margin-top: 3px;
        margin-right: 5px;
    }

    .order_list .list_row .status_pending {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #e2b741;
        border-radius: 5px;
        float: left;
        margin-top: 3px;
        margin-right: 5px;
    }

    .order_list .list_row .status_canceled {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #e24160;
        border-radius: 5px;
        float: left;
        margin-top: 3px;
        margin-right: 5px;
    }

    .order_list .list_row .order_date {
        display: inline-block;
        float: right;
        color: #afafaf;
        font-size: 12px;
    }

    .order_list .list_row .order_image {
        display: inline-block;
        float: left;
        max-width: 15%;
        padding-right: 5%;
    }

        .order_list .list_row .order_image img {
            display: inline-block;
            width: 100%;
            float: left;
        }

    .order_list .list_row .order_content {
        display: inline-block;
        float: left;
        max-width: 82%;
        margin-right: 0;
    }

        .order_list .list_row .order_content h4 {
            font-size: 12px;
            margin-bottom: 4px;
        }

        .order_list .list_row .order_content .list_row {
        }

        .order_list .list_row .order_content .item_ver {
            display: inline-block;
            width: 100%;
            line-height: 20px;
        }

            .order_list .list_row .order_content .item_ver em {
                font-style: normal;
                color: #afafaf;
                display: inline-block;
                float: left;
            }

            .order_list .list_row .order_content .item_ver i {
                display: inline-block;
                width: 10px;
                height: 10px;
                background: #F97979;
                border-radius: 5px;
                float: left;
                margin-top: 5px;
                margin-right: 5px;
                margin-left: 7px;
            }

        .order_list .list_row .order_content .learn_more {
            display: inline-block;
            float: left;
            color: #FFD338;
        }

.order_single {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 10px;
}

    .order_single .list_row {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .order_single .list_row:nth-child(1) {
            margin-bottom: 7px;
        }

    .order_single .order_id {
        display: inline-block;
        float: left;
    }

    .order_single .list_row .status_complete {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #64C2A0;
        border-radius: 5px;
        float: left;
        margin-top: 6px;
        margin-right: 5px;
    }

    .order_single .list_row .status_pending {
    }

    .order_single .list_row .status_canceled {
    }

    .order_single .list_row .order_date {
        display: inline-block;
        float: right;
        color: #afafaf;
    }

    .order_single .list_row .order_image {
        display: inline-block;
        float: left;
        max-width: 35%;
        padding-right: 5%;
    }

        .order_single .list_row .order_image img {
            display: inline-block;
            width: 100%;
            float: left;
        }

    .order_single .list_row .order_content {
        display: inline-block;
        float: left;
        max-width: 100%;
        margin-right: 0;
    }

        .order_single .list_row .order_content h4 {
            font-size: 15px;
            margin-bottom: 7px;
        }

        .order_single .list_row .order_content .list_row {
        }

        .order_single .list_row .order_content .item_ver {
            display: inline-block;
            width: 100%;
            line-height: 20px;
        }

            .order_single .list_row .order_content .item_ver em {
                font-style: normal;
                color: #afafaf;
                display: inline-block;
                float: left;
            }

            .order_single .list_row .order_content .item_ver i {
                display: inline-block;
                width: 6px;
                height: 6px;
                background: #F97979;
                border-radius: 5px;
                float: left;
                margin-top: 8px;
                margin-right: 5px;
                margin-left: 7px;
            }

        .order_single .list_row .order_content .learn_more {
            display: inline-block;
            float: left;
            color: #FFD338;
        }

    .order_single .list_row ul.ver_list {
        display: inline-block;
        margin: 0;
        float: left;
        padding: 0;
        list-style: none;
        font-size: 12px;
        margin-bottom: 5px;
    }

        .order_single .list_row ul.ver_list li {
            display: inline;
            width: 100%;
            max-width: 50%;
            float: left;
            font-size: 11px;
            margin-bottom: 5px;
            position: relative;
        }

            .order_single .list_row ul.ver_list li span {
                color: rgba(34, 31, 35, 0.3);
                margin-right: 3px;
                display: inline-block;
                float: left;
            }

    .order_single .list_row > h5 {
        font-weight: 500;
        font-size: 14px;
    }

    .order_single .list_row > img.face-image {
        display: inline-block;
        width: 100%;
        max-width: 96px;
    }

.order_single_details {
}

    .order_single_details .list_row {
        display: inline-block;
        width: 100%;
        float: left;
    }

        .order_single_details .list_row .col1 {
            display: inline-block;
            float: left;
            width: 60%;
            font-weight: 500;
        }

        .order_single_details .list_row .col2 {
            display: inline-block;
            float: left;
            width: 40%;
            margin-bottom: 6px;
        }

        .order_single_details .list_row .col1 span {
            display: inline-block;
            float: left;
            color: #b7b7b7;
            margin-right: 7px;
        }

        .order_single_details .list_row .col2 .btn {
            display: inline-block;
            font-weight: 600;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid transparent;
            padding: 7px 10px;
            font-size: 13px;
            line-height: 15px;
            border-radius: 0.25rem;
            transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
            color: #212529;
            background-color: #FFD338;
            border-color: #FFD338;
            float: right;
        }

    .order_single_details h4 {
        font-size: 12px;
    }

    .order_single_details .order_image {
        display: inline-block;
        max-width: 30%;
        width: 100%;
        border: 1px solid #E6E6E6;
        border-radius: 4px;
        margin-bottom: 10px;
    }

        .order_single_details .order_image img {
            display: inline-block;
            width: 100%;
        }

    .order_single_details .order_content {
    }

        .order_single_details .order_content ul {
        }

            .order_single_details .order_content ul li {
            }

                .order_single_details .order_content ul li span {
                }

    .order_single_details .face_image {
        display: inline-block;
        width: 100%;
        max-width: 96px;
    }

        .order_single_details .face_image img {
            display: inline-block;
            width: 100%;
        }

    .order_single_details ul {
        display: inline-block;
        padding: 0;
        list-style: none;
        margin-bottom: 0;
        margin-top: 10px;
    }

        .order_single_details ul li {
            display: inline-block;
            width: 100%;
            font-weight: 500;
            font-size: 12px;
        }

            .order_single_details ul li span:nth-child(1) {
                color: #808080;
                display: inline-block;
                float: left;
                width: 100%;
                max-width: 31%;
                font-weight: 400;
                margin-bottom: 3px;
            }

            .order_single_details ul li span:nth-child(2) {
                display: inline-block;
                float: left;
                width: 100%;
                max-width: 69%;
            }

.order_prescription_tbl {
    background: #EFF6FE;
}

    .order_prescription_tbl table {
        width: 100%;
    }

    .order_prescription_tbl tr {
        text-align: center;
    }

        .order_prescription_tbl tr th {
            font-weight: 400;
            color: #4D4D4D;
            text-align: center;
        }

        .order_prescription_tbl tr td strong {
            color: #4D4D4D;
        }

        .order_prescription_tbl tr td a {
            text-align: center;
            color: #0d6efd;
            font-size: 13px;
            white-space: nowrap;
        }

.order_prescription_tbl {
    background: #EFF6FE;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin-top: 20px;
}

.order_single_details hr {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.order_ref {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
}

.ref_status {
    display: inline-block;
    padding: 5px 7px;
    background: #f7f7f7;
    color: #5e5e5e;
    background: #EFF6FE;
    color: #2986FF;
}

.order_dates {
    display: inline-block;
    width: 100%;
    margin-top: 18px;
}

    .order_dates .odr_start {
        display: inline-block;
        width: 50%;
        text-align: left;
    }

    .order_dates .odr_end {
        display: inline-block;
        width: 50%;
        text-align: right;
        float: right;
    }

    .order_dates .bottom_bar {
        background: linear-gradient(269.97deg, #2986FF 5.32%, #5CA3FF 31.75%, #ADD1FF 62.74%);
        border-radius: 70px;
        display: inline-block;
        width: 100%;
        height: 5px;
        float: left;
    }

.vertical-container {
    height: 100%;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .vertical-container .vertical-center {
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 90%;
        background: #FFFFFF;
        box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
        border-radius: 16px;
        max-width: 370px;
        padding: 32px 8px 8px 8px;
    }

.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #D9D9D9;
    padding: 0.7rem 1.7rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    color: #221F23;
    border-radius: 12px;
    height: 54px;
    line-height: 32px;
    box-sizing: border-box;
    background: transparent;
}

    .btn:hover {
        color: #221F23;
    }

    .btn:active, .btn:focus {
        color: #221F23;
        background-color: rgba(45, 45, 45, 0.05);
        box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0);
    }

    .btn.primary_btn {
        color: #212529;
        background-color: rgba(45, 45, 45, 0.05);
        border-color: #FFD338;
    }

    .btn.secondary_btn {
        color: #212529;
        background-color: #dfdfdf;
        border-color: #f3f3f3;
    }

.pres_delete_section .btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cccccc00;
    padding: 0.475rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 12px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

    .pres_delete_section .btn:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .pres_delete_section .btn.primary_btn {
        color: #212529;
        background: linear-gradient(180deg, #FFD338 56.25%, #FFC700 100%);
        line-height: 42px;
        border: none;
    }

    .pres_delete_section .btn.secondary_btn {
        color: #212529;
        background-color: #ffffff;
        border-color: #CCCCCC;
        line-height: 40px;
        padding: 0.475rem 0.75rem;
    }

.panel_delete_popup {
    position: fixed;
    z-index: 100000;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: #00000017;
}

.n_popup h6 {
    font-weight: 700;
}

.frame_list {
    display: inline-block;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    overflow: auto;
    padding: 5px 0 3px 0;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    white-space: nowrap;
}

    .frame_list li {
        display: flow-root;
        max-width: 140px;
        width: 140px;
        flex-direction: row;
        align-items: flex-start;
        margin-right: 8px;
        float: left;
    }

        .frame_list li label {
            display: inline-block;
            width: 100%;
            padding: 15px 5px;
            border: 2px solid #ffffff;
            background: #fff;
            height: 87px;
            margin-bottom: 5px;
            border-radius: 5px;
            overflow: hidden;
        }

            .frame_list li label img {
                display: inline-block;
                max-width: 130px;
                min-width: 130px;
            }

        .frame_list li a:hover {
            border: 2px solid #FFD338;
        }

.main_login_container .container {
    height: 500px;
    min-height: 600px;
}

.eyeframe_manipulator .frame_image img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    display: inline-block;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover;
    object-position: center;
}

.form-lbl {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #221F23;
    margin-bottom: 16px;
}

.view_preloader {
    animation: fadeInAnimation ease 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.panel_if_not_prescriptions {
    height: 100%;
    position: relative;
    margin-top: calc(50vh - 285px);
}

    .panel_if_not_prescriptions * {
        text-align: center;
    }

    .panel_if_not_prescriptions i {
        color: #808080;
        font-size: 25px;
        margin-bottom: 25px;
    }

    .panel_if_not_prescriptions h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .panel_if_not_prescriptions a {
        max-width: 100%;
        width: auto;
    }

#chosen_file_remove {
    position: absolute;
    left: -35px;
    top: -35px;
}

    #chosen_file_remove i {
        display: inline-block;
        width: 48px;
        height: 48px;
        background: #000;
        color: #fff;
        line-height: 28px;
        font-size: 18px;
        border-radius: 50%;
        border: 10px solid #ffff;
    }

.n_popup {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
}

    .n_popup .popup-overlay {
        position: absolute;
        z-index: 100;
    }

.panel_remove_popup {
}

.face_photo_def {
    display: inline-block;
    text-align: center;
    /* width: 100%; */
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .face_photo_def img {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: auto;
    }

    .face_photo_def p {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        margin-top: 32px;
        margin-bottom: 0;
    }

#MainContent_UpdatePanel_multyview h3 {
    font-weight: 700;
    /* text-transform: capitalize; */
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

#MainContent_UpdatePanel_multyview small {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #221F23;
}

.flip-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #221F23;
}

.section_heading {
}

    .section_heading .cSlider_navi {
        display: inline-flex;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        max-width: 100px;
        float: right;
    }

        .section_heading .cSlider_navi li {
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 10px;
        }

            .section_heading .cSlider_navi li a {
            }

                .section_heading .cSlider_navi li a img {
                    display: inline-block;
                    width: 40px;
                }

.color_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 5px;
}

    .color_list li {
        display: inline-flex;
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

        .color_list li a {
            display: inline-block;
            width: 18px;
            height: 18px;
            cursor: pointer;
        }

            .color_list li a i {
                display: block;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                border: 1px solid #EDEDED;
                transform: matrix(-1, 0, 0, 1, 0, 0);
            }

        .color_list li:hover a i {
            border: 2px solid #FFD338;
        }

#selected_frame_color, #selected_lens_type_desc, #selected_lens_color, #selected_coat_type {
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

    #selected_lens_type_desc p {
        margin: 0;
    }

.lens_type_list {
    display: inline-block;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-flex;
    overflow: auto;
    padding: 5px 0 10px 0;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
}

    .lens_type_list li {
        display: inline-block;
        width: auto;
        flex-direction: row;
        margin-right: 8px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }

        .lens_type_list li:hover label {
            border: 1px solid #FFDE6A;
        }

        .lens_type_list li label {
            display: inline-block;
            width: 100%;
            padding: 10px;
            white-space: nowrap;
            border: 1px solid #E5E5E5;
            border-radius: 4px;
            cursor: pointer;
        }

.color_list_v2 {
    display: inline-block;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-flex;
    overflow: auto;
    padding: 5px 0 5px 0;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
}

    .color_list_v2 li {
        display: inline-block;
        width: auto;
        flex-direction: row;
        margin-right: 8px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        cursor: pointer;
        float: left;
    }

        .color_list_v2 li:hover label {
            border: 2px solid #FFDE6A;
        }

        .color_list_v2 li label {
            display: inline-block;
            width: 100%;
            padding: 8px;
            white-space: nowrap;
            border: 2px solid #E5E5E5;
            border-radius: 50%;
            width: 18px;
            height: 18px;
            margin-bottom: 0;
            float: left;
        }

            .color_list_v2 li label span {
                display: none;
            }

.coating_list {
    display: inline-block;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    overflow: auto;
    padding: 5px 0 8px 0;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
}

    .coating_list li {
        display: inline-block;
        max-width: 130px;
        width: 130px;
        flex-direction: row;
        align-items: flex-start;
        margin-right: 8px;
        font-size: 12px;
    }

        .coating_list li label {
            display: inline-block;
            width: 100%;
            border-radius: 5px;
            padding: 10px 20px;
            border: 2px solid #ffffff;
            background: #fff;
            width: 130px;
            text-align: center;
            line-height: 15px;
            margin-right: 0;
        }

            .coating_list li label img {
                display: inline-block;
                width: 100%;
                margin-bottom: 6px;
            }

            .coating_list li label span {
                font-weight: 400;
                font-size: 11px;
                line-height: 15px;
                text-align: center;
                display: inline-block;
                width: 100%;
            }

        .coating_list li:hover label {
            border: 2px solid #FFD338;
        }

textarea.form-control.admin_note_txt {
    padding: 1rem 1.5rem;
}

.frame_list li input[type=radio], .color_list_v2 li input[type=radio], .lens_type_list li input[type=radio], .coating_list li input[type=radio] {
    display: none;
}

.frame_list li.active label, .color_list_v2 li.active label, .lens_type_list li.active label, .coating_list li.active label {
    border: 2px solid #FFD338;
}

.aspNetDisabled.btn.btn-warning {
    background-color: #b9b9b9;
    border-color: #b9b9b9;
}

@media(max-width:450px) {
    .main_login_container .logo_container.signin {
        zoom: 0.9;
    }

    .logo_floating_container img {
        width: 66%;
        max-width: 55vw;
    }
}

.confirm-text .confirm-text-boxs {
    line-height: 45px;
    font-size: 30px;
    height: 88px;
    padding: 0;
    width: 64px;
    -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
}

    .confirm-text .confirm-text-boxs::-webkit-outer-spin-button, .confirm-text .confirm-text-boxs::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .confirm-text .confirm-text-boxs[type="number"] {
        -moz-appearance: textfield;
    }

.presc_image_parent {
    display: block;
    height: calc(100vh - 350px);
    margin: auto;
    max-width: 95%;
    text-align: center;
}

    .presc_image_parent img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
    }

.header-continer .nav-item a {
    color: #fff !important;
    font-size: 25px;
}

.prescription_upload_perant {
    display: block;
    margin: auto;
    max-width: 80%;
    text-align: center;
    position: relative;
}

    .prescription_upload_perant .prescription_upload_box {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
    }

.common_loading .loading_floating_container {
    max-width: 100%;
    top: calc( 50% - -3px);
}

.common_loading .loading_circl {
    box-shadow: 13px 10px 73px -38px rgba(0,0,0,0.67);
    -webkit-box-shadow: 13px 10px 73px -17px rgb(0 0 0 / 67%);
    -moz-box-shadow: 13px 10px 73px -38px rgba(0,0,0,0.67);
    border: 1px solid #ffd349;
    border-left: 0;
}

.common_loading.loading_container {
    position: fixed;
    width: 70px;
    height: 70px;
    left: unset;
    top: unset;
    bottom: 69px;
    right: 0;
    background: #ffffffc9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    -webkit-box-shadow: 1px 2px 19px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 2px 19px -10px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 19px -10px rgb(0 0 0 / 75%);
}

p.learn_more {
    margin-bottom: 0;
}

.order_resp_section {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 24px 15px;
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.03);
}

.panel_prescription {
}

.order_resp_section h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.order_resp_section p {
    margin-bottom: 0;
    font-size: 12px;
}

.order_resp_section.status-section .status_pending {
    width: 8px;
    height: 8px;
    background: #41E251;
    display: inline-block;
    border-radius: 10px;
    margin-right: 10px;
}

.order_resp_section .frame_image {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
    max-width: 100px;
    float: left;
}

.order_resp_section_ul {
    display: inline-block;
    padding: 0;
    list-style: none;
    text-align: left;
    width: 100%;
    margin-bottom: 4px !important;
}

.order_resp_section_ul li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    float: left;
    color: rgba(34, 31, 35, 0.3);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.order_resp_section_ul li span {
    color: #000;
    display: inline-block;
    width: auto;
    position: relative;
    background: #fff;
}

.order_resp_section_ul li span:nth-child(1) {
    color: #999999;
    position: absolute;
    left: 0;
    padding-right: 5px;
}

.order_resp_section_ul li span:nth-child(2) {
    position: relative;
    padding-left: 5px;
}

    .order_resp_section_ul li span.resp-title {
        vertical-align: top;
        position: relative;
        float: left;
    }

    .order_resp_section_ul li span.resp-value {
        width: 155px;
        float: right;
        padding-left: 5px;
    }

    .order_resp_section_ul li span.resp-line {
        position: absolute;
        width: 150px;
        top: 19px;
        border-bottom: 1px solid #EDEDED;
    }

.home_prescription .prescription_item .prescription_item_content h4 {
    font-size: 16px;
    margin-bottom: -2px;
    padding-bottom: 0;
    line-height: 20px;
}

.home_prescription .prescription_item .prescription_item_content i.fa {
    position: absolute;
    right: 0;
    color: #ccc;
}

.home_prescription .prescription_item .prescription_item_content small {
    font-size: 12px !important;
    line-height: 15px !important;
    margin-bottom: 5px !important;
    display: inline-block;
}

.home_prescription .prescription_item {
    padding: 15px 15px;
    margin-bottom: 10px;
}

.home_prescription > .row .prescription_item {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 0.5px solid #cccccc;
}

.home_prescription > .row:first-child .prescription_item {
    border-radius: 12px 12px 0 0;
}

.home_prescription > .row:last-child .prescription_item {
    border-radius: 0 0 12px 12px;
    border-bottom: 0;
    -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
}

.order_list {
    display: unset;
    margin: unset;
    padding: unset;
    width: unset;
}

    .order_list > div > .col {
    }

    .order_list .order_item {
        display: inline-block;
        width: 100%;
        background: #FFFFFF;
        border-radius: 0;
        padding: 15px;
        margin-bottom: 0;
        float: left;
        border-bottom: 0.5px solid #cccccc;
    }

    .order_list > .row:first-child .order_item {
        border-radius: 12px 12px 0 0;
    }

    .order_list > .row:last-child .order_item {
        border-radius: 0 0 12px 12px;
        border-bottom: 0;
        box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
    }

    .order_list a {
        color: unset;
    }

.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: -120%;
    background-color: #221f23;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
    text-align: center;
}

    .sidenav ul {
        padding: 0;
        display: inline-block;
        /*float: left;
	*/
        width: 100%;
        text-align: left;
        list-style: none;
        max-width: 450px
    }

        .sidenav ul li {
            padding: 0;
            display: inline-block;
            float: left;
            width: 100%;
        }

            .sidenav ul li a {
            }

                .sidenav ul li a:hover {
                    background: #221f23;
                }

body.opened-mobile-menu .sidenav {
    left: 0;
}

div.icoCloseMob, body.opened-mobile-menu img.icoBurger {
    display: none;
}

body.opened-mobile-menu .icoCloseMob {
    display: inline-block;
}

.icoCloseMob {
    width: 25px;
    height: 25px;
    position: relative;
}

    .icoCloseMob .xcod_01 {
        display: inline-block;
        width: 100%;
        height: 2px;
        background: #fff;
        border: none;
        float: left;
        transform: rotate(-45deg);
        position: absolute;
        top: calc(50% - 2px);
        left: 0;
    }

    .icoCloseMob .xcod_02 {
        display: inline-block;
        width: 100%;
        height: 2px;
        background: #fff;
        border: none;
        transform: rotate(45deg);
        top: calc(50% - 2px);
        left: 0;
        position: absolute;
    }

.sidenav a {
    padding: 12px 8px 12px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .sidenav a:hover {
        color: #ffffff;
    }

.sidenav .closebtn {
    position: absolute;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.accountsetting_sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

    .accountsetting_sidenav .closebtn {
        position: absolute;
        right: 0px;
        font-size: 36px;
        margin-left: 50px;
    }

    .accountsetting_sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        /* font-size: 25px; */
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .accountsetting_sidenav a:hover {
            color: #f1f1f1;
        }

.faq_sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
    text-align: center;
}

    .faq_sidenav .closebtn {
        position: absolute;
        right: 0px;
        font-size: 36px;
        margin-left: 50px;
    }

    .faq_sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .faq_sidenav a:hover {
            color: #f1f1f1;
        }

.faq_according {
    padding: 0;
}

    .faq_according li {
        display: inline-block;
        width: 100%;
        text-align: left;
    }

        .faq_according li a.faq_title {
            display: inline-block;
            width: 100%;
            background-color: #221f2312;
            margin-bottom: 5px;
            text-align: left;
            padding: 16px 30px 16px 16px;
            text-decoration: none;
            color: #333333;
            position: relative;
            font-size: 16px;
            font-weight: 500;
        }

            .faq_according li a.faq_title:after {
                content: '+';
                position: absolute;
                right: 14px;
                font-size: 20px;
                top: 13px;
                width: 20px;
                text-align: center;
            }

            .faq_according li a.faq_title.open:after {
                content: '-';
                top: 7px;
            }

        .faq_according li .faq_desc {
            display: inline-block;
            width: 100%;
            background-color: #fff;
            text-align: left;
            padding: 11px 16px 16px 16px;
            display: none;
        }

        .faq_according li a.faq_title.open {
            background-color: #fff;
            padding-bottom: 0;
        }

            .faq_according li a.faq_title.open + .faq_desc {
                display: inline-block;
                color: #808080;
                padding-top: 10px;
                border-top: 1px solid #cccccc5e;
                margin-bottom: 10px;
            }

            .faq_according li a.faq_title.open + .faq_desc {
                display: inline-block !important;
            }

.logo_container.home .nav .nav-item a i.fa.fa-angle-left {
    position: relative;
    top: -4.5px;
}

.full-wide-alert {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    text-align: center;
}

.prescription_learn_more {
    line-height: 50px;
    color: #CCCCCC;
}

#menu_options {
    position: absolute;
    right: 0;
}

#menu_options_panel.open {
    display: inline-block;
}

#menu_options_panel {
    display: none;
    position: absolute;
    background: #FFFFFF;
    right: 35px;
    color: #000000;
    padding: 5px 0;
    width: 134px;
    border-radius: 6px;
    margin: 0;
    top: 55px;
    -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
    z-index: 1000000000000;
}

    #menu_options_panel li {
        display: inline-block;
        width: 100%;
        color: #000000;
        float: left;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

        #menu_options_panel li a {
            color: #000000 !important;
            font-size: 16px;
            display: inline-block;
            padding: 0 16px;
            line-height: 38px;
        }

            #menu_options_panel li a:hover,
            #menu_options_panel li a:active {
            }

        #menu_options_panel li:last-child {
            border: 0;
        }

.frame_variations h4 {
    font-weight: 600;
    font-size: 20px;
}

.accept_icon {
    display: inline-block;
    width: 56px;
    height: 56px;
    padding: 16px 15.875px 16px 16.125px;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 32px;
    background: #FFD338;
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 24px;
}

.order_item {
    display: inline-block;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 0;
    float: left;
    border-bottom: 0.5px solid #cccccc;
}

    .order_item table,
    .prescription_item table {
        margin-top: 5px;
    }

    .order_item img,
    .prescription_item img {
        display: inline-block;
        width: 100%;
        padding-right: 10px;
    }

    .order_item h4,
    .prescription_item h4 {
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    .order_item .item_ver,
    .prescription_item .item_ver {
        display: inline-block;
        width: 100%;
        float: left;
        color: #221F23;
        /* 14 / Regular */ font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        letter-spacing: -0.28px;
    }

        .order_item .item_ver > i,
        .prescription_item .item_ver > i {
            display: inline-block;
            width: 32px;
            height: 20px;
            border-radius: 4px;
            float: left;
            margin-right: 8px;
        }

    .order_item i.fa-angle-right,
    .prescription_item i.fa-angle-right {
        color: #ccc;
    }

.order_resp_section i.colorbox {
    display: inline-block;
    width: 32px;
    height: 20px;
    border-radius: 4px;
    float: left;
    margin-right: 8px;
}

#accout_options {
    display: inline-block;
    width: 100%;
}

    #accout_options ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        width: 100%;
    }

        #accout_options ul li {
            display: inline-block;
            width: 100%;
            border-bottom: 1px solid #cccccc4d;
        }

            #accout_options ul li:last-child {
                border-bottom: 0;
            }

            #accout_options ul li a {
                display: inherit;
                width: 100%;
                line-height: 35px;
                color: #221f23;
                font-weight: 600;
            }

.accountsetting_sidenav h3 {
    font-family: Poppins;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 32px !important; /* 160% */
    letter-spacing: -0.165px;
}

    .accountsetting_sidenav h3 + p {
        text-align: center;
        /* 16 regular */
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        letter-spacing: -0.32px;
    }

.home_body_header .btn-middle {
    margin-bottom: 0;
}

.home_body_header .btn-white {
    background-color: #FFF;
    border-color: #FFF;
}

.page-title {
    font-weight: 700;
    font-size: 20px;
}

.form-group {
    margin-bottom: 8px;
}

    .form-group:last-child {
        margin-bottom: 0;
    }

.inner-top {
    padding: 24px;
}

    .inner-top .nav .nav-item a {
        line-height: 1;
    }

        .inner-top .nav .nav-item a i.fa.fa-angle-left {
            top: 0 !important;
        }

    .inner-top .nav .nav-item h4 {
        padding-right: 25px;
    }

#panel_poor_quality_popup {
}

.optometrist-container {
    padding-top: 0;
    padding-bottom: 0;
    height: auto !important;
}

.optometrist {
    border-bottom: 1px solid #EDEDED;
}

.optometrist .col {
    margin-top: 16px;
    margin-bottom: 16px;
}

.optometrist .store-address {
    font-size: 14px;
    color: #221F23;
    margin-bottom: 8px;
    line-height: 20px;
}

.optometrist .store-name {
    font-size: 14px;
    color: #221F23;
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 24px;
}

.optometrist .optic {
    font-size: 14px;
    color: #545454;
    margin-bottom: 8px;
    line-height: 20px;
}

.optometrist i {
    color: #D9D9D9;
    font-size: 20px;
    margin-right: 10px;
}

.pac-container {
    border-radius: 12px;
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.2);
}

.pac-container .pac-item {
    padding: 8px 12px;
}

.pac-container .pac-item span {
    font-size: 16px;
}