.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
input {
    font-size: 16px;
    box-sizing: initial;
}

@viewport {
    width: device-width;
    zoom: 1.0;
    user-zoom: fixed;
}

.ToolTipPasswordRegister {
    left: calc(100% + 22px);
    top: 20px;
    transform: translateY(-50%);
}

.ToolTipPasswordRegisterDoctor {
    left: calc(100% + 22px);
    top: -5em;
}

.ToolTipPasswordChange {
    left: calc(98%);
    top: 4%;
}

.ToolTipPasswordReset {
    left: calc(50% + 247px);
    top: -130px;
}

.ToolTipPasswordCommon {
    display: none;
    background: #fefefe;
    position: absolute;
    border: 2px solid rgba(0,0,0,.4);
    border-radius: 14px;
    z-index: 1;
    font-size: 12px;
    width: 200px;
    font-family: Poppins, sans-serif;
    padding: 10px;
}

    .ToolTipPasswordCommon::before {
        content: "";
        position: absolute;
        top: 72px;
        transform: translateY(-50%);
        left: -17px;
        height: 30px;
        width: 30px;
        background: inherit;
        transform: rotate(135deg);
        border-bottom: inherit;
        border-right: inherit;
        box-shadow: inherit;
        z-index: -1;
    }


html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: Roboto, sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar-track {
    margin-top: 10px;
    margin-bottom: 10px;
}

header#header {
    margin-inline: 10%;
    padding: 25px 0px;
}

.inner_header {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.left_header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.middle_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    color: #707070;
}

.header_manage_container {
    displaY: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
    color: #15112C;
    font-size: 14px;
    font-family: Muli, sans-serif;
    font-weight: 600;
}

.show {
    display: none;
}

.header_action_link {
    color: #707070;
    font-size: 13px;
    margin-left: 20px;
    font-family: Muli, sans-serif;
    border: 1px solid #CCCCCC;
    border-radius: 24px;
    padding: 10px 40px;
    font-weight: 500;
    cursor: pointer;
}

    .header_action_link.login {
        border: none;
        background-color: #3a83ce;
        background-image: linear-gradient(to right,#00539f,#3a83ce);
        color: #fff
    }

    .header_action_link.register {
        border-color: #CCCCCC;
    }

    .header_action_link.logout {
        border-color: #CCCCCC;
    }

.h_manage_image_container {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #D0D0D0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

    .h_manage_image_container img {
        width: 32px;
        height: 32px;
        border-radius: 16px;
        object-fit: cover;
    }

.inner_footer {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#footer {
    padding: 25px 0px;
    padding-bottom: 40px;
    width: 100%;
}

.footer_manage {
    background-color: #FFF;
    margin-top: 20px;
    padding: 25px 0px;
    padding-bottom: 40px;
    width: 125%;
}

.inner_content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
    margin-bottom: 20px;
}

.inner_content_manage {
    margin-bottom: 0;
    height: 96%;
    justify-content: space-between;
}

#content {
    flex-grow: 1;
    background-color: #f3f6f9;
}

.d_login_container {
    display: flex;
    flex-direction: row;
}

.d_login_data_container {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 1.5rem;
    padding-left: 50px;
    padding-right: 50px;
}

.d_login_cover {
    width: 70%;
    height: 100vh;
    object-fit: cover;
    position: sticky;
    top: 0;
}

.d_login_data_container_inner {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.d_login_title {
    color: #15112C;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 50px;
}

.d_login_login_button {
    background-color: #00549E;
    widtH: 100%;
    border: 0;
    text-align: center;
    padding: 15px 0px;
    border-radius: 10px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 20px;
}

.d_login_create_button {
    border: 1px solid #00549E;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 10px;
    color: #00549E;
    font-family: Roboto, sans-serif;
    cursor: pointer;
}

.d_login_copyright {
    color: #5D5D5D;
    font-size: 9px;
    font-family: Poppins Light, sans-serif;
    font-weight: 400;
    align-self: center;
    text-align: center;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.login_form {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
}

    .login_form input {
        margin-bottom: 10px;
        padding: 10px 25px;
        border: 1px solid #D6D6D6;
        border-radius: 10px;
        outline: none;
        width: calc(100% - 50px);
        text-align: center;
        font-size: 16px;
        color: #000;
        font-family: Roboto, sans-serif;
        background-color: #ededed;
    }

.redesignLoginForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.login_form_forgot_password_link {
    color: #5d5d5d;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    margin: 0 auto;
    margin-bottom: 4%;
    display: block;
    background: transparent;
    border: 0px;
    cursor: pointer;
}

.login_form_forgot_pass_container {
    margin-bottom: 10px;
    margin-top: 3%;
}

.login_container .confirm_medical_profile {
    width: 200px;
}

.align-center {
    align-self: center;
}

.round-border {
    border-radius: 30px;
}

.g-recaptcha {
    padding: 4px;
}

/*Samsungs S+ models - identification by resolution (higher)*/
@media only screen and (-webkit-min-device-pixel-ratio : 3), only screen and (-min--moz-device-pixel-ratio : 3), only screen and (-o-min-device-pixel-ratio : 3/1), only screen and (min-device-pixel-ratio : 3) {

    .d_login_data_container {
        padding-left: 9%;
    }
}

/*Motorla G7 play*/
@media screen and (min-width: 360px) and (min-height: 616px) {
    .d_login_data_container {
        padding-left: 9%;
    }
}

@media only screen and (max-width : 1500px) {
    .d_login_cover {
        width: 50%;
    }

    .d_login_data_container {
        width: 40%;
    }
}

@media only screen and (max-width : 1150px) {
    .d_login_cover {
        width: 50%;
    }

    .d_login_data_container {
        width: 100%;
    }
}

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

    .d_login_data_container {
        width: 100%;
    }
}

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

    .d_login_data_container {
        width: 100%;
    }
}

