/**** LOGIN CSS ***/

:root {

    --side_list: 400px;

    --side_listxs: 300px;

    --app_color: #1c3c82;

}

* {

    padding: 0px;

    margin: 0px;

}

.Login_section {

    background: linear-gradient(170.63deg, rgba(51, 186, 211, 0.2) -74.96%, rgba(255, 255, 255, 0) 43.17%), #FFFFFF;

    /* height: 100vh; */

    font-family: 'Inter', serif;

    position: relative;

}

.Login_section::before {

    content: "";

    width: 300px;

    position: absolute;

    background: #0549d4;

    height: 235px;

    border-radius: 100%;

    right: -48px;

    top: -130px;

}

.custom_form_control {

    height: 50px;

}

/* .Login_section::after{

    content: "";

    width: 300px;

    position: absolute;

    background:red;

    height: 300px;

    border-radius: 100%;

    right: 0;

} */

.main_row {

    padding-top: 70px;

}

.default__btn {

    padding: 8px 35px;

    min-width: 150px;

}

.left_side {

    padding-right: 100px;

}

.left_text {

    padding-bottom: 20px;

}

.left_text h2 {

    font-size: 24px;

}

.left_text p {

    color: rgba(62, 61, 61, 0.52);

    font-size: 14px;

}

.NewHeader-nav .form-control {

    height: 35px !important;

    padding: 0 10px;

    border: none !important;

    box-shadow: none !important;

    outline: 0 !important;

    font-size: 14px;

}

.NewHeader-nav .form-control:focus {

    color: #212529;

    background-color: #fff;

    border-color: #ebebeb;

    outline: 0;

    box-shadow: 0 0 0 0.25rem rgb(255 255 255);

    height: 35px;

}

.email_text {

    color: rgba(62, 61, 61, 0.52);

    font-size: 13px;

}

.password_text {

    color: rgba(62, 61, 61, 0.52);

    font-size: 13px;

}

.eyeicon {

    position: relative;

}

.eyeicon i {

    position: absolute;

    top: 41px;

    right: 25px;

}

.Login_button {

    width: 100%;

    margin-top: 34px;

    padding: 10px;

    background: var(--app_color) !important;

    /* box-shadow: 0px 3.09598px 26.3158px rgba(51, 176, 206, 0.23); */

    border: none !important;

}

.Login_button:focus,

.Login_button:hover {

    background: var(--app_color);

    /* box-shadow: 0px 3.09598px 26.3158px rgb(51 176 206 / 23%); */

}

.Forgot_password {

    text-align: center;

    padding-top: 20px;

}

.Forgot_password a {

    text-decoration: none;

    color: #000;

}

.right_side {

    padding-left: 100px;

}

.right_side h2 {

    font-size: 24px;

    text-align: center;

}

.right_side p {

    color: rgba(62, 61, 61, 0.52);

    text-align: center;

    font-size: 14px;

}

.main_img {

    width: 385px;

    padding-top: 25px;

}

.main_img img {

    width: 100%;

}

img.image_preview {

    background-color: #00000026;

    border: 2px solid var(--app_color);

    padding: 4%;

    margin-bottom: 1%;

    border-radius: 15px;

    max-width: 150px;

}

@media (max-width:576px) {

    .left_side {

        padding: 0px;

    }

    .right_side {

        padding-left: 0px;

        display: none;

    }

}

@media (max-width:768px) {

    .left_side {

        padding: 0px;

    }

    .right_side {

        padding-left: 0px;

    }

}

@media (max-width:991px) {

    .left_side {

        padding: 0px;

    }

    .right_side {

        padding-left: 0px;

    }

    .main_img {

        width: auto;

        padding-top: 25px;

    }

}

/**** LOGIN CSS END ***/

/****NAVBAR START ****/

.NewHeader-nav {

    background: var(--app_color);

    padding-right: 30px;

    width: 100%;

    z-index: 999;

    position: fixed;

}

.Newheader-input {

    width: 500px !important;

    background: #D7F2F6;

    border: none !important;

}

