@font-face {
    font-family: 'cairo';
    src: url(https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;700;800;900&display=swap) format('woff2');
}


@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap');



body {
    font-family: "cairo", sans-serif;
    background-color: #ebf5ff82;
    background-image: url(https://www.fishertitus.org/imgs/layers/blue_diamond_pattern_large.svg);
    background-attachment: fixed;
    background-blend-mode: color-dodge;
}

.card {
    border: 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 11%);
}

.login_welcome {
    text-align: left;
}

.loginadmin {
    font-weight: 600;
    color: #328bcd;
    font-size: 16px;
}

.ucare-title {
    text-align: center;
    color: #fcb813;
    font-size: 25px;
    margin: 25px 0 8px;
}

.ucare-title .details {
    margin: 0 0 8px;
}

.form-group {
    margin-bottom: 3%;
}

.form-control.form-control-solid {
    background-color: #ebf2f9ba;
    border-color: #d7d9dbbd;
    color: #17263c;
    text-align: left;
}

.text-dark {
    color: #2467a1 !important;
}

textarea.form-control {
    height: 15vh;
}

img.h-lg-45px {
    height: 100px !important;
}

.header {
    background-color: #ffffff;
}


/* .show.menu-dropdown > .menu-sub-lg-dropdown, .menu-sub-lg-dropdown.menu.show, .menu-sub-lg-dropdown.show[data-popper-placement] {
        right: 95%!important;} */

.header .header-menu-container {
    background-color: #0a426a;
}

.header .header-menu .menu>.menu-item.show>.menu-link {
    background-color: transparent
}

/* .header .header-menu .menu > .menu-item > .menu-link .menu-title {
        color: #0a426a;
    }  */

.header .header-menu .menu>.menu-item.here>.menu-link {
    background-color: #165d8f;
}

.header .header-menu .menu>.menu-item>.menu-link .menu-title {
    color: #ffffff;
}

.header .header-menu .menu>.menu-item>.menu-link .menu-title .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

/* .header .header-menu .menu > .menu-item > .menu-link {
            color: #0a426a;
        } */

.header .header-menu .menu>.menu-item:not(.here)>.menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: #0a426a;
}

.card-footer .centered {
    text-align: center;
}

.card .card-footer {
    border-top: none;
}


/* .page-title h1.text-dark{color: #fff;} */




/*********** table *******************/

table {
    text-align: center;
    background-color: #EFF2F5;
}

.table.table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: double;
    border-bottom-color: #ffffff;
}

/* .table.table-row-dashed tr td {
    border: 1px double #ffffff;
} */

table tr th {
    text-transform: capitalize !important;
    background-color: #005491 !important;
    color: #ffffff !important;
    text-align: center;
    font-weight: 500 !important;
}

/* .breadcrumb .breadcrumb-item {color: #6accf1!important;}

        .breadcrumb .breadcrumb-item .text-gray-600 {
            color: #3776a3 !important;} */

.footer {
    background-color: #c5d2df;
}


.footer .text-muted {
    color: #005491 !important;
}

.footer .text-gray-800 {
    color: #005491 !important;
}


.copyright {
    direction: ltr;
}


.toolbar {
    margin-bottom: -10px;
}

.title-Breadcrumb {
    text-align: left;
    color: #3697dd;
    font-size: 25px;
    margin: 10px 0 35px
}


.svg-icon.svg-icon-danger svg [fill]:not(.permanent):not(g) {
    fill: #3697dd;
}

.breadcrumb {
    display: flex;
    align-items: center;
    background-color: #e7e7e7;
    padding: 10px;
    margin: 0;
    border-radius: 6px;
}

.breadcrumb .breadcrumb-item.text-gray-600 {
    color: #51a4b7 !important;
}

.breadcrumb .breadcrumb-item .text-gray-600 {
    color: #0a426a !important;
    font-size: 14px;
}

.breadcrumb-dot .breadcrumb-item:after {
    content: ">";
}

/***************** btns ***********/

/* .btn{margin-left: 6px;} */

.btn.btn-primary.save-btn {
    color: #FFFFFF;
    border-color: #0bcb47;
    background-color: #15bb48;
}


.btn.btn-primary.save-btn:hover {
    border-color: #0bcb47;
    background-color: #16a140 !important;
}

.btn-check:checked+.btn.btn-primary,
.btn-check:active+.btn.btn-primary,
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary.active,
.btn.btn-primary.show,
.show>.btn.btn-primary {
    background-color: #15bb48 !important;
}

