﻿#chat_body_block_div::-webkit-scrollbar {
    width: 6px;
}

#chat_body_block_div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #c1c1c1;
}

#chat_body_block_div::-webkit-scrollbar-thumb {
    background-color: #3a444e;
    outline: 1px solid #112131;
}

#chat_body_block_div {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #3a444e #c1c1c1;
}

 .table thead tr {
    background-color: #eee;
}

.table tfoot tr {
    background-color: #eee;
}
