.chat {
  display: block;
  height: 100%;
  overflow: hidden;
}

.tui-chat-h5 {
   //using https insteadof local image resources, avoiding [Network layer in render layer error]
  background-image: url("https://web.sdk.qcloud.com/im/desk/assets/background_mobile_1.png");
  background-size: cover;
  height: 100vh;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  /* #ifdef VUE2 */
  padding-bottom: 0;
  /* #endif */
  &-message-list {
    flex: 1;
    overflow: hidden;
    display: flex;
  }

  &-message-input {
    height: auto;
  }

  &-message-input-toolbar {
    order: 1;
    border: none;
    overflow-y: auto;
  }
  .tool-dialog-h5 {
    height: 100px;
  }
}

.tui-chat-uniapp {
  &-header {
    display: none;
  }
}

.group-profile {
  position: absolute;
  top: 14%;
  right: 0;
  width: 50px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 15px;
  z-index: 100;
  background-color: #ccc;
  opacity: 0.5;
}
