.avatar-sm {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6777ef;
    color: white;
    font-weight: bold;
    border-radius: 50%;
}
.avatar-title {
    font-size: 16px;
}
