.comment_spam_modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1050;
    background-color: rgba(1,1,1,0.7);
}
.comment_spam_modal .folder_spam{
    background-color: white;
    width: 320px;
    height: auto;
    margin: 150px auto;
    box-shadow: 0 0 35px 10px #000;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px;
}
.comment_spam_modal .title_spam{
    color: #3c3d41;
    font: normal normal 20px/20px 'SourceSansPro-Bold';
    text-align: center;
    margin-bottom: 10px;
}
.comment_spam_modal .reason_list .reason_box{
    display: flex;
    padding: 2px;
}
.comment_spam_modal .reason_list input{
    margin-right: 4px;
    cursor: pointer;
    border: 0px solid white;
    width: auto;
}
.comment_spam_modal .spam_modal_btn{
    display: flex;
    justify-content: center;
}
.comment_spam_modal .spam_modal_btn span{
    display: block;
    width: 44%;
    height: auto;
    margin: 10px 3% 0;
    padding: 0 15px;
    background: #b88b58;
    border: none;
    font-size: 13px;
    font-weight: bold;
    color: white;
    line-height: 38px;
    text-align: center;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}
.comment_spam_modal div[data-type="2"],.comment_spam_modal span[data-type="2"]{
    display: none;
}
.comment_spam_modal .result_msg_spam{
    text-align: center;
}
.comment_spam_modal .err_emty_reasone{
    display: none;
    font-size: 14px;
    text-align: center;
    padding: 4px;
    color: red;
}

@media (max-width: 1023px){
    .comment_block_art{
        width: 100%!important;
    }
}
@media (max-width: 640px){
    .comment_block_art .up_section_comment{
        flex-direction: column!important;
    }
    .comment_block_art .title_cmt{
        display: none!important;
    }
    .comment_block_art .up_section_comment .photo_user_cmt{
        display: flex!important;
        flex-direction: row!important;
        width: 100% !important;
        margin-bottom: 20px!important;
    }
    .photo_user_cmt img{
        position: relative!important;
    }
    .photo_user_cmt .title_cmt_min{
        display: block!important;
        margin: auto 10px!important;
        font-size: 15px;
        line-height: 45px;
        font-weight: bold;
        text-transform: uppercase;
        width: auto;
    }
    .comment_item .child_comment_block{
        margin: 10px 0 0 0!important;
        width: 100%!important;
    }
    .midle_section_comment .not_login_user{
        padding: 30px 0 0 0!important;
    }
}
@media (min-width: 1250px) and (max-width: 1365px){
    .comment_block_art{
        width: 610px!important;
    }
}
@media (max-width: 580px){
    .comment_item .btns_block{
        flex-direction: column!important;
    }
    .btns_block .right_btn_block{
        margin-top: 10px!important;
    }
    .right_btn_block .quote_btn{
        margin: 0!important;
        padding: 0 10px 0 0!important;
    }
}
.comment_block_art{
    width: 630px;
    float: right;
    
}
.comment_block_art .up_block_cmt{
    width: 100%;
    background-color: #f7f7f5;
}
.comment_block_art .container_cmt{
    width: 91%;
    padding: 4.5%;
}
.comment_block_art .form_send_comment{
    display: flex;
    flex-direction: column;
}
.comment_block_art .up_section_comment,.input_text_cmt .symbol_limit{
    display: flex;
    flex-direction: row;
}

