.emoji-popup {
    width: 50%;
    position: absolute;
    bottom: 60px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .emoji {
    padding: 5px;
    font-size: 1.5em !important;
    cursor: pointer;
  }

  #emoji-button {
    display: none;
    font-size: 1.5em !important;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }