.highlight-comment-btn.plus 
{
    opacity: 0;
    transition: all .3s linear;
}
.ju-content-chuong p:hover > .highlight-comment-btn.plus 
{
   opacity: 1;
}
.ju-content-chuong .highlight-comment-btn
{
    cursor: pointer;
    background-image: url(../images/comment-icon.png);
    background-size: cover;
    height: 24px;
    display: inline-block;
    width: 30px;
    font-size: 15px;
    text-align: center;
    background-position: center center;
    transform: translate(0%, -50%);
    line-height: 23px;
    color:#212121 !important;
}
.highlight-comments .label 
{
    font-size: 24px;
    font-weight: 700;
}
.highlight-comments .close 
{
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}
.highlight-comments .close  span 
{
    margin-left:2px;
}
.highlight-comments .label-contanier 
{
    padding:14px 24px;
    background-color: #F5EFFD;
}
.highlight-comments .comment-para-item .avatar
{
    height:32px;
    width:32px;
    border-radius: 100%;
}
.highlight-comments .list-comment 
{
    padding:16px 24px;
    max-height: 800px;
    overflow: auto;
    background-color:white;
}
.highlight-comments .list-comment::-webkit-scrollbar {
    display: none; 
}
.highlight-comments .comment-para-item 
{
    padding:16px;
    border-bottom: 1px solid #CE68B2;
}
.highlight-comments .comment-para-item .uk-text-meta 
{
    margin-top:4px;
    margin-bottom: 8px;
}
.highlight-comments .comment-para-item .user strong
{
    font-size: 18px;
    white-space: nowrap;
}
.highlight-comments .comment-para-item  .action_comment 
{
    margin-top:8px;
}
.ju-highlight-icon 
{
    background-color: #fff !important;
    border-radius: 24px;
    padding: 8px !important;
}
#highlight-comment-submit
{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translate(0%, -50%);
    background: linear-gradient(90deg, #CE68B2 0%, #6EA3FA 100%);
    border:none;
    height:24px;
    width:24px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
}
#highlight-comment-form 
{
    padding:14px 24px;
    background-color: #F5EFFD;
}
#highlight-comment-editor
{
    background-color: white;
    border-radius: 10px;
    font-size: 14px;
    color:#6A6A6A;
    height:40px;
    display: flex;
    align-items: center;
    padding:8px 0px;
    padding-left:15px;
}
#highlight-comment-form .btn-icon 
{
    padding:10px;
    height:40px;
    width:40px;
    box-sizing: border-box;
    border-radius: 100%;
    background: #6DA2F94D;
    border: none;
    cursor: pointer;
}
.comment-para-item .replies
{
    margin-top: 32px;
    padding-left: 32px;
}
.comment-para-item .replies .highlight-reply-item:nth-child(n+2)
{
    margin-top:16px;
}
[contenteditable="true"][data-placeholder]:empty:before {
    content: attr(data-placeholder);
    color: #aaa;
    pointer-events: none;
    display: block;
}
#comment-para-mobile .uk-modal-dialog
{
   background-color:transparent;
}
#comment-para-mobile .highlight-comments
{
    background-color:white;
}
@media(max-width:959px)
{
    .highlight-comments .list-comment
    {
        max-height:500px;
    }
    .highlight-comment-btn.plus
    {
        opacity: 1;
    }
}