.comment-post-container {
    padding: 10px;
    margin-bottom: 10px;
}
.comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-avatar img {
    border-radius: 32px;
}

.comment-article {
    padding: 0px 15px;
    border-left: 3px solid #ddd;
}

.reply-section {
    padding: 3px 20px 20px;
    border-bottom: 1px solid #ddd;
}

.reply-link-text {
    font-weight: 800;
    font-style: italic;
}

.reply-link,
.show-link,
.hide-link,
.reply-link-m,
.show-link-m,
.hide-link-m {
    cursor:pointer;
    font-size:13px;
}

.reply-link:hover,
.show-link:hover,
.hide-link:hover,
.reply-link-m:hover,
.show-link-m:hover,
.hide-link-m:hover {
    text-decoration: underline !important;
}

.reply-link.hidden,
.show-link.hidden,
.hide-link.hidden,
.reply-link-m.hidden,
.show-link-m.hidden,
.hide-link-m.hidden {
    display: none;
}

.reply-comments-sec.hidden {
    display: none;
}

.comment-post-template,
.child-comment-post-template,
.reply-template {
    display: none;
}

.reply-actions-sec {
    display: flex;
}
.reply-actions-sec-m {
    display: none;
}

#load_sec {
    height: 54px;
    margin-bottom: 24px;
}

#load_more_message {
    background: #464646;
    color: #fff;
    z-index: 1;
    padding: 15px 20px;
    border-radius: 80px;
    width: 200px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 5px 12px rgb(0 0 0 / 20%), 0 8px 8px rgb(0 0 0 / 22%);
}

#load_more_message.hidden {
    display: none;
}

.tox-tinymce {
   border: 0px !important;
}
.tox-toolbar,
.tox-toolbar__primary {
    border-top: 0px !important;
    background: transparent !important;
}
.click-box-sec {
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    margin-top: 20px;
    padding: 10px 20px;
}
#click_comment_area {
    height: 28px;
    width: 100%;
    border: none;
    outline: none;
    resize: none;
}
.click-box-sec.hidden {
    display: none;
}
.main-box-sec.hidden {
    display: none;
}
.comment-box-sec {
    padding: 20px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
}
.visitor-info {
    display: flex;
    flex-direction: row;
}
.main-visitor-info.hidden {
    display: none;
}

.visitor-info-input {
    border: 0px;
    border-bottom: 1px solid #ddd;
    margin: 4px 15px;
}
.visitor-info-input:focus {
    outline: 0!important;
}

.comment-action-sec,
.reply-comment-btn {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    right: 20px;
}
.comment-action-sec.hidden {
    display: none;
}

@media only screen and (max-width: 600px) {
    .reply-actions-sec {
        display: none;
    }
    .reply-actions-sec-m {
        display: flex;
    }
    .comment-firstname {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .comments-area p,
    .comment-firstname,
    .reply-link-text {
        font-size: 14px;
    }
    .text-muted {
        font-size: 12px;
        line-height: 20px;
    }
    #load_more_message {
        font-size: 14px;
    }
    .visitor-info {
        flex-direction: column;
    }
    .visitor-info-input {
        margin: 4px 10px;
    }
    .click-box-sec {
        padding: 10px;
        margin-top: 10px;
        display: flex;
    }
    .comment-box-sec {
        padding: 10px;
        margin-top: 10px;
    }
    .main-box-sec {
        height: 350px !important;
    }
    .reply-comment-box-sec {
        height: 308px;
    }
    #click_comment_area {
        height: 26px;
    }
    .comment-action-sec {
        position: relative;
        right: 0px;
        margin-top: 24px;
        text-align: center;
    }
}
