.customer-chats h2 {
    margin-top: 0!important;
    margin-bottom: 24px!important;
}
.customer-chats .shop_table {

}
.customer-chats table.shop_table thead tr th {
    border-bottom: 1px solid #ecf0f4!important;
    color: #717680!important;
}
.customer-chats table.shop_table tbody tr {
    cursor: pointer;
}
.customer-chats table.shop_table tbody td {
    padding: 12px 8px!important;
}
.customer-chats table.shop_table tbody td span {
    text-align: center;
}
.customer-chats table.shop_table tbody td.new-msg {
    padding: 8px 8px!important;
}
.customer-chats table.shop_table .new-msg span {
    color: #ffffff;
    background-color: #EB5757;
    padding: 4px;
    border-radius: 4px;
}