/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/Sidebar.razor.rz.scp.css */

/* /Components/Layout/TopMenu.razor.rz.scp.css */
.vk2-user-avatar-btn[b-spqxiocg8n] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
    color: inherit;
    transition: opacity 0.15s ease;
}

.vk2-user-avatar-btn:hover[b-spqxiocg8n] {
    opacity: 0.8;
}

.vk2-user-avatar-btn:focus-visible[b-spqxiocg8n] {
    outline: 2px solid var(--md-sys-color-primary, #6750A4);
    outline-offset: 2px;
}

.vk2-user-avatar-img[b-spqxiocg8n] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.vk2-user-avatar-icon[b-spqxiocg8n] {
    font-size: 32px;
    line-height: 1;
    pointer-events: none;
}

