.chat-corner-action-text {
  position: absolute;
  right: 10px;
  bottom: 65px;
  width: calc(100% - 20px);
  margin: 0;
  overflow: hidden;
  color: #555555;
  font-size: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  z-index: 99;
  background-color: white;
  padding-top: 4px;
}