/*Galaxy S22*/
@media only screen and (max-width : 780px) and (min-width: 360px) {
    .d_login_data_container_inner {
        align-items: center;
    }

    .d_login_title {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .d_login_copyright {
        width: 100%;
    }
}

@media only screen and (max-width : 780px) {
    .d_login_data_container_inner {
        align-items: center;
    }

    .d_login_title {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .d_login_copyright {
        width: 100%;
    }
}

.login_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 577px;
    height: auto;
    padding: 40px 0 65px 0;
}

.login_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
}

.page_title {
    font-size: 21px;
    margin-bottom: 30px;
    color: #444351;
    font-family: Muli, sans-serif;
    font-weight: 600;
}

.page_title_no_margin {
    font-size: 21px;
    margin-bottom: 5px;
    color: #444351;
    font-family: Muli, sans-serif;
    font-weight: 600;
}

.page_title_margin_top {
    font-size: 21px;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 20px;
    color: #444351;
    font-family: Muli, sans-serif;
    font-weight: 600;
}

.change_pass_form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    display: none;
}

.edit_profile_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 485px;
    margin-top: 65px;
}

.text_input {
    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #D6D6D6;
    border-radius: 25px;
    outline: none;
    width: 80%;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: Roboto, sans-serif;
}

.redesign_text_input {
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    outline: none;
    width: 400px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: Poppins, sans-serif;
    height: 35px;
    background-color: #EDEDED;
}

.redesign_text_input_error {
    margin-bottom: 10px;
    padding: 10px 25px;
    border-radius: 8px;
    outline: none;
    width: 400px;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: Poppins, sans-serif;
    height: 35px;
    background-color: #EDEDED;
    border: 1px solid red;
}

.redesign_text_input_password {
    padding: 10px 32px;
}

.text_tooltip, .text_tooltip-patient {
    position: relative
}

    .text_tooltip img, .text_tooltip-patient img {
        position: absolute;
        top: -20px;
        right: 10px;
        width: 16px;
    }

.text_tooltip_right {
    position: relative;
    width: 100%;
}

    .text_tooltip_right img {
        position: absolute;
        margin-top: -115px;
        right: 2px;
        width: 16px;
        margin-top: -10px;
    }


.text_tooltip .tooltiptext_phoneno,
.text_tooltip-patient .tooltiptext_phoneno {
    visibility: hidden;
    width: 150px;
    height: 75px;
    background-color: #fff;
    color: black;
    text-align: center;
    border-style: groove;
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 1%;
    right: 33px;
    transform: translateX(-1%);
    opacity: 0;
    transition: opacity 0.5s;
    font-size: small;
    font-family: Poppins, sans-serif;
}

.text_tooltip:hover .tooltiptext_phoneno,
.text_tooltip-patient:hover .tooltiptext_phoneno {
    visibility: visible;
    opacity: 1;
}



.text_tooltip-patient-right {
    position: relative;
    width: 100%;
}

.text_tooltip-patient_right img {
    position: absolute;
    margin-top: -115px;
    right: 2px;
    width: 16px;
    margin-top: -60px;
}


#message_firstName, #message_lastName,
#message_identificationNo, #message_IdentificationNoAlphaNumeric,
#message_phone {
    width: 450px;
}

.text_left {
    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #D6D6D6;
    border-radius: 25px;
    outline: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-family: Roboto, sans-serif;
}

.help-block ul {
    list-style-type: none;
}

.text-danger {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
}

