.mojis-container {
    text-align: center;
    margin-bottom: 20px;
}

#mojis-name {
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    border: 0;
}

#mojis-search {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    cursor: pointer;
}

#mojis-search:hover {
    background-color: #3e8e41;
}

#mojis-processing {
    margin-top: 10px;
    font-style: italic;
}

#mojis-result {
    margin-top: 20px;
}
span.copy_variant.copy-btn::before { content: "Copy"; }
.emoji-ctn {
    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;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    align-items: center;
    justify-content: center;
}
.emoji-list .emoji-ctn .similar-btn {
    border-radius: 3px;
    background: none;
    border: 1px solid #333333;
    padding: 0 7px;
    color: #333;
}
.mojis-container {
    border: 0px solid #f00;
    border-radius: 8px;
    background: #ffd2d2;
    padding: 20px;
}

.emoji-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.5rem;
}
.emoji-list .emoji-ctn {
    display: flex;
    flex-direction: column;
    margin: 0.25rem;
}
/* CSS cho danh sách gợi ý */
#mojis-suggestions {
    margin-top: 10px;
    text-align: left;
}

.mojis-suggestion {
    display: inline-block;
    margin: 5px;
    padding: 0px 10px;
    background-color: #E91E63;
    border: 0;
    border-radius: 99px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

.mojis-suggestion:hover {
    background-color: #e0e0e0;
}