.newheader-btnn {

    border-radius: 9px;

    margin-right: 23px;

    /* font-size:16px !important; */

}

.header-logo {

    padding-right: 16px;

}

.mobile-view-btnn {

    border: 1px solid var(--app_color);

    border-radius: 10px;

    margin-left: 12px;

    min-height: 37px;

    line-height: 3;

    padding: 0px 12px 0px 12px !important;

}

.newHeader-post-patient {

    border: 1px solid #FFFFFF;

    color: #FFFFFF !important;

    font-size: 13px;

}

a.nav-link.active {

    background: #FFFFFF !important;

    /* font-size:16px !important; */

}

.Newheader-content {

    display: flex;

    align-items: center;

    gap: 10px;

}

.dropdown-toggle.dropdown-toggle:after {

    font-size: 20px;

    color: #ffffff;

    margin-left: 0;

    cursor: pointer;

}

.Newheader-ul {

    align-items: center;

}

.Newheader-content .fa-chevron-down {

    padding: 0px 23px 0px 4px;

    color: #FFFFFF;

}

.Newheader-navbar-items {

    padding-left: 27px;

}

.mobileview-nav-btnn {

    display: block;

}

.mobile-btn {

    background: var(--app_color) !important;

    color: #FFFFFF !important;

}

.mobile-design-btnn {

    padding-top: 23%;

    display: none;

}

.mobileview-ul {

    list-style-type: none;

    display: flex;

}

a.mobile-btn.active {

    background: var(--app_color) !important;

    color: #FFFFFF !important;

}

.mobile-view-btnn {

    border: 1px solid var(--app_color);

    border-radius: 10px;

    margin-left: 12px;

}

.mobileview-ul {

    padding: 0;

}

.my_nav_link {

    color: #646464;

}

.nav-link.my_nav_link.active {

    color: var(--app_color) !important;

    font-weight: 500;

}

.result__text {

    font-weight: 500;

    color: var(--app_color) !important;

    display: block;

}

.mobile-view-search-icon {

    display: none;

}

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

    .mobile-view-search-icon {

        display: block;

        font-size: 20px;

        color: #FFFFFF;

        padding-right: 23px;

    }

}

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

    .mobileview-ul {

        flex-direction: column;

    }

}

@media screen and (min-width:990px) and (max-width:1278px) {

    .Newheader-input {

        width: 300px !important;

    }

}

@media screen and (min-width:990px) and (max-width:1069px) {

    a.nav-link.active {

        font-size: 14px !important;

    }

}

@media screen and (min-width:990px) and (max-width:1090px) {

    a.nav-link.active {

        font-size: 13px !important;

    }

    .newHeader-post-patient {

        font-size: 13px;

    }

}

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

    .mobileview-nav-btnn {

        display: none;

    }

    .mobile-design-btnn {

        display: flex;

    }

}

.NewHeader-nav {

    padding: 0px;

}

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

    .Page_content {

        padding-top: 70px !important;

    }

    .Newheader-input {

        width: 300px !important;

    }

}

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

    .Newheader-input {

        display: none !important;

    }

    .mobile-view-searchbar {

        display: block !important;

    }

}

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

    .NewHeader_logo {

        width: 130px !important;

        padding-right: 0px;

    }

    .header-logo {

        padding-right: 0px !important;

    }

}

.Page_content {

    padding-top: 101px;

}

.navbar-toggler {

    background: none !important;

    border: none !important;

    box-shadow: none !important;

    color: none !important;

}

/* notification page */

.notification_page_ui,

.document-page-ui {

    padding-top: 133px !important;

}

.Page_content {

    margin-left: 90px !important;

}

.Newheader-img-holder {

    padding: 0;

    width: 40px;

    height: 40px;

}

.Newheader-img-holder img {

    width: 100%;

}

.Newsidebar-div ul li a:hover{

    color: var(--app_color) !important;

    border-color: var(--app_color) !important;

}

