.user-mentor-dropdown .u-row {
	display: flex;
	align-items: center;
}
.user-mentor-dropdown .position-info {
	display: inline-block;
}
.user-mentor-dropdown .name-email-group {
	display: flex;
	font-size: 16px;
}
.user-mentor-dropdown .text-muted {
	font-size: 14px;
}
.user-mentor-dropdown .user-name {
	color: #717171;
}
.user-mentor-dropdown .email {
	margin-left: 4px;
}
.user-mentor-dropdown .title {
	color: $text-secondary;
	display: inline-block;
	margin-right: $sp-space--sm;
}
.user-mentor-dropdown .title:empty {
	display: block;
	margin-right: 0;
}
.user-mentor-dropdown .separator {
	color: $text-secondary;
}
.user-mentor-dropdown .department {
	color: $text-secondary;
	display: inline-block;
	margin-left: $sp-space--sm;
}
.user-mentor-dropdown .cover-area {
	height: 17px;
	width: 10px;
	background-color: transparent;
	cursor: default;
}
.user-mentor-dropdown .cover-left {
	margin-left: -10px;
	margin-top: -4px;
	float: left;
}
.user-mentor-dropdown .cover-right {
	margin-right: -10px;
	margin-top: -13px;
	float: right;
}
.user-mentor-dropdown .delimiter-container {
	position: relative;
	height: 17px;
	margin-bottom: -4px;
	margin-top: -4px;
	cursor: default;
}
.user-mentor-dropdown .delimiter {
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}
.user-mentor-dropdown .message-container .grouping-message {
	margin-top: -5px;
	margin-bottom: -5px;
	cursor: default;
}
.user-mentor-dropdown .message-container .cover-left {
	height: 22px;
	margin-top: -10px;
	margin-bottom: -5px;
}
.user-mentor-dropdown .message-container .cover-right {
	height: 22px;
	margin-top: -16px;
	margin-right: -8px;
}