.chatMessage {
  margin-bottom: 25px;
}
.chatMessage {
  margin-left: 25px;
  margin-right: 55px;
}
.chatMessageRight {
  margin-left: 55px;
  margin-right: 25px;
}
.chatMessage_title {
  color: #2a6fb0;
}
.chatMessage_titleRight {
  color: #51b513;
}
.chatMessage_text {
  font-size: 16px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 15px;
  color: #606060;
  position: relative;
}
.chatMessage_textRight {
  background-color: #edf5e1;
}
.chatMessage_header {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 22px);
}
.chatMessageRight .chatMessage_header {
  margin-left: auto;
}
.chatMessage_header_date {
  font-size: 16px;
  color: #656565;
  margin-left: 10px;
}
.chatMessage_header_dateRight {
  margin-left: auto;
}
.chatMessage_header_name {
  font-size: 16px;
  color: #2a6fb0;
  margin-left: 30px;
}
.chatMessage_header_nameRight {
  color: #51b513;
  margin-left: 10px;
  margin-right: 30px;
}
.chatMessage_header_avatar {
  position: absolute;
  top: -5px;
  left: -20px;
}
.chatMessage_header_avatarRight {
  right: -20px;
  left: unset;
}
/*.chatMessage_special {
  background-color: #f5faff;
}
.chatMessageRight .chatMessage_special {
  background-color: #edf5e1;
}*/
.chatMessage_specialIcon {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  margin-top: -34px;
  position: absolute;
  right: -22px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.chatMessage_textRight .chatMessage_specialIcon {
  left: -22px;
  right: unset;
}
.chatMessage_specialIcon img {
  max-height: 45%;
}
@media (min-width: 600px) {
  .chatMessage {
    margin-left: 45px;
    margin-right: 200px;
  }
  .chatMessageRight {
    margin-right: 45px;
    margin-left: 200px;
  }
  /*.chatMessage_specialIcon,
  .chatMessage_textRight .chatMessage_specialIcon {
    left: 0;
    right: 0;
  }*/
}
