/**
 * 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: 13px;
    font-weight: bold;
}

#idcomment .sortcomm .active {
    background: #f5f5f5;
}
.box_item_comment{
   background: #eeeeee;
   margin-bottom: 3px;
   border-radius: 10px;
   padding: 7px;
}
.comment-list .comment-info {
    margin-bottom: 1px;
    padding-bottom: 5px;


    
}
.box_item_comment .small{
    font-size: 12px;
}
.comment-list .comment-info .cm_item {
    margin-right: 10px;
}

.comment-list .comment-tool {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style: none;
    font-size: 12px;
}

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

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

.comment-list {
    margin: 0;
    padding-left: 0;
}

.comment-list .comment-list {
    padding-left: 20px;
}
.noi_dung_coment{
    margin-top: 3px;
}
.bg-gainsboro {
    background-color: #dcdcdc;
    border-radius: 100%;
}

.item_file_view_comment{
	padding: 5px 0px;
}
.document_an_hien_icon{
	position: absolute;
	color: red !important;
	top: 5px;
	opacity: 0;
	transition: opacity 0.2s ease;
	cursor: pointer;
}
.document_an_hien_icon i{
	font-size: 18px;
}
.document_an_hien_icon:hover{
	color: #017e84;
}

.wrap_item_file_view_comment{
	position: relative;
    padding-bottom: 5px;
}
.wrap_item_file_view_comment:hover .document_an_hien_icon {
	opacity: 1;
}
.document_xoa_icon{
	right: 0px;
}
.document_down_icon{
	right: 30px;
}
.wrap_mo_rong_bang i{
  transition: transform 0.3s ease;
}

.wrap_mo_rong_bang i:hover {
  transform: scale(1.3);
}
.document_thong_tin_up{
	margin-top: 5px;
	padding: 5px;
    border: 0.125rem dashed hsla(223, 10%, 50%, 0.4) !important;
    border-radius: 5px;
    background-color: #e4feff;
}
.note-content > .note-group:first-child{
	border-right: 1px solid #000;
	padding-right: 15px;
}
.emoji-picker {
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 12px;
}
.emoji-picker button {
  font-size: 13px;
  margin: 0px 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0px;
}
.wrap-emoji-picker{
    text-align: right;
}