.comment_form {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
}
.comment_form h2{
    font-weight: 700;
    font-size: 1.4rem;
}
/* ----------------------------------------------------------------*/
.comment_list {
    width: 750px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 2rem 0;
}
.comment_list .item{
    border-bottom: 1px dashed #ddd;
    padding: 15px 0;
}
.comment_list .item .devvn_review_box .name {
    font-weight: 700;
    margin-bottom: 10px;
}
.comment_list .item .devvn_review_box .devvn_review_mid .star-rating{
    display: inline-block;
    margin-right: 10px;
}
.comment_list .item .devvn_review_box .devvn_review_mid .star-rating i{
    font-size: 0.85rem;
}
.comment_list .item .devvn_review_box .devvn_review_mid .star-rating .active {
    color: #fe9727;
}
.comment_list .item .devvn_review_box .devvn_review_mid .content_comment{
    display: inline;
}
.comment_list .item .devvn_review_box .photo_list{
    width: 100%;
    display: flex;
    margin: 10px 0;
}
.comment_list .item .devvn_review_box .photo_list img{
    border-radius: 5px;
    margin-right: 10px;
}
.comment_list .item .devvn_review_box .tools .btn_rep{
    color: #288ad6;
}
.comment_list .item .devvn_review_box .tools .btn_rep:hover{
    color: #21469E;
}
.comment_list .children {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 10px 0 15px 10px;
}
.comment_list .children .comment-author{
    border-left: 4px solid #efefef;
    padding-left: 10px;
    padding: 10px;
}
.comment_list .children .comment-author .name{
    font-weight: 700;
}
.comment_list .children .comment-author .name span.review_qtv {
    background-color: #eebc49;
    color: #000;
    padding: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase;
}
.comment_list .children .comment-author .content_comment {
    margin: 10px 0;
}
.comment_list .children .comment-author .content_comment p{
    margin: 0;
}
.comment_list .children .comment-author .tools .btn_rep{
    color: #288ad6;
}
.comment_list .children .comment-author .tools .btn_rep:hover{
    color: #21469E;
}
.evaluation-board {
    background-color: rgba(0,0,0,.05);
    border-radius: 5px;
}
.evaluation-board-v2 {
    padding: 10px;
}
@media screen and (max-width: 668px) {
    .evaluation-board .form_row_reviews {
        flex-direction: column;
    }
    .evaluation-board .form_row_reviews > p {
        width: 100%;
        margin:3px 0;
    }
    .modal-title {
        line-height: 1.2;
    }
    .star_box {
        flex-direction: column;
    }
}