/* _content/Web/Pages/DishContainer.razor.rz.scp.css */
.dishes-container[b-2dfdxvaaym] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
/* _content/Web/Pages/DishListComponent.razor.rz.scp.css */
h3[b-mxzr11zcqj] {
    font-size: 1.3rem;
}


.dish-list[b-mxzr11zcqj] {
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding-bottom: 87px;
}

.dropzone[b-mxzr11zcqj] {
    min-height: 200px;
    border: 2px dashed;
    height: 100%;
}

.draggable[b-mxzr11zcqj] {
    list-style-type: none;
    display: block;
    padding: 10px;
    border: solid 1px;
    margin: 10px;
    border-radius: 5px;
    cursor: move;
    display: flex;
}

    .draggable > img[b-mxzr11zcqj] {
        height: 70px;
        margin-right: 10px;
    }
/* _content/Web/Pages/ImportRestMenuPage.razor.rz.scp.css */
.nav[b-z7o2vd36ag] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-item a[b-z7o2vd36ag] {
    display: block;
    text-align: center;
}

form label[b-z7o2vd36ag] {
    cursor: pointer;
    width: 100%;
}
/* _content/Web/Pages/ImportRestPage.razor.rz.scp.css */
.nav[b-jzrvbwaw92] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .nav .list-group[b-jzrvbwaw92] {
        width: 500px;
    }

.filters-area label[b-jzrvbwaw92]{
    margin-right: 10px;
}

.place-item[b-jzrvbwaw92] {
    display: block;
    cursor: pointer;
}
/* _content/Web/Pages/ListsPage.razor.rz.scp.css */
h2[b-jy4qm5yl6v] {
    margin: 20px;
}

.list-container[b-jy4qm5yl6v] {
    min-height: 150px;
    flex: 1;
    width: 48%;
    margin: 10px;
}

.person-container[b-jy4qm5yl6v] {
    display: flex;
    flex-direction: row;
}

.dish-card[b-jy4qm5yl6v] {
    display: flex;
    border: solid 1px;
}

    .dish-card .image-card[b-jy4qm5yl6v] {
        width: 200px;
        height: 100px;
        margin: 10px;
    }

.spinner-border[b-jy4qm5yl6v] {
    margin: 40px;
}
/* _content/Web/Pages/LoginForm.razor.rz.scp.css */
form label[b-33fchqak54] {
    width: 85px;
}
/* _content/Web/Pages/NutrientBar.razor.rz.scp.css */
.nutrient-containter[b-lnhmffnug5]{
    width:100%;
    color: white;
    max-width: 300px;
    border: 1px black dashed;
}

.colored[b-lnhmffnug5] {
    background-color: mediumseagreen;
    margin:2px;
}
/* _content/Web/Pages/PlacePage.razor.rz.scp.css */
.nav[b-1nbm7bnkjo] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-item a[b-1nbm7bnkjo] {
    display: block;
    text-align: center;
}

.nav form[b-1nbm7bnkjo] {
    display: flex;
}

.edit-form[b-1nbm7bnkjo] {
    border-bottom: 1px solid grey;
    padding: 20px;
}

label[b-1nbm7bnkjo] {
    width: 200px;
}
/* _content/Web/Pages/Restlist.razor.rz.scp.css */
.nav[b-j9004olqk3] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-item a[b-j9004olqk3] {
    display: block;
    text-align: center;
}

.rest-item a[b-j9004olqk3] {
    display: block;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.rest-item .flex[b-j9004olqk3] {
    display: flex;
    justify-content: space-between;
}

    .rest-item .flex .address[b-j9004olqk3] {
        text-align: left;
        font-size: small;
        color: grey;
    }

    .rest-item .flex .modified-date[b-j9004olqk3] {
        text-align: right;
        font-size: small;
        color: grey;
    }

.rest-item .linked[b-j9004olqk3] {
    position: absolute;
    left: 10px;
    top: 10px;
}

.rest-item .counters[b-j9004olqk3] {
    position: absolute;
    right: 10px;
    top: 10px;
}

[data-tooltip][b-j9004olqk3]:before {
    position: absolute;
    content: attr(data-tooltip);
    background-color: #000;
    top: -10px;
    padding: 3px;
    opacity: 0;
}

[data-tooltip]:hover[b-j9004olqk3]:before {
    opacity: 1;
}
/* _content/Web/Pages/RestPage.razor.rz.scp.css */
.nav[b-gztyt7e3td] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-item a[b-gztyt7e3td] {
    display: block;
    text-align: center;
}

.nav form[b-gztyt7e3td] {
    display: flex;
}

.edit-form[b-gztyt7e3td] {
    border-bottom: 1px solid grey;
    padding: 20px;
}

label[b-gztyt7e3td] {
    width: 200px;
}

.list-group-item .badge[b-gztyt7e3td] {
    position: absolute;
    right: 10px;
    top: 10px;
}
/* _content/Web/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;
    }

    #logout-link[b-s29s4s63jm]{
        margin: 20px;
    }

@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;
    }
}
/* _content/Web/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;
    }
}