/* btn print */
.btn.btn-info {
    color: #FFFFFF;
    border-color: #803bb9;
    background-color: #803bb9;
}

.btn-check:checked+.btn.btn-info,
.btn-check:active+.btn.btn-info,
.btn.btn-info:focus:not(.btn-active),
.btn.btn-info:hover:not(.btn-active),
.btn.btn-info:active:not(.btn-active),
.btn.btn-info.active,
.btn.btn-info.show,
.show>.btn.btn-info {
    color: #FFFFFF;
    border-color: #6e2ca5;
    background-color: #6e2ca5 !important;
}

/* btn add */
.btn.btn-success {
    color: #FFFFFF;
    border-color: #50CD89;
    background-color: #3cbb76;
}

.btn.btn-success.bg-gray-800 {
    background-color: #16a538 !important;
    padding-right: 5% !important;
    transition: 0.5s;
}

.btn.btn-success.bg-gray-800:hover {
    background-color: #1cb762 !important;
}

.px-4 {
    padding-left: 3% !important;
}

.btn.btn-dark.btn-edit {
    color: #005491;
    border-color: #181C32;
    background-color: #fcb813;
}

.btn.btn-dark.btn-edit .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #005491;
}

.btn.btn-secondary.btn-details {
    color: #3F4254;
    border-color: #E4E6EF;
    background-color: #8fe1f7;
}

.btn.btn-secondary.btn-details:hover {
    color: #3F4254;
    border-color: #E4E6EF;
    background-color: #7bc7db !important;
}


.btn.btn-dark.btn-edit:hover {
    color: #fcb813;
    border-color: #131628;
    background-color: #222222 !important;
    /* border: none */
}

.btn.btn-dark.btn-edit:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #fcb813;
}


.ucare-title.show-print {
    display: none;
}

.bg-dark {
    background-color: #171818 !important
}


.btn.btn-icon.btn-circle.avatarimg {
    background-color: #4a8fd5 !important;
    width: 30px !important;
    height: 30px !important;
    box-shadow: 0px 0px 5px grey !important;
    display: inline;
    padding: 3px;

}

.btn.btn-icon.btn-circle.avatarimg i {
    color: #fcb813;
    font-size: 15px !important;
}

.image-input-wrapper.avatarimg {
    width: 180px;
    height: 180px;
}

.size-avatarimg {
    font-weight: 400;
    color: #619dd9;
}


.preview-avatarimg {
    float: right;
}

.preview-avatarimg img {
    margin: 18% 41px;
    border-radius: 6px;
}


.card-body.news-details {
    background-color: #f5faff;
    border: 1px solid #eff2f5;
}

.nav-line-tabs .nav-item .nav-link {
    color: #005491;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, background-color 0.2s ease;
    padding: 10px 30px;
    margin: 0 1rem;
    background-color: #f5faff;
    border: 1px solid #e7e7e7;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item.show .nav-link,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled) {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #4b91d7;
    transition: color 0.2s ease, background-color 0.2s ease;
    background-color: #005491;
    color: #fff;
}


.fs-4.text-blue-600 {
    color: #005491;
}

.border-blue-300 {
    border-color: #b2c4d1 !important;
    background-color: aliceblue;
}


.table-responsive .table_test_result {
    background-color: #e2effdb8;
}

.table-responsive .table.table_test_result.gs-0 th:first-child,
.table.gs-0 td:first-child {
    padding-left: 1rem;
}

.table-responsive .table_test_result td .text-muted {
    color: #000000 !important;
}

.card-body.orderpermission {
    border: 1px solid #dadada;
    margin: 15px 30px;
    border-radius: 10px;
    padding: 2rem 1.25rem 0;
}

select {
    word-wrap: normal;
    appearance: auto !important;
    padding: 6px 1rem !important;
}


.card-body.print_footer {
    margin: 60px 30px 25px;
    border-top: 1px solid #7a7a7ac2;
}

.card-body.print_footer .ucare-title {
    text-align: center;
    color: #252525;
    font-size: 20px;
    margin: 30px 0 8px;
}

.result_table_title {
background-color: #005491;
color: #fff;
text-align: left;
}

.result_table_title td{    
    padding-left: 2%!important;
    color: #fff;
    font-weight: 600;
    font-size: 16px;}


table.result_table_extra tr th {
    text-transform: capitalize !important;
    background-color: #dde1e5 !important;
    color: #005491 !important;
    text-align: center;
    font-weight: 600 !important;
    font-size: 14px;
}


