.display-comment{
    border-radius: 15px;
    background-color: #e9ebee;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.list-comment-child{
    border-radius: 0;
    border-left: 1px solid gray;
}
.display-comment p{
    margin-bottom: 0;
}
.username-cmt{
    font-size: 15px;
    color: #385898;
    font-weight: bold;
}
.date-cmt{
    font-size: 13px;
    color: #9b9b9b;
    margin-left: 8px;
}
.text-cmt{
    font-size: 14px;
    line-height: 1.43;
    color: #1c1e21;
}
.not_login{
    font-size: 13px;
    color: #17191A;
}
.like-reply{
    font-size: 13px;
    color: #385898;
}
.like-cmt:hover,.reply-cmt:hover{
    text-decoration: underline;
    cursor: pointer;
}
.liked{
    font-weight: bold;
    color: red;
}
.reply-cmt{
    background: #f47820;
    color: white;
    padding: 0 10px 3px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}
