.name_designer{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
.online {
  background: green;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  }
.offline {
  background: red;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  }
.title_colum_chat{
  height: 60px;
  color: white;
  display: flex;
  align-items: center;
  background: blue;
  border-top-left-radius: 5px;
  border-top-right-radius:5px;
  font-weight: 600;
  padding-left: 10px;
}
.line_bottom{
  border-bottom: 1px solid #c4c4c4;
  padding: 5px;
}
td{
  width: 265px;
border: 1px solid white;
}

/* @media (min-width: 1600px) {
  .wrap {
    left: 82.85%;
  }
} */
