/*
  from me
 */
.from-mess-wrapper .mess-img {
  height: 150px;
  border-radius: 20px 0 20px 20px;
  background-position: center;
  background-size: cover;
}

.from-mess-wrapper {
  margin: 15px 0px;
  display: flex;
  justify-content: flex-end;
}

.from-mess-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.from-mess-wrapper .from-mess {
  max-width: 350px;
  width: fit-content;
  padding: 10px;
  border: 1px solid #c7d0e8;
  border-radius: 20px 0px 20px 20px;
  background-color: #ebf0fe;
  color: #799af8;
  font-size: 14px;
  min-height: 42px;
}

.from-mess-wrapper .mess-img {
  max-width: 350px;
  min-width: 300px;
  height: 150px;
  border-radius: 20px 0 20px 20px;
  background-position: center;
  background-size: cover;
}

/*
  to me
 */
.to-me-mess-wrapper {
  margin: 15px 0px;
}

.to-me-mess-wrap {
  display: flex;
  justify-content: end;
}

.to-me-mess-wrap .img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

/*
_________________________________
 */

.to-me-mess-wrapper .from-mess {
  max-width: 350px;
  width: fit-content;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 0px 20px 20px 20px;
  font-size: 14px;
  color: #979eab;
  display: flex;
  align-items: unset;
  justify-content: space-between;
  background: white;
  min-height: 42px;
}

.to-me-mess-wrapper .mess-img {
  max-width: 350px;
  min-width: 300px;
  height: 150px;
  border-radius: 0px 20px 20px 20px;
  background-position: center;
  background-size: cover;
}

.user-mess .check {
  font-size: 10px;
  margin-left: 5px;
}

/*system-message*/

.system-message {
  text-align: center;
  font-size: 13px;
  color: #969696;
  margin: 25px 0px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
}

.system-message div {
  border: 1px solid #969696;
  padding: 5px 8px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: -15px;
}

/*system-message*/


/* module**/

.module .personal-message .to-me-mess-wrapper .mess-img {
  min-width: 260px;
}

.module .from-mess-wrapper .from-mess {
  max-width: 260px;
}
.module .personal-message .from-mess-wrapper .mess-img {
  min-width:  260px;
}

.module  .to-me-mess-wrap {
  max-width: 315px;
}


/* module**/

@media (max-width: 414px) {
  .from-mess-wrapper .mess-img,
  .to-me-mess-wrapper .mess-img {
    min-width: 230px;
  }
  .mess-img .check {
    left: 90%;
  }
  .from-mess-wrapper .from-mess,
  .to-me-mess-wrapper .from-mess {
    max-width: 230px;
  }
}


@media (max-width: 320px) {
  .from-mess-wrapper .mess-img,
  .to-me-mess-wrapper .mess-img {
    min-width: 200px;
  }
  .mess-img .check {
    left: 90%;
  }
  .from-mess-wrapper .from-mess,
  .to-me-mess-wrapper .from-mess {
    max-width: 200px;
  }
}