.dropdown-menu.show {

    margin-top: 0px !important;

    position: absolute;

}

@media (max-width: 991px) {

    .Page_content {

        margin-left: 0px !important;

        padding: 40px;

    }

    .Page_content.dashbaord_stats {

        margin-left: 0px !important;

    }

}

@media (max-width:575px) {

    .mobile-view-btnn {

        margin-top: 34px;

        font-size: 12px !important;

        margin-left: 0px !important;

    }

    .type__btn {

        width: 100%;

    }

}

/****NAVBAR End ****/

/*** SIDE BAR START***/

.Newsidebar-div {

    float: left;

    width: 90px;

    border-right: 1px solid rgba(0, 0, 0, 0.13);

    min-height: 100vh;

    background: #FFFFFF;

    position: fixed;

    top: 55px;

    overflow: hidden;

    bottom: 0;

    left: 0;

    z-index: 999;

}

.Newsidebar-div ul {

    padding: 0px;

    margin: 0 auto;

    padding-top: 27px;

}

.Newsidebar-div ul li a {

    color: #646464;

    list-style-type: none;

    text-decoration: none;

}

.Newsidebar-div ul li a:hover {

    color: #57c7da;

    border-color: #57c7da;

}

.Newsidebar-div ul li {

    text-decoration: none;

    list-style-type: none;

    text-align: center;

    /* padding-top: 24px; */

    border-left: 1px solid transparent;

    margin-bottom: 25px;

    padding-bottom: 5px;

}

.navbar-light .navbar-nav .nav-link.active i {

    color: var(--app_color) !important;

    /* border-left:1px solid #57c7da !important;  */

}

.li.nav-item:active {

    border-left: 2px solid #57c7da !important;

}

.newheader-span {

    display: block;

    font-size: 13px;

    padding-top: 3px;

}

.Newsidebar-div i {

    font-size: 24px;

    display: block;

}

@media (max-width:991px) {

    .Newsidebar-div {

        top: 58px;

        transform: translate3d(-100%, 0, 0);

        transition: all .2s ease-in;

    }

    .Page_content {

        margin-left: 0px !important;

    }

    .open .Newsidebar-div {

        transform: translate3d(0%, 0, 0);

    }

    .open .section {

        transform: translate3d(100px, 0, 0);

        transition: all .2s ease-in;

    }

    .open .mobile-header-btnn {

        transform: translate3d(100px, 0, 0);

        transition: all .2s ease-in;

    }

}

li.nav-item .nav-linking.active {

    color: var(--app_color) !important;

}

/* li.nav-list:active {

    border-left: 3px solid #646464 !important;

    margin-left: 5px !important;

} */

li.nav-li.nav-list:focus {

    border-left: 3px solid red !important;

}

@media screen and (min-width: 990px) and (max-width: 1032px) {

    .Newsidebar-div {

        top: 88px;

    }

}

@media (max-width:992px) {

    /* .referralschatList.active {

        display: none;

        background: red;

        margin: 0;

        position: unset;

        width: 100%;

        margin-bottom: 70px;

        height: 200px !important;

        overflow-x: auto !important;

    } */

    .chatList-inner {

        padding: 0 !important;

    }

    .chatList-inner h2 {

        text-align: left !important;

    }

    .Page_content.refereal-actity-page {

        margin-left: 0px !important;

    }

}

li.nav-item .nav-linking.active {

    color: var(--app_color) !important;

    border-color: var(--app_color) !important;

}

.Newsidebar-div ul li {

    text-align: center;

    margin-bottom: 25px;

    padding: 0 2px;

}

.Newsidebar-div ul li a {

    color: #646464;

    list-style-type: none;

    text-decoration: none;

    border-left: 2px solid transparent;

    display: block;

}

.newheader-span {

    display: block;

    font-size: 13px;

    font-weight: 500;

    padding-top: 5px;

}

/***SIDEBAR END **/

/***dashboard css ***/

.Page_content {

    margin-left: 90px !important;

}

