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

/* /Pages/DayMenu.razor.rz.scp.css */
.flex-row[b-o2n5s1a31y] {
    display: flex;
}

.flex-column[b-o2n5s1a31y] {
    display: flex;
    width: 23%;
    margin-left: 20px;
}

.item-card[b-o2n5s1a31y] {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: space-between;
}

.item-card label[b-o2n5s1a31y] {
    cursor: pointer;
    width: 100%;
}

.item-card img[b-o2n5s1a31y] {
    height: 80px;
}
/* /Pages/DishPage.razor.rz.scp.css */
h3[b-gstau7627r] {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid var(--light-gray);
    padding-bottom: 10px;
}

label[b-gstau7627r] {
    margin: 0 5px;
    text-wrap: nowrap;
    font-weight: 700;
    color: var(--text-color);
    align-items: center;
    height: 38px;
}

button[b-gstau7627r] {
    margin-right: 5px;
    font-size: 1em;
    line-height: 1em;
}

.form-row[b-gstau7627r] {
    margin-bottom: 10px;
}

select[b-gstau7627r] {
    line-height: 1em;
}

.ingredient-label[b-gstau7627r] {
    font-weight: bold;
    width: 150px;
}

.inserted[b-gstau7627r] {
    margin-left: 150px;
}

.d-flex div[b-gstau7627r] {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    line-height: 30px;
    height: 30px;
}

    .d-flex div input[b-gstau7627r] {
        margin-right: 5px;
    }

/* Enhanced right panel styling */
.col-3 img[b-gstau7627r] {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    margin-bottom: 20px;
}

.prop-list[b-gstau7627r] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.prop-list h4[b-gstau7627r] {
    color: var(--primary-color);
    font-weight: 600;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 8px;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.prop-list ul[b-gstau7627r] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.prop-list ul > li[b-gstau7627r] {
    font-size: 0.9em;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #e9ecef;
}

.prop-list ul > li:last-child[b-gstau7627r] {
    border-bottom: none;
}
/* /Pages/FoodLists.razor.rz.scp.css */
.foodlist-selection-container[b-7jo8glozzh] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 20px;
}

    .foodlist-selection-container > select[b-7jo8glozzh] {
        height: 400px;
        max-width: 500px;
    }

.statistics-container[b-7jo8glozzh] {
    display: flex;
    flex-direction: row;
}

.ingredient-statistics[b-7jo8glozzh] {
    margin-left: 20px;
    padding: 20px;
    width: 300px;
}

    .ingredient-statistics h4[b-7jo8glozzh] {
        font-size: 1.2em;
    }

.ingredient-statistics table[b-7jo8glozzh] {
    width: 900px;
}
/* /Pages/GroupPage.razor.rz.scp.css */
.dish[b-ose3ugwde8] {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted;
    padding: 5px;
    flex-wrap: wrap;
}
    .dish .description[b-ose3ugwde8] {
        max-width:450px;
    }

    .dish img[b-ose3ugwde8] {
        height: 150px;
    }

    .dish .buttons[b-ose3ugwde8] {
        width: 100%;
        flex-basis: 100%;
        display:flex;
    }

    .dish .buttons .file[b-ose3ugwde8]{
        width: 110px;
    }

    .dish .buttons button[b-ose3ugwde8]{
        margin-right: 5px;
    }

.alert-danger[b-ose3ugwde8] {
    z-index: 100;
    position: fixed;
    width: 60%;
}

.red[b-ose3ugwde8]{
    color: red;
}

/* Big red SCANNED stamp overlay on dish image */
.scanned-stamp[b-ose3ugwde8] {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 14px;
    color: #b00000;
    border: 3px solid #b00000;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: rotate(-15deg);
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 4px;
    pointer-events: none;
    mix-blend-mode: multiply;
}

/* Centered variant for description */
.scanned-stamp-center[b-ose3ugwde8] {
    text-align: center;
}

.scanned-stamp-inline[b-ose3ugwde8] {
    display: inline-block;
    padding: 6px 14px;
    color: #b00000;
    border: 3px solid #b00000;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: rotate(-15deg);
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 4px;
    pointer-events: none;
}
/* /Pages/Groups.razor.rz.scp.css */
table[b-tf2ud22zds] {
    border-collapse: collapse;
    border: dashed 1px;
}