.form-field-container {
    position: relative;
}

input ~ .float-label {
    color: #757575;
    font-family: Poppins, sans-serif;
    position: absolute;
    left: 10%;
    top: 50%;
    font-size: 16px;
    font-style: italic; 
    transform: translateY(-50%);
    transition: all 0.3s ease;
    pointer-events: none;
}

input:focus ~ div.float-label,
input:not(:placeholder-shown) ~ div.float-label,
input ~ .float-label-error {
    left: 5%;
    top: 0.07em;
    background-color: #fff;
    color: #3a83ce;
    font-size: 13px;
    padding: 2px 7px;
}

input.redesign_text_input ~ label.change-phone-label {
    color: #757575;
    font-family: Poppins, sans-serif;
    position: absolute;
    left: 4em;
    top: 3.9em;
    font-size: 16px;
    font-style: italic;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    pointer-events: none;
}

input.redesign_text_input:not(:placeholder-shown) ~ label.change-phone-label,
input.redesign_text_input:focus ~ label.change-phone-label {
    top: 2.8em;
    left: 5em;
    color: #3a83ce;
    font-size: 13px;
}

.float-label-sms {
    color: rgb(93, 93, 93);
    font-family: Poppins;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.fade.in {
    opacity: 1;
}

.alert-success {
    color: black;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-fail {
    color: black;
    background-color: #f6e9e6;
    border-color: #c74928;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1.5px solid #88a620;
    border-radius: 14px;
    background-color: #f0f3e5;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

a.close {
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1.2;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

a {
    background-color: transparent;
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

div.margin_input {
    margin-bottom: 30px;
}

a {
    text-decoration: none;
}

.blue_link {
    color: #00549E;
    font-size: 14px;
    margin-bottom: 35px;
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.yellow_button {
    color: #FFAA1C;
    font-size: 14px;
    border: 1px solid #FFBF54;
    border-radius: 10px;
    padding: 10px 0px;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
}

.blue_submit {
    background-color: #00549E;
    border-radius: 10px;
    padding: 11px 0px;
    color: #fff;
    margin-bottom: 10px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    width: 80%;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.confirm_container {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.blue_btn_confirm_left {
    background-color: #00549E;
    border-radius: 30px;
    padding: 5px 0px;
    color: #fff;
    margin-bottom: 10px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    width: 225px;
    height: 55px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-right: 15px;
}

.blue_btn_confirm_right {
    background-color: #fff;
    border-radius: 30px;
    padding: 5px 0px;
    color: #00549E;
    margin-bottom: 10px;
    border: 1px solid #00549E;
    cursor: pointer;
    font-size: 14px;
    width: 225px;
    height: 55px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}


.blue_link_button {
    background-color: #00549E;
    border-radius: 10px;
    padding: 11px 80px;
    color: #fff;
    margin-bottom: 10px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
}

.white-button {
    background-color: #ffffff;
    border-radius: 25px;
    color: #000;
    margin-bottom: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    fill: rgba(255,255,255,1);
    stroke: rgba(184,184,184,1);
    stroke-width: 1px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
    white-space: nowrap;
    display: inline;
    padding: 4px 4px 4px 4px;
}

.container-flexcenter {
    display: flex;
    justify-content: center;
}

.resizedwidth {
    width: 50% !important;
}

.no_wrap {
    white-space: nowrap;
}

.radiowidth {
    width: min-content !important;
}

.copyright {
    color: #A5A5A5;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    font-weight: normal;
}

.lang_span {
    color: #A5A5A5;
    font-size: 14px;
    margin-right: 10px;
    font-family: Roboto, sans-serif;
}

.lang_select {
    border: 1px solid #D6D6D6;
    padding: 5px 10px;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.go_home_button {
    display: flex;
    align-items: center;
}

    .go_home_button span {
        color: #15112C;
        font-size: 14px;
        margin-left: 10px;
        font-family: Muli, sans-serif;
        font-weight: 600;
    }

.top_flex_container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.top_flex_column_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page_subtitle {
    color: #444351;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.page_subtitle_default_align {
    color: #444351;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
}


.margin_left_20 {
    margin-left: 20px;
}

.manage_account_container {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 100px;
}

.manage_left_container {
}

.manage_right_container {
    width: 50%;
    margin-top: 120px;
    margin-bottom: 30px;
}

.manage_title {
    color: #444351;
    font-family: Muli, sans-serif;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 10px;
    margin-left: 18%;
    padding-top: 37px;
}

.manage_subtitle {
    color: #444351;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}

.redesign_manage_subtitle {
    color: #444351;
    font-family: Poppins, sans-serif;
    font-size: 26px;
    margin-bottom: 30px;
    margin-right: 30%;
    font-weight: normal;
}

.manage_subtitle_bold {
    color: #444351;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 5px;
    text-align: center;
}

.manage_menu_option {
    padding: 20px;
    margin-bottom: 8px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 2vw;
    max-width: 300px;
}

.manage_menu_option_selected {
    border: none;
    background-color: #F6F6F6;
}

.m_menu_option_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.manage_menu_option_inside {
    margin-left: 15px;
}

.m_menu_opt_title {
    color: #444351;
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

.m_menu_opt_subtitle {
    color: #444351;
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.read_article_button {
    color: #00549E;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    padding: 8px 20px;
    border: 1px solid #00549E;
    border-radius: 30px;
}

.checkbox_container {
    margin-top: 30px;
    display: flex;
}

    .checkbox_container span {
        color: #444351;
        font-size: 16px;
        font-family: Muli, sans-serif;
        font-weight: 600;
        margin-right: 10px;
    }

.custom_checkbox {
    background-color: #fff;
    border-radius: 20px;
    width: 53px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border: 1px solid #C1C1C1;
}

.custom_checkbox_thumb {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    position: absolute;
    left: 2px;
    background-color: #C1C1C1;
    transition: left 0.5s;
}

.ck_thumb_active {
    background-color: #00539F;
    left: 31px;
}

.two_fact_auth_container {
    display: none;
}

.inner_header_mobile {
    display: none;
    width: 80%;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.no_opacity {
    opacity: 0;
}

.lang_container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 8px;
    background-color: rgb(1, 83, 159);
    border-radius: 68px;
    padding: 4px 4px;
    color: rgb(255, 255, 255);
    margin: auto;
    height: 25px;
    width: 202px;
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.lang-lbl {
    cursor: pointer;
    margin-left: 13px;
    line-height: 1.75;
    text-transform: uppercase;
}

.lang_rdo {
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    width: 0;
}

label.lang-lbl:first-of-type {
    margin-left: auto;
}

.lang_lbl_selected {
    color: rgb(243, 173, 0);
    pointer-events: none;
}

.alertError {
    padding: 20px;
    background-color: #F4E9E6;
    color: #313131;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid #E66666;
    opacity: 1;
    transition: opacity 0.2s;
    display: flex;
    flex-direction: row;
    z-index: 5;
    width: 400px;
    font-family: Poppins, sans-serif;
    margin-bottom: 9%;
}

    .alertError ul {
        list-style-type: none;
        padding: 0 10px;
    }

.headerLogin {
    align-self: center;
    margin-top: 5%;
}

.alertSucces {
    padding: 20px;
    background-color: #F0F2E6;
    color: #313131;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid #98CE72;
    opacity: 1;
    transition: opacity 0.2s;
    display: flex;
    flex-direction: row;
    z-index: 5;
    width: 400px;
    font-family: Poppins, sans-serif;
    margin: 0 auto 3em auto;
    align-content: center;
}

    .alertSucces ul {
        list-style-type: none;
        padding: 0 10px;
    }

.closeBtn {
    color: #98ce72;
    font-size: 47px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    align-self: center;
    margin-left: auto;
    font-weight: 100;
}

.closeBtnError {
    color: #B95134;
    font-size: 45px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
    align-self: center;
    margin-left: auto;
    font-weight: 100;
}


.closeBtnErrors {
    font-size: 40px;
    font-weight: 100;
    color: #B95134;
    cursor: pointer;
    margin-bottom: 6px;
}

.closeBtn:hover {
    color: #98ce72;
}

.colorPlaceholder::placeholder {
    color: red
}

.input {
    display: flex;
    flex-direction: row;
    position: relative;
    width: inherit;
    font-size: 16px;
}

.fa-eye-slash {
    cursor: pointer;
    position: absolute;
    left: 55%;
    margin-top: 18px;
    margin-left: 160px;
}

.fa-eye-slash-manage {
    cursor: pointer;
    position: absolute;
    left: 55%;
    margin-top: 4%;
    margin-left: 30%
}

.idPopup {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #EAEAEA;
    width: 85%;
    font-weight: 500
}



#idPopupParinte {
    display: none;
    margin-left: 850px;
    font-size: 12px;
    width: 350px;
    margin-top: 140px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    position: absolute;
}

#idPopupParinteDoctor {
    display: none;
    margin-left: 850px;
    font-size: 12px;
    width: 350px;
    margin-top: 200px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    position: absolute;
}

.errorMessage {
    padding: 20px;
    background-color: #F4E9E6;
    color: black;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid #E66666;
    opacity: 1;
    transition: opacity 0.2s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 400px;
    height: 10px;
    margin-bottom: 10px
}

.errorMessage_verfiycode {
    padding: 20px;
    background-color: #F4E9E6;
    color: black;
    border-radius: 10px;
    font-size: 12px;
    border: 1px solid #E66666;
    opacity: 1;
    transition: opacity 0.2s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    height: 10px;
    margin-bottom: 45px;
}

.errorMessage ul {
    list-style-type: none;
    padding: 0;
}


.arrow-left {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #EAEAEA;
    position: absolute;
    margin-left: -11px;
    margin-top: 3%;
}

.innerArrow {
    position: relative;
    top: -20px;
    left: 2px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;
}

.txtError {
    margin-bottom: 10px;
    padding: 10px 25px;
    border-radius: 25px;
    outline: none;
    width: 80%;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-family: Poppins, sans-serif;
    border: 1px solid #FF0000;
}

.redesignButton {
    background-color: #3a83ce;
    background-image: linear-gradient(to right,#00539f,#3a83ce);
    border-radius: 104px;
    font-size: 16px;
    height: 55px;
    width: 450px;
    border: none;
    color: white;
    cursor: pointer;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.redesignWhiteButton {
    border: 1px solid #0759A5;
    width: 450px;
    border-radius: 30px;
    height: 55px;
    color: #0E5DA7;
    background-color: white;
    margin-bottom: 3%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    line-height: 55px;
}

.redesignBlackButton {
    border: 1px solid #BCBCBC;
    width: 450px;
    border-radius: 30px;
    height: 55px;
    background-color: white;
    margin-bottom: 3%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    color: #5D5D5D;
    text-align: center;
    line-height: 55px
}

.redesignText {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    text-align: center;
    width: auto;
    padding-right: 10%;
    padding-left: 10%;
    color: #959595;
    margin-top: 5%;
    margin-bottom: 16px;
}

.PopupManager {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #EAEAEA;
    width: 80%;
    font-weight: 100
}

.form-control-redesign {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    color: #878787;
}

input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #00478A;
    width: 20px;
    height: 15px;
    border: 1px solid #B9B9B9;
    border-radius: 4px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    input[type="checkbox"]::before {
        content: "";
        width: 0.95em;
        height: 0.85em;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        background-color: #00478A;
        border-radius: 2px;
    }

    input[type="checkbox"]:checked::before {
        transform: scale(1);
    }

.form-control-redesign + .form-control-redesign {
    margin-top: 1em;
}

.title_redesign {
    color: #00549E;
    margin-bottom: 37px;
    font-family: Poppins, sans-serif;
    font-size: 23px;
    text-align: center;
    width: 100%;
    margin-top: 17px;
}

.title_forgot_password {
    margin-left: 27%;
    color: #868686;
    text-align: center;
    margin-bottom: 5%;
}

.dashboard {
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}

.redesign_page_title {
    font-family: Poppins, sans-serif;
    padding-top: 5%;
    padding-right: 10%;
    padding-left: 10%;
    color: #868686;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.redesing_page_subtitle {
    font-family: Poppins, sans-serif;
    padding-right: 10%;
    padding-left: 10%;
    color: #868686;
    font-size: 14px;
    text-align: center;
    margin-bottom: 3%;
}

.redesing_page_subtitle_confirmMedicalProfile {
    font-family: Poppins, sans-serif;
    padding-right: 0%;
    padding-left: 0%;
    color: #868686;
    font-size: 14px;
    text-align: center;
    margin-bottom: 3%;
}

.redesing_page_subtitle_hide {
    font-family: Poppins, sans-serif;
    padding-right: 10%;
    padding-left: 10%;
    color: #868686;
    font-size: 14px;
    text-align: center;
    margin-bottom: 3%;
}

.redesing_page_subtitle_verifycode {
    font-family: Poppins, sans-serif;
    padding-right: 10%;
    padding-left: 10%;
    color: #868686;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10%;
}

.top_flex_column_container .message_verifycode {
    margin-bottom: 3%;
}

.disabledButton:disabled {
    background: gray;
    pointer-events: none;
}

.redesign_check_circle {
    position: absolute;
    z-index: 1;
    right: 140px;
    top: 43%;
}

.adjustedvwplaceholder::-webkit-input-placeholder {
    font-size: calc(9px + .7vw) !important;
}

.adjustedvwplaceholder::-moz-placeholder {
    font-size: calc(9px + .7vw) !important;
}

.adjustedvwplaceholder:-ms-input-placeholder {
    font-size: calc(9px + .7vw) !important;
}

.change_color_placeholder::-webkit-input-placeholder {
    color: red;
}

.change_color_placeholder::-moz-placeholder {
    color: red;
}

.change_color_placeholder:-ms-input-placeholder {
    color: red;
}

.change_color_placeholder {
    border: 1px solid red;
}

#idPopupResetPassword {
    margin-left: 480px;
    font-size: 10px;
    width: 260px;
    margin-top: -60px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    position: absolute;
    z-index: 1;
}

.eyeForgetPassword {
    margin-top: 17px;
}

.input-group {
    position: relative;
}

.greenCheck {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: -20%;
    margin-right: 0;
}

.innerArrowResetPassword {
    position: relative;
    top: -20px;
    left: 2px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;
}

.arrow-left-reset-password {
    position: relative;
    top: 45px;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #eaeaea;
}

.innerArrowChangePassword {
    position: relative;
    top: 45px;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #EAEAEA;
}

.arrowLeftManager {
    position: relative;
    top: 42px;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #EAEAEA;
}

#idPopupChangePassword {
    margin-left: 850px;
    font-size: 12px;
    width: 350px;
    margin-top: 50px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    position: absolute;
}

#idPopupParinteManager {
    display: none;
    flex-direction: column;
    margin-left: 500px;
    font-size: 12px;
    width: 250px;
    margin-top: -22%;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    position: absolute
}

.arrow-left-change-password {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #EAEAEA;
    position: absolute;
    margin-left: -11px;
    margin-top: 3%;
}

.innerArrow-change-password {
    position: relative;
    top: -20px;
    left: 2px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;
}

.read_article_container {
    font-family: Poppins, sans-serif;
}

.hide_message {
    display: none;
}

.message_container {
    font-size: 80%;
    text-align: center;
    margin-top: 0.5vh !important;
}

.border-radius {
    border-radius: 20px;
}

.redesignLoginForm .input_register {
    margin-bottom: 9%;
}

.input_login {
    margin-bottom: 3%;
}

.input_login_page {
    margin-bottom: 8%;
}

.input_login_index {
    margin-bottom: 7%;
}

.input_login_index_verifyphoneno {
    margin-bottom: 10%;
}

button.redesignButton, .input_generic,
.input_resetPassword {
    margin-bottom: 5%;
}

.input_resetPassword_identificationo {
    margin-bottom: 7%;
}

.input_resetPassword {
    position: relative;
}

.form_register {
    padding-top: 3%;
}

#reset_password {
    position: relative;
    display: contents;
    margin-top: 10%;
}

#pageTitle {
    font-size: 12px;
    font-family: Poppins, sans-serif;
    width: 415px;
    text-align: center;
    margin-bottom: 3em;
}

#content .login_container .top_flex_column_container {
    padding: 40px 30px 0px 30px;
}

#doctorPhone {
    margin-bottom: 3%;
}

::-ms-reveal {
    display: none;
}

@media only screen and (max-width: 750px) {
    .manage_account_container {
        width: 80%;
    }

    .manage_left_container {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 800px) {

    html, body {
        width: 100%;
        height: 50%;
        margin: 0;
        padding: 0;
        margin-bottom: 250px;
    }

    .inner_footer {
        width: 95%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 150px;
        height: 2px;
    }

    .input_login {
        margin-bottom: 5%;
    }

    .input_login_index {
        margin-bottom: 10%;
    }

    .input_login_index_verifyphoneno {
        margin-bottom: 11%;
    }

    .ToolTipPasswordCommon {
        display: none;
        background: #fefefe;
        position: absolute;
        border: 2px solid rgba(0,0,0,.4);
        border-radius: 14px;
        z-index: 1;
        font-size: 10px;
        width: 255px;
        font-family: Poppins, sans-serif;
        padding: 4px;
        text-align: left;
    }

        .ToolTipPasswordCommon::before {
            content: "";
            position: absolute;
            top: calc(100% - 15px);
            transform: translateX(-50%);
            left: calc(50%);
            height: 30px;
            width: 30px;
            background: inherit;
            transform: rotate(45deg);
            border-bottom: inherit;
            border-right: inherit;
            box-shadow: inherit;
            z-index: -1;
        }

    .ToolTipPasswordRegister {
        left: calc(50%);
        top: -13em;
        transform: translateX(-50%);
    }

    .ToolTipPasswordRegisterDoctor {
        left: calc(50%);
        top: -13em;
        transform: translateX(-50%);
    }

    .ToolTipParagraph {
        margin: 0px;
    }

    .ToolTipPasswordChange {
        left: calc(50%);
        top: -11%;
        transform: translateX(-50%);
    }

    .ToolTipPasswordReset {
        left: calc(50%);
        top: -130px;
        transform: translateX(-50%);
    }

    .hide_message {
        max-width: 300px;
    }

    .text_tooltip img,
    .text_tooltip-patient img {
        right: -20px;
    }

    .text_tooltip .tooltiptext_phoneno,
    .text_tooltip-patient .tooltiptext_phoneno {
        right: 5px;
    }

    #message_firstName, #message_lastName,
    #message_identificationNo, #message_IdentificationNoAlphaNumeric,
    #message_phone {
        width: 300px;
    }

    #pageTitle {
        width: 280px;
    }

    #reset_password {
        margin-top: 45%;
    }

    .manage_account_container {
        width: 90%;
        flex-direction: column;
    }

    .inner_header {
        margin: 0;
        width: 100%;
    }

    .hide {
        display: none;
    }

    .show {
        display: block;
    }

    .header_logo_container {
        margin-left: 60px;
    }

    .inner_header_mobile {
        display: none;
        margin: 0;
    }

    header#header {
        border: 0;
        padding: 25px 20px;
        margin-inline: 0;
    }

    .edit_profile_form {
        width: auto;
    }

    .header_right {
        font-size: 12px;
    }

        .header_right #user {
            display: none;
        }

    .word-wrap {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .middle_header svg {
        width: 100px;
        height: 30px;
        margin-right: 50px;
    }

    .manage_left_container {
        margin: 0;
        width: 100%;
    }

    .manage_title {
        text-align: center;
        margin: 0;
        font-size: 22px;
        color: #00549E;
        margin-top: 4%;
        padding-top: 0;
    }

    .manage_subtitle {
        text-align: center;
    }

    .manage_account_container {
        margin-top: 30px;
    }

    .manage_right_container {
        width: 100%;
    }

    .right_view {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .checkbox_container {
        justify-content: center;
    }

    .read_article_container {
        display: flex;
        justify-content: center;
    }

    .login_container {
        width: 336px;
        padding-bottom: 55px;
    }

    .redesignButton {
        width: 306px;
        font-size: 13px;
    }

    .redesign_text_input {
        width: 250px;
        font-size: 16px;
    }

    .redesignWhiteButton {
        width: 306px;
        font-size: 13px;
    }

    .redesignBlackButton {
        width: 306px;
        margin-bottom: -5%;
        font-size: 13px;
    }

    .title_forgot_password {
        margin-left: 22%
    }

    .manage_menu_option {
        flex: 1;
        padding: 20px 10px;
        justify-content: center;
        margin-right: 0;
        flex-direction: column;
    }

    .m_menu_option_left {
        flex-direction: column;
        align-items: center;
    }

    .mobile_content {
        text-align: center;
        padding-bottom: 30px
    }

    .redesign_manage_subtitle {
        margin-right: auto;
        text-align: center;
        font-weight: normal;
    }

    .manage_account_container {
        align-items: center;
    }

    .m_menu_opt_title {
        margin-left: -8%;
        text-align: center
    }

    .header_action_link {
        color: #707070;
        font-size: 11px;
        margin-left: 20px;
        font-family: Poppins, sans-serif;
        border: 1px solid #CCCCCC;
        border-radius: 104px;
        padding: 8px 9px;
        font-weight: 400;
        cursor: pointer;
    }

    .middle_header {
        width: 100px;
        margin-right: 15px;
    }

    #idPopupParinteManager {
        flex-direction: column;
        margin-left: 0;
        position: absolute;
        font-size: 12px;
        width: 300px;
        font-family: Poppins, sans-serif;
        font-weight: 600;
        margin-top: -480px;
    }

    #idPopupParinte {
        width: 73%;
        margin-bottom: 570px;
        z-index: 1;
        position: absolute;
        margin-left: 0px;
    }

    #idPopupParinteDoctor {
        width: 73%;
        margin-bottom: 550px;
        z-index: 1;
        position: absolute;
        margin-left: 0px;
    }

    #idPopupPasswordValidationBase {
        flex-direction: column;
        margin-left: 0;
        position: absolute;
        font-size: 12px;
        width: 300px;
        font-family: Poppins, sans-serif;
        font-weight: 600;
        margin-top: -243px;
        z-index: 1;
    }

    .arrowLeftManager {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #201e1e;
        margin-top: 98px;
        position: absolute;
        margin-left: 148px;
        z-index: -1;
    }

    .innerArrow {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid white;
        margin-top: 0;
        position: absolute;
        margin-left: -22px;
    }

    .arrow-left {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #EAEAEA;
        margin-top: 208px;
        position: absolute;
        margin-left: 102px;
    }

    .dashboard {
        display: none;
    }

    #footer {
        background-color: #F3F6F9;
    }

    .redesignLoginForm {
        padding-bottom: 30px;
    }

    .header_action_link.logout {
        border-radius: 6px;
        padding: 4px 5px;
    }

    .manage_options {
        display: flex;
        justify-content: space-between;
        column-gap: 10px;
    }

    .manage_menu_option_inside, .m_menu_opt_title {
        margin-left: 0;
        font-size: 12px;
    }

    .manage_menu_option_selected {
        margin-right: 0;
    }

    .m_menu_option_left svg {
        max-height: 20px;
        margin-bottom: 10px;
    }

    .title_redesign {
        font-size: 22px;
    }

    .alertError {
        width: 250px;
        margin: 0 auto 9% auto;
    }

    .alertSucces {
        width: 269px;
    }

    .errorMessage {
        width: 269px;
    }

    .fa-eye-slash {
        margin-left: 100px;
        margin-top: 20px;
    }

    #idPopupResetPassword {
        width: 280px;
        margin-left: 10px;
        margin-top: -200px;
        position: absolute;
    }

    .innerArrowResetPassword {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid white;
        margin-top: -1px;
        position: absolute;
        margin-left: -22px;
    }

    .eyeForgetPassword {
        margin-top: 6%
    }

    .text-break::after {
        content: '\A';
        white-space: pre;
    }

    .blue_btn_confirm_left, .blue_btn_confirm_right {
        width: 150px;
    }

    .arrow-left-reset-password {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #eaeaea;
        margin-top: 128px;
        position: absolute;
        margin-left: 140px;
    }

    .innerArrowChangePassword {
        position: relative;
        top: -20px;
        left: 2px;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid red;
    }

    #idPopupChangePassword {
        width: 280px;
        margin-left: 2px;
        margin-top: -309px;
        position: absolute;
    }

    .arrow-left-change-password {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #eaeaea;
        margin-top: 174px;
        position: absolute;
        margin-left: 116px;
    }

    .innerArrow-change-password {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid white;
        margin-top: -1px;
        position: absolute;
        margin-left: -22px;
    }

    .headerLogin svg {
        width: 150px;
        height: 50px;
    }

    .form-field-container .float-label.long-text-label {
        left: 28%;
    }

    #content .login_container .top_flex_column_container {
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .inner_footer {
        flex-direction: column;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 480px) {
    .page_title_margin_top {
        font-size: 17px;
    }
}

