.profile-icon {
    position: absolute;
    right: 7px;
    bottom: 0;
}

*[dir="rtl"] .profile-icon {
    right: auto !important;
    left: 7px;
}
