.cmt-bdy .cmnt-frm {
    margin-top: 20px;
}

.cmt-bdy .cmnt-frm+div {
    display: none;
}

.cmt-bdy .cmnt-frm span a {
    color: red;
}

.cmt-bdy .cmnt-frm span a:hover {
    text-decoration: underline;
}

.cmt-bdy .cmnt-frm .inp {
    position: relative;
    margin-bottom: 15px;
}

.cmt-bdy .cmnt-frm input {
    display: block;
    border-radius: 4px;
    padding: 10px 7px 10px 40px;
    width: 100%;
    border: 1px solid #666;
}

.cmt-bdy .cmnt-frm .inp i {
    position: absolute;
    top: 12px;
    left: 13px;
}

.cmt-bdy .cmnt-frm button.send-comment {
    overflow: hidden;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
    color: var(--site-color);
    height: 60px;
    border: 1px solid #f0f0f0;
    padding: 0;
    width: 200px;
}

.comments-section h3 {
    margin-bottom: 0px;
    padding-top: 15px;
}

.comment-author,
.sec>table:not(.all-box) tbody tr.active-row {
    font-weight: 700;
    color: var(--site-color)
}

.comment-body,
.post-link .post-title {
    flex: 1
}

.cmnt-f,
.comment,
.comment-header {
    display: flex
}

.comment-arrow {
    box-shadow: none !important;
    position: absolute;
    top: 36%;
    left: 30px;
    width: 100px;
    height: 100px !important;
    transform: rotate(91deg)
}

.comment,
.comment-avatar {
    position: relative;
    overflow: hidden
}

.comments-section {
    background: rgba(255, 255, 255, .9);
    border-radius: 15px;
    margin-bottom: 20px
}

.comments-section h3 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    color: #2c3e50
}

span.comment-title,
.form-comment>span {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    display: block
}

.comment {
    align-items: flex-start;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .08);
    transition: .3s ease-in-out
}

.comment-avatar {
    margin-right: 18px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.comment::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #00c6ff, var(--site-color))
}

.comment-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover
}

.comment-header {
    justify-content: space-between;
    margin-bottom: 8px
}

.comment-date {
    font-size: 14px;
    color: #666
}

.comment-text {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    padding-left: 10px;
    border-left: 4px solid var(--site-color);
    border-radius: 4px
}

.comment-actions .reply-link {
    font-size: 14px;
    color: var(--site-color);
    text-decoration: none;
    font-weight: 700;
    transition: color .3s
}

.comment-actions .reply-link:hover {
    color: #0056b3
}

.comment-replies {
    margin-left: 65px;
    margin-top: 10px
}

.comment-replies2 {
    margin-left: 100px;
    margin-top: 10px
}

.comment.reply {
    background: rgba(235, 245, 255, .9);
    border-left: 3px solid var(--site-color);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .05)
}

.like-link.liked {
    color: red;
    font-weight: 700
}

.fb-comments-plugin {
    padding: 0;
    width: 100%;
    background-color: #f4f4f4;
    color: var(--title-color);
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
    box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    border: 1px solid #ccc;
    border-radius: 4px
}

span.comment-title {
    padding-left: 15px;
    padding-right: 10px;
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 15px
}

.wp-comment {
    padding: 10px
}

.cmnt-frm {
    margin-right: 20px
}

.form-comment {
    background: #fff;
    padding: 15px;
    border-radius: 5px
}

.form-comment>span {
    margin-bottom: 15px
}

.wp-comment .inp {
    margin-bottom: 15px;
    position: relative
}

.wp-comment .inp>i {
    position: absolute;
    top: 12px;
    left: 13px
}

.wp-comment button.send-comment {
    overflow: hidden;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
    color: var(--site-color);
    height: 60px;
    border: 1px solid #f0f0f0;
    padding: 0;
    width: 200px
}

.wp-comment .cmnt-f .hint ul {
    margin-left: 0;
    margin-top: 9px;
    padding-left: 0
}

.wp-comment .cmnt-f .hint li {
    font-size: .9rem;
    list-style-type: none;
    text-align: left;
    letter-spacing: .7px
}

.wp-comment .inp input,
.wp-comment .inp textarea {
    display: block;
    border-radius: 4px;
    padding: 10px 7px 10px 40px;
    width: 100%;
    border: 1px solid #666
}

.ttl {
    font-size: 20px;
    font-weight: 700
}

.fa-times:before {
    content: "\f00d" !important;
    color: red;
    margin-right: 7px;
}

@media(max-width:769px) {
    .cmnt-f>div:last-child {
        display: none;
    }

    .cmnt-f .cmnt-frm {
        margin-right: 0px;
        flex: 100% !important;
    }
}

.comment-body ul,
.comment-body ol {
    margin-left: 25px;
}

@media(max-width:769px) {
    .comment-arrow {
        display: none;
    }

    .comment-replies {
        margin-left: 0px;
    }

    .cmt-bdy .cmnt-f {
        margin-left: -75px;
    }
}

@media(max-width:560px) {
    .comment-replies {
        margin-left: -75px;
    }
}
.inp iframe{cursor:text !important;}