/* */
.chap-comments-padding {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 16px;
}

#title_chap_comments {
    text-transform: uppercase;
    color: #007f61;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

body.dark-theme #title_chap_comments {
    color: white;
}

#list_chap_comments {
    margin-top: 15px;
}

#list_chap_comments li {
    margin-bottom: 25px;
    position: relative;
}

#list_chap_comments li,
#list_chap_comments li a {
    color: black;
}

#list_chap_comments .comment-padding {
    background-color: #f2f2f2;
    border-radius: 12px;
    padding: 8px 12px;
}

#list_chap_comments .comment-author {
    font-weight: bold;
    color: blueviolet;
}

#list_chap_comments .comment-content {}

#list_chap_comments .comment-tools {
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 12px;
    display: none;
}

#list_chap_comments li:hover .comment-tools {
    display: block;
}

#list_chap_comments .comment-tools div {
    display: inline-block;
    margin-right: 20px;
}

#list_chap_comments .comment-tools div:last-child {
    margin-right: 0;
}

#list_chap_comments .comment-reply {
    font-weight: bold;
}

#list_chap_comments a:hover,
#list_chap_comments .comment-reply:hover {
    cursor: pointer;
    text-decoration: underline;
}

#list_chap_comments div.comment-report {
    display: none;
}

#list_chap_comments li.child-comment {
    margin-left: 25px;
}

#btn_comment_submit {
    /* display: none; */
}

.comment-form-gap div {
    padding-bottom: 10px;
}