@media only screen and (max-height: 760px) {
    .login_form_forgot_pass_container {
        margin-bottom: 10%;
    }
}

.tooltip_chgpwd {
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 15px;
}

    .tooltip_chgpwd :hover {
        position: relative;
        display: inline-block;
    }

    .tooltip_chgpwd .tooltiptext_chgpwd {
        visibility: hidden;
        width: 255px;
        height: 83px;
        background-color: #fff;
        color: black;
        text-align: center;
        border-style: groove;
        padding: 2px;
        position: relative;
        z-index: 1;
        bottom: 1%;
        right: -60px;
        transform: translateX(-1%);
        opacity: 0;
        transition: opacity 1s;
        float: right;
        font-size: small;
        font-family: Poppins, sans-serif;
        margin-top: -4px;
    }

    .tooltip_chgpwd:hover .tooltiptext_chgpwd {
        visibility: visible;
        opacity: 1;
    }

    .tooltip_chgpwd .tooltiptext_chgpwd_doc {
        visibility: hidden;
        width: 255px;
        height: 99px;
        background-color: #fff;
        color: black;
        text-align: center;
        border-style: groove;
        padding: 5px;
        position: relative;
        z-index: 1;
        bottom: 1%;
        right: -60px;
        transform: translateX(-1%);
        opacity: 0;
        transition: opacity 1s;
        float: right;
        font-size: small;
        font-family: Poppins, sans-serif;
        margin-top: -4px;
    }

    .tooltip_chgpwd:hover .tooltiptext_chgpwd_doc {
        visibility: visible;
        opacity: 1;
    }

.tooltip {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 15px;
}

    .tooltip :hover {
        position: relative;
        display: inline-block;
    }

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 275px;
        height: 100px;
        background-color: #fff;
        color: black;
        text-align: center;
        border-style: groove;
        padding: 5px;
        position: relative;
        z-index: 1;
        bottom: 1%;
        right: -20px;
        transform: translateX(-1%);
        opacity: 0;
        transition: opacity 1s;
        float: right;
        font-size: small;
        font-family: Poppins, sans-serif;
        margin-top: -9px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.phone_placeholder::placeholder {
    font-style: italic;
}

.redesign_text_input:focus {
    font-style: normal;
}

#newPhoneNumber::placeholder {
    font-style: italic;
}

#newPhoneNumber {
    margin-bottom: 24px;
}

.changePhoneNumberForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.margin-bottom {
    margin-bottom: 3%;
}