::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
    background: rgb(32, 200, 230);
}

.sidebar {
    width: 226px;
    color: white;
    background: #242934;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

#user_name:hover {
    /* border-bottom: 1px solid blue; */
    color: yellow;
}

.branch_name_cntnr {
    text-align: center;
    display: flex;
    background: #6a7d91;
    padding: 6px 4px;
    align-items: center;
    /* justify-items: center; */
    /* margin: 0 auto; */
    height: 38px;
}

.dashboard-fixed-tab {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    border-radius: 20px;
    overflow: hidden;
    font-size: 14px;
}

.dashboard-fixed-tab .tab-button {
    background: #cec8c8;
    padding: 10px 18px;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
}

.dashboard-fixed-tab .dashboard-active-tab {
    background: #0acdf0;
    cursor: auto;
    pointer-events: none;
}

.sidebar_header {
    background: rgb(13 112 211);
    padding: 5px 20px;
    position: relative;
}

.sidebar_header h3 {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    width: 158px;
}

.sidebar_header p {
    font-size: 12px;
}

.sidebar_bottom {
    position: absolute;
    top: 103px;
    bottom: 20px;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 2px 0px rgb(70 110 244 / 57%);
    overflow-y: scroll;
    overflow-x: hidden;
}

.sidebar_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #f6f1f11f;
    font-size: 14px;
}

.sidebar_menu {
    padding: 8px 0px 6px 2px;
    list-style: none;
}

.menu_item_group {
    position: relative;
    display: inline-block;
    width: 96%;
    cursor: pointer;
    padding: 6px 8px;
}

.menu_item_group i {
    position: absolute;
    right: 13px;
}

.menu_item {
    padding: 4px 3px;
}

.menu_item_img {
    position: absolute;
    /* right: 20px; */
    top: 8px;
    width: 18px;
    cursor: pointer;
}

#menu_item_group_left_i {
    font-size: 20px;
    position: unset;
}

#menu_item_group_right_i {
    font-size: 20px;
    position: absolute;
    right: 13px;
    top: 8px;
}

.menu_item i {
    font-size: 14px;
}

.menu_Name {
    margin-left: 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fbfbfbc2;
}

.menu_Name:hover {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #979393c2;
}

.sidebar_submenu {
    padding-left: 20px;
    display: none;
    background-color: #171b22;
    list-style: none;
    width: 91%;
    padding-bottom: 5px;
    padding-top: 5px;
}

.submenu_Item {
    padding: 4px 6px;
}

.submenu_item_group {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 5px;
    background-color: #fcfcfc00;
    border-left: none;
}

.submenu_item_group:hover {
    background-color: #07426f;
    border-left: 3px solid #4141c8;
}

.submenu_Name {
    color: #b3b0b0;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding-left: 5px;
}

.dashboard_right {
    background: #f1f5f9;
    position: fixed;
    top: 0;
    left: 227px;
    right: 0;
    bottom: 0;
    /* overflow-x: hidden; */
    overflow-y: scroll;
    z-index: 1;
}


/* DASHBOARD SECTION------------------------------- */

.btn_date_selction {
    background-color: #ffffff;
    color: white;
    padding: 3px;
    font-size: 18px;
    border: none;
    outline: none;
}

.date_selction_dropdown {
    /* position: absolute; */
    display: none;
}

.date_selction_dropdown_content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    z-index: 1;
    padding: 6px;
}

.btn_date_selction i {
    color: black;
    width: 20px;
    height: 20px;
}

.date_selction_dropdown_content p {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.date_selction_dropdown_content p:hover {
    background-color: #ddd;
}

.date_selction_dropdown:hover .date_selction_dropdown_content {
    display: block;
}


/* Date selection */

.dashboard_container_billing {
    display: flex;
    flex-wrap: wrap;
    padding: 26px 1px;
}

.db_total_value_container {
    display: flex;
    width: 26%;
    min-width: 180px;
    margin: 15px;
    padding: 20px 15px;
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 9px 0px rgb(70 110 244 / 19%);
}

.db_total_value_container img {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    /* background-color: #ced8ea; */
    border-radius: 50%;
}

.db_total_value {
    padding: 4px 5px;
    margin-left: 10px;
}

.db_total_value_container h1 {
    font-size: 15px;
    font-weight: bold;
}

.db_total_value_container h3 {
    font-size: 14px;
    font-weight: bold;
}


/* Commission section ---------------------------*/

#db_commission_containr {
    display: flex;
    padding: 0px 6px 4px 12px;
    position: relative;
    margin-top: 10px;
}

#db_agent_container,
#db_doctor_container {
    margin: 0px 5px;
    width: 48.8%;
    height: -webkit-fill-available;
    background-color: white;
}

#db_doctor_continr_header {
    position: relative;
    display: flex;
    background: #d9dfe4;
    padding: 0 6px;
}

#db_doctor_continr_header h3 {
    font-weight: normal;
    padding: 10px 5px;
}

#db_doctor_continr_header p {
    padding: 10px 10px;
    font-weight: bold;
}

.ac_comm_list_containr,
.db_list_containr {
    height: calc(100vh - 280px);
    overflow: scroll;
}

#db_agent_comm_amt,
#db_dr_comm_amt,
#ac_dr_comm_amt,
.ac_agent_comm_amt_div {
    position: absolute;
    right: 0;
    text-align: right;
    padding-right: 10px;
}


/* DB Doctor Summary */

.db_dr_summary_slno {
    width: 6%;
    text-align: center;
    padding: 6px 1%;
}

.db_dr_summary_dr_name {
    width: 64%;
    text-align: left;
    padding: 6px 1%;
}

.db_dr_summary_amount {
    width: 30%;
    text-align: right;
    padding: 6px 3%;
}


/* DB Test summary */

#db_test_containr {
    margin: 12px 8px;
    width: 97.8%;
    height: 400px;
    background-color: white;
    border: 1px solid #d9dfe4;
}

.db_test_list_header {
    display: flex;
    box-shadow: 0px -2px 5px 0px rgb(220 220 220);
    margin-bottom: 2px;
    background: transparent;
    border-bottom: 2px solid #0000003b;
}

.db_test_list_slno {
    width: 6%;
    text-align: center;
    padding: 8px 1%;
}

.db_test_list_test_name {
    width: 60%;
    text-align: left;
    padding: 8px 1%;
}

.db_test_list_no_of_test {
    width: 10%;
    text-align: center;
    padding: 8px 1%;
}

.db_test_list_amount {
    width: 20%;
    text-align: right;
    padding: 8px 3%;
}


/* billing_window_active_driver_selection */


/* these classes should not be used any other places */

.billing_window_active_driver_selection,
.billing_window_active_test_selection,
.billing_window_active_agent_selection {
    background: #a0c2e3;
}

.billing_window_selected_doctor,
.billing_window_selected_test,
.billing_window_selected_agent {
    background: #007eff;
    color: white;
}

.billing_window_selected_test {
    background: #007eff;
    color: white;
}

.newly_selected_sign_master {
    border: 2px solid #0acdf0;
}

.menu_button {
    display: none;
    position: fixed;
    top: 5px;
    left: 10px;
    z-index: 1;
    width: 40px;
    cursor: pointer;
}
.close_menu_button {
    display: none;
    position: absolute;
    right: -40px;
    top: 0px;
    background: #6a7d91;
    cursor: pointer;
    width: 40px;
}

@media (max-width: 750px) {
    .sidebar {
        display: none;
        z-index: 2;
    }
    .dashboard_right {
        left: 0;
    }
    .menu_button {
        display: block;
    }
    .close_menu_button {
        display: block;
    }
}