.star {
	position: absolute;
	z-index: 2;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.star .center {
	position: relative;
}

.star .svgContainer {
	position: absolute;
}

.star .ring {
	position: absolute;
	border-radius: 50%;
}

.star .circle {
	position: absolute;
	border-radius: 50%;
}

.star .name {
	position: absolute;
	text-align: center;
}

.star .avatar {
	position: absolute;
}

.star .emoticon {
	position: absolute;
}

.star .badge {
	position: absolute;
}

.star .badge .text {
	width: 100%;
	height: 100%;
}

.star .pin.pinned {
	display: block;
}

.star .pin {
	display: none;
	width: 19px;
	height: 19px;
	background-size: 19px;
	background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/star-pin%403x.png);
	left: 32px;
	position: absolute;
}

.star .letters {
	color: white;
	font-size: 22px;
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: center;
}

.star .avatar.privateMsgStar {
	left: 25px !important;
	top: 30px !important;
	width: 35px !important;
	height: 29px !important;
	background-size: 35px 29px !important;
	border-radius: unset;
	background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/navigation/pm-star%402x.png);
}