.EmojiPicker {
    position: absolute;
    z-index: 9999;
    bottom: 60px;
    right: 10px;
    width: 300px;
    background-color: #222;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    font-size: 18px;
    color: #fff;
  }
  .EmojiPicker .emoji {
    cursor: pointer;
    padding: 5px;
    display: inline-block;
  }
  