.table-hover>tbody>tr:hover {
    background-color: transparent!important;
}
.box_chat {
  height:300px;
  width: 96%!important;
  overflow-y:auto;
  overflow-x:hidden;
}
.bloco_all {
  display:flex;
  min-width:100%;
  max-width:100%;
  width:100%;
}
.bloco_avatar{
  justify-content: center;
  width:50%;
  display:flex
}
.div_grid {
  display:grid;
  justify-content:center;
}
.chat_avatar{
  /* margin-top:8px;
  align-self: end;
  margin-left: 20%; */
}
.chat_username{
  max-width: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serador_avatar_msg {
  width: 0px!important;
  border:1px solid blue;
  padding: 0!important;
  margin: 20px 2px;
}
.bloco_msg{
  align-items: center;
  display: flex;
  width:240%
}

/* @media (min-width:1600px) and (max-width: 19000px) {
  .panel {
    height: 658px;
  }
  .box_chat {
    height: 580px;
  }
}
@media(min-width:1920px){
  .panel {
    height: 776px;
  }
  .box_chat {
    height: 700px;
  }
} */
