.avatar-sm {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.x-small {
    font-size: 0.75rem;
}

.bg-light-blue {
    background-color: #e7f1ff;
    color: #0c4128;
}