.up_section_comment .photo_user_cmt{
    width: 12%;
}
.up_section_comment .photo_user_cmt img{
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0px;
    border-radius: 100%;
}
.photo_user_cmt .title_cmt_min{
    display: none;
}
.input_text_cmt{
    width: 100%;
}
.input_text_cmt .comment_text_inp{
    resize: vertical;
    width: 95%;
    height: 100px;
    min-height: 100px;
    max-height: 600px;
    padding: 4px 1% 4px 3%;
    font: normal normal 16px 'Ubuntu';
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.comment_block_art .symbol_limit{
    line-height: 24px;
    font: normal normal 14px 'Ubuntu';
}
.symbol_limit .symbol_title{
    width: 150px;
    margin: 0px;
}
.symbol_limit .main_count{
    width: auto;
    margin: 0px;
}
.comment_block_art .title_cmt{
    font-size: 15px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.midle_section_comment .not_login_user{
    display: block;
    float: left;
    padding: 30px 0 0 40px;
    width: 300px;
    font: normal normal 14px 'Ubuntu';
    color: #A21010;
}
.midle_section_comment .submit_comment,.midle_section_comment_ans .submit_comment{
    display: block;
    float: right;
    width: auto;
    height: auto;
    margin: 30px 0 0;
    padding: 0 15px;
    background: #b88b58;
    border: none;
    font-size: 13px;
    font-weight: bold;
    color: white;
    line-height: 38px;
    text-align: center;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}

.option_block_cmt .fld_option.opt_other_color{
    color: #bf134d!important;
}
.option_block_cmt .fld_option.inactive_color{
    color: #a9a9a9!important;
}
.option_block_cmt .fld_option.point_opt{
    cursor: pointer;
}
.option_block_cmt .fld_option .all_cmt_cnt{
    display: inline;
    width: auto;
    height: auto;
    margin: 8px 0 0;
    padding: 0 5px;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #fff;
    line-height: 15px;
    background: #333;
    border-radius: 8px;
    overflow: hidden;
}
.comment_block_art .user_info_block{
    display: flex;
    flex-direction: row;
}
.comment_block_art .user_info_block img{
    object-fit: cover;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    margin: 0 14px 0 0;
}
.comment_block_art .user_info_block .user_nickname{
    width: auto;
    margin: auto 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.comment_block_art .user_info_block .comment_time{
    width: auto;
    margin: auto 0 auto 12px;
    padding: 0 0 0 20px;
    background: url('/user/img/bg_timer.png') no-repeat left center;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #828282;
}
.comment_block_art .comment_text_block{
    display: block;
    width: auto;
    height: auto;
    margin: 0 0 0 60px;
    padding: 0;
}
.comment_block_art .comment_item{
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
}
.comment_block_art .comments_list{
    margin-top: 10px;
    border-bottom: 1px solid #e7e7e7;
}
.comment_block_art .quote_text{
    font: italic normal 16px 'Ubuntu';
    font-weight: 400;
    color: #999;
    line-height: 20px;
    display: none;
}
.comment_block_art .comment_txt{
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.quote_text .quote_info_block{
    display: flex;
    flex-direction: row;
    background: url('/user/img/bg_quote_type_2.png') no-repeat left center;
}
.quote_text .quote_user_nickname{
    padding: 0 10px 0 22px;
    font: normal normal 16px 'Ubuntu';
    font-weight: 500;
    color: #666;
    line-height: 26px;
    width: auto;
    margin: 0px;
}
.quote_text .quote_comment_time{
    margin-left: 10px;
    font: normal normal 9px 'RobotoBold';
    letter-spacing: 0.2px;
    color: #828282;
    line-height: 30px;
    width: auto;
}
.quote_text .quote_comment{
    margin-left: 22px;
    font: italic normal 16px 'Ubuntu';
    font-weight: 400;
    color: #999;
    line-height: 20px;
}
.comment_item .btns_block{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    color: #838d8f;
    text-transform: capitalize;
    margin: 8px 0 0 60px;
}
.btns_block .left_btn_block,.btns_block .right_btn_block{
    width: auto;
    display: flex;
    flex-direction: row;
    margin: 0;
}
.left_btn_block .like_block{
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    color: #838d8f;
    width: 100px;
    margin: 0;
}
.like_block .like_btn{
    background: url('/user/img/bg_like.png') no-repeat left center;
    width: 15px;
    height: 15px;
    padding: 0 10px 0 20px;
    cursor: pointer;
}
.checked_like{
    background: url('/user/img/bg_like_use.png') no-repeat left center!important;
}
.like_block .dislike_btn{
    background: url('/user/img/bg_dislike.png') no-repeat left center;
    width: 15px;
    height: 15px;
    padding: 0 10px 0 20px;
    margin: 0 0 0 14px;
    cursor: pointer;
}
.checked_dislike{
    background: url('/user/img/bg_dislike_use.png') no-repeat left center!important;
}
.left_btn_block .answer_btn{
    padding-left: 20px;
    background: url('/user/img/bg_answer.png') no-repeat 0 0;
    margin-left: 10px;
    width: auto;
    cursor: pointer;
}
.right_btn_block .quote_btn,.right_btn_block .spam_btn{
    margin: 0 0 0 20px;
    padding: 0 10px 0 20px;
    width: auto;
    cursor: pointer;
}
.comment_item .child_comment_block{
    margin: 10px 0 0 60px;
    width: calc(100% - 60px);
}
.child_comment_block .child_box{
    background-color: #f7f7f5;
    padding: 20px;
}
.child_box .inner_w_box{
    width: calc(100% - 40px);
    margin: 0px;
}
.show_more_comments{
    display: none;
    width: auto;
    height: 28px;
    margin: 22px auto 0 auto;
    padding: 0;
    border: 1px solid #eadccd;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    color: #b88b58;
    line-height: 30px;
    text-align: center;
    font-variant: small-caps;
    overflow: hidden;
    cursor: pointer;
}
.show_more_child{
    width: auto;
    height: 28px;
    margin: 22px auto 0 auto;
    padding: 0;
    border: 1px solid #eadccd;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    color: #b88b58;
    line-height: 30px;
    text-align: center;
    font-variant: small-caps;
    overflow: hidden;
    cursor: pointer;
}

.option_block_cmt{
    display: none;
}
.option_block_cmt .fld_option{
    display: block;
    float: left;
    width: auto;
    height: 30px;
    margin-right: 20px;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.2px;
    color: #333;
    line-height: 30px;
}

.valid_error_msg,.server_erorr_msg{
    color: #A21010;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.show_erorr_box{
    display: none;
}
.answer_comment_block .up_section_comment_ans{
    flex-direction: column;
}
.answer_comment_block .title_cmt{
    display: none;
}
.answer_comment_block .up_section_comment_ans .photo_user_cmt_ans{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
}
.up_section_comment_ans .photo_user_cmt_ans{
    width: 12%;
}
.up_section_comment_ans .photo_user_cmt_ans img{
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0px;
    border-radius: 100%;
    position: relative;
}
.answer_comment_block .photo_user_cmt_ans .title_cmt_min_answ{
    margin: auto 10px;
    font-size: 15px;
    line-height: 45px;
    font-weight: bold;
    width: auto;
}
.answer_comment_block{
    background-color: #f7f7f5;
}
.answer_comment_block .answer_hide,.answer_comment_block .quote_hide{
    display: none;
}
.answer_comment_block .up_section_comment_ans .symbol_limit_ans{
    display: flex;
    flex-direction: row;
    line-height: 24px;
    font: normal normal 14px 'Ubuntu';
}
.answer_comment_block .up_section_comment_ans .symbol_limit_ans .symbol_title_ans{
    width: 150px;
    margin: 0px;
}
.answer_comment_block .up_section_comment_ans .symbol_limit_ans .child_count_ans{
    width: auto;
    margin: 0px;
}
.answer_comment_block .up_cover{
    width: 92%;
    padding: 2% 4%;
}
.add_comment_msg{
    padding: 5px;
    text-align: center;
    color: green;
    display: none;
}