.hideReplyForm {
    display: none;
}
 input, textarea {
    background: #dddddd;
}
#commentsForm input:focus, #commentsForm textarea:focus {
    background: #fff;
}

.children .comment__header, .children .comment__header--bg, .children .comment__body {
    background: #fff;
}
.comment__avatar {
    width: 100%;
    max-width: 40px;
    height: 40px;
    /*float: right;*/
    margin-left: 10px;
    /*shape-outside: margin-box;*/
}
.comment__authorName {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    color: #828282;
}
.comment__authorName:hover, .comment__authorName:focus {
    color: #333;
}
.commentList .comment__body time,
.CommentForm .comment__body time,
.comment ul .comment__body time {
    color: #ccc;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: inline-block;
    float: left;
}
.commentList .children .comment__body time,
.CommentForm .children .comment__body time,
.comment ul .children .comment__body time {
    color: #909090;
    display: inline-block;
    float: left;
}
.commentList .comment__content,
.CommentForm .comment__content,
.comment ul .comment__content {
    padding-right: 1rem;
    overflow: hidden;
}
.commentList p, .commentList pre, .commentList figure {
    margin: 0 0 1rem 0;
}
.commentList .reply {
    background: #cccccc;
    font-weight: 700;
    color: #434343;
    padding: 5px 15px;
    display: inline-block;
    font-size: 16px;
    border-top-right-radius: 15px;
}
.commentList .reply:hover {
    color: #fff;
    background: #e8e8e8;
    cursor: pointer;
}
.comment__header {
    background: #f9f9f9;
}
.comment__header--bg {
    background: #f9f9f9;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #aeaeae;
}
.comment__body {
    padding: 10px 15px;
    background: #fff;
    /*background: #f9f9f9;*/

}
.comment__time {
    display: inline-block;
    float: left;
    margin-left: 5px;
    padding: 2px;
}

.like, .dis_like {
    margin: 0;
    cursor: hand;
    border: 1px solid;
    padding: 2px 5px;
    border-radius: 5px;
    display: flex;
    align-items: baseline;
    float: left;
    background: #fff;
}

:disabled {
    background: #d9d9d97a;
    cursor: not-allowed;

    /*color: #ffffff*/
}

.like {
    border-color: #01dfba;
    color: #01dfba;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dis_like {
    border-top-left-radius: 0;
    border-color: #E62117;
    color: #E62117;
    border-bottom-left-radius: 0;
}

/*.like::before,.like::after{*/
/*clear: both;*/
/*}*/

.like i {
    font-size: 15px;
    color: #01dfba;
}

.dis_like i {
    font-size: 15px;
    color: #E62117;
}

.replyForm {
    padding: 1rem;
    display: none;
}

.comment__footer {
    border-bottom: 5px solid #cccccc;
    text-align: left;
    background: #fff;
}

.comment .children {
    margin: 1rem;
}

.children .comment {
    border: 1px solid #ccc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #fff;
    padding: 1rem;
}

.comment__like, .comment__author {
    display: inline-block;
    width: 49.999%;
    /*float: left;*/
}

.comment__authorWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    padding: 5px;
}

.unCommentable, .noComment {
    text-align: center;
}

.noComment__text {
    padding: 1rem;
    background: #fff;
    border: 1px solid #ccc;
    font-weight: 500;
    color: #01dfba;
}

.unCommentable__text {
    padding: 1rem;
    background: #fff;
    border: 1px solid #ccc;
    font-weight: 500;
    color: #E62117;
}

.comments dl, .comments menu, .comments ol, .comments ul {
    margin: 0;
    list-style: none;
}

.comments menu, .comments ol, .comments ul {
    padding: 0;
}

.commentList {
    /*min-width: 450px;*/
    margin: 0 auto;
    background: #f6f6f6;
    /*background: #ececec;*/
}

.comment {
    border: 1px solid #e9e9e9;
    /*border-bottom: 10px solid #f6f6f6;*/
    list-style: none;
    background: #f9f9f9;
    position: relative;
    font-size: 0.9rem;
}

.comment:not(:first-child) {
    margin-top: 1rem;
}