#rating.raiting-container {
	padding: 10px 0;
	margin: 10px 0;
}

#rating .raiting-wrapper {
	width: 100%;
	display: inline-block;
	padding: 20px 16px;
	font-size: 14px;
	background: #fafafa;
}

#rating .rating-title {
	font-size: 16px;
	color: #000;
	font-weight: 500 !important;
}

#rating .rating-description {
	font-size: 14px;
	color: #6e7179;
	padding-bottom: 10px;
}

#rating .rating-count {
	color: #a7a7a7;
	font-size: 14px;
	float: none;
	padding: 8px;
	line-height: 1;
	display: inline-block;
}

#rating .article-vote-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rating .article-vote-li {
	outline: 0;
	position: relative;
	color: #df0000;
	cursor: pointer;
	margin: 0;
	width: initial;
	text-align: center;
	box-sizing: border-box;
	padding: 7px 0;
	background: 0 0;
	line-height: 34px;
	padding: 0 6px;
	float: left;
}

#rating .article-vote-li {
	color: #df0000;
}

#rating .article-vote-li:first-child {
	padding-left: 0;
	margin-left: 0;
}

#rating .article-vote-li i:hover,
#rating .article-vote-li:hover {
	outline: 0;
}

#rating .article-vote-li .fa-star {
	font-size: 22px;
	margin-left: 0;
}

#rating .article-vote-li .fa-star-half-alt {
	font-size: 22px;
	margin-left: 0;
}

#appComments {
	font-family: Inter, sans-serif !important;
}

#appComments.template-default {
	font-family: Inter, sans-serif !important;
}

.article-wrapper .article-title .comment-message {
	background: url('');
	background-repeat: no-repeat;
	font-size: 14px;
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-position: top center;
	line-height: 1;
	vertical-align: bottom;
	min-height: 35px;
	min-width: 35px;
	margin-left: 5px;
	background-size: contain;
}

.article-wrapper .article-title .comment-message span {
	font-weight: 500;
	color: #fa044f;
	margin-top: -4px;
}

ul.article-tags {
	padding-inline-start: 0;
	padding-left: 0;
	padding: 0 10px;
}

ul.article-tags li {
	display: inline-block;
	background: no-repeat;
	padding-left: 0;
	list-style: none;
	margin: 5px;
}

ul.article-tags li:first-child {
	margin-left: 0;
}

.article-tags a {
	font-size: 12px;
	background: #eee;
	padding: 10px;
	border-radius: 20px;
	display: block;
}

.title-ad {
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#appComments.template-default.template-custom-lt
	.chat-wrapper.read-only
	.nb-box {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
	#appComments.template-default.template-custom-lt
		.chat-wrapper.read-only
		.nb-box {
		margin-left: 12px;
		margin-right: 12px;
	}
}

#appComments,
#appComments.template-default {
	font-family: Roboto, sans-serif;
}

#appComments {
	font-weight: 400;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#appComments.template-default {
	font-weight: 400;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 480px) {
	#appComments.template-default .nb-box {
		padding: 15px !important;
		font-size: 13px !important;
		margin-bottom: 15px !important;
	}

	#appComments.template-default .chat-wrapper .comment-content {
		font-size: 14px !important;
	}
}

#appComments.template-default .chat-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	background: #fff;
}

#appComments.template-default .chat-wrapper .comment {
	font-size: 15px;
	line-height: normal;
}

#appComments.template-default .chat-wrapper .comment-body {
	margin-left: 73px;
	width: calc(100% - 73px);
	font-size: 15px;
	line-height: inherit;
	min-height: 44px;
}

#appComments.template-default .chat-wrapper .comment-body p {
	font-size: 15px;
	line-height: inherit;
}

#appComments.template-default .chat-wrapper .comment-avatar {
	position: absolute;
	margin-right: 0;
	border-radius: 50%;
}

#appComments.template-default .chat-wrapper .comment-content {
	position: relative;
	line-height: 22px;
}

#appComments.template-default .chat-wrapper .comment-content p {
	margin: 0;
	padding: 0;
	word-break: break-word;
	white-space: pre-wrap;
}

#appComments.template-default .nb-box {
	padding: 20px;
	border-radius: 8px;
	background-color: #f5f6f7;
	font-size: 14px;
	color: #6e7179;
	margin-bottom: 30px;
}

#appComments.template-default .p12:empty {
	display: none !important;
}

#appComments {
	font-family: Helvetica, sans-serif;
	color: #222;
	line-height: normal;
}

#appComments .comment {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}

#appComments .comment-avatar {
	width: 44px;
	height: 44px;
	margin-left: 10px;
	outline: 4px solid #fff;
}

#appComments .comment-avatar img {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 10rem;
	text-align: center;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

#appComments .comment-body {
	width: 100%;
	border-bottom: 1px solid #dedfe0;
	margin-bottom: 20px;
}

#appComments .comment-body p {
	margin-top: 0;
}

.comment {
	padding: 30px;
	background: rgba(114, 168, 211, 0.2) none repeat scroll 0 0;
	margin-bottom: 20px;
	border-radius: 1rem;
}

@media screen and (max-width: 500px) {
	.comment {
		padding: 1.5rem 0.75rem;
	}

	.comm-container {
		margin-bottom: 1.5rem;
	}
}
