.kaomoji-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
}

.kaomoji-item {
     /* Thêm con trỏ tay khi di chuột qua */
    display: flex;
    flex-direction: column;
    margin: 0.25rem;
    font-size: 1.75rem;
    cursor: pointer;
    border-radius: 3px;
    padding: 0.4rem;
    border: 1px solid #bcbcbc;
    background: #f6f6f6;
    white-space: nowrap;
    min-width: 3.9rem;
    text-align: center;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.kaomoji-item:hover {
    background-color: #f0f0f0; /* Hiệu ứng hover */
}

.kaomoji-interact-front {
  margin-left: 5px;
  background: #ebebeb;
  padding: 3px 10px;
  border: 1px solid #9E9E9E;
  border-radius: 3px;
  font-size: 15px;
  color: #000;
}
.kaomoji-interact-front.copyKmoji:before {
    content: "Copy";
}
.kaomoji-interact-front.dislike:before {
    content: "Dislike";
}