@import '_content/Lib.Components.LandingPage/Lib.Components.LandingPage.thvndq53yv.bundle.scp.css';

/* /Pages/Kiosk.razor.rz.scp.css */
.kiosk-container[b-ne1njpbkrz] {
    padding: 30px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .kiosk-container > div[b-ne1njpbkrz] {
        width: 200px;
        height: 200px;
        font-size: 1.2em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
/* /Pages/Landing.razor.rz.scp.css */
.navigation-header[b-dys7mgs05b] {
    padding: 10px;
    display: flex;
    font-size: 1.5rem;
}

.all-countries[b-dys7mgs05b] {
    margin-left: auto;
}

.country[b-dys7mgs05b], .city[b-dys7mgs05b] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px;
    overflow: hidden;
}

    .country > span[b-dys7mgs05b], .city > span[b-dys7mgs05b] {
        margin: auto;
        font-size: 1.2rem;
        padding: 10px;
    }

.flag[b-dys7mgs05b], .city-image[b-dys7mgs05b] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.countries[b-dys7mgs05b], .cities[b-dys7mgs05b] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

    .countries > div[b-dys7mgs05b], .cities > div[b-dys7mgs05b] {
        aspect-ratio: 1;
    }

@media (min-width: 600px) {
    .countries[b-dys7mgs05b], .cities[b-dys7mgs05b] {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}
/* /Pages/Order.razor.rz.scp.css */
.department-list[b-sf7wrbpmvu] {
    width: 100%;
    z-index: 1; /* Stay on to op Plu list */
}

.department-list-sticky[b-sf7wrbpmvu] {
    position: fixed;
    top: 52px;
    max-width: 1280px;
}

    .department-list-sticky + .plu-list[b-sf7wrbpmvu] {
        padding-top: 48px;
    }

.department-cards[b-sf7wrbpmvu] {
    position: relative;
    width: 100%;
    height: 60px;
    overflow-x: auto;
    border-radius: 0.5rem;
}

.department-nav[b-sf7wrbpmvu] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.department-min[b-sf7wrbpmvu] {
    white-space: nowrap;
    width: 100%;
    padding: 5px 10px 5px 10px;
    background: none;
    border-right-width: 1px;
    border-right-style: solid;
    position: relative;
}
.depart .department-grouping[b-sf7wrbpmvu] {
    padding: 10px 5px 5px 10px;
    font-size: 1.9rem;
    font-weight:bold;
    /*margin-bottom: 10px;*/
}
.depart:not(:first-child) .department-grouping[b-sf7wrbpmvu] {
    padding: 40px 5px 5px 10px;
    font-size: 1.9rem;
    /*margin-bottom: 10px;*/
}

.plu-list[b-sf7wrbpmvu] {
    margin: 10px;

}

.plu-cards[b-sf7wrbpmvu] {
    display: grid;
    grid-template-columns: repeat(3, 33.333%);
    grid-gap: 5px;
    justify-content: center;
}

@media (max-width: 1150px) {
    .plu-cards[b-sf7wrbpmvu] {
        grid-template-columns: repeat(2, 50%);
    }
}
@media (max-width: 750px) {
    .plu-cards[b-sf7wrbpmvu] {
        grid-template-columns: repeat(1, 100%);
    }
}

.show-order-button[b-sf7wrbpmvu] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

    .show-order-button[b-sf7wrbpmvu]  button, .show-order-button[b-sf7wrbpmvu]  button > span {
        width: 100%;
    }

/* /Pages/PaymentRedirection.razor.rz.scp.css */
.wrapper[b-1racdyqi2y] {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    height: 80vh;
    width: 100%;
}
/* /Pages/Restaurants.razor.rz.scp.css */
.restaurant-wrapper[b-f4u5y1p9u5] {
    display: flex;
    flex-direction: column;
}

.filter-wrapper[b-f4u5y1p9u5] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 50px;
    padding: 10px;
    display: none;
}

    .filter-wrapper[b-f4u5y1p9u5] >  input {
        width: 100%;
    }

    .filter-wrapper[b-f4u5y1p9u5] >  button {
        margin-left: 5px;
    }

.top-bar[b-f4u5y1p9u5] {
    margin-top: 10px;
    padding: 10px;
}

.main[b-f4u5y1p9u5] {
    display: flex;
    flex-direction: row;
}

.side-bar[b-f4u5y1p9u5] {
    width: 320px;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

    .side-bar label[b-f4u5y1p9u5] {
        font-size: 1.4rem;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .side-bar p[b-f4u5y1p9u5] {
        display: flex;
    }

        .side-bar p[b-f4u5y1p9u5] >  span {
            margin-left: auto;
        }

.i-grid-layout[b-f4u5y1p9u5] {
    width: 100%;
}

.dialog-body[b-f4u5y1p9u5]  button {
    margin: 20px;
}

@media (min-width: 800px) {
    .top-bar[b-f4u5y1p9u5] {
        display: none;
    }
}

@media (max-width: 799px) {
    .side-bar[b-f4u5y1p9u5] {
        display: none;
    }
}
/* /Pages/Shop/ShopLayout.razor.rz.scp.css */
/* Shop shell — wraps every page rendered through ShopLayout.
   Background and text colours come from the per-branchoffice theme stylesheet
   loaded by ShopLayout (light or dark variant per the user's OS preference). */
.lp-shop[b-ej0ycwu15o] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--shop-body-bg, #fff);
    color: var(--shop-font-color, #1f2328);
}

.lp-shop-frame[b-ej0ycwu15o] {
    max-width: var(--shop-max-width, 100%);
    margin: auto;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--shop-bg, #fff);
}

.lp-shop-body[b-ej0ycwu15o] {
    flex: 1 0 auto;
}
/* /Pages/Shop/ShopNavbar.razor.rz.scp.css */
/* Shop navbar — mobile-first, single bar.
   Layout: [Brand] [Nav links — scrollable] [Actions: search + order + cart]
   Padding/sizing scales up at tablet/desktop breakpoints. */

.lp-shop-navbar[b-9nke172zl9] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--shop-surface, #fff);
    color: var(--shop-font-color, #1f2328);
    border-bottom: 1px solid rgba(127, 127, 127, .15);
}

.lp-shop-navbar-inner[b-9nke172zl9] {
    max-width: 1200px;
    margin: 0 auto;
    padding: .55rem .75rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

/* ── Brand ────────────────────────────────────────────────────────────── */

.lp-shop-brand[b-9nke172zl9] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: inherit;
    text-decoration: none;
    flex-shrink: 0;
}

.lp-shop-logo[b-9nke172zl9] {
    height: 28px;
    width: auto;
    object-fit: contain;
    display: block;
}

.lp-shop-name[b-9nke172zl9] {
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
}

/* ── Section nav (center, horizontally scrollable) — desktop only ─────── */

.lp-shop-nav[b-9nke172zl9] {
    display: none; /* hidden on mobile; shown at ≥768px below */
}

.lp-shop-nav-link[b-9nke172zl9] {
    display: inline-block;
    padding: .4rem .65rem;
    font-size: .85rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    opacity: .65;
    border-bottom: 2px solid transparent;
    transition: opacity .15s ease, border-color .15s ease;
}
.lp-shop-nav-link:hover[b-9nke172zl9] {
    opacity: 1;
    border-bottom-color: var(--lp-primary, #ff7200);
}

/* Bootstrap Icons render as inline pseudo-elements; line-height: 1 keeps them
   pixel-perfect inside flex-centered circular buttons. */
.lp-shop-hamburger .bi[b-9nke172zl9],
.lp-shop-cart .bi[b-9nke172zl9],
.lp-side-menu-close .bi[b-9nke172zl9] { line-height: 1; }

/* ── Hamburger (mobile only) ──────────────────────────────────────────── */

.lp-shop-hamburger[b-9nke172zl9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: transparent;
    color: inherit;
    font-size: 1.3rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .15s ease;
}
.lp-shop-hamburger:hover[b-9nke172zl9] { background: color-mix(in srgb, var(--lp-primary, #ff7200) 12%, transparent); }

/* ── Side drawer ──────────────────────────────────────────────────────── */

.lp-side-menu[b-9nke172zl9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: var(--shop-surface, #fff);
    color: var(--shop-font-color, #1f2328);
    box-shadow: 4px 0 24px rgba(0, 0, 0, .18);
    z-index: 200;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform .25s ease;
}
.lp-side-menu--open[b-9nke172zl9] { transform: translateX(0); }

.lp-side-menu-header[b-9nke172zl9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem 1rem 1.25rem;
    border-bottom: 1px solid rgba(127, 127, 127, .15);
    flex-shrink: 0;
}

.lp-side-menu-title[b-9nke172zl9] {
    font-weight: 700;
    font-size: 1rem;
}

.lp-side-menu-close[b-9nke172zl9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: inherit;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background .15s ease;
}
.lp-side-menu-close:hover[b-9nke172zl9] { background: color-mix(in srgb, var(--lp-primary, #ff7200) 12%, transparent); }

.lp-side-menu-nav[b-9nke172zl9] {
    display: flex;
    flex-direction: column;
    padding: .5rem 0;
    overflow-y: auto;
}

/* Top-level nav link */
.lp-side-menu-link[b-9nke172zl9] {
    display: block;
    padding: .8rem 1.25rem;
    font-size: .95rem;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    opacity: .75;
    border-left: 3px solid transparent;
    transition: opacity .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}
.lp-side-menu-link:hover[b-9nke172zl9],
.lp-side-menu-link--active[b-9nke172zl9] {
    opacity: 1;
    color: var(--lp-primary, #ff7200);
    background: color-mix(in srgb, var(--lp-primary, #ff7200) 10%, transparent);
    border-left-color: var(--lp-primary, #ff7200);
}

/* Thin rule between sections */
.lp-side-menu-divider[b-9nke172zl9] {
    height: 1px;
    background: rgba(127, 127, 127, .15);
    margin: .35rem 0;
}

/* ── Multi-level category support (structure ready, content wired later) ── */

/* Expand/collapse toggle button for a category group */
.lp-side-menu-group-toggle[b-9nke172zl9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .8rem 1.25rem;
    font-size: .95rem;
    font-weight: 500;
    color: inherit;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    cursor: pointer;
    opacity: .75;
    text-align: left;
    transition: opacity .15s ease, background .15s ease, border-color .15s ease, color .15s ease;
}
.lp-side-menu-group-toggle:hover[b-9nke172zl9],
.lp-side-menu-group--open > .lp-side-menu-group-toggle[b-9nke172zl9] {
    opacity: 1;
    color: var(--lp-primary, #ff7200);
    background: color-mix(in srgb, var(--lp-primary, #ff7200) 10%, transparent);
    border-left-color: var(--lp-primary, #ff7200);
}
.lp-side-menu-group-toggle .bi[b-9nke172zl9] {
    line-height: 1;
    font-size: .8rem;
    opacity: .6;
    transition: transform .2s ease;
    flex-shrink: 0;
}
.lp-side-menu-group--open > .lp-side-menu-group-toggle .bi[b-9nke172zl9] { transform: rotate(90deg); }

/* Sub-menu panel — collapsed by default */
.lp-side-menu-sub[b-9nke172zl9] {
    display: none;
    flex-direction: column;
    margin-left: 1.25rem;
    border-left: 2px solid color-mix(in srgb, var(--lp-primary, #ff7200) 35%, transparent);
}
.lp-side-menu-group--open > .lp-side-menu-sub[b-9nke172zl9] { display: flex; }

/* Sub-level link */
.lp-side-menu-sub-link[b-9nke172zl9] {
    display: block;
    padding: .6rem .9rem;
    font-size: .88rem;
    font-weight: 400;
    color: inherit;
    text-decoration: none;
    opacity: .7;
    transition: opacity .15s ease, background .15s ease, color .15s ease;
}
.lp-side-menu-sub-link:hover[b-9nke172zl9],
.lp-side-menu-sub-link--active[b-9nke172zl9] {
    opacity: 1;
    color: var(--lp-primary, #ff7200);
    background: color-mix(in srgb, var(--lp-primary, #ff7200) 8%, transparent);
}

/* Backdrop */
.lp-side-menu-backdrop[b-9nke172zl9] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 199;
}
.lp-side-menu-backdrop--open[b-9nke172zl9] { display: block; }

/* ── Right-side actions (search + order btn + cart) ───────────────────── */

.lp-shop-actions[b-9nke172zl9] {
    display: flex;
    align-items: center;
    gap: .4rem;
    flex-shrink: 0;
    margin-left: auto;
}

/* Search */
.lp-shop-search[b-9nke172zl9] {
    display: flex;
    align-items: center;
    gap: .3rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 999px;
    padding: .28rem .6rem;
    background: transparent;
    width: 130px;
    transition: width .2s ease, border-color .15s ease;
}
.lp-shop-search:focus-within[b-9nke172zl9] {
    border-color: var(--lp-primary, #ff7200);
    width: 200px;
}

.lp-shop-search-icon[b-9nke172zl9] {
    font-size: .9rem;
    opacity: .45;
    flex-shrink: 0;
}

.lp-shop-search-input[b-9nke172zl9] {
    border: none;
    outline: none;
    background: transparent;
    color: inherit;
    font-size: .85rem;
    width: 100%;
    min-width: 0;
}
.lp-shop-search-input[b-9nke172zl9]::placeholder { opacity: .5; }
.lp-shop-search-input[b-9nke172zl9]::-webkit-search-cancel-button { -webkit-appearance: none; }

/* Order Now */
.lp-shop-order-btn[b-9nke172zl9] {
    display: inline-flex;
    align-items: center;
    padding: .35rem .85rem;
    border-radius: 999px;
    background: var(--lp-primary, #ff7200);
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity .15s ease;
    flex-shrink: 0;
}
.lp-shop-order-btn:hover[b-9nke172zl9] { opacity: .88; }

/* Cart */
.lp-shop-cart[b-9nke172zl9] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px; height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, .12);
    background: transparent;
    color: inherit;
    font-size: 1.15rem;
    cursor: pointer;
    transition: background .15s ease;
    flex-shrink: 0;
}
.lp-shop-cart:hover[b-9nke172zl9] { background: rgba(0, 0, 0, .04); }

.lp-shop-cart-badge[b-9nke172zl9] {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    padding: 0 .3rem;
    border-radius: 999px;
    background: var(--lp-primary, #ff7200);
    color: #fff;
    font-size: .65rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ── Responsive ───────────────────────────────────────────────────────── */
/* All breakpoints use @container so they respond to the page/iframe width,
   not the browser viewport — works for both direct URL and iframe embed.   */

/* On very small phones hide the shop name text to save space */
@container lp-page (max-width: 400px) {
    .lp-shop-name[b-9nke172zl9]      { display: none; }
    .lp-shop-search[b-9nke172zl9]    { width: 100px; }
    .lp-shop-order-btn[b-9nke172zl9] { padding: .3rem .55rem; font-size: .78rem; }
}

@container lp-page (min-width: 600px) {
    .lp-shop-navbar-inner[b-9nke172zl9] { padding: .65rem 1rem; gap: .75rem; }
    .lp-shop-logo[b-9nke172zl9]         { height: 32px; }
    .lp-shop-name[b-9nke172zl9]         { font-size: 1.05rem; }
    .lp-shop-search[b-9nke172zl9]       { width: 160px; }
    .lp-shop-search:focus-within[b-9nke172zl9] { width: 220px; }
}

/* Switch to inline nav at tablet+ — hide hamburger and side drawer */
@container lp-page (min-width: 768px) {
    .lp-shop-hamburger[b-9nke172zl9]        { display: none; }
    .lp-side-menu[b-9nke172zl9]             { display: none; }
    .lp-side-menu-backdrop[b-9nke172zl9]    { display: none !important; }

    .lp-shop-nav[b-9nke172zl9] {
        display: flex;
        flex: 1 1 0;
        min-width: 0;
        align-items: center;
        overflow-x: auto;
        scrollbar-width: none;
        margin-left: 0;
    }
    .lp-shop-nav[b-9nke172zl9]::-webkit-scrollbar { display: none; }

    .lp-shop-actions[b-9nke172zl9] { margin-left: 0; }
}

@container lp-page (min-width: 960px) {
    .lp-shop-navbar-inner[b-9nke172zl9] { padding: .75rem 1.25rem; gap: 1rem; }
    .lp-shop-logo[b-9nke172zl9]         { height: 36px; }
    .lp-shop-name[b-9nke172zl9]         { font-size: 1.1rem; }
    .lp-shop-actions[b-9nke172zl9]      { gap: .65rem; }
    .lp-shop-search[b-9nke172zl9]       { width: 190px; }
    .lp-shop-search:focus-within[b-9nke172zl9] { width: 270px; }
}
/* /Pages/TableBooking.razor.rz.scp.css */
.content-container[b-i7d5ersxj0] {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content-container[b-i7d5ersxj0]  > div {
    border: none;
    background-color: inherit;
    margin: auto;
}

    .content-container[b-i7d5ersxj0]  > button {
        margin: 10px;
    }
/* /Pages/ViewOrder.razor.rz.scp.css */
.main-container[b-3k85szmsdj] {
    display: flex;
    width: 100%;
    height: 100%;
    /*background-color: red;*/
}

.left-col[b-3k85szmsdj] {
    flex-flow: column wrap;
    flex-grow: 1;
    height: 100%;
    display: flex;
    text-align: center;
}

.receipt[b-3k85szmsdj] {
    flex-basis: 400px;
}

@media (max-width: 991.98px) {
    .main-container[b-3k85szmsdj] {
        flex-direction: column;
    }
    .buttons[b-3k85szmsdj] {
        display: flex;
        height: 60px;
        padding: 10px 10px 10px 10px;
        position: fixed;
        bottom: 0;
        width: 100%;
        font-size: larger;
        z-index: 1;
    }
}

@media (min-width: 992px) {
    .receipt[b-3k85szmsdj] {
        border-left: solid;
        border-color: #A2AA92;
    }

    .i-color-secondary[b-3k85szmsdj] {
        color: inherit !important;
        background-color: inherit !important;
    }

    .buttons[b-3k85szmsdj] >  button {
        margin: 10px 5px 10px 5px !important;
    }
}
/* /Pages/ViewReceipt.razor.rz.scp.css */
.viewreceipt-content[b-sbu7gvsziv] {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.viewreceipt-ticketstatus-container[b-sbu7gvsziv] {
    margin: 5px;
    cursor: pointer;
}

.viewreceipt-ticketstatus[b-sbu7gvsziv] {
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 1.2;
}

.viewreceipt-ticketnumber[b-sbu7gvsziv] {
    font-size: 8rem;
}

.viewreceipt-refresh[b-sbu7gvsziv] {
    padding: 20px;
    font-size: 2rem;
}

.subscription[b-sbu7gvsziv] {
    padding: 10px;
}

.subscription[b-sbu7gvsziv]  button {
    margin-left: 5px;
}

/* Overrule padding used in PurchaseHistoryTransaction component */
.receipt[b-sbu7gvsziv]  > div {
    padding-bottom: 0px !important;
}

.status-None[b-sbu7gvsziv] {
    background-color: #23B104 !important;
    color: black;
}

.status-Pending[b-sbu7gvsziv] {
    background-color: #FD3580 !important;
    color: black;
}

.status-Preparing[b-sbu7gvsziv] {
    background-color: #F1E202 !important;
    color: black;
}

.status-Ready[b-sbu7gvsziv] {
    background-color: #23B104 !important;
    color: black;
}

.status-Taken[b-sbu7gvsziv] {
    background-color: #23B1E7 !important;
    color: black;
}
/* /Pages/ViewVoucher.razor.rz.scp.css */
.voucher-info[b-coe29ge6y0] {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

.voucher-container[b-coe29ge6y0] {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    display: flex;
}

    .voucher-container .voucher-image[b-coe29ge6y0] {
        background-image: url("images/gift-card.jpeg");
        width: 30%;
        aspect-ratio: 1;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .voucher-container .voucher[b-coe29ge6y0] {
        width: 70%;
        padding: 1rem;
    }

    .voucher-container .voucher-code[b-coe29ge6y0] {
        display: flex;
    }

        .voucher-container .voucher-code[b-coe29ge6y0]  button {
            margin-left: 1rem;
        }

    .voucher-container .voucher-details[b-coe29ge6y0] {
    }

@media (max-width: 600px) {
    .voucher-container[b-coe29ge6y0] {
        flex-direction: column;
    }

        .voucher-container .voucher-image[b-coe29ge6y0] {
            display: none;
        }

        .voucher-container .voucher[b-coe29ge6y0] {
            width: 100%;
        }
}
/* /Pages/Vouchers.razor.rz.scp.css */
.content-container[b-xj2snz9cw2] {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 0.8rem;
}

.vouchers-container[b-xj2snz9cw2]  > button {
    margin: 5px;
    width: 100px;
    height: 50px;
}

.body[b-xj2snz9cw2] {
    text-align: center;
    font-size: 1.2rem;
    padding: 0.8rem;
}

[b-xj2snz9cw2] .k-input {
    padding: .5rem !important; /* make text boxes 50% higher */
}
/* /Shared/AddressAutoComplete.razor.rz.scp.css */
.ac-container[b-hvs34494qe] {
    position: relative;
    width: 100%;
}

.ac-input[b-hvs34494qe] {
    width: 100%;
    padding: 8px;
}

.ac-dropdown[b-hvs34494qe] {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
}

.ac-item[b-hvs34494qe] {
    padding: 8px;
    cursor: pointer;
}

    .ac-item:hover[b-hvs34494qe] {
        background: #f2f2f2;
    }
/* /Shared/Dialogs/AboutUsDialog.razor.rz.scp.css */
.dialog-container[b-zwq7f9v3jk] {
    display: flex;
    flex-direction: row;
}

.address[b-zwq7f9v3jk] {
    padding: 10px;
}


@media (min-width: 449.99px) {
    .map[b-zwq7f9v3jk] {
        margin-left: auto;
        width: 400px;
    }
}

@media (max-width: 550px) {
    .dialog-container[b-zwq7f9v3jk] {
        flex-direction: column;
    }

    .map[b-zwq7f9v3jk] {
        width: 100%;
    }
}
/* /Shared/Dialogs/Component/ModifierQuantity.razor.rz.scp.css */
.qs-container[b-p1pb3qiinc] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.qs-total[b-p1pb3qiinc] {
    font-weight: 600;
/*    color: var(--kendo-text-color, #111827);*/
}

.qs-wrapper[b-p1pb3qiinc] {
    position: relative;
    display: inline-block;
    outline: none;
}
:root[b-p1pb3qiinc] {
    --qs-color-mandatory: rgba(255, 242, 230, 1);
    --qs-color-dark-mandatory: #35271b;
}
/* Circle */
.qs-circle[b-p1pb3qiinc] {
    --qs-diameter: 70px;
    --qs-icon-size: 28px;
    --qs-border: 1px; /* was 2px; thicker ring highlights �middle of border� */
    --qs-color: #ff7200;

    --qs-hit-padding: 12px; /* area extends outside the circle */

    width: var(--qs-diameter);
    height: var(--qs-diameter);
    border-radius: 50%;
    border: var(--qs-border) solid var(--qs-color);
    /*    color: var(--qs-color);   */
    background: transparent;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.qs-circle.disabled[b-p1pb3qiinc] {
    opacity: .5;
    cursor: not-allowed;
}

.qs-wrapper:focus-visible .qs-circle[b-p1pb3qiinc] {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--qs-color) 30%, transparent);
}

/* Center value (shows only when expanded) */
.qs-value[b-p1pb3qiinc] {
    font-weight: 700;
    font-size: x-large;
    opacity: 0;
    transform: scale(.95);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none; /* let hits go through to the hit boxes */
    color: var(--dark)
}
.qs-price[b-p1pb3qiinc] {
    color: var(--dark)
}
.qs-circle.expanded .qs-value[b-p1pb3qiinc] {
    opacity: 1;
    transform: scale(1);
}

/* Plus/Minus small buttons sitting on the big circle border midline */
.qs-icon[b-p1pb3qiinc] {
    position: absolute;
    width: var(--qs-icon-size);
    height: var(--qs-icon-size);
    border-radius: 50%;
    /*    border: var(--qs-border) solid var(--qs-color);*/
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--qs-color);
    /*    box-shadow: 0 1px 2px rgba(0,0,0,.08);*/
    transition: all .25s ease;
    z-index: 0; /* above the wide hit boxes */
}
.qs-icon.manadatory[b-p1pb3qiinc] {
    background: var(--qs-color-mandatory);
}
@media (prefers-color-scheme: dark) {
    .qs-icon[b-p1pb3qiinc] {
        background: #1e1e1e;
    }
    .qs-icon.manadatory[b-p1pb3qiinc] {
        background: var(--qs-color-dark-mandatory);
    }
    .qs-value[b-p1pb3qiinc] {
        color: var(--light)
    }
    .qs-price[b-p1pb3qiinc] {
        color: var(--light)
    }
}

    .qs-icon:hover[b-p1pb3qiinc] {
/*        background: #f3f4f6;*/
    }

/* PLUS: center when collapsed; move to right border midline when expanded */
.qs-icon-plus[b-p1pb3qiinc] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: x-large;
}

.qs-circle.expanded .qs-icon-plus[b-p1pb3qiinc] {
/*    left: auto;
    right: calc((var(--qs-icon-size) / -2) + (var(--qs-border) / 2));*/
    transform: translate(70%, -50%);
}

/* MINUS: defines position on left border midline; hidden when collapsed */
.qs-icon-minus[b-p1pb3qiinc] {
    font-size: x-large;
/*    top: 50%;
    left: calc((var(--qs-icon-size) / -2) + (var(--qs-border) / 2));*/
    transform: translate(-116%, 0%);
    opacity: 0;
    pointer-events: none;
}

.qs-circle.expanded .qs-icon-minus[b-p1pb3qiinc] {
    opacity: 1;
    pointer-events: auto;
}

/* Large invisible hit areas that extend beyond the circle */
.qs-hit[b-p1pb3qiinc] {
    position: absolute;
    top: calc(-0.5 * var(--qs-hit-padding));
    bottom: calc(-0.5 * var(--qs-hit-padding));
    background: transparent;
    cursor: pointer;
    z-index: 0; /* below icons, above circle background */
    touch-action: manipulation;
}

.qs-hit-left[b-p1pb3qiinc] {
    left: calc(-1 * var(--qs-hit-padding));
    right: 50%;
}

.qs-hit-right[b-p1pb3qiinc] {
    left: 50%;
    right: calc(-1 * var(--qs-hit-padding));
}
/* /Shared/Dialogs/Component/VariationSelector.razor.rz.scp.css */
/* Variation Selector Styles */
.variation-selector[b-sh4r1cox19] {
    background: transparent;
    border-radius: 8px;
/*    padding: 16px;*/
/*    margin: 16px 0;*/
}

.variation-selector h4[b-sh4r1cox19] {
    color: #333;
/*    font-size: 1.2rem;*/
    font-weight: 600;
/*    margin-bottom: 16px;*/
}

/* Variation Group Styles */
.variation-group[b-sh4r1cox19] {
    margin-bottom: 20px;
}

.variation-type-title[b-sh4r1cox19] {
    color: #555;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e0e0e0;
}

/* Variation Options */
.variation-options[b-sh4r1cox19] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.variation-option[b-sh4r1cox19] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-inline-end: 13px;
    padding-bottom: 10px;
    padding-left: 12px;
    background: transparent;
    border-bottom: 1px solid var(--kendo-base-border, #e4e7eb);
    /*    border-radius: 6px;*/
    cursor: pointer;
    transition: all 0.2s ease;
}
@media (prefers-color-scheme: dark) {
    .variation-option[b-sh4r1cox19] {
        border-bottom: 1px solid var(--kendo-base-border, #444444);
    }
    .variation-selector h4[b-sh4r1cox19] {
        color: #fff;
    }

    .variation-type-title[b-sh4r1cox19] {
        color: #fff;
    }
    .option-name[b-sh4r1cox19][b-sh4r1cox19] {
        color: #fff;
    }
}

    .variation-option:hover[b-sh4r1cox19] {
/*        border-color: #ff7200;
        background-color: rgba(255, 114, 0, 0.1);*/
    }

    .variation-option.selected[b-sh4r1cox19] {
/*        border-color: #ff7200;
        background-color: rgba(255, 114, 0, 0.1);*/
    }

.option-content[b-sh4r1cox19] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.option-right[b-sh4r1cox19] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.option-name[b-sh4r1cox19] {
    font-weight: 500;
    color: #333;
    margin-bottom: 2px;
}

.option-price[b-sh4r1cox19] {
    font-size: 0.9rem;
    color: #ff7200;
    font-weight: 600;
}

/* Custom Radio Button Styles */
.radio-circle[b-sh4r1cox19] {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle[b-sh4r1cox19] {
    width: 70px;
    height: 70px;
    border: 1px solid #ff7200;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.2s ease;
}

    .circle.selected[b-sh4r1cox19] {
        background-color: #ff7200;
        border-color: #ff7200;
    }

/* Selected Variation Summary */
.selected-variation-summary[b-sh4r1cox19] {
    padding: 12px;
    background: rgba(255, 114, 0, 0.1);
    border: 1px solid #ff7200;
    border-radius: 6px;
    text-align: center;
}

    .selected-variation-summary strong[b-sh4r1cox19] {
        color: #ff7200;
    }

/* Responsive Design */
@media (max-width: 768px) {

    .option-content[b-sh4r1cox19] {
    }

    .variation-selector[b-sh4r1cox19] {
    }
}



/* Multiple options layout for wider screens */
@media (min-width: 1024px) {
    .variation-options[b-sh4r1cox19] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 12px;
    }
}
/* /Shared/Dialogs/ConfigureOrderLineDialog.razor.rz.scp.css */
i[b-eytcg5do2p] {
    cursor: pointer;
}

h2[b-eytcg5do2p] {
    font-size: 1.8rem !important;
    line-height: 1.8rem !important;
}

.description[b-eytcg5do2p] {
    font-size: 0.9rem;
    margin: 0px 10px 10px 10px;
}

.note1[b-eytcg5do2p] {
    font-size: 0.9rem;
    margin: 0px 10px 10px 10px;
}

.dialog-condiments[b-eytcg5do2p] {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

    .dialog-condiments .condiment-group[b-eytcg5do2p] {
        font-weight: bold;
        font-size: 1.2rem;
        margin-inline-start: 18px;
    }

    .dialog-condiments .condiment-group-comment[b-eytcg5do2p] {
        font-size: 0.9rem;
        margin-inline-start: 18px;
    }

.condiments[b-eytcg5do2p] {
    margin-bottom: 15px;
}

.condiment[b-eytcg5do2p] {
    display: flex;
    flex-direction: row;
    padding: 2px;
}

.condiment-price[b-eytcg5do2p] {
    margin-left: auto;
}

.buttons[b-eytcg5do2p] {
    background-color: #6c757d !important;
}

.buttons[b-eytcg5do2p]  button:focus {
    box-shadow: none;
}
.ingredient-list[b-eytcg5do2p] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ingredient-item[b-eytcg5do2p] {
    display: flex;
    align-items: center;
    gap: 8px;
}
.option-group[b-eytcg5do2p] {
    position: relative;
    /* Remove mask properties */
}

    .option-group:not(.expanded)[b-eytcg5do2p]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        background: linear-gradient(transparent, var(--kendo-body-bg, white));
        pointer-events: none;
/*        z-index: -1;*/
    }

@media (prefers-color-scheme: dark) {
    .option-group:not(.expanded)[b-eytcg5do2p]::after {
        background: linear-gradient(transparent, var(--kendo-body-bg, #1e1e1e));
    }
}
/* Ensure ModifierQuantity can overflow */
.option-row[b-eytcg5do2p] {
    position: relative;
    z-index: 0;
}

.option-row[b-eytcg5do2p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0px;
    border-bottom: 1px solid var(--kendo-base-border, #e4e7eb);
    gap: 12px;
    padding-inline-end: 13px;
    cursor: pointer;
}
@media (prefers-color-scheme: dark) {
    .option-row[b-eytcg5do2p] {
        border-bottom: 1px solid var(--kendo-base-border, #444444);
    }
    .mandatory-option-group.option-row:last-child[b-eytcg5do2p] {
        border-bottom: none;
    }
}
.mandatory-option-group.option-row:last-child[b-eytcg5do2p] {
    border-bottom: none;
}
.mandatory-option-group[b-eytcg5do2p] {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.option-image[b-eytcg5do2p] {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    margin-inline-start: 3px;
}

.option-name[b-eytcg5do2p] {
    flex-grow: 1;
    font-size: 16px;
    /* color: var(--kendo-body-text, #333); */
    word-break: break-word;
    width:25%;
}

.strikeout[b-eytcg5do2p] {
    text-decoration: line-through;
    opacity: 0.5;
}
[b-eytcg5do2p] .load-toggle-row {
    padding: 8px 12px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0.9));
    font-weight: 500;
    color: var(--primary, #4CAF50);
    border-top: 1px solid var(--kendo-base-border, #ddd);
    backdrop-filter: blur(2px);
}

.option-list.expanded[b-eytcg5do2p] {
    animation: fadeSlide-b-eytcg5do2p 0.5s ease forwards;
    opacity: 1;
    max-height:5000px;
}
.option-list[b-eytcg5do2p] {
    max-height: 0;
    opacity: 0;
    overflow-y: clip;
    transition: all 0.5s ease;
    animation: fadeSlideOut-b-eytcg5do2p 0.5s ease forwards;
}
@keyframes fadeSlideOut-b-eytcg5do2p {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}
@keyframes fadeSlide-b-eytcg5do2p {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.expandable-list[b-eytcg5do2p] {
    position: relative;
}

.peek-container[b-eytcg5do2p] {
    position: relative;
    margin-top: 0px;
    z-index: 0;
}

.load-more-overlay[b-eytcg5do2p] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
/*    background: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,1));*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--primary, #4CAF50);
    cursor: pointer;
    z-index: 1;
    backdrop-filter: blur(2px);
}
:root[b-eytcg5do2p] {

}
.mandatory-list-header[b-eytcg5do2p] {
    background-color: rgba(255, 242, 230, 0.8);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
/*    border-top: 1px solid #ff7200;
    border-left: 1px solid #ff7200;
    border-right: 1px solid #ff7200;*/
}
.mandatory-option-group[b-eytcg5do2p] {
    background-color: rgba(255, 242, 230, 0.8);
/*    border-left: 1px solid #ff7200;
    border-right: 1px solid #ff7200;*/
}
@media (prefers-color-scheme: dark) {
    .mandatory-list-header[b-eytcg5do2p] {
        background-color: rgba(255, 114, 0, 0.1);
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        /*        border-top: 1px solid #ff7200;
        border-left: 1px solid #ff7200;
        border-right: 1px solid #ff7200;*/
    }

    .mandatory-option-group[b-eytcg5do2p] {
        background-color: rgba(255, 114, 0, 0.1);
        /*        border-left: 1px solid #ff7200;
        border-right: 1px solid #ff7200;*/
    }
}
.mandatory-list-footer[b-eytcg5do2p] {
/*    border-left: 1px solid #ff7200;
    border-right: 1px solid #ff7200;
    border-bottom: 1px solid #ff7200;*/
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.mandatory-option-image[b-eytcg5do2p] {
    /*width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #ff7200;*/ /* Orange border matching your theme */
    /*padding: 8px;*/ /* Inner padding around the image */
    /*background-color: rgba(255, 242, 230, 0.3);*/ /* Light orange background */
    /*box-sizing: border-box;*/ /* Include padding and border in total size */
}
.moveup[b-eytcg5do2p] {
    transform: translate(0%, -80%);
}
/* /Shared/Dialogs/ConfirmationDialog.Razor.rz.scp.css */
.body[b-qw0zoavkec] {
    text-align: center;
    font-size: 1.2rem;
    padding: 0.8rem;
}
/* /Shared/Dialogs/DialogTemplate.razor.rz.scp.css */
.dialog-container[b-d76tyu5iqh] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    display: flex;
    flex-direction: column;
}

.dialog[b-d76tyu5iqh] {
    align-self: center;
    margin: auto;
    position: relative;
    max-height: 100%;
}

.dialog-fixedwidth[b-d76tyu5iqh] {
    width: 500px;
}

.dialog-fullwidth[b-d76tyu5iqh] {
    width: 100%;
    max-width: 1000px;
}

.close-container[b-d76tyu5iqh] {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    z-index: 2001;
}

    .close-container[b-d76tyu5iqh]  button {
        height: 40px;
        width: 40px;
        border-radius: 50%;
    }

.dialog-main[b-d76tyu5iqh] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 100%;
    border-radius: .75rem;
}

.dialog-logo[b-d76tyu5iqh] {
    height: 25vh;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.dialog-logo[b-d76tyu5iqh]  img {
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.dialog-header[b-d76tyu5iqh] {
    position: sticky;
    position: -webkit-sticky;  
    top: 0;
    z-index: 2000;
    height: 60px;
    display: flex;
    align-items: center;
}

.header-content[b-d76tyu5iqh] {
    padding: 0px 10px 0px 10px;
    width: 100%;
}

.header-pusher[b-d76tyu5iqh] {
    width: 60px;
    height: 60px;
}

.dialog-header[b-d76tyu5iqh]  h2 {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.3rem;
    font-weight: bold;
}

    .dialog-body[b-d76tyu5iqh]  h3 {
        font-size: 1rem;
        margin: 0;
        line-height: 1.3rem;
    }

div.dialog-footer[b-d76tyu5iqh] {
    position: sticky;
    position: -webkit-sticky; /* Safari */
    bottom: 0;
    display: flex;
    flex-direction: column;
}

div.dialog-main-footer[b-d76tyu5iqh] {
    padding: 0.8rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

div.dialog-main-footer[b-d76tyu5iqh]  button {
    padding-block: 0.6rem !important; /* make footer buttons higher */
}

/* scrollIndicator */
#scrollIndicator[b-d76tyu5iqh] {
    color: white;
    text-align: center;
    padding: 0px;
    animation: scrollIndicator-entry-b-d76tyu5iqh .5s;
}

    #scrollIndicator .k-icon[b-d76tyu5iqh] {
        font-size: 24px !important;
    }

@keyframes scrollIndicator-entry-b-d76tyu5iqh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#scroll-end-div[b-d76tyu5iqh] {
    height: 1px;
}
/* /Shared/Dialogs/LoadingDialog.razor.rz.scp.css */
.loading-container[b-jrv2j6j91o] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Shared/Dialogs/LoginOrRegisterDialog.razor.rz.scp.css */
.body[b-7xby543dka] {
    text-align: center;
    font-size: 1.2rem;
    padding: 0.8rem;
}
/* /Shared/Dialogs/LoyaltyInfoDialog.razor.rz.scp.css */
.dialog-title[b-jymlgccufm] {
    display: flex;
    padding: 0;
}

    .dialog-title > img[b-jymlgccufm] {
        height: 100px;
        padding-right: 5px;
    }

    .dialog-title > div[b-jymlgccufm] {
        margin-top: auto;
        margin-bottom: auto;
    }

.container[b-jymlgccufm] {
    padding: 1.3rem;
    overflow-y: auto;
}

@media (max-width: 991.98px) {
    .dialog-title > img[b-jymlgccufm] {
        height: 75px !important;
    }
}
/* /Shared/Dialogs/MessageDialog.razor.rz.scp.css */
.body-message[b-4oo8glsywf] {
    text-align: center;
    font-size: 1.2rem;
    padding: 0.8rem;
}

.body-markup[b-4oo8glsywf] {
    padding: 0.8rem;
    overflow-y: auto;
}
/* /Shared/Dialogs/OrderDialog.razor.rz.scp.css */
.dialog-message[b-nka60u7zt2] {
    text-align: center;
    font-size: 1.2rem;
    padding: 0.8rem 0.8rem 0 0.8rem;
}
/* /Shared/Dialogs/ReceiptDialog.razor.rz.scp.css */
.qr-container[b-33yf06ms1b] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.qr-image[b-33yf06ms1b] {
    width: 200px;
    height: 200px;
    margin: 10px auto 10px auto;
}
/* /Shared/Dialogs/RestaurantInfoDialog.razor.rz.scp.css */
.dialog-title[b-inkgepz4oj] {
    display: flex;
    padding:0;
}

    .dialog-title > img[b-inkgepz4oj] {
        height: 100px;
        padding-right: 5px;
    }

    .dialog-title > div[b-inkgepz4oj] {
        margin-top: auto;
        margin-bottom: auto;
    }

.container[b-inkgepz4oj] {
    padding: 1.3rem;
    overflow-y: auto;
}

    .container table[b-inkgepz4oj] {
        width: 100%;
    }

    .container td[b-inkgepz4oj] {
        width: 50%;
    }

    .container h2[b-inkgepz4oj] {
        font-size: 1.4rem;
        margin: 0;
        line-height: 1.3rem;
        padding-bottom: 0.5rem;
    }

@media (max-width: 991.98px) {
    .container table[b-inkgepz4oj] {
        width: 100% !important;
    }

    .dialog-title > img[b-inkgepz4oj] {
        height: 75px !important;
    }
}
/* /Shared/Dialogs/RestaurantOfflineDialog.razor.rz.scp.css */
.dialog-title[b-w0mi6ernds] {
    display: flex;
    padding: 0;
}

    .dialog-title > img[b-w0mi6ernds] {
        height: 100px;
        padding-right: 5px;
    }

    .dialog-title > div[b-w0mi6ernds] {
        margin-top: auto;
        margin-bottom: auto;
    }

.container[b-w0mi6ernds] {
    padding: 1.3rem;
    overflow-y: auto;
    font-size: 1.2rem;
}

    .container i[b-w0mi6ernds] {
        margin-right: 5px;
    }

@media (max-width: 991.98px) {
    .dialog-title > img[b-w0mi6ernds] {
        height: 75px !important;
    }
}
/* /Shared/Dialogs/SelectTagsDialog.razor.rz.scp.css */
.dialog-tags[b-76xyy77iey] {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}
/* /Shared/Drawers/DrawerTemplate.razor.rz.scp.css */
.drawer-container[b-eyg7d5ew1o] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.order-drawer[b-eyg7d5ew1o] {
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .order-drawer.close[b-eyg7d5ew1o] {
        top: 100%;
        height: 0;
    }

/*.order-drawer {
    z-index: 2;
    position: absolute;
    overflow: hidden;*/ /* Prevent scrollbar from appearing */
    /*top: 52px;
    bottom: 0;
    transition: transform .5s ease-in;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}*/

.order-drawer-visible[b-eyg7d5ew1o] {
    transform: translateY(100%); 
}

.close-container[b-eyg7d5ew1o] {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    z-index: 2001;
}

    .close-container[b-eyg7d5ew1o]  button {
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 50%;
    }

.drawer-contents[b-eyg7d5ew1o] {
    z-index: 3;
    width: 100%;
    height: 100%;
    max-width: 600px;
    position: absolute;
}
/* /Shared/Help.razor.rz.scp.css */
span[b-qg7w7knf9f] {
    cursor: pointer;
    margin-left: 5px;
}
/* /Shared/LayoutComponents/StickyFooter.razor.rz.scp.css */
.footer-content[b-jvntq7u0ht] {
    height: 60px;
    padding: 10px; 
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1280px;
    font-size: larger;
    z-index: 1;
    display: flex;
}

.push-me-up[b-jvntq7u0ht] {
    height: 70px;
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.header[b-odjtekd14e] {
    /*position: fixed;*/
    /*top: 0px;*/
    /*left: 0px;*/
    /*right: 0px;*/
    /*flex-shrink: 0;*/
    /*display: flex;*/
    /*align-items: center;*/
}

.main[b-odjtekd14e] {
    /*    padding-top: 40px;
    height: 100%;
*/
}

.page[b-odjtekd14e] {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensures footer sticks to the bottom */
}

.header[b-odjtekd14e] {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    padding: 10px;
    height: 52px;
    z-index: 1;
}

.content[b-odjtekd14e] {
    flex-grow: 1; /* Expands to fill available space */
    /* Content styles */
}

.footer[b-odjtekd14e] {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    bottom: 0;
    height: 74px;
    /*z-index: 1;*/
}

.page > div[b-odjtekd14e] {
    width: 100%;
    /*max-width: 1280px;*/
    /*margin: auto;*/
}
/* /Shared/Loader.razor.rz.scp.css */
.loader-container[b-tw7n7804b1] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Shared/LoyaltyPointsPerRestaurantCard.razor.rz.scp.css */
img[b-t0hl3i1c1h] {
    width: 90px;
    height: 90px;
}

label[b-t0hl3i1c1h] {
    width:100%;
    margin-bottom: 0px;
}

.wrapper[b-t0hl3i1c1h] {
    display:flex;
}

.labels[b-t0hl3i1c1h] {
    display:flex;
    flex-direction:column;
    padding: 5px;
}

.name[b-t0hl3i1c1h] {
    font-size: 1.2rem;
}

.name i[b-t0hl3i1c1h] {
    cursor: pointer;
}

.detail-card[b-t0hl3i1c1h] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.detail-card > div[b-t0hl3i1c1h] {
    margin: 5px 10px 5px 10px;
    text-align: end;
}
/* /Shared/LoyaltyRedeem.razor.rz.scp.css */
.cards-box[b-maykg0wi6r] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
/* /Shared/LoyaltyRedeemCard.razor.rz.scp.css */
.card-root[b-t0o7jigum7] {
    width: 125px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .card-root > div[b-t0o7jigum7] {
        white-space: nowrap;
    }
/* /Shared/NavigationMenu/FooterNavigation.razor.rz.scp.css */
.nav-container[b-jallbmivjl] {
    display: flex;
    justify-content: center;
    padding: 10px;
    border-top: 1px solid;
}

    .nav-container > *[b-jallbmivjl] {
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-container[b-jallbmivjl]  button {
        border-radius: 50%;
    }

i[b-jallbmivjl] {
    font-size: 20px;
}
/* /Shared/NavigationMenu/MenuDialog.razor.rz.scp.css */
.nav-item[b-t7eon03yxq]  a {
    color: #ffffff;
    background-color: #182535;
    border-color: #182535;
    /*border-radius: $border-radius;*/
    border-style: solid;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 1rem;
}

.nav-item[b-t7eon03yxq]  a.active {
    color: #182535;
    background-color: #ffffff;
    border-color: #182535;
}

.nav-item[b-t7eon03yxq]  a:hover {
    color: #182535;
    background-color: #ffffff;
    cursor: pointer;
}

.nav-item i[b-t7eon03yxq] {
    padding-right: 10px;
}

.qr-image[b-t7eon03yxq] {
    width: 300px;
    height: 300px;
    margin:10px auto 10px auto;
}

.password-strength[b-t7eon03yxq] {
    font-size: smaller;
}
/* /Shared/NavigationMenu/NavMenu.razor.rz.scp.css */
.navmenu-container[b-bfv6sie6fi] {
    display: flex;
}

.menu-button[b-bfv6sie6fi] {
    line-height: 1;
    font-size: x-large;
    margin-right: 10px;
}

    .menu-button:hover[b-bfv6sie6fi] {
        cursor: pointer;
    }

.inzzii-brand[b-bfv6sie6fi] {
    font-size: large;
    text-decoration: none;
    /*margin-left: 10px;*/
}

.initials-button[b-bfv6sie6fi]  button {
    height: 32px;
    width: 32px;
    border-radius: 16px;
}
/* /Shared/NavigationMenu/SelectLanguage.razor.rz.scp.css */
.language-list > img[b-b1142uwngw] {
    padding-left: 3px;
    padding-bottom: 3px;
    height: 28px;
    cursor: pointer;
}

    .language-list > img:hover[b-b1142uwngw] {
        transform: scale(1.3);
    }
/* /Shared/NoDataFound.razor.rz.scp.css */
.wait-container[b-ulg2rp0bvf] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 20px;
    color: red;
}

span[b-ulg2rp0bvf] {
    padding: 5px;
}

@media (min-width: 992px) {
    .wait-container[b-ulg2rp0bvf] {
        font-size: 30px;
    }
}
/* /Shared/OrderHistroryCard.razor.rz.scp.css */
.order-history-card[b-gj2rhpvqd9] {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}

.order-status[b-gj2rhpvqd9], .payment-status[b-gj2rhpvqd9] {
    text-align: right;
}

.total-amount[b-gj2rhpvqd9] {
    text-align: right;
    font-size: 1.1rem;
}

.restaurant-name[b-gj2rhpvqd9] {
}

.order-number[b-gj2rhpvqd9] {
}

.order-date[b-gj2rhpvqd9] {
}
/* /Shared/OrderList.razor.rz.scp.css */
.toggle-button-container[b-cmqy2e8d1h] {
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
}

    .toggle-button-container[b-cmqy2e8d1h] >  button {
        /*margin: 5px;*/
    }

.checkout-button[b-cmqy2e8d1h] {
    width: 100%;
    /*display: flex;*/
    /*justify-content: end;*/
}

    .checkout-button[b-cmqy2e8d1h]  button > span {
        width: 100%;
    }

    .checkout-button[b-cmqy2e8d1h]  button {
        width: 100%;
        padding-block: 0.6rem !important; /* make footer buttons higher */
    }
/* /Shared/PhonePrefix.razor.rz.scp.css */
img[b-xdi990a9wk] {
}

.component-container[b-xdi990a9wk] >  span {
    padding-right: 5px;
    width:120px !important;
}
/* /Shared/PluCard.razor.rz.scp.css */

.plu-card-wrapper[b-j0ge4077dm] {
    /*    display: grid;
    grid-template-columns: 1fr auto;
    height: 140px;
    overflow: hidden;*/
    position: relative;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plu-text[b-j0ge4077dm] {
    height: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .plu-text > div[b-j0ge4077dm] {
        padding: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.plu-name[b-j0ge4077dm] {
    height: 40px;
    font-size: 20px;
}

.plu-description[b-j0ge4077dm] {
    height: 40px;
    font-size: 12px;
}

.plu-price[b-j0ge4077dm] {
    height: 20px;
    font-size: 13px;
}

.plu-image[b-j0ge4077dm] {
    margin: 10px;
    height: 100px;
    width: 100px;
    flex-shrink: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.disabled[b-j0ge4077dm] {
    position: relative;
    /*    opacity: 0.45;*/
    /*    filter: grayscale(100%);*/
    pointer-events: none;
    user-select: none;
    z-index:0;
}

    .disabled[b-j0ge4077dm]::after {
        content: "";
        position: absolute;
        inset: 0;
        background:  var(--disabled-overlay-bg);
        border-radius: inherit;
    }

/* Center text */
.overlay-center[b-j0ge4077dm] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    color: var(--main-color);
    pointer-events: none;
    z-index: 1;
}

/* Edge info */
.overlay-edge[b-j0ge4077dm] {
    position: absolute;
    bottom: 6px;
    right: 8px;
    font-size: 12px;
    color: var(--main-color);
    pointer-events: none;
    z-index:1;
}
/* /Shared/PosAndChefsAppState.razor.rz.scp.css */
i[b-bx6ee3f9g2] {
    margin-right:5px;
}
/* /Shared/PurchaseHistoryBranchofficeCard.razor.rz.scp.css */
img[b-fa91gmm2i3] {
    width: 90px;
    height: 90px;
}

label[b-fa91gmm2i3] {
    width: 100%;
    margin-bottom: 0px;
}

.wrapper[b-fa91gmm2i3] {
    display: flex;
}

.labels[b-fa91gmm2i3] {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.name[b-fa91gmm2i3] {
    font-size: 1.2rem;
}
/* /Shared/ReceiptCard.razor.rz.scp.css */
img[b-af4rp5x1wz] {
    width: 90px;
    height: 90px;
}

label[b-af4rp5x1wz] {
    width: 100%;
    margin-bottom: 0px;
}

.wrapper[b-af4rp5x1wz] {
    display: flex;
}

.labels[b-af4rp5x1wz] {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.name[b-af4rp5x1wz] {
    font-size: 1.2rem;
}
/* /Shared/RestaurantCard.razor.rz.scp.css */
.wrapper[b-2t82q4oqlt] {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden; /* make sure the image is inside of the rounded border*/
}

.details-wrapper[b-2t82q4oqlt] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.title[b-2t82q4oqlt] {
    font-size: 1.2rem;
    display: flex;
    font-weight: 500;
}

    .title i[b-2t82q4oqlt] {
        padding-left: 5px;
    }
/* /Shared/RestaurantDetails.razor.rz.scp.css */
.restaurant-details-wrapper[b-w2yyjblhl8] {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px !important;
}

    .restaurant-details-wrapper div[b-w2yyjblhl8] {
        padding: 2px;
        text-align: center;
    }

.restaurant-details-wrapper i[b-w2yyjblhl8] {
  padding-right: 5px;
}
/* /Shared/RestaurantInfoHeader.razor.rz.scp.css */
.restaurant-info-header-name[b-sp8h1q4kud] {
    text-align: center;
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 500;
}

    .restaurant-info-header-name i[b-sp8h1q4kud] {
        padding-left: 5px;
        padding-right: 5px;
        cursor: pointer;
    }

.restaurant-info-header-details[b-sp8h1q4kud] {
    display: flex;
}

.restaurant-info-header-closed[b-sp8h1q4kud] {
    padding: 5px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
}

.restaurant-info-header-details[b-sp8h1q4kud]  div {
    width: 100%;
}
/* /Shared/RestaurantLogo.razor.rz.scp.css */
.logo-wrapper[b-r8pjjo325k] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo[b-r8pjjo325k] {
    max-height: 120px;
    width: 120px;
}
