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

.main-content[b-8r3rfog6q5] {
    display: flex;
    flex: 1;
    margin-top: 56px; /* Account for fixed TopNavigation height */
}

main[b-8r3rfog6q5] {
    flex: 1;
}

.sidebar[b-8r3rfog6q5] {
    background: transparent;
}

@media (max-width: 640.98px) {
    .main-content[b-8r3rfog6q5] {
        flex-direction: column;
    }
    
    .sidebar[b-8r3rfog6q5] {
        order: 2;
    }
    
    main[b-8r3rfog6q5] {
        order: 1;
    }
}

@media (min-width: 641px) {
    .main-content[b-8r3rfog6q5] {
        flex-direction: row;
    }

    .sidebar[b-8r3rfog6q5] {
        width: 110px;
        position: sticky;
        top: 70px; /* Top bar height */
        flex-shrink: 0;
        /* Remove fixed height to allow content to scroll with the main page */
    }

    article[b-8r3rfog6q5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8r3rfog6q5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-8r3rfog6q5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HappyFrog/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iwhhd9ye58] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #00e676 0%, #00c853 100%) 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.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem;
    border-radius: 8px;
    z-index: 1000;
}

.navbar-toggler:checked[b-iwhhd9ye58] {
    background-color: rgba(255, 255, 255, 0.5);
}



.fas[b-iwhhd9ye58] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}


.nav-item[b-iwhhd9ye58] {
    font-size: 0.85rem;
    padding: 0.3rem 0;
}

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

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

    .nav-item[b-iwhhd9ye58]  .nav-link {
        color: #000000;
        background: transparent;
        border: none;
        border-left: 3px solid transparent;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
        padding: 0.6rem 0.4rem;
        transition: all 0.2s ease;
        text-decoration: none;
        cursor: pointer;
        font-weight: 500;
        gap: 4px;
    }

    .nav-item[b-iwhhd9ye58]  .nav-link i {
        font-size: 1.1rem;
        margin-bottom: 2px;
        opacity: 0.9;
    }

    .nav-item[b-iwhhd9ye58]  .nav-link span {
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 1;
        text-align: center;
    }

.nav-item[b-iwhhd9ye58]  a.active {
    border-left: 3px solid #000000 !important;
    color: #000000 !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.nav-item[b-iwhhd9ye58]  .nav-link:hover {
    color: #666666;
    background: transparent;
}

.nav-item[b-iwhhd9ye58]  .nav-link.logout-button {
    color: #000000;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0.6rem 0.4rem;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    gap: 4px;
    font-family: inherit;
    font-size: 0.85rem;
}

.nav-item[b-iwhhd9ye58]  .logout-button:hover {
    color: #666666;
    background: transparent;
}

.nav-logo[b-iwhhd9ye58] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding: 1rem 0 0 0;
}

.logo-content[b-iwhhd9ye58] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.frog-logo[b-iwhhd9ye58] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.nav-scrollable[b-iwhhd9ye58] {
    display: none;
    background: linear-gradient(180deg, #00e676 0%, #00c853 60%, #00a152 100%);
    padding: 0.5rem;
    width: 110px;
}

.navbar-toggler:checked ~ .nav-scrollable[b-iwhhd9ye58] {
    display: block;
}

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

    .nav-scrollable[b-iwhhd9ye58] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        background: linear-gradient(180deg, #00e676 0%, #00c853 60%, #00a152 100%);
        padding: 0.5rem;
        width: 110px;

        /* Allow sidebar to scroll for tall menus */
        height: 100vh;
        overflow-y: auto;
    }
}
/* _content/HappyFrog/Components/Shared/QuickSearch.razor.rz.scp.css */
.quick-search-container[b-lwqvjed1y3] {
    position: relative;
    width: 300px;
}

.quick-search-container .form-control[b-lwqvjed1y3] {
    border-radius: 20px;
    padding-left: 2.5rem;
    font-size: 0.9rem;
}

.quick-search-container .input-group-text[b-lwqvjed1y3] {
    position: absolute;
    left: 0;
    z-index: 10;
    background: transparent;
    border: none;
    color: #6c757d;
}

.search-dropdown[b-lwqvjed1y3] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
}

