@import 'ElMaGames.Client.rm9v35ztmi.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-i0t0ojoxqy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i0t0ojoxqy] {
    flex: 1;
}

.sidebar[b-i0t0ojoxqy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i0t0ojoxqy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i0t0ojoxqy]  a, .top-row[b-i0t0ojoxqy]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-i0t0ojoxqy]  a:hover, .top-row[b-i0t0ojoxqy]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-i0t0ojoxqy]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-i0t0ojoxqy] {
        justify-content: space-between;
    }

        .top-row[b-i0t0ojoxqy]  a, .top-row[b-i0t0ojoxqy]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-i0t0ojoxqy] {
        flex-direction: row;
    }

    .sidebar[b-i0t0ojoxqy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i0t0ojoxqy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-i0t0ojoxqy]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-i0t0ojoxqy], article[b-i0t0ojoxqy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Top Row / Header */
.top-row[b-g50575rks9] {
    height: 3.5rem;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-bottom: 1px solid rgba(218, 165, 32, 0.2);
}

.navbar-brand[b-g50575rks9] {
    font-size: 1.3rem;
    font-weight: 700;
}

.navbar-toggler[b-g50575rks9] {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Navigation Scrollable Area */
.nav-scrollable[b-g50575rks9] {
    background: linear-gradient(180deg, #1a1a2e 0%, #0f1419 100%);
}

/* Section Titles */
.nav-section-title[b-g50575rks9] {
    padding: 1rem 1.5rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255,255,255,0.7);
}

/* Navigation Items */
.nav-item[b-g50575rks9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g50575rks9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g50575rks9] {
        padding-bottom: 1rem;
    }

    /* Navigation Links - FIXED FOR WRAPPING */
    .nav-item[b-g50575rks9]  a,
    .nav-item[b-g50575rks9]  .nav-link {
        color: rgba(255,255,255,0.9);
        font-weight: 500;
        border-radius: 8px;
        margin: 4px 8px;
        padding: 0.75rem 1rem;
        transition: all 0.2s;
        min-height: 3rem; /* Changed from height to min-height */
        display: flex;
        align-items: center;
        line-height: 1.4; /* Changed from 3rem to normal line height */
    }

        .nav-item[b-g50575rks9]  a:hover,
        .nav-item[b-g50575rks9]  .nav-link:hover {
            background: rgba(255,255,255,0.15);
            color: white;
        }

        .nav-item[b-g50575rks9]  a.active,
        .nav-item[b-g50575rks9]  .nav-link.active {
            background: rgba(255,255,255,0.25);
            color: white;
            font-weight: 600;
        }

.nav-link.disabled[b-g50575rks9] {
    cursor: not-allowed;
    opacity: 0.5;
}

/* Coming Soon Item */
.coming-soon-item[b-g50575rks9] {
    position: relative;
}

/* Icons */
.bi[b-g50575rks9] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    position: relative;
    flex-shrink: 0; /* Prevent icon from shrinking when text wraps */
}

/* Icon replacements using Unicode emojis */
.bi-house-door-fill-nav-menu[b-g50575rks9]::before {
    content: "🏠";
    font-size: 1.2rem;
}

.bi-lightning-fill-nav-menu[b-g50575rks9]::before {
    content: "⚡";
    font-size: 1.2rem;
}

.bi-lotr-nav-menu[b-g50575rks9]::before {
    content: "💍";
    font-size: 1.2rem;
}

.bi-perun-nav-menu[b-g50575rks9]::before {
    content: "🔱";
    font-size: 1.2rem;
}

.bi-school-lexicon-nav-menu[b-g50575rks9]::before {
    content: "✍️";
    font-size: 1.2rem;
}

.bi-triangle-nav-menu[b-g50575rks9]::before {
    content: "📐";
    font-size: 1.2rem;
}

.bi-plus-circle-nav-menu[b-g50575rks9]::before {
    content: "➕";
    font-size: 1.2rem;
}

/* Responsive - Desktop */
@media (min-width: 641px) {
    .navbar-toggler[b-g50575rks9] {
        display: none;
    }

    .collapse[b-g50575rks9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-g50575rks9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
