@import '_content/QuantumERP.LightSharedUI/QuantumERP.LightSharedUI.912njdt6bu.bundle.scp.css';
@import '_content/QuantumERP.SharedUI/QuantumERP.SharedUI.xtwih2nj6c.bundle.scp.css';

/* /Pages/Asynchronous/GetSalePointAsync.razor.rz.scp.css */
/* الحاوية الرئيسية */

.pos-layout[b-bfmp0jomk6] {
    display: flex;
    width: 100%;
    gap: 15px;
    padding: 10px;
    align-items: stretch; /* يجعل الارتفاع متساوي */
}


/* كل قسم */

.section[b-bfmp0jomk6] {
    flex: 1; /* عرض متساوي */
    display: flex;
}


/* الكارد */

.card[b-bfmp0jomk6] {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    display: flex;
}


/* المحتوى */

.card-content[b-bfmp0jomk6] {
    flex: 1;
    padding: 15px;
    overflow: auto;
}


/* منع scroll أفقي */

html[b-bfmp0jomk6], body[b-bfmp0jomk6] {
    overflow-x: hidden;
    direction:rtl;
}


/* Responsive */

@media (max-width:1000px) {

    .pos-layout[b-bfmp0jomk6] {
        flex-direction: column;
    }

    .section[b-bfmp0jomk6] {
        width: 100%;
    }
}
textarealarge[b-bfmp0jomk6] {
    height: 50px;
}
/* /Pages/Asynchronous/LeftSideAsync.razor.rz.scp.css */
.keypad-button[b-85nuc1fy36],
.action-button[b-85nuc1fy36] {
    width: 100%;
    font-size: 1.2rem;
}

.action-button[b-85nuc1fy36] {
    flex: unset;
}


th[b-85nuc1fy36] {
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.action-button[b-85nuc1fy36] {
    background-color: #00a59e;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
}

.disabled-button[b-85nuc1fy36] {
    pointer-events: none;
    opacity: 0.6;
}
/* الحاوية */
.shopping-cart[b-85nuc1fy36] {
    position: relative;
    display: inline-block;
}

/* الأيقونة */
.cart-icon[b-85nuc1fy36] {
    font-size: 26px;
    color: #00a59e;
    transition: 0.3s ease;
}

/* تأثير Hover */
.cart-link:hover .cart-icon[b-85nuc1fy36] {
    color: #00a59e;
    transform: scale(1.1);
}

/* البادج */
.cart-badge[b-85nuc1fy36] {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e53935;
    color: #fff;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    animation: pop-b-85nuc1fy36 0.25s ease;
}

    /* لو العدد كبير */
    .cart-badge:empty[b-85nuc1fy36] {
        display: none;
    }

/* انيميشن */
@keyframes pop-b-85nuc1fy36 {
    0% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(1);
    }
}
/* /Pages/Asynchronous/POSLayoutAsync.razor.rz.scp.css */


html[b-evt66t6wz3], body[b-evt66t6wz3] {
   
    overflow-x: hidden;
    background: #f5f6fa;
}


/* =========================
   APP ROOT
========================= */

.app-root[b-evt66t6wz3] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
}


/* =========================
   HEADER
========================= */

.pos-header[b-evt66t6wz3] {
    width: 100%;
    background: #022964;
    padding: 5px 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}


/* HEADER CONTENT */

.header-row[b-evt66t6wz3] {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
}


/* =========================
   LOGO
========================= */

.logo img[b-evt66t6wz3] {
    width: 150px;
    height: auto;
    display: block;
}


/* =========================
   INFO ITEMS
========================= */

.itempos[b-evt66t6wz3] {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    min-width: 60px;
}

    .itempos label[b-evt66t6wz3] {
        font-size: 14px;
        opacity: .7;
        margin-bottom: 2px;
        width: 100px;
    }

    .itempos span[b-evt66t6wz3] {
        font-weight: 600;
        font-size: 12px;
        width: 100px;
    }


/* =========================
   STAT BOXES
========================= */

