/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-ii7a9d1e5c] {
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ������������ NavMenu.razor.css � �������� ��� ������ ������ */

.nav-scrollable[b-uszczky1kj] {
    flex-grow: 1;
    overflow-y: auto;
    padding-top: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.2) transparent;
}

    .nav-scrollable[b-uszczky1kj]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-uszczky1kj]::-webkit-scrollbar-track {
        background: transparent;
    }

    .nav-scrollable[b-uszczky1kj]::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,0.3);
        border-radius: 3px;
    }

        .nav-scrollable[b-uszczky1kj]::-webkit-scrollbar-thumb:hover {
            background-color: rgba(255,255,255,0.5);
        }

.nav-item[b-uszczky1kj] {
    width: 100%;
    margin-bottom: 12px;
    padding: 0;
}

[b-uszczky1kj] a.nav-link {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0 !important;
    min-height: 55px;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.65);
    transition: background-color 0.1s ease-in-out;
    text-decoration: none;
}

    [b-uszczky1kj] a.nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: rgba(255, 255, 255, 0.85);
    }

    [b-uszczky1kj] a.nav-link.active {
        background-color: rgba(255,255,255,0.25) !important;
        color: white !important;
        outline: 2px solid rgba(0, 0, 255, 0.6) !important;
        outline-offset: -2px;
    }

.nation-flag-icon[b-uszczky1kj] {
    width: 50px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.1s ease-in-out;
}

[b-uszczky1kj] a.nav-link.active .nation-flag-icon {
    transform: scale(1.05);
}

.navbar-toggler[b-uszczky1kj], .top-row[b-uszczky1kj], .navbar-brand[b-uszczky1kj], .bi[b-uszczky1kj] {
    display: none !important;
}

/* ============ ����������: ������ � �������� ��� ������ ������ ============ */

nav.flex-column[b-uszczky1kj] {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* ���������: ������ ����� ��� ������ ������ */
    padding-bottom: 120px; /* ���������� ����� ��� ������ ������ */
    box-sizing: border-box;
}

/* ============ ����� ��� ������ ============ */

.version-info[b-uszczky1kj] {
    padding: 6px 8px;
    text-align: center;
    font-size: 0.55em;
    color: rgba(255, 255, 255, 0.4);
    border-top: 1px solid #333;
    background-color: rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    font-family: 'Courier New', monospace;
    letter-spacing: 0.5px;
    margin-top: auto;
}

    .version-info:hover[b-uszczky1kj] {
        color: rgba(255, 255, 255, 0.6);
        background-color: rgba(0, 0, 0, 0.2);
    }

/* ������������� ������ */
[b-uszczky1kj] .language-toggle {
    flex-shrink: 0;
    margin-top: 0;
}

/* ============ ������������ ��� ��������� ============ */

@media (max-width: 768px) {
    nav.flex-column[b-uszczky1kj] {
        /* �� ��������� ������ ����� ���� ������ ��-�� ������ ������ */
        padding-bottom: 140px;
    }

    .version-info[b-uszczky1kj] {
        font-size: 0.45em;
        padding: 4px 6px;
    }
}

/* ============ �������������: ����������� ��� ��������� ���������� �������� ============ */

/* ���������� ��� ������� ��������� ��������������� */
body .page .sidebar[b-uszczky1kj] {
    width: 70px !important;
    min-width: 70px !important;
    position: static !important;
    padding-top: 0.5rem !important;
    display: flex !important;
    flex-direction: column !important;
    flex-shrink: 0 !important;
    height: 100vh !important;
    overflow: visible !important;
    background-color: #2a2a2a;
    /* ���������: Z-index ����� ������� ��� ������ ������ ������ */
    z-index: 10;
    position: relative !important;
}
