/* DASHBOARD NEW CSS */
/* Font family   */
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&display=swap');

.background_patient{
    border-top: 1px solid #E0E0E0;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
    padding: 42px 40px 45px 40px;
}

.patient_box .patient_head h2{
    color: var(--gray-900, #191B1C);
    font-family: Public Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 67.647% */
}

.patient_box .btn_patient{
    border-radius: 30px;
    background: #EAEAEA;
    color: #191B1C;
font-family: Public Sans;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 133.333% */
}
.export_svg{
    border-radius: 160px;
background: var(--brand-primary, #006A0D);
width: 169px;
margin-right: 0 !important;
margin: auto;
}


.export_svg .export-btn{
    color: var(--gray-white, #FFF);

/* Sub-heading/Button */
font-family: Public Sans;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 285.714% */
text-transform: capitalize;
}


.table_bg{
    background: #F6F7F8;
    padding: 42px 40px 45px 40px;
}

.table_inner_content{
    border-radius: 5px 5px 0px 0px;
    background: #fff;
    padding: 14px 0;
}

.table_inner_content table thead tr th {
    color: var(--gray-700, #4A5154) !important;
    font-family: Public Sans;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 100%;
    text-transform: uppercase;
    padding: 14px 15px;
    line-height: 23px;
}


.table_inner_content .input-group{
    border-radius: 4px;
border: 1px solid #D6D6D6;
background: rgba(255, 255, 255, 0.70);
color: var(--gray-400, #959FA3);

/* Body/Regular/400 */
font-family: Public Sans;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}


.head_table_main {
    background: #EFF3F8;
}


.table_inner_content table tbody tr {
border-bottom: 2px solid #E5E7E8;
background: #fff !important;
}

.table_inner_content table tbody tr td{
    color: #000 !important;
    font-family: Public Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
    max-width: 271px !important;
    word-break: break-all !important;
    white-space: inherit !important;
    padding: 14px 15px;
    white-space: nowrap;
}
td .pat_color{
    color: #822F00 !important;
    font-family: Public Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 133.333% */
}

td .emer{
    color: #F32B2B !important;
}

.table_inner_content table tbody tr td .dropdown .dropdown-menu{
     margin-top: 0 !important;
}

/* table.dataTable {
    max-width: 100% !important;
    width: 100% !important;
} */
input.form-check-input.mt-0 {
    border-radius: 3px;
    border: 2px solid var(--gray-100, #E5E7E8);
    background: var(--gray-white, #FFF);
    height: 20px;
    width: 20px;
}
.form-check-input:checked[type="checkbox"]{
    border-radius: 3px;
    border: 2px solid var(--gray-100, #E5E7E8);
    /* background: var(--gray-white, #822222); */
    background-image: url('assets/admin/img/tickk.png') !important;
    height: 20px !important;
    width: 20px !important;  
}
/* .hide_overflow .table-responsive{
    overflow-x: unset !important;
} */
table.dataTable{
    margin: 0 !important;
}

.dataTables_wrapper .row:nth-child(3)  {
    background-color: #fff !important;
    border-top: 0 !important;
    }

    table.dataTable.no-footer {
        border-bottom: 2px solid #E5E7E8 !important;
    }
    .dataTables_wrapper .dataTables_paginate {
        padding: 15px !important;
    }

    

/* RESPONSIVE START CSS */
@media (min-width:1200px) and (max-width:1399px){
    .table-responsive {
        overflow-x: auto  !important;
        width: 100%  !important;
    }

.patient_box .patient_head h2 {
    font-size: 25px  !important;
    line-height: 23px  !important;
}
.patient_box .btn_patient {

    font-size: 12px !important;
    line-height: 20px !important;
    padding: 10px 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
}

.table_inner_content table tbody tr td {
    font-size: 14px  !important;
    line-height: 20px  !important;
    max-width: unset !important;
    word-break: inherit !important;
    white-space: nowrap !important;
    padding: 13px 15px;
}
.background_patient {
    padding: 30px  !important;
}
.table_bg {
    padding: 30px  !important;
}
}
@media (min-width:992px) and (max-width:1199px){
    .table-responsive {
        overflow-x: auto  !important;
        width: 100%  !important;
    }

.patient_box .patient_head h2 {
    font-size: 25px  !important;
    line-height: 23px  !important;
}
.patient_box .btn_patient {

    font-size: 12px  !important;
    line-height: 20px  !important;
    padding: 10px 15px  !important;
    display: flex  !important;
    align-items: center  !important;
    gap: 3px  !important;
}

.table_inner_content table tbody tr td {
    font-size: 14px  !important;
    line-height: 20px  !important;
    max-width: unset !important;
    word-break: inherit !important;
    white-space: nowrap !important;
    padding: 13px 15px;
}
.background_patient {
    padding: 24px 24px 25px 7px  !important;
}
.table_bg {
    padding: 22px 30px 26px 10px  !important;
}
}
@media (min-width:768px) and (max-width:991px){
    .dataTables_wrapper .dataTables_paginate {
        padding: 2px 10px !important;
    }
    div#DataTables_Table_0_info{
        padding: 10px !important;
    }
    .dataTables_wrapper .row:nth-child(3) {
        position: fixed;
        width: 100%;
        bottom: 0px;
    }
    .table-responsive {
        overflow-x: auto  !important;
        width: 100%  !important;
    }
.background_patient {
    padding: 20px  !important;
}
.patient_box .patient_head h2 {
    font-size: 25px  !important;
    line-height: 23px  !important;
}
.patient_box .btn_patient {

    font-size: 12px  !important;
    line-height: 20px  !important;
    padding: 10px 15px  !important;
    display: flex  !important;
    align-items: center  !important;
    gap: 3px  !important;
}
.patient_box {
    gap: 10px !important;
}
.table_bg {
    background: #F6F7F8  !important;
    padding: 17px 0px 0 0px  !important;
}
.table_inner_content table tbody tr td {
    font-size: 14px  !important;
    line-height: 20px  !important;
    max-width: unset !important;
    word-break: inherit !important;
    white-space: nowrap !important;
    padding: 13px 15px  !important;
}
}
@media (min-width:320px) and (max-width:767px){ 
    .dataTables_wrapper .dataTables_paginate {
        padding: 2px 8px !important;
    }
    div#DataTables_Table_0_info{
        padding: 8px !important;
    }
    .dataTables_wrapper .row:nth-child(3) {
        position: fixed;
        width: 100%;
        bottom: 0px;
    }
    .table-responsive {
        overflow-x: auto  !important;
        width: 100%;
    }
.background_patient {
    padding: 11px 1px 16px 0px !important;
}
.patient_box .patient_head h2 {
    font-size: 25px !important;
    line-height: 23px !important;
}
.patient_box .btn_patient {
    font-size: 10px !important;
    line-height: 20px !important;
    padding: 8px 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
}
.patient_box {
    gap: 10px !important;
    /* margin-bottom: 13px; */
    flex-direction: column !important;
    align-items: flex-start !important;
}
.table_bg {
    background: #F6F7F8 !important;
    padding: 0px 0px 0 0px !important;
}

.table_inner_content table tbody tr td {
    font-size: 14px !important;
    line-height: 20px !important;
    max-width: unset !important;
    word-break: inherit !important;
    white-space: nowrap !important;
    padding: 13px 15px;
}
.export_svg .export-btn {
    font-size: 11px !important;
}
.export_svg {
    width: 119px !important;
    margin-left: 8px !important;
    margin: auto;
}
.align_self_col{
    align-self: end !important;
}
input.form-check-input.mt-0 {

    height: 18px !important;
    width: 18px !important;
}
}





































