@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/BandTour.live/Shared/MainLayout.razor.rz.scp.css */
.page[b-167c9c7y9x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-167c9c7y9x] {
    flex: 1;
}

.sidebar[b-167c9c7y9x] {
    background-color: var(--bs-dark);
    border-right: 1px solid var(--bs-border-color);
    transition: transform 0.3s ease-in-out;
}

/* Hamburger button */
.hamburger-btn[b-167c9c7y9x] {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1100;
    background: rgba(var(--bs-primary-rgb), 0.9);
    border: none;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    display: none; /* Hidden by default, shown on mobile */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.hamburger-btn:hover[b-167c9c7y9x] {
    background: rgba(var(--bs-primary-rgb), 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.hamburger-icon[b-167c9c7y9x] {
    width: 24px;
    height: 3px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Sidebar overlay */
.sidebar-overlay[b-167c9c7y9x] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.sidebar-overlay.show[b-167c9c7y9x] {
    opacity: 1;
    pointer-events: all;
}

article.content[b-167c9c7y9x] {
    padding: 1.25rem 1rem 2rem 1rem;
}

@media (max-width: 767px) {
    article.content[b-167c9c7y9x] {
        padding: 1rem 0.75rem 1.5rem 0.75rem;
        margin-top: 0;
    }
    
    /* Mobile: sidebar slides in from left */
    .sidebar[b-167c9c7y9x] {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 280px;
        max-width: 85vw;
        z-index: 1050;
        transform: translateX(-100%);
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
    }
    
    .sidebar.open[b-167c9c7y9x] {
        transform: translateX(0);
    }
    
    .hamburger-btn[b-167c9c7y9x] {
        display: flex !important;
    }
    
    .main-header[b-167c9c7y9x] {
        margin-left: 0;
        padding-left: 60px; /* Make room for hamburger */
    }
}

@media (min-width: 768px) {
    .page[b-167c9c7y9x] {
        flex-direction: row;
    }

    .sidebar[b-167c9c7y9x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transform: translateX(0);
    }
    
    /* Desktop: hide hamburger and overlay */
    .hamburger-btn[b-167c9c7y9x] {
        display: none !important;
    }
    
    .sidebar-overlay[b-167c9c7y9x] {
        display: none !important;
    }

    article.content[b-167c9c7y9x] {
        padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    }
}
/* _content/BandTour.live/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-58hmaavesc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-58hmaavesc] {
    height: 3.5rem;
    background: #2a2f36;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-58hmaavesc] {
    font-size: 1.1rem;
}

.oi[b-58hmaavesc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-58hmaavesc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-58hmaavesc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-58hmaavesc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-58hmaavesc]  a {
        color: rgba(255, 255, 255, 0.78);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-58hmaavesc]  a.active {
    background-color: rgba(var(--bs-primary-rgb), 0.28);
    color: white;
}

.nav-item[b-58hmaavesc]  a:hover {
    background-color: rgba(var(--bs-primary-rgb), 0.16);
    color: white;
}

/* Sub-menu under Search */
.nav-item[b-58hmaavesc]  ul {
    list-style: none;
    margin: 0.25rem 0 0 0;
    padding: 0 0 0 2.5rem;
}

.nav-item[b-58hmaavesc]  ul .nav-link {
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 0.5rem;
    font-size: 0.85rem;
    border-radius: 4px;
}

/* Navigation Quick Search */
.nav-search-results[b-58hmaavesc] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(25, 25, 35, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    margin-top: 4px;
    max-height: 320px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.nav-search-result-item[b-58hmaavesc] {
    display: flex;
    align-items: center;
    padding: 0.65rem 0.85rem;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.15s ease;
}

.nav-search-result-item:last-child[b-58hmaavesc] {
    border-bottom: none;
}

.nav-search-result-item:hover[b-58hmaavesc] {
    background: rgba(var(--bs-primary-rgb), 0.2);
    color: white;
}

.nav-search-result-item .oi[b-58hmaavesc] {
    width: 1.5rem;
    font-size: 0.95rem;
    opacity: 0.7;
}

.nav-search-result-item small[b-58hmaavesc] {
    font-size: 0.75rem;
    opacity: 0.6;
}

/* Highlight matching nav items */
.nav-highlight[b-58hmaavesc] {
    background: rgba(255, 193, 7, 0.08);
    border-radius: 6px;
    animation: pulse-highlight-b-58hmaavesc 1.2s ease-in-out infinite;
}

@keyframes pulse-highlight-b-58hmaavesc {
    0%, 100% {
        background: rgba(255, 193, 7, 0.08);
    }
    50% {
        background: rgba(255, 193, 7, 0.16);
    }
}

/* Copyright Notice */
.nav-copyright[b-58hmaavesc] {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-copyright small[b-58hmaavesc] {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.7rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-58hmaavesc] {
        display: none;
    }

    .collapse[b-58hmaavesc] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-58hmaavesc] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
