.tt-avatar {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #bdbdbd;
	color: #fff;
	user-select: none;
	flex-shrink: 0;
	align-self: center;
}

.tt-avatar img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.tt-avatar-initials {
	display: block;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.tt-avatar--outlined {
	outline: 2px solid var(--app-primary-color);
	outline-offset: 2px;
}