.Page_content {

    background: #fff;

    margin-left: 147px;

    min-height: 100vh;

    padding: 67px 40px 40px;

}

.page-top-insights {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -15px;

}

.page-top-insights .insight-box {

    max-width: 294px;

    padding: 15px;

    width: 100%;

}

.Total_Patients,

.Total_document,

.Total_od {

    padding: 20px;

    border-radius: 14px;

}

.Total_Patients {

    background: #fc8787;

    color: #fff;

}

.Total_document {

    background: #5295FB;

    color: #fff;

}

.Total_od {

    background: #76AC92;

    color: #fff;

}

.total_patients_icon svg {

    color: #fff;

    font-size: 35px;

}

.page-top-insights .insight-box .text_232 {

    margin-bottom: 0;

}

.text_232 {

    color: #dca95e;

    font-size: 30px;

    font-weight: 700;

}

.text_342 {

    color: #c87f7f;

    font-size: 30px;

    font-weight: 700;

}

.total_patients_icon {

    text-align: end;

}

.doc_card {

    /* border: 1px solid #eeeeee; */

    border-radius: 8px;

    position: relative;

    height: 100%;

}

.doc_card_img_box {

    width: 100%;

    height: 150px;

    background: #ffffff;

    padding: 20px 0;

    border-radius: 8px 8px 0px 0px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.doc_card_img_box img {

    width: 80px;

    height: 80px;

    object-fit: none;

}

.doc_card_content {

    padding: 8px;

}

.doc_card_content h5 {

    font-size: 14px;

    font-weight: 600;

    margin-bottom: 0px;

    color: #333;

}

.doc_card_content p {

    font-size: 14px;

    font-weight: 500;

    margin-bottom: 0px;

    opacity: .6;

}

.doc_card_overlay {

    /* position: absolute; */

    width: 100%;

    height: 100%;

    background: #dce8ff;

    border-radius: 8px;

    box-shadow: 0 0 0 1px #c7eff4;

    /* opacity: 0; */

    transition: all .3s ease;

}

.action_btns {

    position: absolute;

    right: 10px;

    top: 14px;

}

.action_btns a {

    width: 26px;

    height: 26px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

}

.action_btns .edit_btn {

    background: #106df6;

    padding: 6px;

    border-radius: 4px;

    color: #ffffff;

    margin-right: 5px !important;

}

.mobile-menu {

    /* filter: brightness(0) invert(1) opacity(1);*/

    width: 24px;

    background-image: url(../images/menu_bar.svg)

}

.nav-item.nav-list .svg-inline--fa {

    font-size: 18px;

}

.action_btns .svg-inline--fa {

    font-size: 12px;

}

.action_btns .delete_btn {

    background: #dc3545;

    padding: 6px;

    border-radius: 4px;

    color: #ffffff;

}

.play_button, 

.play_button:hover,

.pause_button,

.pause_button:hover {

    background: var(--app_color) !important;

    margin-top: 10px;

    color: #ffffff !important;

}

.doc_card_overlay a {

    /* position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    background: white;

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    border-radius: 100%;

    color: #57c7da; */

    color: #333;

}

.doc_card:hover .doc_card_overlay {

    /* opacity: 1; */

}

table th {

    background: #FAFBFC !important;

    border: 0 !important;

    padding: 15px 10px !important;

    font-size: 14px;

    color: #8495B1;

}

table th:first-child {

    border-radius: 5px;

}

table th:last-child {

    border-radius: 5px;

}

table td {

    font-size: 14px;

}

a.link-text {

    text-decoration: none;

    color: #57c7da;

    font-weight: 600;

}

/****Referral List START***/

.referral_page {

    display: flex;

    padding: 55px 40px 40px 0;

}

.referralschatList {

    border-right: 1px solid #cccccc;

    width: var(--side_list);

    background: #ededed38;

    min-height: 100vh;

    overflow-y: auto;

}

.searchicon {

    position: relative;

    margin-top: 19px;

}

.chat-searcIcon input {

    border-radius: 6px;

    height: 45px;

    padding-left: 30px;

    font-size: 13px;

}

.searchicon.chat-searcIcon svg {

    top: 14px;

    position: absolute;

    left: 10px;

}

.referral_page .ms_content_area {

    width: calc(100% - var(--side_list));

    padding: 0 20px;

}

.chatList-inner {

    padding: 40px 20px 20px 20px;

}

ul.chatUser-allList {

    padding: 0px 6px;

    margin: 0px;

}

.chatUser-allList .nav-item {

    width: 100%;

    margin-bottom: 2px;

}

ul.chatUser-allList li .active,

ul.chatUser-allList li:hover {

    background: #fff;

}

ul.chatUser-allList li a {

    width: 100%;

    padding: 10px 10px;

    display: flex;

    gap: 12px;

    text-decoration: none;

}

.chatUser-img {

    width: 50px;

    height: 50px;

    overflow: hidden;

    border-radius: 50px;

    border: 1px solid #ffffff;

}

.chatUser-img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.chatUser-name {

    width: calc(100% - 60px);

}

.chatUser-name h2 {

    font-weight: 600;

    font-size: 15px;

    line-height: 19px;

    color: #263238;

    margin-bottom: 5px;

}

.chatUser-name p {

    font-size: 13px;

    line-height: 17px;

    color: #8495B1;

    margin-bottom: 3px;

}

ul.chatUser-allList li .active .chatUser-name h2 {

    color: var(--app_color);

}

ul.chatUser-allList li .active .chatUser-name p {

    color: var(--app_color);

}

@media(max-width:767px) {

    .referral_page .ms_content_area {

        width: 100%;

        padding: 0 10px;

    }

}

/****Referral List END***/

.Aidan_wrapper {

    display: flex;

    padding: 0px 20px 22px;

    gap: 60px;

    border-bottom: 0.5px solid #D6D6D6;

}

.top_section {

    margin: 0 -10px;

}

.Patient_img {

    width: 40px;

}

.Patient_img img {

    width: 100%;

}

.Aidan_wrapper {

    display: flex;

    padding: 20px 10px;

    gap: 60px;

    border-bottom: 0.5px solid #D6D6D6;

}

.Aidan_Nathan_inner {

    font-size: 13px;

}

.Aidan_Nathan_inner h6 {

    color: #263238;

    margin: 0;

    font-weight: 700;

    font-size: 18px;

    line-height: 22px;

}

.Cataract_text {

    font-weight: 500;

    font-size: 15px;

    line-height: 18px;

    color: #1B8098;

    margin-top: 1px;

    margin-bottom: 0;

}

.Aidan_wrapper ul#pills-tab {

    gap: 18px;

}

