/*!
 Copyright (c) 2020, 2024, Oracle and/or its affiliates.
 */

.user-avatar-icon {
    background-image: url('f?p=&APP_ID.:0:&SESSION.:APPLICATION_PROCESS=GET_USER_AVATAR');
    background-size: cover;
    background-position: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
}

.user-avatar-icon::before {
    display: none !important;
}