.userAvatar-component-img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.topbar-header-profile {
    display: flex;
    align-items: center;
}
.topbar-header-profile-component-img {
    max-width: 50px;
    max-height: 50px;
}
.useraccount-uploadimg {
    float: left;
    max-width: 85px;
    max-height: 85px;
}
.useraccount-uploadimg-img {
    max-width: 85px;
    max-height: 85px;
}
.mousepointer{
    cursor:pointer !important;
}
.non-price {
    text-decoration-line: line-through;
    color: #c0c2c5;
    font-weight: 400;
}

.avatarsize {
    max-width:64px;
    width:64px;
    max-height:64px;
    height:64px;
}