.nav_dash li {
        margin: 0 !important;
    }
    .nav_dash a {
        text-decoration: none !important;
    }

    .user-avatar-img {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        object-fit: cover;
    }

    .user-avatar-placeholder {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 48px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .avatar-placeholder {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        font-size: 28px !important;
        font-weight: bold;
        color: #ffffff !important;
        display: inline-block;
        background-color: #999; /* fallback */
    }
