
#c_groupChat {
    height: 350px !important; /* Adjust this value to your desired height */
    overflow-y: scroll;
}

#c_tablelist_p {
    height: 330px !important; /* Adjust this value to your desired height */
    overflow-y: scroll;
}

#c_tablelist_p_alt {
    height: 330px !important; /* Adjust this value to your desired height */
    overflow-y: scroll;
}


#c_userList {
    height: 360px !important; /* Adjust this value to your desired height */
    overflow-y: scroll;
}

.img-round {
    border-radius: 50%;
}

.btn_off {
    background-color: #a1aab3 !important;
}


/* Styling for the overlay div */
#topdiv {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color:#DDDDDD;
    z-index: 100000; /* Make sure it's above other elements */
    display: none; /* Initially hidden */
}

