/* /Components/Layout/FoodLayout.razor.rz.scp.css */
.page[b-oeanheon0o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oeanheon0o] {
    flex: 1;
}

.sidebar[b-oeanheon0o] {
    background-image: linear-gradient(180deg, #ff9966, #f9de6f);
}

.top-row[b-oeanheon0o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center; /* Centers horizontally */
}

    .top-row[b-oeanheon0o]  a, .top-row[b-oeanheon0o]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-oeanheon0o]  a:hover, .top-row[b-oeanheon0o]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-oeanheon0o]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-oeanheon0o] {
        justify-content: space-between;
        justify-content: center; /* Centers horizontally */
    }

        .top-row[b-oeanheon0o]  a, .top-row[b-oeanheon0o]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-oeanheon0o] {
        flex-direction: row;
    }

    .sidebar[b-oeanheon0o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oeanheon0o] {
        position: sticky;
        top: 0;
        z-index: 1;
        justify-content: center; /* Centers horizontally */
    }

        .top-row.auth[b-oeanheon0o]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-oeanheon0o], article[b-oeanheon0o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-oeanheon0o] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-oeanheon0o] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.round-image[b-oeanheon0o] {
    width: 40px;
    height: 40px;
    border: 5px solid white;
    border-radius: 50%;
}


.running-line[b-oeanheon0o] {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F05528;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}

    .running-line span[b-oeanheon0o] {
        display: inline-block;
        padding-left: 100%;
        animation: scroll-b-oeanheon0o 15s linear infinite;
    }

@keyframes scroll-b-oeanheon0o {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
/* /Components/Layout/IndiLayout.razor.rz.scp.css */
.page[b-8k5lqldwna] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8k5lqldwna] {
    flex: 1;
}

.sidebar[b-8k5lqldwna] {
    background-image: linear-gradient(180deg, #ff9966, #f9de6f);
}

.top-row[b-8k5lqldwna] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8k5lqldwna]  a, .top-row[b-8k5lqldwna]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-8k5lqldwna]  a:hover, .top-row[b-8k5lqldwna]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-8k5lqldwna]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-8k5lqldwna] {
        justify-content: space-between;
    }

        .top-row[b-8k5lqldwna]  a, .top-row[b-8k5lqldwna]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-8k5lqldwna] {
        flex-direction: row;
    }

    .sidebar[b-8k5lqldwna] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8k5lqldwna] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-8k5lqldwna]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-8k5lqldwna], article[b-8k5lqldwna] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-8k5lqldwna] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8k5lqldwna] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ghoefy2ejq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ghoefy2ejq] {
    flex: 1;
}

.sidebar[b-ghoefy2ejq] {
/*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-ghoefy2ejq] {
/*    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ghoefy2ejq]  a, .top-row[b-ghoefy2ejq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ghoefy2ejq]  a:hover, .top-row[b-ghoefy2ejq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ghoefy2ejq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ghoefy2ejq] {
        justify-content: space-between;
    }

    .top-row[b-ghoefy2ejq]  a, .top-row[b-ghoefy2ejq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ghoefy2ejq] {
        flex-direction: row;
    }

    .sidebar[b-ghoefy2ejq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ghoefy2ejq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ghoefy2ejq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ghoefy2ejq], article[b-ghoefy2ejq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ghoefy2ejq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ghoefy2ejq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l5872797li] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: rgb(96, 96, 96);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2896, 96, 96, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-l5872797li] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-l5872797li] {
    min-height: 3.5rem;
    /*    background-color: rgba(0,0,0,0.4);*/
}

.navbar-brand[b-l5872797li] {
    font-size: 1.1rem;
}

.bi[b-l5872797li] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l5872797li] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='96, 96, 96, 0.55' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-l5872797li] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='96, 96, 96, 0.55' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-l5872797li] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='96, 96, 96, 0.55' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-l5872797li] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l5872797li] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l5872797li] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l5872797li]  .nav-link {
        color: rgb(96, 96, 96);
        background: none;
        border: none;
        border-radius: 15px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-l5872797li]  a.active {
        /*    background-color: rgba(255,255,255,0.37);*/
        background-color: rgba(240, 85, 40);
        color: white;
    }

    .nav-item[b-l5872797li]  .nav-link:hover {
        /*    background-color: rgba(255,255,255,0.1);*/
        background-color: rgba(240, 85, 40);
        color: white;
    }

.nav-scrollable[b-l5872797li] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-l5872797li] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l5872797li] {
        display: none;
    }

    .nav-scrollable[b-l5872797li] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NullLayout.razor.rz.scp.css */
.page[b-gzor9zoan9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gzor9zoan9] {
    flex: 1;
}

.sidebar[b-gzor9zoan9] {
    background-image: linear-gradient(180deg, #ff9966, #f9de6f);
}

.top-row[b-gzor9zoan9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gzor9zoan9]  a, .top-row[b-gzor9zoan9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-gzor9zoan9]  a:hover, .top-row[b-gzor9zoan9]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-gzor9zoan9]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-gzor9zoan9] {
        justify-content: space-between;
    }

        .top-row[b-gzor9zoan9]  a, .top-row[b-gzor9zoan9]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-gzor9zoan9] {
        flex-direction: row;
    }

    .sidebar[b-gzor9zoan9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gzor9zoan9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-gzor9zoan9]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-gzor9zoan9], article[b-gzor9zoan9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gzor9zoan9] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gzor9zoan9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/IndiFood/FoodEvent.razor.rz.scp.css */
