.comment-area .form-comment-wrap {
    width: 100%;
}

.comment-area .comment-body {
    width: 100%;
}

.comment-area .comment-headicon .headicon {
    width: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.comment-area .time {
    font-size: 12px;
    color: #969696;
}

.comment-children-list {
    margin-top: 20px;
    padding: 5px 0 5px 20px;
    border-left: 2px solid #d9d9d9;
}

.comment-children-list .comment {
    border-bottom: 1px dashed #eee;
}

.comment-area ul, .comment-area li {
    list-style: none;
    padding-top: 20px;
}

.comments > .comment {
    border-top: 1px solid #f0f0f0;
    padding: 20px 0 30px;
}

.comment-body {
    margin: 10px 0;
}

.comment-body .user-name {
    color: #3194d0;
}

.comment-children-list .comment-body {
    padding: 0 0 5px;
}

.comment-actions a {
    color: #969696;
    font-size: 14px;
    padding: 5px 0;
    margin-right: 10px;
}

.add-comment-btn {
    color: #969696 !important;
    cursor: pointer;
}

.more-comment {
    padding: 10px 0;
}

.emoji-modal ul li {
    display: inline-block;
}

.emoji-modal-wrap {
    position: relative;
}

.emoji-modal-wrap .emoji-modal-header {
    padding: 20px 0 10px;
    margin: 0;
    background: #EEEEEE;
    text-align: center;
    display: block;
}

.emoji-modal-wrap .emoji-modal-header .nav-link {
    border: none;
}

.emoji-modal-wrap .emoji-modal-header a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #999999;
    text-indent: -9999px;
    border-radius: 100%;
    padding: 0;
}

.emoji-modal-wrap .emoji-modal-header li.active a, .emoji-modal-wrap .emoji-modal-header a:hover {
    background: #2F2F2F;
}

.comment-area .arrow-top:after, .comment-area .arrow-top:before {
    position: absolute;
    top: -9px;
    left: 45%;
    content: "";
    display: inline-block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.emoji-modal-wrap .emoji-modal.arrow-top::before {
    border-bottom-color: #d9d9d9;
    left: 8px;
}

.emoji-modal {
    display: none;
}

.emoji-modal-wrap .emoji-modal {
    position: absolute;
    top: 40px;
    left: -10px;
    width: 360px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1050;
}

.emoji-modal .tab-content ul {
    padding: 8px;
}

.emoji-modal .tab-content ul li {
    font-size: 0;
}

.emoji-modal .tab-content ul li span.emoji-sizer {
    font-size: 1em;
    line-height: 1em;
    font-size: 24px;
}

.emoji-modal-wrap .tab-content ul li {
    display: inline-block;
    padding: 6px 5px !important;
    border-radius: 3px;
    cursor: pointer;
    float: left;
}

.emoji-modal-wrap .tab-content ul li:hover {
    background-color: rgba(180, 180, 180, 0.2);
}

.comment-body {
    overflow: visible;
}

.emoji-modal-shadow {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1040;
}

.load-more-comments-btn {
    cursor: pointer;
}

.hide-more-comments-btn {
    display: none;
    cursor: pointer;
}

.comment-filter-btns .btn.active {
    color: #969696;
}

.comment-delete-btn {
    visibility: hidden;
}

.comment-body:hover > .comment-actions .comment-delete-btn {
    visibility: visible;
}
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}


