::-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: #fff;
    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: #fff;
    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;
    position: fixed;
    right: -75px;
    z-index: 9;
    transform: rotate(270deg);
    top: 170px;
}

.dashboard-fixed-tab .tab-button {
    background: #cec8c8;
    padding: 10px 18px;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
}

.dashboard-fixed-tab .dashboard-active-tab {
    background:#0a1952;;
    cursor: auto;
    pointer-events: none;
}

.sidebar_header {
    background:#fff;
    padding: 5px 20px;
    position: relative;
        border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.sidebar_header h3 {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    width: 158px;
    color: #444;
}

.sidebar_header p {
    font-size: 12px;
}

.sidebar_bottom {
    position: absolute;
    top: 103px;
    bottom: 20px;
    left: 0;
    right: 0;
    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: 12px 8px;
}

.menu_item_group i {
    position: absolute;
    right: 13px;
}

.menu_item {
    padding: 4px 3px;
}
#user_org_name{
    color: #444;
}
.menu_item_img {
    position: absolute;
    /* right: 20px; */
    top: 17px;
    width: 18px;
    cursor: pointer;
}

#menu_item_group_left_i {
    font-size: 20px;
    position: unset;
}

#menu_item_group_right_i {
 font-size: 17px;
    position: absolute;
    right: 13px;
    top: 15px;
    color: #a5a5a5;
}

.menu_item i {
    font-size: 14px;
}

.menu_Name {
    margin-left: 30px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #444;
}

.menu_Name:hover {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #0a1952;
}

.sidebar_submenu {
    padding-left: 20px;
    display: none;
    background-color: #f4f6f9;
    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: #f4f6f9;
    border-left: 3px solid #4141c8;
    color: #0a1952;
}
.submenu_item_group:hover .submenu_Name{color: #0a1952;}
.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: 20px;
    box-shadow: 0px 0px 9px 0px rgb(70 110 244 / 19%);
}

.db_total_value_container img {
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    /* background-color: #ced8ea; */
    border-radius: 50%;
    opacity: 0.4;
}

.db_total_value {
    padding: 4px 5px;
    margin-left: 10px;
}

.db_total_value_container h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.db_total_value_container h3 {
    font-size: 14px;
    font-weight: 400;
    color:#fff;
}

.dIcon{
    display: flex;
    align-items: center;
    margin-left: auto;
}

/* Commission section ---------------------------*/

#db_commission_containr {
    display: flex;
    padding: 0px 6px 4px 12px;
    position: relative;
    margin-top: 10px;
    gap: 20px;
}

#db_agent_container,
#db_doctor_container {
    margin: 0px 0px;
    width: 48.8%;
    height: -webkit-fill-available;
        background-color: #fff;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #deebfd;
    box-shadow: -8px 12px 18px 0 #dadee8;
}

#db_doctor_continr_header {
    position: relative;
    display: flex;
   border-bottom: 1px solid rgba(148, 148, 148, 0.2);
    padding: 0 6px;
}

#db_doctor_continr_header h3 {
    font-weight: normal;
    padding: 10px 5px;
        color: #3a405b;
    font-size: 14px;
    font-weight: 600;
    
    line-height: 32px;
    min-height: 32px;
}

#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%;
}

.mainBxD{
    display: flex;
    gap: 20px;
    margin: 0 10px;
}
.mainBxDInr{
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #deebfd;
    box-shadow: -8px 12px 18px 0 #dadee8;
    width: 50%;
}
/* DB Test summary */

#db_test_containr {
    margin: 12px 15px;
    width: 97.8%;
    height: 400px;
   background-color: #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #deebfd;
    box-shadow: -8px 12px 18px 0 #dadee8;
}

.db_test_list_header {
    display: flex;
   border-bottom: 1px solid rgba(148, 148, 148, 0.2);
    margin-bottom: 2px;
    background: transparent;
    padding: 5px 0;
}

.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;
    }
}

.ViewTop .db_total_value_container:nth-child(1){
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.ViewTop .db_total_value_container:nth-child(2){
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}
.ViewTop .db_total_value_container:nth-child(3){
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}
.ViewTop .db_total_value_container:nth-child(4){
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}
.ViewTop .db_total_value_container:nth-child(5){
    background: linear-gradient(135deg, #b2ea59 0%, #ff6a00 100%);
}
.ViewTop .db_total_value_container:nth-child(6){
    background:linear-gradient(135deg, #2ee1c3 0%, #088ea1 100%);
}
.ViewTop .db_total_value_container{
    position: relative;
    overflow: hidden;
}
.ViewTop .db_total_value_container:after{
        content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}