/* _content/FoodReVibe/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0nglju3roy] {
    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-0nglju3roy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/FoodReVibe/Components/Pages/Admin.razor.rz.scp.css */
.admin-container[b-zpcvi5kv9m]
{
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem;
    font-family: system-ui, sans-serif;
}

h2[b-zpcvi5kv9m] {
    margin-bottom: 1rem;
    text-align: center;
}

.tabs[b-zpcvi5kv9m] {
    display: flex;
    gap: 0.5rem;
    border-bottom: 2px solid #ddd;
    margin-bottom: 1rem;
}

.tab[b-zpcvi5kv9m] {
    flex: 1;
    padding: 0.75rem;
    text-align: center;
    background: #f5f5f5;
    border: none;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}

    .tab:hover[b-zpcvi5kv9m] {
        background: #e0e0e0;
    }

    .tab.active[b-zpcvi5kv9m] {
        background: #4a90e2;
        color: white;
        font-weight: bold;
    }

.tab-content[b-zpcvi5kv9m] {
    padding: 1rem;
    border: 2px solid #ddd;
    border-radius: 0 6px 6px 6px;
    background: #fff;
}

.card[b-zpcvi5kv9m] {
    padding: 1rem;
    border-radius: 6px;
    background: #fafafa;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
}

input[b-zpcvi5kv9m], select[b-zpcvi5kv9m], textarea[b-zpcvi5kv9m], button[b-zpcvi5kv9m] {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

button[b-zpcvi5kv9m] {
    cursor: pointer;
    transition: background 0.2s;
}

button:hover[b-zpcvi5kv9m] {
    background: #4a90e2;
    color: white;
}

