/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kymhv5914s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kymhv5914s] {
    flex: 1;
}

.sidebar[b-kymhv5914s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kymhv5914s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kymhv5914s]  a, .top-row[b-kymhv5914s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kymhv5914s]  a:hover, .top-row[b-kymhv5914s]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kymhv5914s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kymhv5914s] {
        justify-content: space-between;
    }

    .top-row[b-kymhv5914s]  a, .top-row[b-kymhv5914s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kymhv5914s] {
        flex-direction: row;
    }

    .sidebar[b-kymhv5914s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kymhv5914s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kymhv5914s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kymhv5914s], article[b-kymhv5914s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kymhv5914s] {
    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-kymhv5914s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oqn7l4qztx] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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%28255, 255, 255, 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-oqn7l4qztx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-oqn7l4qztx] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oqn7l4qztx] {
    font-size: 1.1rem;
}

.bi[b-oqn7l4qztx] {
    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-oqn7l4qztx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-oqn7l4qztx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-oqn7l4qztx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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");
}

.bi-lock-nav-menu[b-oqn7l4qztx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-oqn7l4qztx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-oqn7l4qztx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-oqn7l4qztx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-oqn7l4qztx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-oqn7l4qztx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oqn7l4qztx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oqn7l4qztx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oqn7l4qztx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-oqn7l4qztx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-oqn7l4qztx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-oqn7l4qztx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-oqn7l4qztx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oqn7l4qztx] {
        display: none;
    }

    .nav-scrollable[b-oqn7l4qztx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Sale/PosPage.razor.rz.scp.css */
/* ===============================
   MAIN POS LAYOUT – viewport-aware, fits any screen
================================= */

.pos-container[b-xaw7xgs1yv] {
    flex: 1 1 0;
    min-height: 0;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    overflow: hidden;
    box-sizing: border-box;
}

/* Header */
.pos-header[b-xaw7xgs1yv] {
    background: white;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.pos-search-input[b-xaw7xgs1yv] {
    max-width: min(400px, 100%);
    min-width: 0;
}

/* Body – flex row that adapts to width */
.pos-body[b-xaw7xgs1yv] {
    display: flex;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    width: 100%;
}

/* ===============================
   PRODUCTS PANEL
================================= */

.products-panel[b-xaw7xgs1yv] {
    flex: 1;
    min-width: 0;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    overflow-y: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.product-list[b-xaw7xgs1yv] {
    display: flex;
    flex-direction: column;
}

.product-row[b-xaw7xgs1yv] {
    display: flex;
    align-items: flex-start;
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid #f1f3f5;
    cursor: pointer;
    transition: background 0.2s;
}

    .product-row:hover[b-xaw7xgs1yv] {
        background: #f8f9fa;
    }

    .product-row.out-of-stock-row[b-xaw7xgs1yv] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.product-thumb[b-xaw7xgs1yv] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #f8f9fa;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 0.5rem;
}

    .product-thumb img[b-xaw7xgs1yv] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.product-details-col[b-xaw7xgs1yv] {
    flex: 1;
    min-width: 0;
}

.product-name-row[b-xaw7xgs1yv] {
    font-size: 1rem;
    font-weight: 700;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.25;
}

.product-stock-row[b-xaw7xgs1yv] {
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.1rem;
}

.stock-in[b-xaw7xgs1yv] {
    color: #28a745;
}

.stock-out[b-xaw7xgs1yv] {
    color: #dc3545;
}

.product-tags-row[b-xaw7xgs1yv] {
    display: flex;
    gap: 0.15rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

    .product-tags-row .tag[b-xaw7xgs1yv] {
        background: #e7f3ff;
        color: #0d6efd;
        padding: 0.1rem 0.35rem;
        border-radius: 3px;
        font-size: 0.7rem;
    }

.product-price-col[b-xaw7xgs1yv] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #28a745;
    margin-right: 0.5rem;
}

.btn-add-small[b-xaw7xgs1yv] {
    background: #28a745;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* ===============================
   CART PANEL (RIGHT SIDE)
   - Flexible width: adapts to screen (clamp), no overflow
================================= */

.cart-panel[b-xaw7xgs1yv] {
    flex: 0 0 min(32%, 430px);
    width: min(32%, 430px);
    min-width: min(280px, 90vw);
    max-width: 430px;
    background: white;
    border-left: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

.cart-header[b-xaw7xgs1yv],
.cart-item[b-xaw7xgs1yv] {
    display: grid;
    /* QTY | NAME | PRICE | TOTAL | REMOVE – minmax so columns shrink on small width */
    grid-template-columns: minmax(40px, 55px) 1fr minmax(70px, 95px) minmax(70px, 90px) 32px;
    gap: 4px;
    align-items: center;
    padding: 0.4rem 0.5rem;
}

.qty-input[b-xaw7xgs1yv],
.price-input[b-xaw7xgs1yv] {
    width: 100%;
}

.cart-header[b-xaw7xgs1yv] {
    background: #f8f9fa;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cart-item[b-xaw7xgs1yv],
.cart-col[b-xaw7xgs1yv] {
    font-size: 0.8rem;
    font-weight: 600;
}

.cart-col-name .line-display-name-input[b-xaw7xgs1yv] {
    font-size: 0.85rem;
    font-weight: 600;
    min-width: 0;
    padding: 0.2rem 0.35rem;
}

.cart-col-total strong[b-xaw7xgs1yv] {
    font-size: 0.95rem;
}

.cart-items[b-xaw7xgs1yv] {
    flex: 1;
    overflow-y: auto;
    position: relative;
}

.empty-cart[b-xaw7xgs1yv] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6c757d;
}

.cart-totals[b-xaw7xgs1yv] {
    padding: 0.6rem;
    background: #f8f9fa;
}

.total-row[b-xaw7xgs1yv] {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0;
}

.grand-total[b-xaw7xgs1yv] {
    font-weight: 700;
    border-top: 2px solid #dee2e6;
    margin-top: 0.3rem;
    padding-top: 0.4rem;
}

/* Checkout Button */
.checkout-section[b-xaw7xgs1yv] {
    padding: 0.6rem;
}

.btn-checkout[b-xaw7xgs1yv] {
    background: #28a745;
    color: white;
    border: none;
    padding: 0.6rem;
    border-radius: 8px;
    font-weight: 600;
}

/* ===============================
   CHECKOUT MODAL (FULLY FIXED)
================================= */

.checkout-modal-backdrop[b-xaw7xgs1yv] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1050;
    padding: 1rem;
}

.checkout-modal-box[b-xaw7xgs1yv] {
    width: 900px;
    max-width: 98%;
    max-height: 90vh;
    background: #fff;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0,0,0,0.25);
}

/* Header */
.checkout-modal-header[b-xaw7xgs1yv] {
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg,#667eea,#764ba2);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-modal-title[b-xaw7xgs1yv] {
    font-size: 1rem;
    font-weight: 600;
}

.checkout-amount-value[b-xaw7xgs1yv] {
    font-size: 1.3rem;
    font-weight: 700;
}

.checkout-modal-close[b-xaw7xgs1yv] {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* Body (EXPANDS PROPERLY) */
.checkout-modal-body[b-xaw7xgs1yv] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.2rem;
}

/* Checkout section headings: bold and black */
.checkout-modal-body .checkout-heading[b-xaw7xgs1yv] {
    font-weight: 700;
    color: #000;
}

/* Payment Rows */
.checkout-payment-row[b-xaw7xgs1yv] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.checkout-payment-row-2[b-xaw7xgs1yv] {
    grid-template-columns: 1fr 1fr;
}

/* Products */
.checkout-products-section[b-xaw7xgs1yv] {
    margin-bottom: 1rem;
}

.checkout-table-header[b-xaw7xgs1yv],
.checkout-table-row[b-xaw7xgs1yv] {
    display: grid;
    grid-template-columns: 1fr 3rem 5.5rem;
    gap: 0.5rem;
    font-size: 0.85rem;
    align-items: center;
}

.checkout-table-header[b-xaw7xgs1yv] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 0.4rem;
}

.checkout-table-header .checkout-col-qty[b-xaw7xgs1yv],
.checkout-table-header .checkout-col-total[b-xaw7xgs1yv],
.checkout-table-row .checkout-col-qty[b-xaw7xgs1yv],
.checkout-table-row .checkout-col-total[b-xaw7xgs1yv] {
    text-align: left;
}

.checkout-table-row[b-xaw7xgs1yv] {
    padding: 0.3rem 0;
    border-bottom: 1px solid #f1f3f5;
}

/* Summary */
.checkout-summary-section[b-xaw7xgs1yv] {
    background: #f8f9fa;
    padding: 0.8rem;
    border-radius: 8px;
    margin-top: 0.5rem;
}

.checkout-summary-row[b-xaw7xgs1yv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
}

.checkout-total-row[b-xaw7xgs1yv] {
    font-size: 1.2rem;
    font-weight: 700;
    border-top: 2px solid #dee2e6;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

/* Footer */
.checkout-modal-footer[b-xaw7xgs1yv] {
    padding: 0.5rem 0.8rem;
    background: #f8f9fa;
    display: flex;
    justify-content: flex-end;
    gap: 0.6rem;
}

.btn-checkout-cancel[b-xaw7xgs1yv] {
    background: #6c757d;
    color: white;
    border: none;
    padding: 0.35rem 0.9rem;
    border-radius: 6px;
    font-size: 0.85rem;
}

.btn-checkout-submit[b-xaw7xgs1yv] {
    background: #0d6efd;
    color: white;
    border: none;
    padding: 0.35rem 1rem;
    border-radius: 6px;
    font-size: 0.85rem;
}

/* ===============================
   RESPONSIVE – auto-adjust for different screen sizes
================================= */

@media (max-width: 1200px) {
    .cart-panel[b-xaw7xgs1yv] {
        flex: 0 0 min(38%, 400px);
        width: min(38%, 400px);
        min-width: min(260px, 85vw);
    }
}

@media (max-width: 992px) {
    .pos-body[b-xaw7xgs1yv] {
        flex-direction: column;
    }

    .products-panel[b-xaw7xgs1yv] {
        flex: 1 1 0;
        min-height: 50%;
        max-height: 55vh;
    }

    .cart-panel[b-xaw7xgs1yv] {
        flex: 0 0 auto;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        max-height: 45vh;
        min-height: 280px;
        border-left: none;
        border-top: 1px solid #dee2e6;
    }

    .cart-header[b-xaw7xgs1yv],
    .cart-item[b-xaw7xgs1yv] {
        grid-template-columns: 50px 1fr 80px 80px 32px;
    }
}

@media (max-width: 576px) {
    .products-panel[b-xaw7xgs1yv] {
        padding: 0.35rem 0.5rem;
    }

    .product-row[b-xaw7xgs1yv] {
        padding: 0.5rem 0.5rem;
    }

    .product-thumb[b-xaw7xgs1yv] {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .cart-panel[b-xaw7xgs1yv] {
        max-height: 50vh;
        min-height: 240px;
    }

    .cart-header[b-xaw7xgs1yv],
    .cart-item[b-xaw7xgs1yv] {
        grid-template-columns: 44px 1fr 68px 68px 28px;
        gap: 3px;
        padding: 0.3rem 0.4rem;
        font-size: 0.75rem;
    }

    .checkout-payment-row[b-xaw7xgs1yv] {
        grid-template-columns: 1fr;
    }

    .checkout-payment-row-2[b-xaw7xgs1yv] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Sale/PosSalePage.razor.rz.scp.css */
body[b-6ntedizlcg] {

}
.product-card[b-6ntedizlcg] {
    width: 120px;
    height: 150px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.15s ease;
}

    .product-card:hover[b-6ntedizlcg] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.12);
        border-color: #0d6efd;
    }

/* IMAGE */
.product-image[b-6ntedizlcg] {
    height: 70px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .product-image img[b-6ntedizlcg] {
        max-width: 75%;
        max-height: 75%;
        object-fit: contain;
    }

/* DETAILS */
.product-details[b-6ntedizlcg] {
    flex: 1;
    padding: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-name[b-6ntedizlcg] {
    font-size: 11px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    max-height: 26px;
    overflow: hidden;
}

.product-meta[b-6ntedizlcg] {
    font-size: 10px;
    color: #666;
}

.product-price[b-6ntedizlcg] {
    font-size: 12px;
    font-weight: 700;
    color: #198754;
}
/* /Components/Pages/Sale/ReceiptList.razor.rz.scp.css */
.receipts-page[b-hhvdrt83tr] {
    background: linear-gradient(165deg, #eceff1 0%, #e3e7ea 40%, #fafafa 100%);
    min-height: 100%;
    margin: -1rem -1.5rem 0;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.receipts-title[b-hhvdrt83tr] {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.receipts-sub[b-hhvdrt83tr] {
    max-width: 26rem;
}

.receipts-toolbar[b-hhvdrt83tr] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(84, 110, 122, 0.2);
}

.receipts-toolbar-search[b-hhvdrt83tr] {
    flex: 1 1 12rem;
    max-width: 22rem;
    min-width: 10rem;
}

    .receipts-toolbar-search .form-label[b-hhvdrt83tr] {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        font-weight: 600;
    }

.receipts-toolbar-actions[b-hhvdrt83tr] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.5rem;
    margin-left: auto;
}

.receipts-date-compact[b-hhvdrt83tr] {
    width: 9.75rem;
    flex-shrink: 0;
}

    .receipts-date-compact .form-label[b-hhvdrt83tr] {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        font-weight: 600;
    }

    .receipts-date-compact[b-hhvdrt83tr]  input {
        width: 100%;
        min-height: calc(1.5em + 0.5rem + 2px);
    }

.receipts-empty[b-hhvdrt83tr] {
    background: rgba(255, 255, 255, 0.6);
}

.receipt-card[b-hhvdrt83tr] {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    transition: transform 0.15s ease, filter 0.15s ease;
}

    .receipt-card:hover[b-hhvdrt83tr] {
        transform: translateY(-2px);
    }

    .receipt-card:focus[b-hhvdrt83tr] {
        outline: 2px solid #546e7a;
        outline-offset: 2px;
    }

.receipt-card-inner[b-hhvdrt83tr] {
    background: #fafafa;
    border: 1px dashed #90a4ae;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    padding: 1rem 1.1rem 0.85rem;
    font-family: "Segoe UI", ui-monospace, "Cascadia Mono", "Consolas", monospace;
}

.receipt-card-perf[b-hhvdrt83tr] {
    text-align: center;
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    color: #78909c;
    line-height: 1.2;
    user-select: none;
    padding: 0.2rem 0 0;
}

.receipt-card-top[b-hhvdrt83tr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.receipt-card-date[b-hhvdrt83tr] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.receipt-card-day[b-hhvdrt83tr] {
    font-size: 1.65rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #263238;
}

.receipt-card-mon[b-hhvdrt83tr] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #78909c;
}

.receipt-ref-label[b-hhvdrt83tr] {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #90a4ae;
}

.receipt-ref-value[b-hhvdrt83tr] {
    font-size: 0.8rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #37474f;
    word-break: break-all;
}

.receipt-card-name[b-hhvdrt83tr] {
    font-size: 0.92rem;
    font-weight: 700;
    color: #263238;
    margin-bottom: 0.15rem;
}

.receipt-card-vehicle[b-hhvdrt83tr] {
    font-size: 0.8rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    color: #37474f;
    margin-bottom: 0.45rem;
}

.receipt-card-vehicle-empty[b-hhvdrt83tr] {
    font-weight: 500;
    color: #b0bec5;
}

.receipt-card-amount[b-hhvdrt83tr] {
    font-size: 1.55rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #1b5e20;
    margin-bottom: 0.65rem;
}

.receipt-card-bottom[b-hhvdrt83tr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.65rem;
    border-top: 1px dotted #cfd8dc;
}

.receipt-chip[b-hhvdrt83tr] {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.receipt-chip-pay[b-hhvdrt83tr] {
    background: #e8f5e9;
    color: #2e7d32;
}

.receipt-chip-shop[b-hhvdrt83tr] {
    margin-top: 0.25rem;
    background: #eceff1;
    color: #546e7a;
    font-size: 0.62rem;
}

.receipt-card-actions[b-hhvdrt83tr] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    flex-shrink: 0;
}

.receipt-action[b-hhvdrt83tr] {
    text-decoration: none;
    min-width: auto;
}

    .receipt-action:hover[b-hhvdrt83tr] {
        text-decoration: none;
    }
/* /Components/Pages/Sale/ReceiptView.razor.rz.scp.css */
.receipt-screen[b-61zq81bnbg] {
    min-height: calc(100vh - 6rem);
    background: linear-gradient(180deg, #eceff1 0%, #cfd8dc 100%);
    margin: -1rem -1.5rem 0;
    padding: 1.5rem 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.receipt-paper[b-61zq81bnbg] {
    width: 100%;
    max-width: 22rem;
    background: #fafafa;
    border: 1px dashed #90a4ae;
    border-radius: 2px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.08);
    padding: 1.25rem 1.1rem 1rem;
    font-family: "Segoe UI", ui-monospace, "Cascadia Mono", "Consolas", monospace;
    font-size: 0.82rem;
    line-height: 1.35;
    color: #212121;
}

.receipt-dash[b-61zq81bnbg] {
    text-align: center;
    font-size: 0.65rem;
    letter-spacing: 0.02em;
    color: #78909c;
    user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.receipt-store[b-61zq81bnbg] {
    text-align: center;
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 0.35rem;
}

.receipt-store-sub[b-61zq81bnbg] {
    text-align: center;
    font-size: 0.72rem;
    color: #546e7a;
    margin-top: 0.15rem;
}

.receipt-title[b-61zq81bnbg] {
    text-align: center;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    margin: 0.35rem 0;
}

.receipt-kv[b-61zq81bnbg] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 0.25rem;
    font-size: 0.78rem;
}

    .receipt-kv span:first-child[b-61zq81bnbg] {
        color: #607d8b;
        flex-shrink: 0;
    }

    .receipt-kv span:last-child[b-61zq81bnbg] {
        text-align: right;
        font-variant-numeric: tabular-nums;
    }

.receipt-total-row[b-61zq81bnbg] {
    margin-top: 0.4rem;
    padding-top: 0.35rem;
    border-top: 1px dashed #b0bec5;
    font-weight: 700;
    font-size: 0.95rem;
}

.receipt-muted[b-61zq81bnbg] {
    font-size: 0.74rem;
    color: #607d8b;
}

.receipt-lines-head[b-61zq81bnbg] {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 0.78rem;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #455a64;
}

.receipt-line[b-61zq81bnbg] {
    margin-bottom: 0.65rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #cfd8dc;
}

    .receipt-line:last-of-type[b-61zq81bnbg] {
        border-bottom: none;
        margin-bottom: 0.25rem;
        padding-bottom: 0;
    }

.receipt-line-desc[b-61zq81bnbg] {
    font-weight: 600;
    word-break: break-word;
}

.receipt-line-note[b-61zq81bnbg] {
    font-weight: 400;
    color: #757575;
    font-size: 0.74rem;
}

.receipt-line-meta[b-61zq81bnbg] {
    font-size: 0.72rem;
    color: #78909c;
    margin-top: 0.1rem;
}

.receipt-line-total[b-61zq81bnbg] {
    text-align: right;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    margin-top: 0.15rem;
}

.receipt-empty[b-61zq81bnbg] {
    text-align: center;
    color: #90a4ae;
    font-style: italic;
    padding: 0.5rem 0;
    font-size: 0.78rem;
}

.receipt-notes[b-61zq81bnbg] {
    margin-top: 0.75rem;
    font-size: 0.72rem;
    color: #5d4037;
    word-break: break-word;
}

.receipt-link-bar[b-61zq81bnbg] {
    text-align: center;
    margin-top: 0.75rem;
}

.receipt-link[b-61zq81bnbg] {
    font-size: 0.72rem;
}

.receipt-thanks[b-61zq81bnbg] {
    text-align: center;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.15em;
    margin: 0.35rem 0;
}

.receipt-actions[b-61zq81bnbg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1.25rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #cfd8dc;
}
/* /Components/Pages/Sale/SaleInvoiceView.razor.rz.scp.css */
.invoice-page-title-text[b-olko83at9u] {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1e3a5f;
}

.invoice-detail-card[b-olko83at9u] {
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.5rem rgba(30, 58, 95, 0.08);
}

.invoice-label[b-olko83at9u] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.2rem;
}

.invoice-section-title[b-olko83at9u] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #64748b;
}

.invoice-table-wrap[b-olko83at9u] {
    border-color: #e2e8f0 !important;
}

.invoice-table thead th[b-olko83at9u] {
    background: #1e3a5f;
    color: #fff;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    border: none;
    padding: 0.65rem 0.75rem;
    vertical-align: middle;
}

.invoice-table tbody td[b-olko83at9u] {
    padding: 0.6rem 0.75rem;
    vertical-align: middle;
    border-color: #e2e8f0;
}

.invoice-table tbody tr:nth-child(even)[b-olko83at9u] {
    background-color: #f8fafc;
}
/* /Components/Pages/Sale/SaleList.razor.rz.scp.css */
.sale-list-toolbar[b-ixdforiaxs] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sale-list-header[b-ixdforiaxs] { margin-bottom: 0.35rem; }

.sale-list-toolbar-search[b-ixdforiaxs] {
    flex: 0 1 16rem;
    max-width: 16rem;
    min-width: 9rem;
}

    .sale-list-toolbar-search .form-label[b-ixdforiaxs] {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        font-weight: 600;
    }

.sale-list-toolbar-actions[b-ixdforiaxs] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.5rem;
    margin-left: auto;
}

.sale-list-special-note-toggle[b-ixdforiaxs] {
    flex-shrink: 0;
    padding: 0.2rem 0.55rem 0.2rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.35rem;
    background: #fff;
    margin-left: 0.35rem;
}

    .sale-list-special-note-toggle .form-label[b-ixdforiaxs] {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        font-weight: 600;
        white-space: nowrap;
    }

.sale-list-date-compact[b-ixdforiaxs] {
    width: 9.75rem;
    flex-shrink: 0;
}

    .sale-list-date-compact .form-label[b-ixdforiaxs] {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
        font-weight: 600;
    }

    .sale-list-date-compact[b-ixdforiaxs]  input {
        width: 100%;
        min-height: calc(1.5em + 0.5rem + 2px);
    }
