
.c-comment {
    padding: 20px 20px 16px;
    position: relative;
    background: #fff;
    width: 100%
}

.c-comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px
}

.c-comment-box__avatar {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    height: 70px;
    margin-right: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    background: #ced4da;
    color: #fff
}

.c-comment-box__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-comment-box__content .list-star ul li:not(:last-child) {
    margin-right: 4.5px
}

.c-comment-box.level2 {
    padding-left: 85px
}

.c-comment-box.level2 .c-comment-box__avatar {
    display: none
}

.c-comment-box.level2 .c-comment-box__content {
    padding-left: 16px;
    margin-left: 16px;
    position: relative;
    -webkit-box-shadow: inset 5px 0 0 0 #dee2e6;
    box-shadow: inset 5px 0 0 0 #dee2e6;
    background-color: rgba(0, 0, 0, 0)
}

.c-comment-box.level2 .c-comment-box__content .list-star {
    display: none
}

.c-comment-box.level2 + .row {
    padding-left: 85px;
    margin-bottom: 16px
}

.c-comment-box.level2 + .row .f-err {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #e5493e;
    margin-top: 8px
}

.c-comment-name {
    margin-right: 5px;
    font-weight: 500;
    color: #212529;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-comment-name .tick {
    color: #33b530;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-left: 4px
}

.c-comment-name .tick:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url(../images/tick.png);
    background-size: cover;
    display: inline-block
}

.c-comment-name .badge {
    margin-left: 4px
}

.c-comment-name .time {
    font-size: 14px;
    line-height: 14px;
    color: #99a2aa;
    font-weight: 300;
    display: inline-block;
    margin-left: 4px
}

.c-comment .list-star {
    margin-bottom: 4px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.c-comment .list-star ul span {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #99a2aa;
    margin-left: 4px
}

.c-comment-text {
    color: #444b52;
    font-weight: 400;
    margin-top: 4px
}

.c-comment-text p {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin-bottom: 0
}

.c-comment-status {
    margin-top: 4px
}

.c-comment-status a i:before {
    margin: 0
}

.c-comment-status a.active {
    color: #33b530
}

.c-comment-status span {
    color: #ccc;
    margin: 0 5px
}

.c-comment-pagination .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-comment-pagination .pagination-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.c-comment-pagination .pagination-link i {
    left: unset
}

.c-comment-loadMore {
    text-align: center
}

.c-comment-loadMore a {
    display: inline-block;
    border: solid 1px #7987a1;
    background-color: #fff;
    padding: 7px 24px 7px 12px;
    border-radius: 4px;
    color: #495057;
    cursor: pointer;
    position: relative
}

.c-comment-loadMore a .carret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #6c757d;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-comment-loadMore a:hover {
    background: #f8f9fa
}

.c-comment-box.reply {
    margin-left: 30px;
}

.sub-text {
    display: block;
    font-size: 13px;
    color: #8094ae;
    margin-left: 1rem;
}