.result_table_extra.table tr:last-child, .result_table_extra.table th:last-child, .result_table_extra.table td:last-child {
    padding-right: 20px;
    padding-left: 20px;
}

.table-responsive.table_report_test .table{
    margin-bottom: 25px;
    /* border: 2px solid #000000bd; */
    border-bottom: 1px dotted #252525de;
    border-radius: 0;
}

.table-responsive.table_report_test  .table tr th {
        text-transform: capitalize !important;
        background-color: #fcb81342 !important;
        color: #225274 !important;
        font-size: 17px;
        font-weight: 600!important;
}

.table-responsive.table_report_test  .table tr.table_report_test_title td
{
    background-color: #0a426a!important;
    color: #fff;
}

.table-responsive.table_report_test tr th , .table-responsive.table_report_test tr {

border-bottom: 1px dotted black;

}

.table-responsive.table_report_test .table tr th:last-child{
    border-right: none;
}

.table-responsive.table_report_test tr th , .table-responsive.table_report_test tr td {
    text-align:left;
    border-right:1px dotted #2a2a2a;
    font-size: 18px;
    color: black;
    /* line-height: 1.8; */
}

.table-responsive.table_report_test ul {
    padding-left: 0;
    list-style: none;
}

.table-responsive.table_report_test tr td span{
    font-weight: 600;
    /* font-size: 16px; */
    color: #14507b;
}

.table-responsive.table_report_test .table.gs-7 td:last-child {
    padding-right: 10px;
    text-align: center;
    background-color: #c5d2dfd9;
    /* font-size: 15px; */
    text-transform: uppercase;
    border-right:none;
}

#resistant{
    color:red;
    font-weight: 700;
    font-size: 19;
    text-transform: uppercase;
    font-family: "times new roman", sans-serif;
}

#no_result{
    color:rgb(36, 36, 36);
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "times new roman", sans-serif;
}


#sensitive{
    color: #1da747;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "times new roman", sans-serif;


}


#intermediate{
    color: #5e21b6;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "times new roman", sans-serif;

}


.table-responsive.table_report_test  td div {
    margin:7px 0 0;
    border-bottom: 1px dotted #36363694;
    padding-bottom: 10px;
    color: black;
}

.table-responsive.table_report_test  td div:last-child{
    border-bottom: none!important;
}

.align-middle{vertical-align: middle;}

.div_height {
    min-height: 20px;
    border-bottom: none!important;
}

.data_report h1{
    font-size: 25px!important;
}

.bg-light-yellow {
    background-color: #fdb81321
}

.form-check.form-check-solid .form-check-input {
    border: 0;
    background-color: #e0e4e9;
}

.print_data_table .table.table-row-dashed tr td {
    border-right: 1px dotted #0b0b0b;
    border-bottom: 1px dotted #0b0b0b;
    text-align: center;
}

.print_data_table .table.table-row-dashed tr td:last-child {
    border-right :none}

    .print_data_table .table.table-row-dashed tr {
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #0b0b0b;
    }

    .table-responsive.print_data_table .table_test_result {
        background-color: #e2effd85;
        border: 1px solid #0b0b0b;
        border-collapse: inherit;
        border-radius: 5px;
        font-size: 16px;
    }

    .ucare-title.title_report_print {
        color: #eb1818;
    }

    .table_report_test_title td{font-size: 20px;}

    .table-responsive.table_report_test {
        /* background-color: #f4f7f8; */
        /* min-height: 100vh; */
        /* border-radius: 10px; */
    }



    .table-responsive.table_report_test .table.gs-7 td:last-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }


    .data_report .text-gray-700 {
        color: #282828 !important;
    }

    .signature_image {width: 20%;}


    .card-xl-stretch.col-lg-6.mb-xl-6 {
        background-color: #f4f7f8;
        border-radius: 10px;
        padding: 0;
        border: 2px solid #2a2a2a;
        width: 570px;
        margin: 0 5px;
        overflow: hidden;
    }

    .card-xl-stretch.col-lg-6.mb-xl-6.full_width{
        width: 100%;
    }


    
    #select_table_test select{ 
         padding: 1px 1px!important;
        color: #000;
        background-color: #ffffff;
}