/* Remove underline from anchors if you keep them */
a[b-ogqb9fmwzf] {
    text-decoration: none;
}

/* Elevate card on hover */
.card[b-ogqb9fmwzf] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

    .card:hover[b-ogqb9fmwzf] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
    }

/* Smooth image scaling on hover */
img[b-ogqb9fmwzf] {
    transition: transform 0.5s ease-in-out;
}

.card:hover img[b-ogqb9fmwzf] {
    transform: scale(1.07);
}

/* Smooth transition for all vendor images */
.k-grid .k-image[b-ogqb9fmwzf] {
    transition: transform 0.5s ease-in-out;
}

/* Scale image when hovering over the cell */
.k-grid td:hover .k-image[b-ogqb9fmwzf] {
    transform: scale(1.07);
}


/* Apply to images inside Bootstrap cards */
.card .card-img-top[b-ogqb9fmwzf],
.card .img-thumbnail[b-ogqb9fmwzf] {
    height: 250px; /* pick a height that fits your layout */
    width: 100%; /* full width of the card */
    object-fit: cover; /* crop sides/top/bottom to fill */
    object-position: center; /* crop around the middle */
    display: block; /* avoid inline gaps */
}

/* Ensure the card clips any overflow (if you apply hover zoom) */
.card[b-ogqb9fmwzf] {
    overflow: hidden;
}

.card-title[b-ogqb9fmwzf] {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em; /* Approx height for 2 lines */
    line-height: 1.5em; /* Adjust line spacing */
    font-size: 1rem; /* Keep readable size */
}
/* /Components/Pages/IndiFood/FoodHome.razor.rz.scp.css */
/* Remove underline from anchors if you keep them */
a[b-2p0zt6ceq9] {
    text-decoration: none;
}

/* Elevate card on hover */
.card[b-2p0zt6ceq9] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

    .card:hover[b-2p0zt6ceq9] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
    }

/* Smooth image scaling on hover */
img[b-2p0zt6ceq9] {
    transition: transform 0.5s ease-in-out;
}

.card:hover img[b-2p0zt6ceq9] {
    transform: scale(1.07);
}

/* Smooth transition for all vendor images */
.k-grid .k-image[b-2p0zt6ceq9] {
    transition: transform 0.5s ease-in-out;
}

/* Scale image when hovering over the cell */
.k-grid td:hover .k-image[b-2p0zt6ceq9] {
    transform: scale(1.07);
}


/* Apply to images inside Bootstrap cards */
.card .card-img-top[b-2p0zt6ceq9],
.card .img-thumbnail[b-2p0zt6ceq9] {
    height: 250px; /* pick a height that fits your layout */
    width: 100%; /* full width of the card */
    object-fit: cover; /* crop sides/top/bottom to fill */
    object-position: center; /* crop around the middle */
    display: block; /* avoid inline gaps */
}

/* Ensure the card clips any overflow (if you apply hover zoom) */
.card[b-2p0zt6ceq9] {
    overflow: hidden;
}

.card-title[b-2p0zt6ceq9] {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3em; /* Approx height for 2 lines */
    line-height: 1.5em; /* Adjust line spacing */
    font-size: 1rem; /* Keep readable size */
}

a[b-2p0zt6ceq9] {
    color: #F05528; /* Replace with your logo's exact color */
    text-decoration: none; /* Optional: remove underline */
}

    /* Optional: Change hover color for better UX */
    a:hover[b-2p0zt6ceq9] {
        color: #d94a22; /* Slightly darker shade for hover */
    }
/* /Components/Pages/IndiFood/FoodOrder.razor.rz.scp.css */
/* Remove underline from anchors if you keep them */
a[b-021t7z1eas] {
    text-decoration: none;
}

/* Elevate card on hover */
.card[b-021t7z1eas] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

    .card:hover[b-021t7z1eas] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 6px 20px rgba(0,0,0,0.19);
    }

/* Smooth image scaling on hover */
img[b-021t7z1eas] {
    transition: transform 0.5s ease-in-out;
}

.card:hover img[b-021t7z1eas] {
    transform: scale(1.07);
}

/* Smooth transition for all vendor images */
.k-grid .k-image[b-021t7z1eas] {
    transition: transform 0.5s ease-in-out;
}

/* Scale image when hovering over the cell */
.k-grid td:hover .k-image[b-021t7z1eas] {
    transform: scale(1.07);
}


/* Apply to images inside Bootstrap cards */
.card .card-img-top[b-021t7z1eas],
.card .img-thumbnail[b-021t7z1eas] {
    height: 250px; /* pick a height that fits your layout */
    width: 100%; /* full width of the card */
    object-fit: cover; /* crop sides/top/bottom to fill */
    object-position: center; /* crop around the middle */
    display: block; /* avoid inline gaps */
}

/* Ensure the card clips any overflow (if you apply hover zoom) */
.card[b-021t7z1eas] {
    overflow: hidden;
}

.card-title[b-021t7z1eas] {
    display: -webkit-box;
    /* -webkit-line-clamp: 2;  Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 3em;  Approx height for 2 lines */
    /* line-height: 1.5em;  Adjust line spacing */
    /* font-size: 1rem;  Keep readable size */
}