.Aidan_wrapper .nav-pills .nav-link.active,

.nav-pills .show>.nav-link {

    background: var(--app_color) !important;

    color: #ffff !important;

}

.Aidan_wrapper .nav-pills .nav-link {

    background: 0 0;

    border: 0;

    border-radius: 0.25rem;

    font-size: 15px;

    color: #000;

}

table.table.My_table {

    color: #455A64;

}

table.table.My_table td {

    font-weight: 500;

    font-size: 14px;

    color: #263238;

    padding: 0.8rem;

    white-space: nowrap;

    vertical-align: middle;

}

.report_img {

    width: 50px;

    height: 50px;

    background-size: cover;

    background-position: center;

    border: 2px solid #8099A6;

    border-radius: 9px;

    overflow: hidden;

}

.report_img img {

    width: 100%;

}

.activity_card {

    display: flex;

    justify-content: space-between;

    border-bottom: 1px solid rgba(0, 0, 0, .07);

    flex-grow: 1;

    margin-left: 0px;

    margin-bottom: 10px;

    padding: 10px;

    border-radius: 10px;

}

.activity_card ul {

    margin-left: 0;

    padding-left: 0;

    position: relative;

    list-style: none;

    margin-bottom: 0;

}

.activity_card .checkedmark:before {

    background: url(../images/checkedmark-icon) no-repeat scroll center / cover;

    height: 24px;

    width: 24px;

}

