:root {--primary: #bf2c24;}
.comment-form {margin-top: 10px;}
.comment-form.reply-form{margin-left: 45px;border-left: 5px solid #ddd;padding-left:20px;}
.comment-form textarea {
    width: 98%;
    height: 70px;
    background: #fff;
    border: 1px solid #ddd;
}

.comment-char-count {
    font-style: italic;
    font-weight: 600;
    font-size: 13px;
}
.comment-char-count span {
    color: #e74c3c;
}
.comment-char-count span.valid{
    color: #090;
}
.comment-form .text-right {
    text-align: right;
}
.comment-list { margin: 10px 0; background:#fff; color: #333;padding-top:10px;border-top: 1px solid #ddd;
}
.comment { padding: 10px 10px; transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s; background:#fff;
    display:flex;
    border-radius: 10px;
}
.comment.premium_2{background: #fff0f0;}
.comment.premium_1{background: #f0f8ff;}
.comment:after{content:"";display: table;clear: both;}
.comment.hash{background:#ddd;}
.comment.replyComment { padding-left: 30px; border-bottom: 1px dotted #ddd !important; clear: both;
}
.replyComment button{border:none;background:#2980b9;}
.comment .avatar{margin-right: 15px; width:40px;height:40px;position: relative;text-align:center;z-index:1;flex-shrink: 0;}
.comment img { width:40px;height:40px;border-radius: 30px;display:block;margin:0;}

.comment .comment-content { border: 0; flex-grow: 1;}
.comment.replyComment .comment-content{margin-left:25px;display:flex;}
.comment .comment-content .userinfo { margin-bottom: 5px; font-size: 13px;display:flex;flex-wrap: wrap;
}
.comment .comment-content .userinfo a { font-weight: 700; float: left; text-decoration: none; color: var(--primary);}
.comment.premium_2 .comment-content .userinfo a::after{content:"Super VIP";font-size:0.8em;padding:2px 4px; background: #ed2024;border-radius: 2px;margin-left: 4px;color: #fff;font-weight:normal;}
.comment.premium_1 .comment-content .userinfo a::after{content:"VIP";font-size:0.8em;padding:2px 4px; background: #3f5a93;border-radius: 2px;margin-left: 4px;color: #fff;font-weight:normal;}
.comment .comment-content .userinfo span { color: #aaa; font-size: 12px;
}
.comment .comment-content .userinfo span::before{margin: 7px 9px;float: left;width:4px;height:4px;border-radius: 3px;background: #aaa;content:"";}
.comment .comment-content .userinfo small{margin-left: 5px;color: var(--primary);}
.comment .comment-content .userinfo em{margin-left: 5px;font-size: 11px;padding: 0 5px;background: #ed2024;border-radius: 4px;height: 14px;line-height: 14px;color: #fff;}
.comment .comment-content .comment-at{font-size: 12px;color: #aaa;margin-bottom: 5px;font-style: italic;}
.comment .comment-content .message { line-height: 21px; overflow-x: hidden; text-align: left;}
.comment .comment-content .comment-text, .comment-textarea { width: 100%; border: 1px solid #eee; resize: none; font-size: 13px; height: 50px;
}
.comment .acts { float: right; text-align: right; font-size: 12px; line-height: 20px;
}
.comment .acts .action-reply-comment { font-weight: bold;
}
.comment .acts .action-like-comment { color: #ec5b24; padding-left: 10px; margin-left: 10px; border-left: 1px solid #ddd;
}
.comment .acts .action-like-comment.liked { color: #aaa; cursor: default;
}
.comment .acts .action-like-comment span { color: #aaa;
}
.comment .acts .action-remove-comment{ color: #aaa; padding-left: 10px; margin-left: 10px; border-left: 1px solid #ddd;
}
.comment.subComment { margin-top:5px;margin-left: 50px; border-left: 3px solid #eee;
}
#comment-more {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
#comment-more .paging{
    display: flex;
}

#comment-more .paging a,#comment-more .paging span{
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 10px;
}

#comment-more span.current{
    background-color: #bf2c24;
    color: #fff;
}