.head-msg {
  /* background-color: #009688; */
  background-color: #0d8272;
  border-radius: 4px 4px 0 0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.head-msg-icon {
  display: inline-flex;
  column-gap: 5px;
}

.direct-chat-text {
  border-radius: 0.3rem;
  background-color: #0d8272;
  border: 1px solid #0d8272;
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
}

/* box-chat */
.direct-chat-text-right {
  background-color: #0d8272;
  padding: 8px;
  border-radius: 8px;
  align-self: end;
  overflow-wrap: anywhere;
  text-align-last: start;
}

.direct-chat-text-left {
  background-color: #b5b3b3;
  padding: 8px;
  border-radius: 8px;
  align-self: start;
  overflow-wrap: anywhere;
  text-align-last: start;
}

/* parent chat */
.chat-left {
  display: flex;
  width: auto;
  flex-direction: row;
  text-align-last: start;
}

.chat-right {
  display: flex;
  width: auto;
  flex-direction: row-reverse;
  text-align-last: end;
}

.direct-chat-img {
  border-radius: 50%;
  float: left;
  height: 40px;
  width: 40px;
}
.direct-chat-msg-right {
  display: flex;
  justify-content: space-between;
}

.direct-chat-img-left {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-right: 5px;
}

.direct-chat-img-right {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-left: 5px;
}

a:hover {
  color: #0d8272;
}
a:active {
  color: #0d8272;
}

.centt {
  display: flex;
  align-items: center;
}

.time-msg {
  float: right;
  /* color: #0d8272; */
}

.row-custom {
  padding-bottom: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