.Contacted_card {

    border-radius: 10px;

    padding: 0px;

    padding-right: 28px;

}

.Patient_journy_detail .Contacted_card h6 {

    font-weight: 600;

}

.Contacted_inner {

    display: flex;

    gap: 40px;

    align-items: center;

}

.Radio_button {

    display: flex;

    gap: 20px;

    color: #000000;

    position: relative;

    z-index: 90;

}

input[type="radio"] {

    position: relative;

    margin-bottom: 0px;

    width: 15px;

    height: 18px

}

.form__radio-group label,

.Radio_button label {

    padding-left: 7px;

}

.message_file_comon_icon {

    display: flex;

    align-items: center;

    gap: 20px;

}

.chat_text_color {

    color: #000000;

}

.message_file_comon_icon .icon {

    margin-right: 6px;

}

.discription {

    font-weight: 400;

    font-size: 13px;

    line-height: 19px;

    color: #3E3D3D;

    margin-top: 6px;

    margin-bottom: 10px;

}

.Radio_button div {

    display: flex;

    align-items: center;

}

.searchicon_main {

    position: relative;

}

.searchicon_main svg {

    position: absolute;

    top: 9px;

    left: 15px;

}

.searchicon_main input {

    padding: 9px 16px;

    border-radius: 4px;

    padding-left: 40px;

    font-size: 14px;

    color: #969696;

}

.table_icon {

    display: flex;

    width: 100%;

    justify-content: start;

    gap: 10px;

}

.table_icon svg {

    color: #000 !important;

}

@media(max-width:1199px) {

    .referralschatList {

        width: var(--side_listxs);

        padding: 20px 11px;

    }

    .referral_page .ms_content_area {

        width: calc(100% - var(--side_listxs));

    }

    .Newsidebar-div {

        top: 57px;

    }

    .Aidan_Nathan_inner h6 {

        color: #263238;

        margin: 0;

        font-weight: 700;

        font-size: 15px;

        line-height: 22px;

    }

    .Aidan_wrapper ul#pills-tab {

        gap: 5px;

    }

    .searchicon_main {

        position: relative;

    }

    .chatList-inner {

        padding: 0;

        margin-bottom: 20px;

    }

    .chatList-inner h2 {

        text-align: left !important;

        font-size: 21px;

    }

    .chatUser-img {

        width: 40px;

        height: 40px;

    }

    .chatUser-name h2 {

        font-weight: 600;

        font-size: 14px;

        line-height: 19px;

        color: #263238;

        margin-bottom: 2px;

    }

}

@media(max-width:992px) {

    .referral_page {

        margin-left: 0 !important;

        padding: 57px 0px !important;

    }

    .chatUser-allList {

        padding: 0px;

        margin: 10px 0;

    }

}

@media(max-width:767px) {

    .Aidan_wrapper {

        display: block;

    }

    .Aidan_wrapper ul#pills-tab {

        gap: 18px;

        margin-top: 20px;

    }

    .referralschatList {

        display: none;

    }

    .referral_page .ms_content_area {

        width: 100%;

    }

}

/****Referral Page END***/

@media(max-width:767px) {

    .Page_content {

        margin-left: 0px !important;

        padding: 70px 15px 30px 15px !important;

    }

    .page-top-insights {

        margin: 0;

    }

    .page-top-insights .insight-box {

        max-width: 100%;

        padding: 15px 0;

        width: 100%;

    }

}

p.contingencyPlan {

    width: 50% !important;

}

table th {

    background: #1c3c82 !important;

    border: 0 !important;

    padding: 15px 10px !important;

    font-size: 14px;

    color: #ffffff;

    border-radius: 0 !important;

    vertical-align: middle !important;

}

body table tbody th {

    background: transparent !important;

    color: #333;

    border-bottom: 1px solid #e1e1e1 !important;

}

table td {

    vertical-align: middle !important;

}

html,

body {

    overflow-x: hidden !important;

}