/* _content/MyMeal.Order/Pages/AccountIndex.razor.rz.scp.css */
.clear-btn[b-esbjdw7609] {
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
/* _content/MyMeal.Order/Pages/CheckOut.razor.rz.scp.css */
.cart-list-item[b-d0zzwwo05a] {
    display: flex;
    height: 150px;
}

    .product-list-item .image-container[b-d0zzwwo05a] {
    }

    .product-list-item img[b-d0zzwwo05a] {
        width: 148px;
        height: 148px;
        object-fit: cover;
    }

/*@media (min-width: 600px) {

    .product-list-item img {
        width: 140px;
    }
}*/

.product-list-item .card-body[b-d0zzwwo05a] {
    flex-grow: 1;
}

/* Remove spinners in Chrome, Safari, Edge, and Opera */
input[type="number"][b-d0zzwwo05a]::-webkit-outer-spin-button,
input[type="number"][b-d0zzwwo05a]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove spinner in Firefox */
input[type="number"][b-d0zzwwo05a] {
    -moz-appearance: textfield;
}

.clickable[b-d0zzwwo05a] {
    cursor: pointer;
}
/* _content/MyMeal.Order/Pages/EditCartItem.razor.rz.scp.css */
/* Remove spinners in Chrome, Safari, Edge, and Opera */
input[type="number"][b-2hshwei6vv]::-webkit-outer-spin-button,
input[type="number"][b-2hshwei6vv]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove spinner in Firefox */
input[type="number"][b-2hshwei6vv] {
    -moz-appearance: textfield;
}
/* _content/MyMeal.Order/Pages/ViewProduct.razor.rz.scp.css */
/*@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.a {
    animation: fadein .3s;
}*/


.testc[b-opiflcxjjh] {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}

hr[b-opiflcxjjh] {
    width: 95%;
    border: 1px solid #ccc;
    margin: 2px auto;
}

[b-opiflcxjjh]::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder[b-opiflcxjjh] {
    font-style: italic;
}

[b-opiflcxjjh]::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder[b-opiflcxjjh] {
    font-style: italic;
}

/* Remove spinners in Chrome, Safari, Edge, and Opera */
input[type="number"][b-opiflcxjjh]::-webkit-outer-spin-button,
input[type="number"][b-opiflcxjjh]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove spinner in Firefox */
input[type="number"][b-opiflcxjjh] {
    -moz-appearance: textfield;
}
/* _content/MyMeal.Order/Shared/Header.razor.rz.scp.css */
header[b-uwgx2upnjt] {
    background: #000;
    color: #FFF;
    line-height: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 100;
}

    header .back[b-uwgx2upnjt] {
        color: #FFF;
        float: left;
        padding: 0 12px;
    }

a.back[b-uwgx2upnjt] {
    cursor: pointer;
}
/* _content/MyMeal.Order/Shared/MainLayout.razor.rz.scp.css */
.mm-logo[b-dsfpenfab0] {
    height: 40px;
    margin: .5rem auto;
}

body[b-dsfpenfab0] {
    /*  height: 100vh;
    display: flex;
    flex-direction: column;*/
}



/*
.page {
    position: relative;
    display: flex;
    flex-direction: row;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/MyMeal.Order/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-79j3en7k1j] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-79j3en7k1j] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-79j3en7k1j] {
    font-size: 1.1rem;
}

.oi[b-79j3en7k1j] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-79j3en7k1j] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-79j3en7k1j] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-79j3en7k1j] {
        padding-bottom: 1rem;
    }

    .nav-item[b-79j3en7k1j]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-79j3en7k1j]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-79j3en7k1j]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-79j3en7k1j] {
        display: none;
    }

    .collapse[b-79j3en7k1j] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/MyMeal.Order/Shared/OrderTimePicker.razor.rz.scp.css */
.order-time-picker-dropdown[b-xoi893vlh7] {

}
/* _content/MyMeal.Order/Shared/ProductList.razor.rz.scp.css */
#navbar-example3[b-suil2ddea9] {
    position: sticky;
    top: 64px;
    z-index: 2;
    padding: .5rem;
    background-color: rgba(255,255,255,.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.nav-product-list[b-suil2ddea9] {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
/* _content/MyMeal.Order/Shared/ProductListItem.razor.rz.scp.css */
.product-list-item[b-5479k6wa7b] {
    color: #000;
    text-decoration: none;
    display: flex;
    height: 150px;
}

    .product-list-item .image-container[b-5479k6wa7b] {
    }

    .product-list-item img[b-5479k6wa7b] {
        width: 148px;
        height: 148px;
        object-fit: cover;
    }

/*@media (min-width: 600px) {

    .product-list-item img {
        width: 140px;
    }
}*/

.product-list-item .card-body[b-5479k6wa7b] {
    flex-grow: 1;
}
/* _content/MyMeal.Order/Shared/TablePicker.razor.rz.scp.css */
.table-picker-dropdown[b-emcomg2wu7]
{

}
