#user_panel_window,
#report_generation_window,
#tests_window,
#doctors_window,
#agents_window,
#branchs_window,
#change_cred_window,
#bill_summary_window,
#doctor_summary_window,
#agent_summary_window,
#test_statistic_window,
#doctor_appointment_window,
#dashboard_window,
#home_window,
#billing_window {
    width: 0%;
    height: 100%;
    overflow: hidden;
}

.fixed_header {
    display: flex;
    position: relative;
    background: rgb(255, 255, 255);
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 4px 4px 10px 2px rgb(220 220 220);
    padding: 6px 20px;
    height: 38px;
    z-index: 1;
}

.fixed_footer {
    height: 36px;
    /* width: fit-content; */
    background: rgb(241 245 249);
    box-shadow: 4px 4px 10px 2px rgb(220 220 220);
}

.add_new_btn_pos {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: var(--fontSize);
    border-radius: 2px;
    padding: 6px 20px;
}

.search_btn {
    font-size: var(--fontSize);
    border-radius: 4px;
    padding: 5px 13px;
}

.filter_containr, .filter_container_polyclinic, .filter_containr_expences {
    position: relative;
    display: flex;
    height: 124px;
    font-size: 12px;
}

.search_container {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    left: 10px;
    top: 22px;
}

.search_btn_img {
    background: #007eff;
    padding: 2px 20px;
    cursor: pointer;
    position: relative;
    left: -1px;
    border: 1px solid #8080808a;
    margin-left: 6px;
}
.excel_btn{
    background: #ffffff;
    padding: 2px 2px;
}

.searchList_dropDown {
    width: 150px;
    height: 30px;
    outline-style: none;
    /* font-size: var(--fontSize); */
    border: 1px solid #8080808a;
}

.search_input_box {
    /* width: 100%; */
    padding: 5px;
    width: 500px;
    position: relative;
    left: -1px;
    outline: none;
    padding-left: 6px;
    /* font-size: var(--fontSize); */
    border: 1px solid #8080808a;
}

#add_new_test_window input {
    text-transform: uppercase;
}

.add_new_test {
    padding: 30px;
    border: 1px solid gainsboro;
    border-radius: 12px;
    display: none;
    height: 0;
    overflow: hidden;
}

.add_new_test input,
.add_new_test select,
.add_new_test textarea {
    font-size: var(--fontSize);
    width: 180px;
    border: 1px solid rgb(220 220 220);
    padding: 4px 6px;
    /* border-radius: 4px; */
}

.add_new_test_flex {
    display: flex;
    margin-top: 20px;
}

.change_cred_cntnr {
    width: 275px;
    padding: 2%;
    text-align: center;
    background: white;
    float: right;
    margin-top: 50px;
    margin-right: 20px;
    box-shadow: -1px 3px 6px 0px #ab171742;
    border: 1px solid #c9c7c7;
}

.change_cred_cntnr input {
    padding: 4px;
    margin-top: 18px;
    border: 1px solid #00000042;
    width: -webkit-fill-available;
}

.change_cred_cntnr div.common_button {
    margin: 0 auto;
    margin-top: 28px;
}

.show_branch_list_cntr {
    height: 30px;
    display: flex;
    margin-left: 20px;
    margin-top: 2px;
    font-size: var(--fontSize);
    /* border: 1px solid #d5c4c4; */
}

.show_branch_list_cntr p {
    margin-top: 2px;
    padding: 4px;
}

.show_branch_list_dropdown {
    width: 300px;
    cursor: pointer;
    /* height: 30px; */
    margin-left: 10px;
    font-size: var(--fontSize);
    /* border: 1px solid #8080808a; */
}

.show_branch_list_cntr:hover {
    box-shadow: 0px 0px 2px 1px #0092c9;
}

.print_section {
    position: absolute;
    display: flex;
    font-size: 13px;
    padding: 10px;
    top: 80px;
}

.show_list {
    position: absolute;
    display: flex;
    font-size: 13px;
    padding: 10px;
    right: 2px;
    top: 52px;
}

.show_list_poly{
    top: 60px;
}

.show_list_dropdown {
    width: 116px;
    height: 22px;
    margin-left: 10px;
    font-size: 12px;
    border: 1px solid #8080808a;
}

.date_dropdown {
    width: 132px;
    height: 30px;
    margin-left: 2px;
    /* font-size: var(--fontSize); */
    border: 1px solid #8080808a;
}

.close_btn_custom {
    background: rgb(255 99 71);
    margin-left: 20px;
}

.segment_button {
    width: 50%;
    text-align: center;
    background: rgb(146 190 230);
    padding: 8px;
    color: white;
    cursor: pointer;
}

.active_segment_button {
    background: rgb(13 131 241);
    pointer-events: none;
}

