.comment {
	min-height: 60px;
	padding-top: 5px;
	clear: both;
	overflow: auto;
	border: 1px solid transparent;
	border-top: 1px solid #ebebeb;
	padding: 6px;
}

.comment.comment_reply {
	margin-left: 50px;
	transition: transform 0.25s ease-out;
}

.comment.highlight {
	border-radius: 10px;
	background-color: #f9f9f9;
	border: 1px solid #c8c8c8;
}

.comment.highlight .hr:first-child {
	display: none;
}

.comment .comment-content {
	margin-left: 50px;
}

.comment .comment-text {
	font-size: 0.95rem;
	line-height: 1.5rem;
	min-height: 40px;
}

.comment-text textarea {
	width: 100%;
	height: 50px;
	border-radius: 8px;
}

.comment-text .fa {
	color: #d7dbe0;
}

.comment .comment-header {
	font-size: 0.85rem;
	color: #585858;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	gap: 5px;
}

.comment .comment-header .comment-header-item {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
}

@media screen and (min-width: 480px) {
	.comment .comment-header {
		flex-direction: row;
	}
	.comment .comment-header .comment-header-item {
		width: auto;
	}
}

.comment .comment-nickname {
	font-size: 1rem;
	font-weight: bold;
	color: #333;
}

.comment-reply-tool {
	margin: 0px;
	border-radius: 8px;
	background: #c6dacf;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #94b8a3;
}

.comment-reply-tool .comment-terms label {
	cursor: pointer;
}

.comment-picture {
	float: left;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	max-height: 80px;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	word-wrap: break-word;
	font-weight: bold;
	text-align: center;
}

.comment-picture img {
	max-height: 80px;
	width: 40px;
}

#usercomment {
	padding: 8px;
}
#usercomment:focus {
	border: 1px solid #4b4b4b !important;
}

#usercommentbox .comment-text {
	margin-left: 50px;
	font-size: 0.95rem;
	line-height: 1.5rem;
	min-height: 50px;
}

#usercommentbox .replyclose {
	display: none;
}

#replyinfo {
	display: block;
	font-size: 0.9rem;
	font-weight: bold;
	color: #050505;
	margin-bottom: 4px;
}

.replytoname {
	color: #909090;
	font-style: italic;
	font-weight: bold;
}

.comment .comment-button-like.active {
	background-color: #017a0125;
	color: #017a01;
}
.comment .comment-button-dislike.active {
	background-color: #ab010125;
	color: #ab0101;
}