


/* Emoji Size Adjust ment Added on Jan 10 2025 by Laura */
.emo_chat {
    height: 30px; /* Adjust size to your preference */
    width: auto; /* Maintain aspect ratio */
    vertical-align: bottom;/* Ensures proper alignment */
    line-height: 1.2; /* Adjust the line height of the container */
}

.emoticon img, .sticker img, .custom_emo img {
    height: 48px; /* Adjust size for other emoji elements */
    width: auto;
}

.hidden-h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px); /* ← this line is the key fix */
  white-space: nowrap;
  border: 0;
}

.hidden-h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px); /* ← this line is the key fix */
  white-space: nowrap;
  border: 0;
}