#add-comment-btn.active {
    color: #2a638d;
}

.btn-emoji {
    font-size: 22px;
    top: 2px !important;
    left: 24px !important
}

.comment-reply-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.sticker-icon-main {
    position: absolute;
    top: 25px;
    left: 22px;
}

.sticker-icon-reply {
    margin-left: 28px;
}

/* comment-text-block */
.comment-text-block {
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    word-wrap: break-word;
    max-height: 60px;
    width: 80%;
    min-height: 30px;
}

.comment-text-block:empty::before {
    content: attr(data-placeholder);
    color: #aaa;
    pointer-events: none;
}

.comment-sticker img {
    display: inline-block;
    width: 100px;
}

.comment-text-block-reply {
    margin-left: -5px;
    min-height: 38px;
    max-height: 200px;
    border-radius: 24px;
    padding: 6px;
}

.btn-comment-reply {
    font-size: 20px;
    cursor: pointer;
    color: #888;
    margin-right: 10px;
}