.avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #6c757d;
	color: #fff;
	flex-shrink: 0;
	font-weight: 700;
	user-select: none;
}

/* Sizes */

.avatar-sm {
	width: 28px;
	height: 28px;
	font-size: 11px;
}

.avatar-md {
	width: 40px;
	height: 40px;
	font-size: 15px;
}

.avatar-lg {
	width: 56px;
	height: 56px;
	font-size: 20px;
}

.avatar-xl {
	width: 72px;
	height: 72px;
	font-size: 26px;
}

/* Shapes */

.avatar-circle {
	border-radius: 50%;
}

.avatar-rounded {
	border-radius: 8px;
}

.avatar-square {
	border-radius: 0;
}

/* Content */

.avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.avatar-initials {
	line-height: 1;
	letter-spacing: 0.02em;
}

.avatar-icon {
	width: 58%;
	height: 58%;
	opacity: 0.9;
}