.table-responsive.print_data_table.information{
    border: 1px solid #0b0b0b;
    border-radius: 5px;
    margin-bottom: 15px;
}
.table-responsive.print_data_table #kt_customers_table{
    /* border: 1px solid #000;
    border-radius: 5px;
    border-collapse: separate;
    overflow: hidden; */

    /* overflow: hidden; */
    background-color: #f0f7fe;
    border: none;
    /* border-collapse: inherit; */
    border-radius: 5px;
    margin-bottom: 0;
}
.table-responsive.print_data_table #kt_customers_table tr td
{
color: #000;
text-align: left;
font-weight: 600;
font-size: 16px;
}

.table-responsive.print_data_table #kt_customers_table tr th{

text-transform: capitalize !important;
background-color: #e2e2e2bf !important;
color: #0f426f !important;
text-align: center;
font-weight: 700!important;
font-size: 16px!important;
text-align: left;
padding: 0!important;
padding-left: 10px!important;
border-right: 1px dotted #000!important;
}


.main_result_table {
    margin-top: 3%;
}

  .main_result_table  .result_table_extra.table.table-rounded {
        border-radius: 5px;
        border-spacing: 0;
        border-collapse: separate;
        border: 1px solid #000;
        overflow: hidden;
    
}

.main_result_table  .result_table_extra.table.table-row-dashed tr {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #383838;
}

.main_result_table .result_table_extra.table.table-rounded tr th{
    text-align: left;
    padding-left: 2%;
    font-size: 16px;
    border-right: 1px dotted #000;
}

.main_result_table .result_table_extra.table.table-rounded tr td{font-size: 16px;}

.main_result_table .result_table_extra.table.table-rounded tr td ul{
    padding-left: 5px;
}

    .main_result_table .result_table_extra.table.table-rounded tr td ul li{
        list-style: decimal;
        color: #313131;
        line-height: 2;
        text-transform: none;
        font-size: 16px;
        font-weight: normal;
   
}

.main_result_table .result_table_extra.table.table-rounded tr td ul li p{
    margin-bottom: 0;
    line-height: 1.6;
}

.ucare-title.title_report_main {
    color: #0a426a;
    font-size: 35px;
    margin: 10px 0 40px;
}


.title_main_information {
    color: #318cd4;
    font-size: 23px;
    margin-bottom: 0;
    padding: 15px 4px 10px;}


    .card-body.print_footer.print_doctors_data{display: none;}

    .print_page_break{display: none;}

    .firstpage_print{
        padding: 0 1.2cm;
        background-repeat: no-repeat;
        background-image: url(../media/print-line.png)!important; 
        background-size:0px 0cm;
        /* min-height: 27cm;     */
    }
    
    


    /******** PCR view report  *****/


    .pcr_report .table tr, .pcr_report .table th, .pcr_report .table td {
        text-transform: capitalize;
    }

    .pcr_report .ucare-title.title_report_main {
        margin: 10px 0 0px;
    }

    .pcr_report .title_main_information {
        color: #eb1836;
        font-size: 23px;
        margin-bottom: 0;
        padding: 10px 0px 0;
    }


    .pcr_report #kt_customers_table .bg-yellow th{    
        background-color: #f2e3bb!important;
        padding: 5px 2%;
        border-right:1px dotted #050505
    }

    .pcr_report #kt_customers_table tr th {
        text-align: left;
        padding-left: 2%;
        font-size: 16px;
        border-right: 1px dotted #000;
        border-bottom: 1px dotted #000;
    }


    .pcr_report #kt_customers_table .bg-yellow th:last-child{border-right: none;}

    .pcr_report .table.gy-5 th, .pcr_report .table.gy-5 td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .pcr_report .has-fixed-layout {
        table-layout: fixed;
        width: 50%;
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
        font-size: 16px;
        color: #000;
        border: 1px solid #000;
    }

    .pcr_report .has-fixed-layout tr.title_reference th{
    background-color: #ebdbb7 !important;
    color: #005491!important;
    padding: 1%;
    border-right: 1px dotted black;
}

.pcr_report .has-fixed-layout tr td{
    border-right: 1px dotted black;
    border-bottom: 1px dotted black;
    padding: 3px 0;
    background-color: white;
}

.pcr_report .has-fixed-layout tr.title_reference th:last-child  {
    border-right: none;
}

 .pcr_report .has-fixed-layout tr:last-child td{
    border-bottom:none!important;


}

.pcr_report .has-fixed-layout tr td:last-child{
    border-right: none;
}


.main_result_table .result_table_extra.table.table-rounded tr td p {
    color: #000;
    font-weight: 400;
}
.print_logo {
    display:none;}

    .card-body.print_footer.print_signature h3.ucare-title.details.mt-1 {
            font-family: 'Caveat', cursive!important;
    
        }