/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

#idcomment {
    padding: 0 5px;
    padding-bottom: 10px;
}

#idcomment .comment-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f0f0f;
    margin: 0;
}

#idcomment .comment-title .fa {
    color: #1565c0;
    margin-right: 4px;
}

#idcomment .sortcomm .active {
    background: #f5f5f5;
}

#idcomment select.form-control {
    display: inline-block;
    width: auto;
    border-radius: 999px;
    font-size: 13px;
    padding: 6px 14px;
    border-color: #ddd;
}

/* Danh sach binh luan */
.comment-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.comment-list .comment-list {
    padding-left: 52px;
    margin-top: 12px;
}

.comment-list li.media {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.comment-list .comment-list li.media {
    border-bottom: none;
    padding: 10px 0 0;
}

.comment-list li.media:last-child {
    border-bottom: none;
}

.comment-list .media-object {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #eee;
}

.comment-list .media-body {
    flex: 1;
    min-width: 0;
}

.comment-list .media-body > .margin-bottom {
    background-color: #f7f8f9;
    border-radius: 14px;
    padding: 10px 14px;
    color: #222;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 6px !important;
    word-wrap: break-word;
}

.comment-list .comment-info {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 4px;
    font-size: 12.5px;
    color: #606060;
}

.comment-list .comment-info .cm_item {
    margin-right: 10px;
    color: #333;
}

.comment-list .comment-info .fa {
    color: #999;
}

.comment-list .comment-tool {
    padding: 4px 0 0;
    margin: 0;
    display: block;
    list-style: none;
}

.comment-list .comment-tool li {
    margin-left: 0;
    margin-right: 16px;
    display: inline-block;
}

.comment-list .comment-tool li:first-child {
    margin-left: 0;
}

.comment-list .comment-tool a {
    color: #606060;
    font-weight: 600;
    text-decoration: none;
}

.comment-list .comment-tool a:hover {
    color: #1565c0;
    text-decoration: none;
}

/* Form gui binh luan */
.comment-form {
    margin-top: 8px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.comment-form .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.comment-form .form-control:focus {
    border-color: #1565c0;
    box-shadow: 0 0 0 3px rgba(21, 101, 192, 0.15);
}

.comment-form textarea.form-control {
    border-radius: 10px;
}

.comment-form .btn-primary {
    background-color: #1565c0;
    border-color: #1565c0;
    border-radius: 999px;
    font-weight: 700;
    padding: 8px 22px;
}

.comment-form .btn-primary:hover {
    background-color: #104e93;
    border-color: #104e93;
}

.comment-form .btn-default {
    border-radius: 999px;
    padding: 8px 18px;
    font-weight: 600;
}
