.fcr-action-bar-chat {
  position: relative;
}
.fcr-chatroom-tooltip-content {
  display: flex;
  gap: 12px;
  position: relative;
}
.fcr-chatroom-tooltip-content-close {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: var(--fcr_cornerradius_round);
  right: -7px;
  top: -9px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fcr-chatroom-tooltip-content-close:hover {
  background: var(--fcr_web_ui_scene_hover);
}
.fcr-chatroom-tooltip-content-from {
  color: var(--fcr_ui_scene_icontext1);
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}
.fcr-chatroom-tooltip-content-from span {
  font-weight: 600;
}
.fcr-chatroom-tooltip-content-from,
.fcr-chatroom-tooltip-content-msg {
  text-align: left;
}
.fcr-chatroom-tooltip-content-msg {
  padding-top: 5px;
  color: var(--fcr_ui_scene_icontext1);

  font-size: 13px;
  line-height: 17px;
}
.fcr-chatroom-tooltip {
  max-width: 450px;
}

.fcr-action-bar-chat-wrapper {
  position: relative;
}
.fcr-action-bar-chat-unread-count {
  border-radius: var(--fcr_cornerradius_xs);
  border-color: var(--fcr_web_ui_scene_fill2);
  border-style: solid;
  border-width: 2px;
  height: 14px;
  line-height: 14px;
  background: var(--fcr_ui_scene_ramp_red6);
  color: var(--fcr_ui_scene_white10);
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px;
  padding: 0 4px;
  box-sizing: content-box;
  z-index: 1;
}