th[b-tf2ud22zds] {
    background-color: #f2f2f2;
    border: dashed 1px;
}

td[b-tf2ud22zds] {
    border: dashed 1px;
    min-width: 100px;
}

.dish[b-tf2ud22zds] {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted;
    padding: 5px;
    flex-wrap: wrap;
}
    .dish .description[b-tf2ud22zds] {
        max-width:450px;
    }

    .dish img[b-tf2ud22zds] {
        height: 150px;
    }

    .dish .buttons[b-tf2ud22zds] {
        width: 100%;
        flex-basis: 100%;
        display:flex;
    }

    .dish .buttons .file[b-tf2ud22zds]{
        width: 110px;
    }

    .dish .buttons button[b-tf2ud22zds]{
        margin-right: 5px;
    }

.alert-danger[b-tf2ud22zds] {
    z-index: 100;
    position: fixed;
    width: 60%;
}
/* /Pages/Index.razor.rz.scp.css */
.person[b-jgsblyhduy] {
    margin: 10px 0px;
}
/* /Pages/IngredientPage.razor.rz.scp.css */
/* Overall page styling */
:root[b-okdixc0302] {
    --primary-color: #3498db;
    --secondary-color: #f8f9fa;
    --border-color: #dee2e6;
    --text-color: #333;
    --heading-color: #2c3e50;
    --highlight-color: #e74c3c;
}

body[b-okdixc0302] {
}

h3[b-okdixc0302] {
    color: var(--heading-color);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
}

/* Basic information section */
.ingredient-header[b-okdixc0302] {
    background-color: var(--secondary-color);
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ingredient-header-content[b-okdixc0302] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.ingredient-info[b-okdixc0302] {
    flex: 1;
    min-width: 250px;
}

.ingredient-header p[b-okdixc0302] {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.ingredient-header .ingredient-name[b-okdixc0302] {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--heading-color);
}

.ingredient-header .ingredient-id[b-okdixc0302] {
    color: #6c757d;
    font-size: 0.9rem;
}

.ingredient-image-container[b-okdixc0302] {
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background-color: white;
}

.ingredient-image[b-okdixc0302] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.image-placeholder[b-okdixc0302] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    color: #999;
    font-style: italic;
}

/* Content layout */
#ing-content[b-okdixc0302] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    height: auto;
    min-height: 60vh;
}

/* Table styling */
table[b-okdixc0302] {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    background-color: white;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

th[b-okdixc0302] {
    background-color: var(--primary-color);
    color: white;
    text-align: left;
    padding: 12px;
    font-weight: 600;
    border-bottom: 2px solid var(--border-color);
}

th:first-child[b-okdixc0302] {
    width: 500px;
}

td[b-okdixc0302] {
    padding: 12px;
    border: 1px solid var(--border-color);
    vertical-align: middle;
}

td a[b-okdixc0302] {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

td a:hover[b-okdixc0302] {
    text-decoration: underline;
}

td img[b-okdixc0302] {
    border-radius: 4px;
    display: block;
    object-fit: cover;
    border: 1px solid var(--border-color);
}

/* Nutrients section */
.nutrients-container[b-okdixc0302] {
    flex-grow: 1;
    padding: 1.5rem;
    background-color: white;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.nutrients-container h4[b-okdixc0302] {
    color: var(--heading-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
}

#ing-nutrients[b-okdixc0302] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 12px;
    padding: 10px;
}

#ing-nutrients p[b-okdixc0302] {
    margin: 0;
    padding: 8px;
    background-color: var(--secondary-color);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    transition: background-color 0.2s;
}

#ing-nutrients p:hover[b-okdixc0302] {
    background-color: #e9ecef;
}

/* Loading and error states */
.loading-indicator[b-okdixc0302] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    font-size: 1.2rem;
    color: var(--text-color);
}

