@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-5qies2e7h5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5qies2e7h5] {
    flex: 1;
}

.sidebar[b-5qies2e7h5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5qies2e7h5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5qies2e7h5]  a, .top-row[b-5qies2e7h5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5qies2e7h5]  a:hover, .top-row[b-5qies2e7h5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5qies2e7h5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5qies2e7h5] {
        justify-content: space-between;
    }

    .top-row[b-5qies2e7h5]  a, .top-row[b-5qies2e7h5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5qies2e7h5] {
        flex-direction: row;
    }

    .sidebar[b-5qies2e7h5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5qies2e7h5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5qies2e7h5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5qies2e7h5], article[b-5qies2e7h5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lqzc9ji3wp] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lqzc9ji3wp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lqzc9ji3wp] {
    font-size: 1.1rem;
}

.bi[b-lqzc9ji3wp] {
    display: flex;
    align-items: center;
    width: 1.25rem;
    margin-right: 0.5rem;
}

hr[b-lqzc9ji3wp] {
    color: white;
}


.nav-item[b-lqzc9ji3wp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lqzc9ji3wp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lqzc9ji3wp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lqzc9ji3wp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lqzc9ji3wp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lqzc9ji3wp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lqzc9ji3wp] {
        display: none;
    }

    .collapse[b-lqzc9ji3wp] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-lqzc9ji3wp] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Dashboard/CashRegister/Components/ReceiptComponent.razor.rz.scp.css */
/* Receipt table styles for screen */
.receipt-table[b-y2paaov1ft] {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.5rem;
}

.receipt-table th[b-y2paaov1ft],
.receipt-table td[b-y2paaov1ft] {
    border: none;
    padding: 0.25rem 0.5rem;
    vertical-align: top;
}

.receipt-table thead[b-y2paaov1ft] {
    border-bottom: 1px solid #000;
}

.receipt-table tbody tr:last-child[b-y2paaov1ft] {
}
/* /Pages/Dashboard/CashRegister/Page_CashRegister.razor.rz.scp.css */
/* Menu Item Images */
.menu-item-image[b-jsgkh1ut7k] {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

/* Quantity Buttons */
.quantity-btn[b-jsgkh1ut7k] {
    min-width: 40px;
}

.quantity-btn-small[b-jsgkh1ut7k] {
    min-width: 35px;
}

/* Transaction Panel */
.transaction-panel[b-jsgkh1ut7k] {
    min-height: 600px;
}

/* Transaction Items List */
.transaction-items[b-jsgkh1ut7k] {
    max-height: 300px;
    overflow-y: auto;
}

/* Bill Item Clickable */
.bill-item[b-jsgkh1ut7k] {
    cursor: pointer;
}

.bill-item:hover[b-jsgkh1ut7k] {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Invoice Print Styles */
.invoice-print[b-jsgkh1ut7k] {
    font-family: 'Courier New', monospace;
}

/* Print-specific styles */
@media print {
    body *[b-jsgkh1ut7k] {
        visibility: hidden;
    }
    
    .invoice-print[b-jsgkh1ut7k],
    .invoice-print *[b-jsgkh1ut7k] {
        visibility: visible;
    }
    
    .invoice-print[b-jsgkh1ut7k] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: white;
        color: black;
    }
    
    /* Hide buttons and other non-essential elements when printing */
    .btn[b-jsgkh1ut7k],
    .modal-header[b-jsgkh1ut7k],
    .modal-footer[b-jsgkh1ut7k],
    .navbar[b-jsgkh1ut7k],
    .sidebar[b-jsgkh1ut7k] {
        display: none !important;
    }
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .transaction-panel[b-jsgkh1ut7k] {
        min-height: 400px;
    }
    
    .transaction-items[b-jsgkh1ut7k] {
        max-height: 200px;
    }
}

@media (max-width: 767.98px) {
    .menu-item-image[b-jsgkh1ut7k] {
        height: 60px;
        width: 60px;
    }
    
    .quantity-btn[b-jsgkh1ut7k] {
        min-width: 30px;
    }
    
    .quantity-btn-small[b-jsgkh1ut7k] {
        min-width: 25px;
    }
}
/* /Pages/Error/Page_NotFound.razor.rz.scp.css */
.not-found-container[b-xdlx1f2xpn] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.not-found-container .card[b-xdlx1f2xpn] {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
}

.not-found-container h1[b-xdlx1f2xpn] {
    color: #6c757d;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

@media (max-width: 576px) {
    .not-found-container[b-xdlx1f2xpn] {
        padding: 1rem;
    }
    
    .not-found-container .display-4[b-xdlx1f2xpn] {
        font-size: 3rem;
    }
}
/* /Pages/Public/Page_PublicView.razor.rz.scp.css */
.public-menu-container[b-auyl62hzui] {
    min-height: 100vh;
    background-color: #f8f9fa;
}

.loading-container[b-auyl62hzui],
.error-container[b-auyl62hzui] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-header[b-auyl62hzui] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.menu-item-card[b-auyl62hzui] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.menu-item-card:hover[b-auyl62hzui] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.card-img-container[b-auyl62hzui] {
    position: relative;
    overflow: hidden;
}

.menu-item-image[b-auyl62hzui] {
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.menu-item-card:hover .menu-item-image[b-auyl62hzui] {
    transform: scale(1.05);
}

.menu-item-placeholder[b-auyl62hzui] {
    height: 200px;
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.discount-badge[b-auyl62hzui] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 1;
}

.price-container[b-auyl62hzui] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.original-price[b-auyl62hzui] {
    font-size: 0.9rem;
}

.final-price[b-auyl62hzui] {
    margin: 0;
}

.menu-footer[b-auyl62hzui] {
    border-top: 1px solid #dee2e6;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .menu-header[b-auyl62hzui] {
        padding: 2rem 0 !important;
    }
    
    .menu-header h1[b-auyl62hzui] {
        font-size: 1.75rem !important;
    }
    
    .container[b-auyl62hzui] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .price-container[b-auyl62hzui] {
        flex-direction: column;
        align-items: flex-start;
    }
}
