.sticker-icon-main{
    position: absolute;
    top: 56px;
    font-size: 17px;
    left: 14px;
}

.sticker-icon-reply{
    padding-right: 7px;
}

/* comment-text-block */
.comment-text-block {
    overflow-y: auto;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    word-wrap: break-word;
    flex-grow: 1;
    border: 1px solid #ccc;
    padding: .5em 1em
}

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

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

.reading.night-mode {
    background-color: #f08c3e;
}

.taga.night-mode {
    background-color: #a567c8;
}

.add-tag.night-mode {
    border: gray dashed 1px;
    background-color: #ffffff00;
    color: #6f6f6f;
    cursor: pointer;
}


/* sticker wrapper */
/* .sticker-wrapper {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.sticker-bar {
    display: flex;
    justify-content: start;
    padding: 5px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

.sticker-bar img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 4px;
}

.sticker-block {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    max-width: 400px;
    max-height: 200px;
    overflow-y: auto;
}

.sticker-block img.sticker {
    width: 60px;
    height: 60px;
    margin: 5px;
    cursor: pointer;
} */