.error-message[b-okdixc0302] {
    background-color: #fff3f3;
    color: var(--highlight-color);
    padding: 1rem;
    border-left: 4px solid var(--highlight-color);
    margin: 1rem 0;
    border-radius: 4px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .ingredient-header-content[b-okdixc0302] {
        flex-direction: column;
    }
    
    .ingredient-image-container[b-okdixc0302] {
        margin: 0 auto;
    }
    
    #ing-content[b-okdixc0302] {
        flex-direction: column;
    }
    
    table[b-okdixc0302] {
        width: 100%;
        max-width: none;
    }
    
    #ing-nutrients[b-okdixc0302] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    #ing-nutrients[b-okdixc0302] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/IngredientsComponent.razor.rz.scp.css */
ul[b-w1zmkvvlj7] {
    list-style-type: none;
}

li[b-w1zmkvvlj7] {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    max-height: 200px;
}

img[b-w1zmkvvlj7] {
    margin-right: 20px;
    max-height: 200px;
    max-width: 180px;
}

.desc[b-w1zmkvvlj7] {
    display: flex;
    flex-direction: column;
}

p[b-w1zmkvvlj7] {
    margin: 0;
}

.header span[b-w1zmkvvlj7] {
    margin:0 10px;
}

.pager[b-w1zmkvvlj7] {
    display: flex;
    margin: 20px;
    line-height: 30px;
}

    .pager span[b-w1zmkvvlj7] {
        display: block;
        width: 250px;
        text-align: center;
        line-height: 30px;
    }

.pager button[b-w1zmkvvlj7] {
    margin: 0 10px;
    width: 100px;
}
/* /Pages/ListComponent.razor.rz.scp.css */
.items-carousel[b-wtiwuxhg9n] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    overflow-x: scroll;    
    width: 100%;    
}

.item[b-wtiwuxhg9n]{
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    height: 200px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: space-between;
}

.item > img[b-wtiwuxhg9n]{
    max-width: 100px;
    max-height: 100px;
}
/* /Pages/Login.razor.rz.scp.css */
.mb-3 > label[b-g3rw1fd9b5] {
    width: 80px;
}
/* /Pages/NewDish.razor.rz.scp.css */
label[b-9heihodzeb] {
    margin: 0 5px;
    text-wrap: nowrap;
}

.form-row[b-9heihodzeb] {
    margin-bottom: 10px;
}

select[b-9heihodzeb] {
    line-height: 1em;
}

.ingredient-label[b-9heihodzeb] {
    font-weight: bold;
    width: 150px;
}

.inserted[b-9heihodzeb] {
    margin-left: 150px;
}

.d-flex div[b-9heihodzeb] {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    line-height: 30px;
    height: 30px;
}

    .d-flex div input[b-9heihodzeb] {
        margin-right: 5px;
    }
/* /Pages/PersonPage.razor.rz.scp.css */
.dish[b-h78er2cx5h] {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted;
    padding: 5px;
    flex-wrap: wrap;
}
    .dish .description[b-h78er2cx5h] {
        max-width:450px;
    }

    .dish img[b-h78er2cx5h] {
        height: 150px;
    }

    .dish .buttons[b-h78er2cx5h] {
        width: 100%;
        flex-basis: 100%;
        display:flex;
    }

    .dish .buttons .file[b-h78er2cx5h]{
        width: 110px;
    }

    .dish .buttons button[b-h78er2cx5h]{
        margin-right: 5px;
    }

.alert-danger[b-h78er2cx5h] {
    z-index: 100;
    position: fixed;
    width: 60%;
}
/* /Pages/SearchPage.razor.rz.scp.css */
.dish[b-bgjkjrdbf3] {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 0 20px 0;
    border-bottom: 1px dotted;
    padding: 5px;
    flex-wrap: wrap;
}
    .dish .description[b-bgjkjrdbf3] {
        max-width:450px;
    }

    .dish img[b-bgjkjrdbf3] {
        height: 150px;
    }

    .dish .buttons[b-bgjkjrdbf3] {
        width: 100%;
        flex-basis: 100%;
        display:flex;
    }

    .dish .buttons .file[b-bgjkjrdbf3]{
        width: 110px;
    }

    .dish .buttons button[b-bgjkjrdbf3]{
        margin-right: 5px;
    }

.alert-danger[b-bgjkjrdbf3] {
    z-index: 100;
    position: fixed;
    width: 60%;
}

.red[b-bgjkjrdbf3]{
    color: red;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-s29s4s63jm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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