/* _content/OnlineOrdering/Components/Error.razor.rz.scp.css */
#notfound[b-9c4x3dlbub] {
    position: relative;
    height: 100vh;
}

#notfound .notfound[b-9c4x3dlbub] {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound[b-9c4x3dlbub] {
max-width: 410px;
width: 100%;
text-align: center;
}

.notfound .notfound-404[b-9c4x3dlbub] {
    height: 280px;
    position: relative;
    z-index: -1;
}

.notfound .notfound-404 h1[b-9c4x3dlbub] {
    font-family: 'Montserrat', sans-serif;
    font-size: 230px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url('/images/bg.jpg') no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}


.notfound h2[b-9c4x3dlbub] {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

.notfound p[b-9c4x3dlbub] {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
}

.notfound a[b-9c4x3dlbub] {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0046d5;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
    box-shadow: 0px 4px 15px -5px #0046d5;
}


@media only screen and (max-width: 767px) {
    .notfound .notfound-404[b-9c4x3dlbub] {
        height: 142px;
    }

        .notfound .notfound-404 h1[b-9c4x3dlbub] {
            font-size: 112px;
        }
}
/* _content/OnlineOrdering/Components/WaitingDataLoader.razor.rz.scp.css */
/* _content/OnlineOrdering/Pages/Payment.razor.rz.scp.css */
.container-fluid[b-vijfujufgb] {
    height: 100vh;
    display: flex;
    background-image: url(/images/hero1.webp);
    background-position: center;
    background-size: cover;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}
.container-fluid[b-vijfujufgb]::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: black;
    z-index: -1;
    opacity: 80%;
   
}
/* _content/OnlineOrdering/Pages/PaymentConfirm.razor.rz.scp.css */
.container-fluid[b-bdjk8l6ugi] {
    height: 100vh;
    display: flex;
    background-image: url(/images/hero1.webp);
    background-position: center;
    background-size: cover;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}
.container-fluid[b-bdjk8l6ugi]::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: black;
    z-index: -1;
    opacity: 80%;
   
}
/* _content/OnlineOrdering/Shared/MainLayout.razor.rz.scp.css */
.page[b-lhagn1zd5s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-lhagn1zd5s] {
    flex: 1;
}

.sidebar[b-lhagn1zd5s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-lhagn1zd5s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-lhagn1zd5s]  a, .top-row .btn-link[b-lhagn1zd5s] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-lhagn1zd5s] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-lhagn1zd5s] {
        display: none;
    }

    .top-row.auth[b-lhagn1zd5s] {
        justify-content: space-between;
    }

    .top-row a[b-lhagn1zd5s], .top-row .btn-link[b-lhagn1zd5s] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-lhagn1zd5s] {
        flex-direction: row;
    }

    .sidebar[b-lhagn1zd5s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-lhagn1zd5s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-lhagn1zd5s], article[b-lhagn1zd5s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
