
.customer-initials{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(93, 120, 255, 0.1);
    color: #5d78ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5rem;
    flex: 0 0 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.25rem;
    text-transform: uppercase;
    line-height: 1.3rem;
}
.customer-initials span{
    font-weight: 600;
    font-size: 2.75rem;
    margin-top: 0.2rem;
}

.customer-initials.user{
    max-width: 38px;
    max-height: 38px
}
.customer-initials.user span{
    font-size: 1.5rem;
}