/* =========== © 2020 Centroarts.com =========== */
.addform { margin-bottom: 1.5rem; }

/* -- COMMENTS -- */
.comment { padding: 1.5rem 0; border-top: 1px solid rgba(0,0,0,0.1); position: relative; }
.comment::after { content: ""; clear: both; display: table; }

.comment.disabled { opacity: .6; }
.comment__delete { font-size: .875rem; }
@media (min-width: 992px) {
	.comment.disabled { transition: opacity ease .2s; }
	.comment.disabled:hover { opacity: 1; }
}

#dle-comments-list > .comments-tree-list > .comments-tree-item:first-child > div > .comment { border-top-width: 0; }
.dle-comments-navigation { width: 100%}

/* Аватарка */
.avatar { display: inline-block; vertical-align: top; position: relative; }
.avatar .fit-cover { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; display: inline-block; }
.comment__head > .avatar .fit-cover { width: 50px; height: 50px; }

/* Rate Circle */
.circle_rate { width: 60px; height: 60px; }
.circle_rate path { fill-rule: evenodd; clip-rule: evenodd; fill: none; stroke-linecap: round; stroke-miterlimit: 10; }
.circle_rate_red { stroke: #D56A4E; stroke-width: 2; }
.circle_rate_green { stroke: #A8CC63; stroke-width: 2.1; }

.comment__head > .avatar .circle_rate { position: absolute; left: 0; top: 0; margin: -5px 0 0 -5px; }

.status {
	background-color: #A8CC63; width: 10px; height: 10px; display: inline-block;
	border: 2px solid #f7f7f7; border-radius: 50%; text-indent: -9999px; overflow: hidden;
}
.status.offline { background-color: #e2b6a0; }
.avatar .status { position: absolute; top: 0; left: 0; margin: 38px 0 0 38px; }

.comment__data > *:first-child { margin-left: 0; }
.comment-author .name {
	display: inline-block; padding: .25em .4em; line-height: 1; text-align: center; white-space: nowrap;
    vertical-align: baseline; border-radius: .25rem; color: #fff!important; cursor: pointer;
    background-color: #A8CC63;
}
.comment-author .full__name { color: #fff!important; opacity: .5; }

.comment__info { display: flex; font-size: .875rem; }
@media (max-width: 575px) {
	.comment__info { font-size: .75rem; }
}
.comment__info .com__rate { margin: -.375rem; margin-left: auto; }
.comment__data > * { margin-right: 1.25rem; }
.comment__data > *:last-child { margin-right: 0; }
.comment__data > * a { color: inherit; }
.comment__content { margin: 1rem 0; font-size: 1.125rem; line-height: 1.6; }
.com__meta a { text-decoration: none !important; }
.com__meta a:hover { opacity: .8; }

.com__meta { display: flex; font-size: .75rem; }
.com__meta > *, .com__meta-icons { display: flex; align-items: center; }
.com__meta > *:not(:last-child) { margin-right: 1rem; }
.com__meta [class^="i__"], .com__meta [class*=" i__"] { margin-right: .375rem; margin-top: -1px; }
.com__meta a { color: inherit; }
.com__meta a:hover { opacity: .8; }

.com__meta-icons { margin: -.375rem; margin-left: auto; }
.com__meta-icons > a { padding: .375rem; }
.com__meta-icons > a [class^="i__"], .com__meta-icons > a [class*=" i__"] { margin: 0; }
.com__meta-icons > a:first-child { margin-left: 0; }

.comment__content .title { font-size: 1.25rem; line-height: 1.3; margin-bottom: .5rem; }
.comment__content .title a { display: block; }

/* Статистика голосов */
.rate_rating { display: flex; align-items: center; white-space: nowrap; font-size: 1rem; }
.rate_rating .rating { min-width: 1.5rem; line-height: 1; text-align: center; display: inline-block; font-weight: bold; color: rgba(39, 39, 39, 0.5); }
.rate_rating .rating, .rate_rating > a { padding: .375rem; }
.rate_rating > a {
	font-size: inherit; display: inline-block; vertical-align: top; width: 2rem; height: 2rem;
	text-decoration: none !important; color: #666;
}

@media (max-width: 575px) {
	.showfull .rate_rating { margin-top: 1.5rem; }
	.rate_rating > a > div { font-weight: bold; }
	.showfull .rate_rating > a > span { border-left-width: 0 !important; }
}

.rate_rating > a:hover > .i__rateup { color: #8bcb4c; }
.rate_rating > a:hover > .i__ratedown { color: #d56a4e; }

@media (min-width: 992px) {
	.rate { position: relative; text-align: center;}
	.rate_stats {
		display: block !important;
		position: absolute; bottom: 100%; left: 50%; border-radius: .25rem; transform: translate(-50%, -2rem); opacity: 0; visibility: hidden;
		background-color: #fff; box-shadow: 0 1px .25rem 1px rgba(0,0,0, 0.2);
		width: 100%; min-width: 100px; padding: .125rem .5rem; list-style: none; margin: 0; font-size: .75rem;
		transition: transform ease .4s, visibility ease .2s, opacity ease .2s;
		transition-delay: .2s;
	}
	.rate:hover	.rate_stats { transform: translate(-50%, 0); opacity: 1; visibility: visible; }
	.rate_stats > li {
		display: flex; justify-content: space-between; align-items: center;
		border-top: 1px solid rgba(0,0,0,0.1); padding: .375rem .5rem; font-weight: bold;
	}
	.rate_stats > li::before { content: attr(title); font-weight: normal; }
	.rate_stats > li:first-child { border-top-width: 0; }
}
.ratting_log { display:inline-block; vertical-align: top; padding: .625rem; width: 50%; }
.ratting_log li { list-style: none; }
.ratting_log li a { color: #000; text-decoration: none; font-weight: bold; }
.ratting_log li:first-child { list-style: none; font-weight: bold; color: #f97330; border-bottom: 1px dotted; margin-bottom: .625rem; }

/* Древовидные комментарии */
.comments-tree-list { padding: 0; margin: 0; list-style: none; position: relative; }
.comments-tree-list .comment { position: static; margin: 0; }
.comments-tree-list .comments-tree-list { position: static; padding-left: 0; }
@media (min-width: 768px) {
	.comments-tree-list .comments-tree-list { padding-left: 1rem; }
}
.comments-tree-list .comments-tree-list .comment__head > .avatar .fit-cover { width: 2rem; height: 2rem; }
.comments-tree-list .comments-tree-list .comment__head > .avatar .status { width: .5rem; height: .5rem; margin: 1.5rem 0 0 1.5rem; }
.comments-tree-list .comments-tree-list .comment__head > .avatar .circle_rate { width: 42px; height: 42px; }

/* Управление комментариями */
.mass_comments_action { display: none !important; }

@media (min-width: 768px) {
	.comment { padding-left: 4.5rem; }
	.comment__head > .avatar { float: left; margin-left: -4.5rem; }
	.comments-tree-list .comments-tree-list { padding-left: 4.5rem; }
	.comments-tree-list .comments-tree-list .comments-tree-list,
	.comments-tree-list .comments-tree-list .comment { padding-left: 1rem; }
	.comments-tree-list .comments-tree-list .comment__head > .avatar { margin-left: -3.125rem; }
}
@media (max-width: 767px) {
	.comment__head { display: flex; }
	.comment__head > .avatar .fit-cover { width: 2rem; height: 2rem; }
	.comment__head > .avatar .circle_rate { width: 2.625rem; height: 2.625rem; }
	.comment__info { flex: 1 1 auto; }
	.comment__data { margin-left: 1rem; }
	.comment__data > * { margin: 0; display: block; }
	.comment__data > *:first-child { margin-left: 0; }
	.comment__data > * a { color: inherit; }
	.comment__head > .avatar .status { margin: 1.5rem 0 0 1.5rem; }
}

.comments-tree-item::marker {
	color: #f7f7f7
  }