.stat[b-evt66t6wz3] {
    background: rgba(255,255,255,0.1);
    padding: 8px 14px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 55px;
    width: 140px;
}

    .stat label[b-evt66t6wz3] {
        font-size: 11px;
        opacity: .8;
        width: 100%;
    }

    .stat span[b-evt66t6wz3] {
        font-weight: bold;
        font-size: 16px;
        width: 100%;
    }




/* =========================
   COLORS
========================= */

.sales[b-evt66t6wz3] {
    border-bottom: 3px solid #00e396;
}

.returns[b-evt66t6wz3] {
    border-bottom: 3px solid #ff4560;
}

.net[b-evt66t6wz3] {
    border-bottom: 3px solid #feb019;
}


/* =========================
   CONTENT
========================= */

.app-content[b-evt66t6wz3] {
    flex: 1;
    padding: 10px;
    width: 100%;
}


/* =========================
   TABLES
========================= */

table[b-evt66t6wz3] {
    width: 100%;
    border-collapse: collapse;
}


/* =========================
   HEADER
========================= */

.pos-header[b-evt66t6wz3] {
    width: 100%;
    background: #022964;
    padding: 8px 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.header-row[b-evt66t6wz3] {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

/* LOGO */
.logo img[b-evt66t6wz3] {
    width: 140px;
    display: block;
}

/* INFO ITEMS */
.itempos[b-evt66t6wz3] {
    display: flex;
    flex-direction: column;
    min-width: 95px;
}

    .itempos label[b-evt66t6wz3] {
        font-size: 12px;
        opacity: .7;
        margin-bottom: 2px;
    }

    .itempos span[b-evt66t6wz3] {
        font-size: 13px;
        font-weight: 600;
    }

/* STAT */
.stat[b-evt66t6wz3] {
    background: rgba(255,255,255,.08);
    padding: 10px;
    border-radius: 10px;
    min-width: 140px;
}

    .stat label[b-evt66t6wz3] {
        font-size: 11px;
        opacity: .8;
    }

    .stat span[b-evt66t6wz3] {
        font-size: 16px;
        font-weight: bold;
    }

/* COLORS */
.sales[b-evt66t6wz3] {
    border-bottom: 3px solid #00e396;
}

.returns[b-evt66t6wz3] {
    border-bottom: 3px solid #ff4560;
}

.net[b-evt66t6wz3] {
    border-bottom: 3px solid #feb019;
}


/* =========================
   TABLET
========================= */
@media (max-width: 1200px) {
    .header-row[b-evt66t6wz3] {
        flex-wrap: wrap;
        justify-content: center;
    }
}


/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

    .header-row[b-evt66t6wz3] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        align-items: stretch;
    }

    .logo[b-evt66t6wz3] {
        grid-column: span 2;
        text-align: center;
    }

        .logo img[b-evt66t6wz3] {
            width: 110px;
            margin: auto;
        }

    .stat[b-evt66t6wz3] {
        min-width: unset;
        width: 100%;
    }

    .itempos[b-evt66t6wz3] {
        min-width: unset;
        width: 100%;
        background: rgba(255,255,255,.05);
        padding: 8px;
        border-radius: 8px;
    }

        .itempos label[b-evt66t6wz3] {
            font-size: 11px;
        }

        .itempos span[b-evt66t6wz3] {
            font-size: 12px;
        }

    .itempos[b-evt66t6wz3],
    .stat[b-evt66t6wz3] {
        text-align: center;
    }
}


/* EXTRA SMALL */
@media (max-width: 480px) {
    .header-row[b-evt66t6wz3] {
        grid-template-columns: 1fr;
    }

    .logo[b-evt66t6wz3] {
        grid-column: span 1;
    }
}
textarealarge[b-evt66t6wz3]{
    height :50px;
}


.cash-closing-card[b-evt66t6wz3] {
    border-radius: 10px;
}