#tests_list_cntnr {
    margin: 0px 10px 4px 10px;
    position: relative;
    /* height: 80%; */
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #0000002e;
}

.tests_list_sub_cntnr {
    /* height: 80%; */
    /* width: fit-content; */
    overflow-y: scroll;
    overflow-x: hidden;
    /* background: white; */
    font-size: var(--fontSize);
}

#inactive_tests_list h2 {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 6px;
}


/* Billng ------------------------*/

.billing_list_row {
    display: flex;
    background: rgb(255 255 255);
    box-shadow: 4px 4px 10px 2px rgb(220 220 220);
    margin-bottom: 1px;
    padding: 5px 0px;
}

.billing_list_row:hover {
    box-shadow: inset 0px 0px 3px 1px rgb(15 106 196);
}

.billing_list_slno {
    width: 3%;
    text-align: center;
    padding: 2px 0.3%;
    border-left: 1px solid #0000003b;
}

.billing_list_billno {
    width: 10%;
    text-align: center;
    padding: 2px 0.3%;
    border-left: 1px solid #0000003b;
    word-break: break-all;
}

.billing_list_date {
    width: 7%;
    text-align: center;
    padding: 2px 0.3%;
    border-left: 1px solid #0000003b;
}

.billing_list_patient_name {
    width: 16%;
    text-align: left;
    padding: 2px 0.3%;
    word-break: break-word;
    border-left: 1px solid #0000003b;
}

.billing_list_mobile {
    width: 8%;
    text-align: center;
    padding: 2px 0.3%;
    border-left: 1px solid #0000003b;
    word-break: break-all;
}

.billing_list_refBy {
    width: 18%;
    text-align: left;
    padding: 2px 0.3%;
    border-left: 1px solid #0000003b;
}

.billing_list_totamt {
    width: 5%;
    text-align: right;
    padding: 2px 0.3%;
    border-left: 1px solid #0000003b;
}

.billing_list_adjamt {
    width: 5%;
    text-align: right;
    padding: 2px 0.3%;
    border-left: 1px solid #0000003b;
}

.billing_list_advamt {
    width: 5%;
    text-align: right;
    padding: 2px 0.3%;
    border-left: 1px solid #0000003b;
}

.billing_list_dueamt {
    width: 5%;
    text-align: right;
    padding: 2px 0.3%;
    border-left: 1px solid #0000003b;
}

.billing_list_action {
    width: 5%;
    text-align: center;
    padding: 2px 0.3%;
    /* display: inline-flex; */
}

.billing_list_action p {
    width: fit-content;
    background: blue;
    color: white;
    padding: 0 4px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 2px;
    font-weight: bold;
}

.billing_list_action img {
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0px 0px;
}


/* End Billing */


/* Test List-------------- */

.test_list_header {
    display: flex;
    background: transparent;
    border-bottom: 1px solid #0000003b;
    border-top: 1px solid #0000003b;
    height: 31px;
    overflow: hidden;
    font-size: 13px;
}

.tests_row {
    display: flex;
    background: rgb(255 255 255);
    box-shadow: 4px 4px 10px 2px rgb(220 220 220);
    margin-bottom: 1px;
}

.tests_col_slno {
    width: 4%;
    text-align: center;
    padding: 6px 1%;
}

.tests_col_name {
    width: 40%;
    text-align: left;
    padding: 6px 1%;
}

.tests_col_dept {
    width: 10%;
    text-align: center;
    padding: 6px 1%;
}

.tests_col_report_template {
    width: 20%;
    text-align: left;
    padding: 6px 1%;
}

.tests_col_rate {
    width: 10%;
    text-align: right;
    padding: 6px 1%;
}

.tests_col_actions {
    width: 8%;
    text-align: center;
    padding: 6px 1%;
}


/* End test list */


/* Dostor list------------------------- */

.doctor_col_slno {
    width: 4%;
    text-align: center;
    padding: 6px 1%;
}

.doctor_col_name {
    width: 30%;
    text-align: left;
    padding: 6px 1%;
}

.doctor_col_desig {
    width: 10%;
    text-align: left;
    padding: 6px 1%;
}

.doctor_col_address {
    width: 15%;
    text-align: left;
    padding: 6px 1%;
}

.doctor_col_comisn {
    width: 14%;
    text-align: center;
    padding: 6px 1%;
}

.doctor_col_actions {
    width: 12%;
    text-align: center;
    padding: 6px 1%;
}


/* Agent list------------------------- */

.agent_col_slno {
    width: 4%;
    text-align: center;
    padding: 6px 1%;
}

.agent_col_name {
    width: 24%;
    text-align: left;
    padding: 6px 1%;
}

.agent_col_mobile {
    width: 12%;
    text-align: left;
    padding: 6px 1%;
}

.agent_col_comm {
    width: 12%;
    text-align: center;
    padding: 6px 1%;
}

