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

/* _content/CapoeiraHillerod/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-shbkwbek1j] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-header[b-shbkwbek1j] {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-content[b-shbkwbek1j] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content[b-shbkwbek1j] {
    flex: 1;
}

.breadcrumb-container[b-shbkwbek1j] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

/* Legacy styles for backwards compatibility - will be cleaned up later */
.top-row[b-shbkwbek1j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-shbkwbek1j]  a, .top-row[b-shbkwbek1j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-shbkwbek1j]  a:hover, .top-row[b-shbkwbek1j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-shbkwbek1j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-shbkwbek1j] {
        justify-content: space-between;
    }

    .top-row[b-shbkwbek1j]  a, .top-row[b-shbkwbek1j]  .btn-link {
        margin-left: 0;
    }
}

#blazor-error-ui[b-shbkwbek1j] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-shbkwbek1j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/*
   Enhanced Footer Styles for Capoeira Hillerød
   Theme: Brazil, Earth, Sunset
*/

.site-footer[b-shbkwbek1j] {
    background: var(--capoeira-gradient-primary, linear-gradient(135deg, #28a745, #20c997));
    color: var(--capoeira-text-light, #fff);
    padding: 2.5rem 0 0.5rem 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 -4px 32px 0 rgba(0,0,0,0.08);
    font-family: var(--capoeira-font-secondary);
    position: relative;
    overflow: hidden;
}

.site-footer .footer-section[b-shbkwbek1j] {
    margin-bottom: 1.5rem;
}

.site-footer .footer-title[b-shbkwbek1j] {
    font-family: var(--capoeira-font-primary);
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--capoeira-secondary, #ffc107);
    display: flex;
    align-items: center;
}

.site-footer .footer-logo[b-shbkwbek1j] {
    height: 3.2rem;
    margin-right: 0.7rem;
}

.site-footer .footer-text[b-shbkwbek1j] {
    color: var(--capoeira-text-light, #fff);
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

.site-footer .social-links[b-shbkwbek1j] {
    margin-top: 0.5rem;
}
.site-footer .social-link[b-shbkwbek1j] {
    color: #fff !important;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    font-size: 1.25rem;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}
.site-footer .social-link:hover[b-shbkwbek1j] {
    background: var(--capoeira-secondary, #ffc107);
    color: var(--capoeira-primary, #28a745) !important;
    transform: scale(1.1);
}

.site-footer .footer-subtitle[b-shbkwbek1j] {
    color: var(--capoeira-secondary, #ffc107);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
    letter-spacing: 0.02em;
}

.site-footer .footer-links[b-shbkwbek1j] {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-links li[b-shbkwbek1j] {
    margin-bottom: 0.4rem;
}
.site-footer .footer-links a[b-shbkwbek1j] {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer .footer-links a:hover[b-shbkwbek1j] {
    color: var(--capoeira-secondary, #ffc107) !important;
    text-decoration: underline;
}

.site-footer .contact-info[b-shbkwbek1j] {
    font-size: 1rem;
}
.site-footer .contact-item[b-shbkwbek1j] {
    display: flex;
    align-items: center;
    margin-bottom: 0.4rem;
    color: var(--capoeira-text-light, #fff);
}
.site-footer .contact-item a[b-shbkwbek1j] {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer .contact-item a:hover[b-shbkwbek1j] {
    color: var(--capoeira-secondary, #ffc107) !important;
    text-decoration: underline;
}
.site-footer .contact-icon[b-shbkwbek1j] {
    margin-right: 0.6rem;
    color: var(--capoeira-secondary, #ffc107);
    font-size: 1.1rem;
}

.site-footer .btn-outline-light[b-shbkwbek1j] {
    border-color: var(--capoeira-secondary, #ffc107);
    color: var(--capoeira-secondary, #ffc107);
    background: transparent;
    transition: background 0.2s, color 0.2s;
}
.site-footer .btn-outline-light:hover[b-shbkwbek1j] {
    background: var(--capoeira-secondary, #ffc107);
    color: var(--capoeira-primary, #28a745);
}

.site-footer .footer-bottom[b-shbkwbek1j] {
    border-top: 1.5px solid rgba(255,255,255,0.18);
    margin-top: 1.5rem;
    padding-top: 1rem;
    font-size: 0.98rem;
    color: var(--capoeira-text-light, #fff);
    background: linear-gradient(90deg, rgba(40,167,69,0.12) 0%, rgba(255,193,7,0.12) 100%);
}
.site-footer .footer-legal a[b-shbkwbek1j] {
    color: #fff !important;
    margin: 0 0.5rem;
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer .footer-legal a:hover[b-shbkwbek1j] {
    color: var(--capoeira-secondary, #ffc107) !important;
    text-decoration: underline;
}
.site-footer .separator[b-shbkwbek1j] {
    color: var(--capoeira-secondary, #ffc107);
    margin: 0 0.2rem;
}

@media (max-width: 991.98px) {
    .site-footer .footer-section[b-shbkwbek1j] {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .site-footer[b-shbkwbek1j] {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 2rem 0 0.5rem 0;
    }
    .site-footer .footer-title[b-shbkwbek1j] {
        font-size: 1.5rem;
    }
    .site-footer .footer-logo[b-shbkwbek1j] {
        height: 2.2rem;
    }
}

/* Optional: animated wave for footer background */
.site-footer[b-shbkwbek1j]::before {
    content: '';
    position: absolute;
    left: 0; right: 0; top: -40px;
    height: 60px;
    background: url('/img/footer-wave.svg') repeat-x;
    background-size: contain;
    opacity: 0.18;
    pointer-events: none;
    z-index: 0;
}

.site-footer > .container-fluid[b-shbkwbek1j], .site-footer .footer-bottom[b-shbkwbek1j] {
    position: relative;
    z-index: 1;
}
/* _content/CapoeiraHillerod/Components/Layout/NavMenu.razor.rz.scp.css */
/* Top Navigation Styles */
.navbar[b-emcnpcxttf] {
    background: linear-gradient(135deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand[b-emcnpcxttf] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white !important;
    text-decoration: none;
}

.navbar-brand:hover[b-emcnpcxttf] {
    color: #ffd700 !important;
    transform: translateY(-1px);
    transition: all 0.3s ease;
}

.navbar-logo[b-emcnpcxttf] {
    height: 56px;
    width: auto;
    transition: all 0.3s ease;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-logo:hover[b-emcnpcxttf] {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.brand-text[b-emcnpcxttf] {
    color: white;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: color 0.3s ease;
    letter-spacing: -0.025em;
}

.navbar-brand:hover .brand-text[b-emcnpcxttf] {
    color: #ffd700;
}

/* Navigation Links */
.nav-link[b-emcnpcxttf] {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0 0.25rem;
    padding: 0.5rem 0.75rem !important;
}

.nav-link:hover[b-emcnpcxttf] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.nav-link.active[b-emcnpcxttf] {
    color: #ffd700 !important;
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: 600;
}

.nav-icon[b-emcnpcxttf] {
    margin-right: 0.5rem;
    width: 1rem;
}

/* Dropdown Styles */
.dropdown-menu[b-emcnpcxttf] {
    background-color: white;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
}

.dropdown-item[b-emcnpcxttf] {
    color: #333 !important;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0.125rem 0.5rem;
}

.dropdown-item:hover[b-emcnpcxttf] {
    color: #fff !important;
    background: linear-gradient(135deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    transform: translateX(2px);
}

.dropdown-item.active[b-emcnpcxttf] {
    color: #fff !important;
    background: linear-gradient(135deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/* Admin dropdown special styling */
.text-warning[b-emcnpcxttf] {
    color: #ffc107 !important;
}

.navbar-toggler[b-emcnpcxttf] {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.navbar-toggler:focus[b-emcnpcxttf] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon[b-emcnpcxttf] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse[b-emcnpcxttf] {
        margin-top: 1rem;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        padding: 1rem;
    }
    
    .nav-link[b-emcnpcxttf] {
        margin: 0.25rem 0;
        padding: 0.75rem 1rem !important;
    }
    
    .dropdown-menu[b-emcnpcxttf] {
        background-color: rgba(255, 255, 255, 0.95);
        margin-top: 0.25rem;
        margin-left: 1rem;
    }
}

@media (max-width: 576px) {
    .navbar-logo[b-emcnpcxttf] {
        height: 38px;
    }
    
    .brand-text[b-emcnpcxttf] {
        font-size: 1rem;
    }
    
    .nav-icon[b-emcnpcxttf] {
        margin-right: 0.25rem;
    }
}
