/* _content/ValuBakery.Web/Pages/Common/Overlay.razor.rz.scp.css */
.light-overlay[b-vfzlab2dh6] {
    background-color: rgba(240, 240, 240, 0.7); /* gris suave con transparencia */
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1300;
}
/* _content/ValuBakery.Web/Pages/Home/Home.razor.rz.scp.css */
.dashboard-page[b-ju056xfvrx] {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.fancy-title[b-ju056xfvrx] {
    font-family: 'Fredoka', cursive;
    color: #D28FD4;
}

.stat-card[b-ju056xfvrx] {
    padding: 1.5rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.dashboard-page[b-ju056xfvrx] {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.fancy-title[b-ju056xfvrx] {
    font-family: 'Fredoka', cursive;
    color: #D28FD4;
}

.stat-card[b-ju056xfvrx] {
    padding: 1.5rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .stat-card:hover[b-ju056xfvrx] {
        transform: translateY(-4px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    }

.quick-actions[b-ju056xfvrx] {
    background-color: #fffdfd;
    border-radius: 16px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
/* _content/ValuBakery.Web/Pages/Ingredients/Desktop/IngredientsDesktop.razor.rz.scp.css */
.ingredient-table[b-k261hwcqxd] {
    background-color: #FFFCF6; /* mismo fondo que mobile */
    border-radius: 20px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    padding: 1rem;
}
/* _content/ValuBakery.Web/Pages/Ingredients/ViewIngredientResumen.razor.rz.scp.css */
/* _content/ValuBakery.Web/Pages/Outside/Catalog.razor.rz.scp.css */
.pagina-catalogo[b-ak1611qjaf] {
    background-image: url('/images/background-catalog.png'); /* Reemplazá por tu ruta */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.recuadro-central[b-ak1611qjaf] {
    background-color: #FFF1DC;
    width: 90%;
    max-width: 90%;
    overflow-y:scroll;
    min-height: 90vh;
    max-height: 90vh;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 3rem;
}
/* _content/ValuBakery.Web/Pages/Outside/Login.razor.rz.scp.css */
/* _content/ValuBakery.Web/Pages/Recipes/Mobile/RecipeMobile.razor.rz.scp.css */
.full-height-panels[b-li13c9wpq2] {
    flex-grow: 1;
    height: 100%;
}
/* _content/ValuBakery.Web/Pages/Recipes/Recipe.razor.rz.scp.css */
.fixed-size-image[b-g05hbusf7y] {
    flex-shrink: 0;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    border-radius: 12px;
}

.imagen-catalogo[b-g05hbusf7y] {
    flex-shrink: 0;
    border-radius: 12px;
    object-fit: cover;
    width: 150px;
    height: 150px;
}
/* _content/ValuBakery.Web/Pages/Recipes/ViewRecipeResumen.razor.rz.scp.css */
.scrollable-dialog-content[b-5sygj2cop1] {
    max-height: 60vh; /* o la altura que necesites */
    overflow-y: auto;
    padding-right: 0.5rem;
}
/* _content/ValuBakery.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-7oiah1yloc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7oiah1yloc] {
    flex: 1;
}

.sidebar[b-7oiah1yloc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7oiah1yloc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7oiah1yloc]  a, .top-row .btn-link[b-7oiah1yloc] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7oiah1yloc] {
        display: none;
    }

    .top-row.auth[b-7oiah1yloc] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-7oiah1yloc] {
        flex-direction: row;
    }

    .sidebar[b-7oiah1yloc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7oiah1yloc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-7oiah1yloc], article[b-7oiah1yloc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ValuBakery.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f2infwsd3r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-f2infwsd3r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

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

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

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

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

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

    .nav-item[b-f2infwsd3r]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-f2infwsd3r]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-f2infwsd3r]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-f2infwsd3r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