.summary-box[b-evt66t6wz3] {
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.summary-title[b-evt66t6wz3] {
    font-size: 14px;
    opacity: .9;
}

.summary-value[b-evt66t6wz3] {
    font-size: 24px;
    font-weight: bold;
}

.summary-box.sales[b-evt66t6wz3] {
    background: linear-gradient(45deg,#28a745,#3cc76a);
}

.summary-box.returns[b-evt66t6wz3] {
    background: linear-gradient(45deg,#dc3545,#ff6b6b);
}

.summary-box.settlement[b-evt66t6wz3] {
    background: linear-gradient(45deg,#007bff,#3fa2ff);
}
/* /Pages/Asynchronous/RightSideAsync.razor.rz.scp.css */
.input-field[b-y758ges34h] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    box-sizing: border-box;
}
.category-wrapper[b-y758ges34h] {
    position: relative;
    width:96%;
    max-width: 800px;
}

.category-scroll[b-y758ges34h] {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 60px;
}

    .category-scroll[b-y758ges34h]::-webkit-scrollbar {
        display: none;
    }

.nav-tabs[b-y758ges34h] {
    flex-wrap: nowrap !important;
}

.nav-item[b-y758ges34h] {
    flex-shrink: 0;
    margin: 0 6px;
}

/* صورة الكاتيجوري */
.cat-img[b-y758ges34h] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    margin-inline-end: 6px;
}

/* الأسهم */
.scroll-arrow[b-y758ges34h] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55px;
    border: none;
    background: linear-gradient(to right, white 60%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

    .scroll-arrow.left[b-y758ges34h] {
        left: 0;
    }

    .scroll-arrow.right[b-y758ges34h] {
        right: 0;
        background: linear-gradient(to left, white 60%, transparent);
    }

    .scroll-arrow i[b-y758ges34h] {
        font-size: 22px;
    }
.product-card[b-y758ges34h] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.image-wrapper[b-y758ges34h] {
    position: relative;
}

/* 🎯 المثلث */
.corner-triangle[b-y758ges34h] {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    z-index: 10;
}

    .corner-triangle[b-y758ges34h]::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-top: 70px solid #009688;
        border-left: 70px solid transparent;
    }

    .corner-triangle.out[b-y758ges34h]::before {
        border-top: 70px solid #b91c1c;
    }

    .corner-triangle span[b-y758ges34h] {
        position: absolute;
        top: 18px;
        right: -18px;
        width: 100px;
        text-align: center;
        color: white;
        font-size: 9px;
        font-weight: bold;
        transform: rotate(45deg);
    }
/* /Pages/Asynchronous/UserPOSDropdownAsync.razor.rz.scp.css */
.myapp-dropdown[b-nwxqyjbe27] {
    position: relative;
    display: inline-block;
}

.myapp-dropdown-toggle[b-nwxqyjbe27] {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.myapp-user-avatar-sm[b-nwxqyjbe27] {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f5f6fa;
    box-shadow: 0 2px 6px rgba(44, 62, 80, 0.04);
}

.myapp-dropdown-menu[b-nwxqyjbe27] {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 240px;
    background: #fff;
    color: #000;
    box-shadow: 0 16px 32px rgba(44, 62, 80, 0.10), 0 1.5px 8px rgba(44, 62, 80, 0.04);
    border-radius: 12px;
    z-index: 1000;
    margin-top: 10px;
    padding: 0;
    font-family: 'Inter', Arial, sans-serif;
    border: 1px solid #e5e9f2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.18s, transform 0.18s, top 0.18s, bottom 0.18s;
}

[dir="rtl"] .myapp-dropdown-menu[b-nwxqyjbe27] {
    left: 0;
    right: auto;
}

.myapp-dropdown-menu.show[b-nwxqyjbe27] {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.myapp-dropdown-inner[b-nwxqyjbe27] {
    padding: 0;
}

.myapp-user-card-wrap[b-nwxqyjbe27] {
    padding: 18px 18px 0 18px;
    border-bottom: 1px solid #f5f6fa;
}

.myapp-user-card[b-nwxqyjbe27] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.myapp-user-avatar[b-nwxqyjbe27] {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f5f6fa;
    box-shadow: 0 2px 6px rgba(44, 62, 80, 0.04);
}

.myapp-user-info[b-nwxqyjbe27] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.myapp-lead-text[b-nwxqyjbe27] {
    font-weight: 600;
    font-size: 1.08em;
    color: #364a63;
}

.myapp-sub-text[b-nwxqyjbe27] {
    color: #8094ae;
    font-size: 0.98em;
}

.myapp-link-list[b-nwxqyjbe27] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .myapp-link-list li[b-nwxqyjbe27] {
        border-top: 1px solid #f5f6fa;
    }

        .myapp-link-list li:first-child[b-nwxqyjbe27] {
            border-top: none;
        }

    .myapp-link-list a[b-nwxqyjbe27] {
        display: flex;
        align-items: center;
        padding: 13px 18px;
        color: #364a63;
        text-decoration: none;
        font-size: 1em;
        transition: background 0.18s, color 0.18s;
        border-radius: 8px;
    }

        .myapp-link-list a:hover[b-nwxqyjbe27] {
            background: #f5f6fa;
            color: #6576ff;
        }

.myapp-icon[b-nwxqyjbe27] {
    margin-right: 10px;
    color: #8094ae;
    font-size: 1.18em;
    /* Add your icon font or SVG here */
}

textarealarge[b-nwxqyjbe27] {
    height: 50px;
}


.cash-closing-card[b-nwxqyjbe27] {
    border-radius: 10px;
}

.summary-box[b-nwxqyjbe27] {
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.summary-title[b-nwxqyjbe27] {
    font-size: 14px;
    opacity: .9;
}

.summary-value[b-nwxqyjbe27] {
    font-size: 24px;
    font-weight: bold;
}

.summary-box.sales[b-nwxqyjbe27] {
    background: linear-gradient(45deg,#28a745,#3cc76a);
}

.summary-box.returns[b-nwxqyjbe27] {
    background: linear-gradient(45deg,#dc3545,#ff6b6b);
}

.summary-box.settlement[b-nwxqyjbe27] {
    background: linear-gradient(45deg,#007bff,#3fa2ff);
}
/* /Pages/Synchronous/GetSalePointSync.razor.rz.scp.css */
/* الحاوية الرئيسية */

.pos-layout[b-e3b3yi4e6n] {
    display: flex;
    width: 100%;
    gap: 15px;
    padding: 10px;
    align-items: stretch; /* يجعل الارتفاع متساوي */
}


/* كل قسم */

.section[b-e3b3yi4e6n] {
    flex: 1; /* عرض متساوي */
    display: flex;
}


/* الكارد */

.card[b-e3b3yi4e6n] {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    display: flex;
}


/* المحتوى */

.card-content[b-e3b3yi4e6n] {
    flex: 1;
    padding: 15px;
    overflow: auto;
}


/* منع scroll أفقي */

html[b-e3b3yi4e6n], body[b-e3b3yi4e6n] {
    overflow-x: hidden;
    direction: rtl;
}


/* Responsive */

@media (max-width:1000px) {

    .pos-layout[b-e3b3yi4e6n] {
        flex-direction: column;
    }

    .section[b-e3b3yi4e6n] {
        width: 100%;
    }
}
textarealarge[b-e3b3yi4e6n] {
    height: 50px;
}
/* /Pages/Synchronous/LeftSideSync.razor.rz.scp.css */
.keypad-button[b-6z6s2jkj0d],
.action-button[b-6z6s2jkj0d] {
    width: 100%;
    font-size: 1.2rem;
}

.action-button[b-6z6s2jkj0d] {
    flex: unset;
}


th[b-6z6s2jkj0d] {
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.action-button[b-6z6s2jkj0d] {
    background-color: #00a59e;
    color: white;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
}

.disabled-button[b-6z6s2jkj0d] {
    pointer-events: none;
    opacity: 0.6;
}
/* الحاوية */
.shopping-cart[b-6z6s2jkj0d] {
    position: relative;
    display: inline-block;
}

/* الأيقونة */
.cart-icon[b-6z6s2jkj0d] {
    font-size: 26px;
    color: #00a59e;
    transition: 0.3s ease;
}

/* تأثير Hover */
.cart-link:hover .cart-icon[b-6z6s2jkj0d] {
    color: #00a59e;
    transform: scale(1.1);
}

/* البادج */
.cart-badge[b-6z6s2jkj0d] {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e53935;
    color: #fff;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    animation: pop-b-6z6s2jkj0d 0.25s ease;
}

    /* لو العدد كبير */
    .cart-badge:empty[b-6z6s2jkj0d] {
        display: none;
    }

/* انيميشن */
@keyframes pop-b-6z6s2jkj0d {
    0% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(1);
    }
}
/* /Pages/Synchronous/POSLayoutSync.razor.rz.scp.css */


html[b-6h9muuygf5], body[b-6h9muuygf5] {
    overflow-x: hidden;
    background: #f5f6fa;
}


/* =========================
   APP ROOT
========================= */

.app-root[b-6h9muuygf5] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
}


/* =========================
   HEADER
========================= */

.pos-header[b-6h9muuygf5] {
    width: 100%;
    background: #022964;
    padding: 5px 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}


/* HEADER CONTENT */

.header-row[b-6h9muuygf5] {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
}


/* =========================
   LOGO
========================= */

.logo img[b-6h9muuygf5] {
    width: 150px;
    height: auto;
    display: block;
}


/* =========================
   INFO ITEMS
========================= */

.itempos[b-6h9muuygf5] {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    min-width: 60px;
}

    .itempos label[b-6h9muuygf5] {
        font-size: 14px;
        opacity: .7;
        margin-bottom: 2px;
        width: 100px;
    }

    .itempos span[b-6h9muuygf5] {
        font-weight: 600;
        font-size: 12px;
        width: 100px;
    }


/* =========================
   STAT BOXES
========================= */

.stat[b-6h9muuygf5] {
    background: rgba(255,255,255,0.1);
    padding: 8px 14px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 55px;
    width: 140px;
}

    .stat label[b-6h9muuygf5] {
        font-size: 11px;
        opacity: .8;
        width: 100%;
    }

    .stat span[b-6h9muuygf5] {
        font-weight: bold;
        font-size: 16px;
        width: 100%;
    }




/* =========================
   COLORS
========================= */

.sales[b-6h9muuygf5] {
    border-bottom: 3px solid #00e396;
}

.returns[b-6h9muuygf5] {
    border-bottom: 3px solid #ff4560;
}

.net[b-6h9muuygf5] {
    border-bottom: 3px solid #feb019;
}


/* =========================
   CONTENT
========================= */

.app-content[b-6h9muuygf5] {
    flex: 1;
    padding: 10px;
    width: 100%;
}


/* =========================
   TABLES
========================= */

table[b-6h9muuygf5] {
    width: 100%;
    border-collapse: collapse;
}


/* =========================
   HEADER
========================= */

.pos-header[b-6h9muuygf5] {
    width: 100%;
    background: #022964;
    padding: 8px 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.header-row[b-6h9muuygf5] {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

/* LOGO */
.logo img[b-6h9muuygf5] {
    width: 140px;
    display: block;
}

/* INFO ITEMS */
.itempos[b-6h9muuygf5] {
    display: flex;
    flex-direction: column;
    min-width: 95px;
}

    .itempos label[b-6h9muuygf5] {
        font-size: 12px;
        opacity: .7;
        margin-bottom: 2px;
    }

    .itempos span[b-6h9muuygf5] {
        font-size: 13px;
        font-weight: 600;
    }

/* STAT */
.stat[b-6h9muuygf5] {
    background: rgba(255,255,255,.08);
    padding: 10px;
    border-radius: 10px;
    min-width: 140px;
}

    .stat label[b-6h9muuygf5] {
        font-size: 11px;
        opacity: .8;
    }

    .stat span[b-6h9muuygf5] {
        font-size: 16px;
        font-weight: bold;
    }

/* COLORS */
.sales[b-6h9muuygf5] {
    border-bottom: 3px solid #00e396;
}

.returns[b-6h9muuygf5] {
    border-bottom: 3px solid #ff4560;
}

.net[b-6h9muuygf5] {
    border-bottom: 3px solid #feb019;
}


/* =========================
   TABLET
========================= */
@media (max-width: 1200px) {
    .header-row[b-6h9muuygf5] {
        flex-wrap: wrap;
        justify-content: center;
    }
}


/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {

    .header-row[b-6h9muuygf5] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        align-items: stretch;
    }

    .logo[b-6h9muuygf5] {
        grid-column: span 2;
        text-align: center;
    }

        .logo img[b-6h9muuygf5] {
            width: 110px;
            margin: auto;
        }

    .stat[b-6h9muuygf5] {
        min-width: unset;
        width: 100%;
    }

    .itempos[b-6h9muuygf5] {
        min-width: unset;
        width: 100%;
        background: rgba(255,255,255,.05);
        padding: 8px;
        border-radius: 8px;
    }

        .itempos label[b-6h9muuygf5] {
            font-size: 11px;
        }

        .itempos span[b-6h9muuygf5] {
            font-size: 12px;
        }

    .itempos[b-6h9muuygf5],
    .stat[b-6h9muuygf5] {
        text-align: center;
    }
}


/* EXTRA SMALL */
@media (max-width: 480px) {
    .header-row[b-6h9muuygf5] {
        grid-template-columns: 1fr;
    }

    .logo[b-6h9muuygf5] {
        grid-column: span 1;
    }
}

textarealarge[b-6h9muuygf5] {
    height: 50px;
}


.cash-closing-card[b-6h9muuygf5] {
    border-radius: 10px;
}

.summary-box[b-6h9muuygf5] {
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.summary-title[b-6h9muuygf5] {
    font-size: 14px;
    opacity: .9;
}

.summary-value[b-6h9muuygf5] {
    font-size: 24px;
    font-weight: bold;
}

.summary-box.sales[b-6h9muuygf5] {
    background: linear-gradient(45deg,#28a745,#3cc76a);
}

.summary-box.returns[b-6h9muuygf5] {
    background: linear-gradient(45deg,#dc3545,#ff6b6b);
}

.summary-box.settlement[b-6h9muuygf5] {
    background: linear-gradient(45deg,#007bff,#3fa2ff);
}
/* /Pages/Synchronous/RightSideSync.razor.rz.scp.css */
.input-field[b-nw2eswx9ud] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    box-sizing: border-box;
}

.category-wrapper[b-nw2eswx9ud] {
    position: relative;
    width: 96%;
    max-width: 800px;
}

.category-scroll[b-nw2eswx9ud] {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: 0 60px;

}

    .category-scroll[b-nw2eswx9ud]::-webkit-scrollbar {
        display: none;
    }

.nav-tabs[b-nw2eswx9ud] {
    flex-wrap: nowrap !important;
}

.nav-item[b-nw2eswx9ud] {
    flex-shrink: 0;
    margin: 0 6px;
}

/* صورة الكاتيجوري */
.cat-img[b-nw2eswx9ud] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    margin-inline-end: 6px;
}

/* الأسهم */
.scroll-arrow[b-nw2eswx9ud] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55px;
    border: none;
    background: linear-gradient(to right, white 60%, transparent);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

    .scroll-arrow.left[b-nw2eswx9ud] {
        left: 0;
    }

    .scroll-arrow.right[b-nw2eswx9ud] {
        right: 0;
        background: linear-gradient(to left, white 60%, transparent);
    }

    .scroll-arrow i[b-nw2eswx9ud] {
        font-size: 22px;
    }
.product-card[b-nw2eswx9ud] {
    position: relative;
    border-radius: 10px;
    overflow: visible;
}

.image-wrapper[b-nw2eswx9ud] {
    position: relative;
}

.corner-triangle[b-nw2eswx9ud] {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    z-index: 10;
}

    .corner-triangle[b-nw2eswx9ud]::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-top: 70px solid #009688;
        border-left: 70px solid transparent;
    }

    .corner-triangle.out[b-nw2eswx9ud]::before {
        border-top: 70px solid #b91c1c;
    }

    .corner-triangle span[b-nw2eswx9ud] {
        position: absolute;
        top: 18px;
        right: -18px;
        width: 100px;
        text-align: center;
        color: white;
        font-size: 9px;
        font-weight: bold;
        transform: rotate(45deg);
    }
/* /Pages/Synchronous/UserPOSDropdownSync.razor.rz.scp.css */
.myapp-dropdown[b-3sl4pr1v0v] {
    position: relative;
    display: inline-block;
}

.myapp-dropdown-toggle[b-3sl4pr1v0v] {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.myapp-user-avatar-sm[b-3sl4pr1v0v] {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f5f6fa;
    box-shadow: 0 2px 6px rgba(44, 62, 80, 0.04);
}

.myapp-dropdown-menu[b-3sl4pr1v0v] {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 240px;
    background: #fff;
    color: #000;
    box-shadow: 0 16px 32px rgba(44, 62, 80, 0.10), 0 1.5px 8px rgba(44, 62, 80, 0.04);
    border-radius: 12px;
    z-index: 1000;
    margin-top: 10px;
    padding: 0;
    font-family: 'Inter', Arial, sans-serif;
    border: 1px solid #e5e9f2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.18s, transform 0.18s, top 0.18s, bottom 0.18s;
}

[dir="rtl"] .myapp-dropdown-menu[b-3sl4pr1v0v] {
    left: 0;
    right: auto;
}

.myapp-dropdown-menu.show[b-3sl4pr1v0v] {
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.myapp-dropdown-inner[b-3sl4pr1v0v] {
    padding: 0;
}

.myapp-user-card-wrap[b-3sl4pr1v0v] {
    padding: 18px 18px 0 18px;
    border-bottom: 1px solid #f5f6fa;
}

.myapp-user-card[b-3sl4pr1v0v] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.myapp-user-avatar[b-3sl4pr1v0v] {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f5f6fa;
    box-shadow: 0 2px 6px rgba(44, 62, 80, 0.04);
}

.myapp-user-info[b-3sl4pr1v0v] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.myapp-lead-text[b-3sl4pr1v0v] {
    font-weight: 600;
    font-size: 1.08em;
    color: #364a63;
}

.myapp-sub-text[b-3sl4pr1v0v] {
    color: #8094ae;
    font-size: 0.98em;
}

.myapp-link-list[b-3sl4pr1v0v] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .myapp-link-list li[b-3sl4pr1v0v] {
        border-top: 1px solid #f5f6fa;
    }

        .myapp-link-list li:first-child[b-3sl4pr1v0v] {
            border-top: none;
        }

    .myapp-link-list a[b-3sl4pr1v0v] {
        display: flex;
        align-items: center;
        padding: 13px 18px;
        color: #364a63;
        text-decoration: none;
        font-size: 1em;
        transition: background 0.18s, color 0.18s;
        border-radius: 8px;
    }

        .myapp-link-list a:hover[b-3sl4pr1v0v] {
            background: #f5f6fa;
            color: #6576ff;
        }

.myapp-icon[b-3sl4pr1v0v] {
    margin-right: 10px;
    color: #8094ae;
    font-size: 1.18em;
    /* Add your icon font or SVG here */
}

textarealarge[b-3sl4pr1v0v] {
    height: 50px;
}


.cash-closing-card[b-3sl4pr1v0v] {
    border-radius: 10px;
}

.summary-box[b-3sl4pr1v0v] {
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.summary-title[b-3sl4pr1v0v] {
    font-size: 14px;
    opacity: .9;
}

.summary-value[b-3sl4pr1v0v] {
    font-size: 24px;
    font-weight: bold;
}

.summary-box.sales[b-3sl4pr1v0v] {
    background: linear-gradient(45deg,#28a745,#3cc76a);
}

.summary-box.returns[b-3sl4pr1v0v] {
    background: linear-gradient(45deg,#dc3545,#ff6b6b);
}

.summary-box.settlement[b-3sl4pr1v0v] {
    background: linear-gradient(45deg,#007bff,#3fa2ff);
}
/* /POSDynamicGrid.razor.rz.scp.css */
