.message.service {
  display: none;
}
.__i_.v3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.__i_.v3 .message {
  max-width: 74rem;
  position: relative;
  z-index: 1;
  margin-bottom: 3px;
}
@media only screen and (max-width: 40em) {
  .__i_.v3 .message {
    max-width: 88%;
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .__i_.v3 .message {
    max-width: 100%;
  }
}
.__i_.v3 .message:not(.further-msg) {
  margin-top: 2.8rem;
}
@media only screen and (max-width: 40em) {
  .__i_.v3 .message:not(.further-msg) {
    margin-top: 2.2rem;
  }
}
.__i_.v3 .message.user-admin {
  align-self: flex-end;
}
.__i_.v3 .message.user-admin:not(.further-msg) .body {
  border-radius: 1.6rem 0 1.6rem 1.6rem;
}
.__i_.v3 .message.user-admin .body {
  margin-right: 5.6rem;
  padding: 1.6rem 7rem 1.6rem 2.4rem;
}
@media only screen and (max-width: 40em) {
  .__i_.v3 .message.user-admin .body {
    margin-right: 4.6rem;
    padding: 1.6rem 1.6rem 2rem 1.6rem;
  }
}
.__i_.v3 .message.user-admin .userpic {
  right: 0;
  background-color: #ff6362;
}
.__i_.v3 .message.companion-one {
  align-self: flex-start;
}
.__i_.v3 .message.companion-one:not(.further-msg) .body {
  border-radius: 0 1.6rem 1.6rem 1.6rem;
}
.__i_.v3 .message.companion-one .body {
  margin-left: 5.6rem;
  padding: 1.6rem 7rem 1.6rem 2.4rem;
}
@media only screen and (max-width: 40em) {
  .__i_.v3 .message.companion-one .body {
    margin-left: 4.6rem;
    padding: 1.6rem 1.6rem 2rem 1.6rem;
  }
}
.__i_.v3 .message.companion-one .userpic_wrap.forwarded .userpic {
  left: 2.3rem;
  top: 1.6rem;
}
@media only screen and (max-width: 40em) {
  .__i_.v3 .message.companion-one .userpic_wrap.forwarded .userpic {
    left: 1.7rem;
  }
}
.__i_.v3 .message.companion-one .userpic {
  left: 0;
  background-color: #6362ff;
}
.__i_.v3 .message .body {
  position: relative;
  z-index: 1;
  min-width: 16rem;
  background-color: #f3f3f3;
  border-radius: 1.6rem;
}
@media only screen and (max-width: 40em) {
  .__i_.v3 .message .body {
    min-width: unset;
  }
}
.__i_.v3 .message .body.forwarded {
  background-color: #fff;
  padding-right: 2.4rem;
}
@media only screen and (max-width: 40em) {
  .__i_.v3 .message .body.forwarded {
    margin-left: 5rem;
    padding: 1.6rem;
    margin-bottom: 1rem;
  }
}
.__i_.v3 .message .body img {
  max-width: 100%;
  height: auto !important;
}
.__i_.v3 .message .sticker_wrap {
  text-align: center;
}
.__i_.v3 .message .userpic {
  width: 4.8rem !important;
  height: 4.8rem !important;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffb962;
}
@media only screen and (max-width: 40em) {
  .__i_.v3 .message .userpic {
    width: 4rem !important;
    height: 4rem !important;
  }
}
.__i_.v3 .message .userpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.__i_.v3 .message .from_name, .__i_.v3 .message .reply_to {
  display: none;
}
.__i_.v3 .message .date {
  position: absolute;
  z-index: 1;
  font-size: 1.2rem;
  font-weight: 500;
  color: #868686;
  right: 2.4rem;
  bottom: 1.4rem;
}
@media only screen and (max-width: 40em) {
  .__i_.v3 .message .date {
    right: 1.4rem;
    bottom: 0;
  }
}
.__i_.v3 .message .photo_wrap {
  pointer-events: none;
}