.agent_col_address {
    width: 30%;
    text-align: left;
    padding: 6px 1%;
}

.agent_col_actions {
    width: 12%;
    text-align: center;
    padding: 6px 1%;
}

#agent_commission_list,
#dr_commission_list {
    position: fixed;
    inset: 0;
    background-color: rgb(0 0 0 / 79%);
    overflow-y: scroll;
    padding-top: 42px;
    z-index: 1;
}

#agent_commission_container {
    background: #eaf1f5fc;
    position: absolute;
    /* height: 550px; */
    width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 14px 25px 14px 25px;
    box-shadow: 0 0 7px 0.3px #0c0b0b;
    font-size: var(--fontSize);
}

#ac_test_list_container {
    height: 94%;
    overflow-y: scroll;
    background: white;
}

.ac_row_column_one {
    width: 50px;
    text-align: center;
}

.ac_test_row_column_two {
    width: 400px;
    padding-left: 20px;
}

.ac_test_row_column_three {
    width: 100px;
    text-align: center;
}

.ac_test_row_column_four {
    width: 90px;
    text-align: right;
    padding-right: 20px;
}

.ac_test_row_column_five {
    width: 90px;
    text-align: right;
    padding-right: 6px;
}


/* End test */


/* Branch Section -------------------------*/

.branch_col_slno {
    width: 5%;
    text-align: center;
    padding: 6px 1%;
}

.branch_col_name {
    width: 35%;
    text-align: left;
    padding: 6px 1%;
}

.branch_col_address {
    width: 45%;
    text-align: left;
    padding: 6px 1%;
}

.branch_col_actions {
    width: 12%;
    text-align: center;
    padding: 6px 1%;
}

.tests_col_actions img,
.doctor_col_actions img,
.agent_col_actions img {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    cursor: pointer;
}


/* Billng Summary ------------------------*/

.bill_summary_slno {
    width: 4%;
    text-align: center;
    padding: 6px 1%;
}

.bill_summary_billno {
    width: 9%;
    text-align: left;
    padding: 6px 1%;
}

.bill_summary_date {
    width: 8%;
    text-align: center;
    padding: 6px 1%;
}

.bill_summary_patient_name {
    width: 14%;
    text-align: left;
    padding: 6px 1%;
}

.bill_summary_test_name {
    width: 30%;
    text-align: left;
    padding: 6px 1%;
}

.bill_summary_status {
    width: 24%;
    text-align: left;
    padding: 6px 1%;
}

.bill_summary_actions {
    width: 12%;
    text-align: center;
    padding: 6px 1%;
}


/* Doctor's Summary ------------------------*/

.dr_list_drpdon {
    position: absolute;
    display: flex;
    font-size: 15px;
    padding: 10px 0px;
    /* left: 12px; */
    top: 11px;
    /* height: 26px; */
}

.doctor_summary_slno {
    width: 5%;
    text-align: center;
    padding: 6px 1%;
}

.doctor_summary_billno {
    width: 14%;
    text-align: center;
    padding: 6px 1%;
}

.doctor_summary_date {
    width: 15%;
    text-align: center;
    padding: 6px 1%;
}

.doctor_summary_patient_name {
    width: 20%;
    text-align: left;
    padding: 6px 1%;
}

.doctor_summary_totAmt {
    width: 10%;
    text-align: right;
    padding: 6px 1%;
}

.doctor_summary_adjAmt {
    width: 9%;
    text-align: right;
    padding: 6px 1%;
}

.doctor_summary_advAmt {
    width: 9%;
    text-align: right;
    padding: 6px 1%;
}

.doctor_summary_dueAmt {
    width: 9%;
    text-align: right;
    padding: 6px 1%;
}


/* Test Statistisc-------------------------------------- */

.filter_date_between {
    /* position: absolute; */
    display: flex;
    /* top: 22px; */
    right: 10px;
}
.filter_date_between_polyclinic {
    position: absolute;
    display: flex;
    top: 22px;
    right: 10px;
}

#date_from,
#date_to,
#eg_date_from,
#eg_date_to,
#egi_date_from,
#egi_date_to {
    /* font-size: var(--fontSize); */
    margin-left: 2px;
    padding: 4px;
    width: 110px;
    border: 1px solid #8080808a;
}

.test_statistics_slno {
    width: 5%;
    text-align: center;
    padding: 6px 1%;
}

.test_statistics_test_name {
    width: 60%;
    text-align: left;
    padding: 6px 1%;
}

.test_statistics_No_of_test {
    width: 10%;
    text-align: center;
    padding: 6px 1%;
}

.test_statistics_amount {
    width: 20%;
    text-align: right;
    padding: 6px 1%;
}

@media (max-width: 750px) {
    .fixed_header {
        left: 60px;
    }
}