.search-result-item[b-lwqvjed1y3] {
    padding: 12px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f8f9fa;
    transition: background-color 0.2s;
}

.search-result-item:hover[b-lwqvjed1y3] {
    background-color: #f8f9fa;
}

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

.result-icon[b-lwqvjed1y3] {
    width: 20px;
    text-align: center;
}

.result-title[b-lwqvjed1y3] {
    font-weight: 500;
    color: #212529;
    font-size: 0.9rem;
}

.result-subtitle[b-lwqvjed1y3] {
    font-size: 0.8rem;
}

.search-result-more[b-lwqvjed1y3] {
    padding: 8px 16px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .quick-search-container[b-lwqvjed1y3] {
        width: 200px;
    }
}

@media (max-width: 576px) {
    .quick-search-container[b-lwqvjed1y3] {
        width: 150px;
    }
    
    .quick-search-container .form-control[b-lwqvjed1y3]::placeholder {
        font-size: 0.8rem;
    }
}
/* _content/HappyFrog/Components/Shared/TopBar.razor.rz.scp.css */
.top-bar[b-kb1e8tuk4u] {
    background: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding: 0.875rem 1.5rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1020;
    backdrop-filter: blur(10px);
    height: 70px;
}

.brand-link[b-kb1e8tuk4u] {
    color: #1a1a1a !important;
    font-weight: 700;
    font-size: 1.375rem;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    letter-spacing: -0.025em;
}

.brand-link:hover[b-kb1e8tuk4u] {
    color: #0d6efd !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.brand-logo[b-kb1e8tuk4u] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.brand-link:hover .brand-logo[b-kb1e8tuk4u] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.brand-text[b-kb1e8tuk4u] {
    color: #0d6efd;
    font-weight: 700;
    margin-left: 0.5rem;
}

.user-menu-dropdown .btn[b-kb1e8tuk4u] {
    border: none;
    background: none;
    padding: 0.625rem 0.875rem;
    color: #6c757d;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-weight: 500;
}

.user-menu-dropdown .btn:hover[b-kb1e8tuk4u] {
    color: #0d6efd;
    background: #f8f9fa;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.user-avatar[b-kb1e8tuk4u] {
    color: #6c757d;
}

.user-name[b-kb1e8tuk4u] {
    color: #495057;
    font-weight: 500;
    font-size: 0.9rem;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-item-form[b-kb1e8tuk4u] {
    margin: 0;
    padding: 0;
}

.logout-button[b-kb1e8tuk4u] {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    color: #dc3545;
}

.logout-button:hover[b-kb1e8tuk4u] {
    background-color: #f8f9fa;
    color: #dc3545;
}

.auth-buttons .btn[b-kb1e8tuk4u] {
    border-radius: 8px;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    transition: all 0.2s ease;
    border-width: 2px;
}

.auth-buttons .btn:hover[b-kb1e8tuk4u] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.auth-buttons .btn-outline-primary:hover[b-kb1e8tuk4u] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

.top-bar-left[b-kb1e8tuk4u] {
    flex: 0 0 auto;
    min-width: 200px;
}

.top-bar-center[b-kb1e8tuk4u] {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 2rem;
}

.top-bar-right[b-kb1e8tuk4u] {
    flex: 0 0 auto;
    min-width: 200px;
    justify-content: flex-end;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .top-bar[b-kb1e8tuk4u] {
        padding: 0.5rem 1rem;
    }
    
    .top-bar-center[b-kb1e8tuk4u] {
        padding: 0 1rem;
    }
    
    .brand-text[b-kb1e8tuk4u] {
        display: none;
    }
    
    .top-bar-left[b-kb1e8tuk4u] {
        min-width: auto;
    }
    
    .top-bar-right[b-kb1e8tuk4u] {
        min-width: auto;
    }
}

@media (max-width: 576px) {
    .top-bar-center[b-kb1e8tuk4u] {
        padding: 0 0.5rem;
    }
    
    .auth-buttons .btn[b-kb1e8tuk4u] {
        font-size: 0.8rem;
        padding: 0.25rem 0.75rem;
    }
    
    .auth-buttons .btn span[b-kb1e8tuk4u] {
        display: none;
    }
}
