
#aspect-content {
	margin: 0px 0 0;
	font-family: "Poppins", sans-serif;
}

#aspect-content * {
	box-sizing: border-box;
}

.aspect-tab {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 10px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 0 1px #ececec;
	opacity: 1;
	transition: box-shadow .2s, opacity .4s;
}

.aspect-tab:hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}

.aspect-input {
	display: none;
}

.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
	max-height: 3000px;
}

.aspect-input:checked ~ .aspect-content:after {
	transform: rotate(0);
}

.aspect-label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	max-height: 80px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	z-index: 1;
	cursor: pointer;
}

.aspect-label:hover ~ .aspect-content:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiM1NTZBRUEiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
}

.aspect-content {
	position: relative;
	display: block;
	height: 53px;
	margin: 0;
	padding: 0 55px 0 0px;
	font-size: 0;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

.aspect-content:before, .aspect-content:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.aspect-content:before {
	height: 100%;
}

.aspect-content:after {
	position: absolute;
	width: 24px;
	height: 100%;
	right: 30px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTI0IDI0SDBWMGgyNHoiIG9wYWNpdHk9Ii44NyIvPgogICAgICAgIDxwYXRoIGZpbGw9IiNBOUFDQUYiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE1Ljg4IDE1LjI5TDEyIDExLjQxbC0zLjg4IDMuODhhLjk5Ni45OTYgMCAxIDEtMS40MS0xLjQxbDQuNTktNC41OWEuOTk2Ljk5NiAwIDAgMSAxLjQxIDBsNC41OSA0LjU5Yy4zOS4zOS4zOSAxLjAyIDAgMS40MS0uMzkuMzgtMS4wMy4zOS0xLjQyIDB6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=");
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
}

.aspect-name {
	display: inline-block;
	width: 75%;
	margin-left: 16px;
	font-weight: 500;
	color: #242a32;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
}

.aspect-stat {
	width: 40%;
	text-align: right;
}

.all-opinions,
.aspect-name {
	font-size: 14px;
	line-height: 22px;
}

.all-opinions {
	color: #5d5d5d;
	text-align: left;
}

.aspect-content + .aspect-tab-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s;
}

.aspect-content > div,
.aspect-stat > div {
	display: inline-block;
}

.aspect-content > div {
	vertical-align: middle;
}

.positive-count,
.negative-count,
.neutral-count {
	display: inline-block;
	margin: 0 0 0 20px;
	padding-left: 26px;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 20px;
	color: #363636;
}



.aspect-info {
	width: 60%;
	white-space: nowrap;
	font-size: 0;
}

.aspect-info:before {
	content: '';
	display: inline-block;
	height: 44px;
	vertical-align: middle;
}

.chart-pie {
	position: relative;
	display: inline-block;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	background-color: #e4e4e4;
	vertical-align: middle;
}

.chart-pie:after {
	content: '';
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background-color: #fff;
}

.chart-pie-count {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 44px;
	color: #242a32;
	text-align: center;
	z-index: 1;
}

.chart-pie > div {
	clip: rect(0, 44px, 44px, 22px);
}

.chart-pie > div,
.chart-pie.over50 .first-fill {
	position: absolute;
	height: 44px;
	width: 44px;
	border-radius: 50%;
}

.chart-pie.over50 > div {
	clip: rect(auto, auto, auto, auto);
}

.chart-pie.over50 .first-fill {
	clip: rect(0, 44px, 44px, 22px);
}

.chart-pie:not(.over50) .first-fill {
	display: none;
}

.second-fill {
	position: absolute;
	clip: rect(0, 22px, 44px, 0);
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	box-sizing: border-box;
}

.chart-pie.positive .first-fill {
	background-color: #82d428;
}

.chart-pie.positive .second-fill {
	border-color: #82d428;
}

.chart-pie.negative .first-fill {
	background-color: #ff6e00;
}

.chart-pie.negative .second-fill {
	border-color: #ff6e00;
}

.aspect-tab-content {
	background-color: #f9f9f9;
	font-size: 0;
	text-align: justify;
}

.sentiment-wrapper {
	padding: 24px 30px 30px;
}

.sentiment-wrapper > div {
	display: inline-block;
	width: 49%;
	max-width: 390px;
	padding: 0 5px;
	box-sizing: border-box;
	vertical-align: top;
	cursor: default;
}

.sentiment-wrapper > div > div {
	width: 100%;
	padding: 16px 24px 20px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ececec;
	text-align: left;
}
.profile_summary_sentiment-wrapper {
	/* width:35%; */
	padding: 24px 30px 30px;
}
.profile_summary_sentiment-wrapper  > div > div {
	background-color: transparent;
	border:0px;
	padding:0px;
}

.opinion-header {
	position: relative;
	width: 100%;
	margin: 0 0 24px;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	color: #242a32;
	/* text-transform: capitalize;*/
}

.opinion-header > span:nth-child(2) {
	/*position: absolute;*/
	right: 0;
}

.opinion-header + div > span {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color: #363636;
}
.opinion-header .user-profile-label {
font-size:15px;
font-weight:700;
/* line-height:2.2em; */
}
.profile_summary_sentiment-wrapper .opinion-header .user-profile-label {
font-size:13px;
}
.opinion-header table tr td {
	font-size:14px;
	padding-top:5%;
	padding-right:2%;
}
.profile_summary_sentiment-wrapper .opinion-header table tr td {
padding-top:2%;
}
.profile_summary_left {
float:left;
width:35%;
}
.profile_summary_right {
float:right;
width:65%;
}
@media screen and (max-width: 800px) {
	.aspect-label {
		max-height: 102px;
	}

	.aspect-content {
		height: auto;
		padding: 10px 87px 10px 30px;
	}

	.aspect-content:before {
		display: none;
	}

	.aspect-content:after {
		top: 0;
	}

	.aspect-content > div {
		display: block;
		width: 100%;
	}

	.aspect-stat {
		margin-top: 10px;
		text-align: left;
	}
}

@media screen and (max-width: 750px) {
	.sentiment-wrapper > div {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.sentiment-wrapper > div:not(:first-child) {
		margin-top: 10px;
	}
}

@media screen and (max-width: 500px) {
	.aspect-label {
		max-height: 140px;
	}

	.aspect-stat > div {
		display: block;
		width: 100%;
	}

	.all-opinions {
		margin-bottom: 10px;
	}

	.all-opinions + div > span:first-child {
		margin: 0;
	}
}