.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;
}
#quotePreview 
{
    height: auto;
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
    box-sizing: border-box;
    background-position: center center;
    overflow: hidden;
    position: relative;
}
#quotePreview::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #00000066;
    z-index: 1;
}
#quotePreview .quote-text 
{
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color:white;
}
#quotePreview > * {
    position: relative;
    z-index: 2;
}
#quote-modal .uk-modal-dialog
{
    padding:8px;
}

#quote-modal .bg-item img 
{
    height:98px;
    width: 98px;
    object-fit: cover;
}
#quote-modal .footer-modal
{
    text-align: center;
    padding:16px;
    background-color: #F5EFFD;
}
#quote-modal .download-btn
{
    border-radius: 10px;
}
#quote-modal .bg-item.active img
{
    border:3px solid #CE68B2;
}
#quote-modal .upload 
{
    background-color: transparent;
}
#quote-modal .bg-item 
{
    cursor: pointer;
}
#quote-modal .upload-container
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A064E8;
    padding:5px;
    height:98px;
    box-sizing: border-box;
}
#quote-modal .upload-container > div 
{
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px dashed white;
    height: 100%;
    width: 100%;
}
#quote-modal #quoteFrom
{
    font-style: italic;
}
#quote-modal #quoteAuthor 
{
    font-style: italic;
    font-weight: 300;
}
#quote-modal .quote-logo
{
    height:72px;
    object-fit: cover;
}

@media(max-width:959px)
{
    #quote-modal .background-grid
    {
        margin-left:-4px;
    }
    #quote-modal .background-grid > * 
    {
        padding-left:4px;
    }
    .highlight-comments .list-comment
    {
        max-height:500px;
    }
    .highlight-comment-btn.plus
    {
        opacity: 1;
    }
    #quotePreview
    {
        padding:16px;
    }
    #quotePreview .quote-text
    {
        font-size: 16px;
        line-height: 186%;
    }
    #quote-modal .bg-item img
    {
        height:56px;
        width:56px;
    }
    #quote-modal .upload-container
    {
        height:56px;
    }
}