.emoji-picker-h5 {
  width: 100%;

  &-list {
    justify-content: space-between;
  }

  &-list::after {
    content: "";
    display: block;
    flex: 1 1 auto;
  }

  .send-btn {
    width: 50px;
    height: 30px;
    background-color: #1c66e5;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
  }
}
