@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/HomeMealManager/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jkuk0nxhet] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jkuk0nxhet] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

    .top-row.auth[b-jkuk0nxhet]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jkuk0nxhet], article[b-jkuk0nxhet] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-jkuk0nxhet] {
    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-jkuk0nxhet] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HomeMealManager/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cw6gt3rkwe] {
    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: 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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

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

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

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

.bi[b-cw6gt3rkwe] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    margin-right: 0.75rem;
    background-size: cover;
}



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

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

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

    .nav-item[b-cw6gt3rkwe]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-cw6gt3rkwe] {
    display: none;
}

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

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

    .nav-scrollable[b-cw6gt3rkwe] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/HomeMealManager/Components/Pages/Authorized/Inventory/InventoryAdjustmentButtons.razor.rz.scp.css */
    .quantity-cell[b-gcw5bqc3v7] {
        width: 4rem;
    }
/* _content/HomeMealManager/Components/Pages/Authorized/Recipe/RecipesPage.razor.rz.scp.css */

/* Assign default width to star rating column */
[b-l4oeoys0s3] thead .star-rating {
    width: 1rem;
}
/* Stop star rating text from wrapping, and truncate with ellipsis */
[b-l4oeoys0s3] tbody .star-rating {
    white-space: nowrap;
    overflow: hidden;
    min-width: 260px;
    text-overflow: ellipsis;
}
/* Assign default width to recipe rating column */
[b-l4oeoys0s3] thead .recipe-title {
    width: 1rem;
}
/* Stop recipe rating text from wrapping, and truncate with ellipsis */
[b-l4oeoys0s3] tbody .recipe-title {
    white-space: nowrap;
    overflow: hidden;
    min-width: 25rem;
    text-overflow: ellipsis;
}
/* _content/HomeMealManager/Components/Pages/Authorized/Shared/IngredientLookup.razor.rz.scp.css */
    .ingredient-lookup[b-eqkhka098v] {
        position: relative;
    }

    .search-container[b-eqkhka098v] {
        margin-bottom: 10px;
    }

    .results-container[b-eqkhka098v] {
        border: 1px solid #ccc;
        border-radius: 4px;
        max-height: 200px;
        overflow-y: auto;
        background: white;
        position: absolute;
        width: 100%;
        z-index: 1000;
    }

    .ingredient-item[b-eqkhka098v] {
        padding: 8px 12px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }



    .loading[b-eqkhka098v] {
        padding: 8px 12px;
        color: #666;
    }
/* _content/HomeMealManager/Components/Pages/Authorized/Shared/MealTypeMultiSelect.razor.rz.scp.css */
/* _content/HomeMealManager/Components/Pages/Authorized/Shared/RecipeLookup.razor.rz.scp.css */
    .recipe-lookup[b-ysdp082sto] {
        position: relative;
    }

    .search-container[b-ysdp082sto] {
        margin-bottom: 10px;
    }

    .results-container[b-ysdp082sto] {
        border: 1px solid #ccc;
        border-radius: 4px;
        max-height: 200px;
        overflow-y: auto;
        background: white;
        position: absolute;
        width: 100%;
        z-index: 1000;
    }

    .recipe-item[b-ysdp082sto] {
        padding: 8px 12px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }



    .loading[b-ysdp082sto] {
        padding: 8px 12px;
        color: #666;
    }
