.profile-shortcut-wrapper {
    max-width: 1170px;
    margin: -1.5rem auto 0;
    z-index:3;
    position:relative;
}

.profile-shortcut-details {
    width: -moz-fit-content;
    width: fit-content;
    float: right;
}

.profile-icon-name-group {
    display: flex;
}

h4.profile-fullname {
    min-width: 90px;
    width: fit-content;
    width: -moz-fit-content;
    padding-left: unset;
    margin: .5rem 1rem .25rem 0;
    color: #fff;
    text-align: center;
}

.icon-profile::before{
    margin: auto .5rem auto 1rem;
    position: relative;
    top: 30%;
    color: #fff;
}

.profile-link {
    text-align: center;
    margin: 0 .5rem .5rem .5rem;
}

.profile-link > a {
    color: #fff;
}
.profile-link > a:hover {
    text-decoration: underline;
}
