.nav-user {
    padding: calc(5px / 2) 20px calc(5px / 2) 57px !important;
    text-align: left !important;
    position: relative;
    min-height: 30px;
    text-decoration: none !important;
}

.nav-user .account-user-avatar {
    position: absolute;
    top: 2px;
    left: 15px;
}

.nav-user .account-user-avatar img {
    height: 32px;
    width: 32px;
}

.nav-user .account-position {
    display: block;
    font-size: 10px;
    margin-top: -3px;
}

.nav-user .account-user-name {
    display: block;
    font-weight: 600;
    font-size: 15px;
}



.avatar-sm {
    height: 2.2rem;
    width: 2.2rem;
}


.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #727cf5;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 15px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
