.chat-row {
  margin-bottom: 15px;
}

.chat-avatar {
  border-radius: 80px;
  width: 33px;
  height: 33px;
}

.chat-bubble-inbound {
  line-break: normal;
  word-wrap: break-word;
  max-width: 100%;
  background: #eff2f8;
  min-height: 33px;
  border-radius: 10px;
  width: fit-content;
  min-width: 30px;
  padding: 6px 10px;
}

.chat-bubble-outbound {
  line-break: normal;
  word-wrap: break-word;
  max-width: 100%;
  background: #eff2f8;
  min-height: 33px;
  border-radius: 10px;
  width: fit-content;
  min-width: 30px;
  padding: 6px 10px;
}


  /* tipping */
  .chat-bubble-inbound-tip {
    background: linear-gradient(8deg, #71b86e 0%, #47a566 63.9%, #65b66b 62%, #89d698 100%);
    min-height: 33px;
    border-radius: 6px;
    width: fit-content;
    min-width: 30px;
    padding: 6px 10px;
    box-shadow: 0px 1px 3px 1px #36604b;
    color: #fff;
    font-weight: bold;
  }
  
  .chat-bubble-outbound-tip {
    background: linear-gradient(8deg, #71b86e 0%, #47a566 63.9%, #65b66b 62%, #89d698 100%);
    min-height: 33px;
    border-radius: 6px;
    width: fit-content;
    min-width: 30px;
    padding: 6px 10px;
    box-shadow: 0px 1px 3px 1px #36604b;
    color: #fff;
    font-weight: bold;
  }

  .chat-text-tip {
    font-family: 'Albert Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: 1px;
  }





.chat-name {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: bold;
  margin-right: 5px;
  font-family: Alata, sans-serif;
}

.chat-username {
  font-size: 14px;
  margin-bottom: 0px;
  color: rgb(150,154,159);
}

.chat-text {
  font-family: 'Albert Sans', sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
}

.chat-col-outbound {
  margin-left: 17%;
  padding-top: 0px;
}

.chat-col-inbound {
  padding-top: 0px;
  margin-right: 17%;
}

.chat-inbound-time {
  font-family: 'Albert Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  color: rgb(126,130,135);
}

.chat-outbound-time {
  font-family: 'Albert Sans', sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
  color: rgb(126,130,135);
  text-align: right;
}


/* Add this CSS to your stylesheet */
.message-compose-drawer-element {
  display: none;
}

.message-compose-drawer-element.show {
  display: block;
}


.matte-1 {
background: #ffffff;

}