﻿
.comment_title_box {
    font-size: 1.75rem;
    font-weight: 500;
    color: var(--ma-type-primary);
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 1px dashed var(--ma-type-primary);
    padding-bottom: 5px
}

.comments_section {
    margin: 50px 0 0
}

.comments_form {
    margin: 50px 0 0
}

#comments ol.comment-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

#comments li.comment {
    padding: 10px 0;
    margin-top: 15px;
    list-style: none;
    background: #f7f7f7;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #E0E0E0 !important
}

.comment_img {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 15px;
    margin-right: 15px
}

    .comment_img > img {
        border: none !important;
        border-radius: 50% !important;
        margin: 0 10px 10px 0
    }

#comments .comment-metadata {
    font-weight: 700
}

    #comments .comment-metadata time {
        float: right;
        color: #b3b3b3;
        font-weight: lighter;
        font-style: italic;
        font-size: 12px
    }

.comment-content a {
    word-wrap: break-word
}

.comment_show_box {
    margin-top: 50px
}

    

.comments_box {
    padding: 0
}

    .comments_box ul {
        padding: 3px;
        padding-left: 40px;
        display: block;
        clear: both;
        margin-bottom: 5px
    }

    .comments_box li.comment {
        padding: 10px 0;
        margin-top: 15px;
        list-style: none;
        background: #f7f7f7;
        background-color: transparent !important;
        border: none !important;
        border-bottom: 1px solid #E0E0E0 !important
    }

.comment_img {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 0;
    margin-right: 10px
}

.comments_box ul li {
    margin-bottom: 10px;
    clear: both
}

.box_deta_comments {
    float: left;
    width: calc(100% - 50px);
    border-bottom: 1px dashed #E0E0E0
}

.name_comment {
    color: #3379b0;
    font-size: 14px;
    font-weight: 600
}

.contain_comment {
    width: 100%;
    font-size: 14px;
    color: #9E9E9E;
    word-break: break-word
}

.comment_reply_btn {
    font-size: 14px;
    font-weight: 600;
    color: #c1c1c1;
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: 1px solid #9e9e9e00
}

    .comment_reply_btn:hover {
        color: #9E9E9E;
        border-bottom: 1px solid #9E9E9E
    }





.save_btn_part {
    border: 1px solid var(--ma-type-primary);
    background-color: var(--ma-type-primary);
    color: var(--ma-white);
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 20px
}

    .save_btn_part:hover, .save_btn_part:focus, .save_btn_part:active {
        border: 1px solid var(--ma-type-primary);
        background-color: var(--ma-white);
        color: var(--ma-type-primary);
        text-decoration: none;
        outline: none
    }
.cancel_btn_part {
    background-color: #9e9e9e;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    margin-bottom: 20px
}

    .cancel_btn_part:hover, .cancel_btn_part:focus, .cancel_btn_part:active {
        background-color: #9e9e9e;
        color: #fff;
        text-decoration: none;
        outline: none
    }
