/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* /Components/Pages/CallCenter/CallCenterBranchesPage.razor.rz.scp.css */
/* =================================================
   Call Center Branches Page Styles
   Modern, Professional, and Responsive Design
   ================================================= */

.callcenter-branches-container[b-2ln90k4qee] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* =================================================
   Header Section
   ================================================= */
.branches-header[b-2ln90k4qee] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 2rem 2rem 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #667eea;
}

.header-content[b-2ln90k4qee] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.header-info[b-2ln90k4qee] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.header-icon[b-2ln90k4qee] {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.header-text h2[b-2ln90k4qee] {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d3748;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle[b-2ln90k4qee] {
    margin: 0.5rem 0 0 0;
    color: #718096;
    font-size: 1.1rem;
    font-weight: 400;
}

.header-stats[b-2ln90k4qee] {
    display: flex;
    gap: 2rem;
}

.stat-card[b-2ln90k4qee] {
    background: white;
    padding: 1.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    min-width: 160px;
}

.stat-card:hover[b-2ln90k4qee] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #667eea;
}

.stat-icon[b-2ln90k4qee] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.stat-icon.active[b-2ln90k4qee] {
    background: linear-gradient(135deg, #48bb78, #38a169);
}

.stat-info[b-2ln90k4qee] {
    display: flex;
    flex-direction: column;
}

.stat-number[b-2ln90k4qee] {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
}

.stat-label[b-2ln90k4qee] {
    font-size: 0.9rem;
    color: #718096;
    font-weight: 500;
    margin-top: 0.25rem;
}

/* =================================================
   Filters Section
   ================================================= */
.branches-filters[b-2ln90k4qee] {
    padding: 0 2rem;
    margin-bottom: 2rem;
}

.filters-container[b-2ln90k4qee] {
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.search-section[b-2ln90k4qee] {
    flex: 1;
    max-width: 500px;
}

.search-box[b-2ln90k4qee] {
    position: relative;
    width: 100%;
}

.search-input[b-2ln90k4qee] {
    width: 100%;
    padding: 1rem 1rem 1rem 3.5rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
    background: white;
}

.search-input:focus[b-2ln90k4qee] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.search-icon[b-2ln90k4qee] {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: #718096;
    font-size: 1.1rem;
}

.clear-search[b-2ln90k4qee] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #718096;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.clear-search:hover[b-2ln90k4qee] {
    background: #f7fafc;
    color: #2d3748;
}

.filter-section[b-2ln90k4qee] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.filter-group[b-2ln90k4qee] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.filter-label[b-2ln90k4qee] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #4a5568;
    margin: 0;
}

.filter-select[b-2ln90k4qee] {
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s ease;
    background: white;
    cursor: pointer;
    min-width: 140px;
}

.filter-select:focus[b-2ln90k4qee] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.refresh-btn[b-2ln90k4qee] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.refresh-btn:hover[b-2ln90k4qee] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

/* =================================================
   Content Section
   ================================================= */
.branches-content[b-2ln90k4qee] {
    padding: 0 2rem 2rem;
}

.loading-container[b-2ln90k4qee] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    max-width: 400px;
    margin: 2rem auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.loading-spinner[b-2ln90k4qee] {
    margin-bottom: 1.5rem;
}

.spinner[b-2ln90k4qee] {
    width: 60px;
    height: 60px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-2ln90k4qee 1s linear infinite;
}

@keyframes spin-b-2ln90k4qee {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-text[b-2ln90k4qee] {
    color: #718096;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

/* =================================================
   Branches Grid
   ================================================= */
.branches-grid[b-2ln90k4qee] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.branch-card[b-2ln90k4qee] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.branch-card:hover[b-2ln90k4qee] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.branch-card.active[b-2ln90k4qee] {
    border-color: #48bb78;
    background: rgba(255, 255, 255, 0.98);
}

.branch-card.inactive[b-2ln90k4qee] {
    opacity: 0.7;
    background: rgba(248, 250, 252, 0.95);
}

.branch-card-header[b-2ln90k4qee] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.branch-icon[b-2ln90k4qee] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.branch-status[b-2ln90k4qee] {
    position: relative;
}

.status-indicator[b-2ln90k4qee] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #48bb78;
    box-shadow: 0 0 0 3px rgba(72, 187, 120, 0.2);
    animation: pulse-b-2ln90k4qee 2s infinite;
}

.status-indicator.inactive[b-2ln90k4qee] {
    background: #e53e3e;
    box-shadow: 0 0 0 3px rgba(229, 62, 62, 0.2);
}

@keyframes pulse-b-2ln90k4qee {
    0% {
        box-shadow: 0 0 0 0 rgba(72, 187, 120, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(72, 187, 120, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(72, 187, 120, 0);
    }
}

.branch-info[b-2ln90k4qee] {
    margin-bottom: 1.5rem;
}

.branch-name[b-2ln90k4qee] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
}

.branch-company[b-2ln90k4qee] {
    color: #718096;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 1rem 0;
}

.branch-details[b-2ln90k4qee] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.detail-item[b-2ln90k4qee] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #4a5568;
    font-size: 0.9rem;
}

.detail-item i[b-2ln90k4qee] {
    color: #667eea;
    width: 16px;
    text-align: center;
}

.branch-actions[b-2ln90k4qee] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.branch-stats[b-2ln90k4qee] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.stat-item[b-2ln90k4qee] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem;
    background: #f7fafc;
    border-radius: 12px;
    flex: 1;
    transition: all 0.3s ease;
}

.stat-item:hover[b-2ln90k4qee] {
    background: #edf2f7;
    transform: translateY(-2px);
}

.stat-item i[b-2ln90k4qee] {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.stat-value[b-2ln90k4qee] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
}

.stat-text[b-2ln90k4qee] {
    font-size: 0.8rem;
    color: #718096;
    margin-top: 0.25rem;
}

.action-buttons[b-2ln90k4qee] {
    display: flex;
    gap: 0.75rem;
}

.action-btn[b-2ln90k4qee] {
    flex: 1;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.action-btn.primary[b-2ln90k4qee] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.action-btn.primary:hover[b-2ln90k4qee] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.action-btn.secondary[b-2ln90k4qee] {
    background: #edf2f7;
    color: #4a5568;
    border: 2px solid #e2e8f0;
}

.action-btn.secondary:hover[b-2ln90k4qee] {
    background: #e2e8f0;
    border-color: #cbd5e0;
    transform: translateY(-2px);
}

.branch-overlay[b-2ln90k4qee] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(102, 126, 234, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.branch-card:hover .branch-overlay[b-2ln90k4qee] {
    opacity: 1;
}

.overlay-content[b-2ln90k4qee] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    color: white;
    text-align: center;
}

.overlay-content i[b-2ln90k4qee] {
    font-size: 2rem;
}

.overlay-content span[b-2ln90k4qee] {
    font-size: 1.1rem;
    font-weight: 600;
}

/* =================================================
   Empty State
   ================================================= */
.empty-state[b-2ln90k4qee] {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    max-width: 500px;
    margin: 2rem auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.empty-icon[b-2ln90k4qee] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    color: white;
    font-size: 2.5rem;
}

.empty-title[b-2ln90k4qee] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 1rem 0;
}

.empty-description[b-2ln90k4qee] {
    color: #718096;
    font-size: 1.1rem;
    margin: 0 0 2rem 0;
    line-height: 1.6;
}

/* =================================================
   Modal Styles
   ================================================= */
.branch-details-content[b-2ln90k4qee] {
    padding: 1rem 0;
}

.detail-group[b-2ln90k4qee] {
    margin-bottom: 1.5rem;
}

.detail-label[b-2ln90k4qee] {
    font-weight: 600;
    color: #4a5568;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: block;
}

.detail-value[b-2ln90k4qee] {
    color: #2d3748;
    font-size: 1rem;
    margin: 0;
    padding: 0.5rem 0;
}

.branch-statistics[b-2ln90k4qee] {
    border-top: 2px solid #e2e8f0;
    padding-top: 1.5rem;
}

.stat-box[b-2ln90k4qee] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f7fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-box:hover[b-2ln90k4qee] {
    background: #edf2f7;
    transform: translateY(-2px);
}

.stat-box .stat-icon[b-2ln90k4qee] {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    font-size: 1.2rem;
}

.stat-box .stat-data[b-2ln90k4qee] {
    display: flex;
    flex-direction: column;
}

.stat-box .stat-number[b-2ln90k4qee] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
}

.stat-box .stat-label[b-2ln90k4qee] {
    font-size: 0.85rem;
    color: #718096;
    margin-top: 0.25rem;
}

/* =================================================
   Responsive Design
   ================================================= */
@media (max-width: 1200px) {
    .branches-grid[b-2ln90k4qee] {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
    
    .header-content[b-2ln90k4qee] {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }
    
    .header-stats[b-2ln90k4qee] {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .branches-header[b-2ln90k4qee] {
        padding: 1.5rem 1rem;
    }
    
    .branches-filters[b-2ln90k4qee] {
        padding: 0 1rem;
    }
    
    .filters-container[b-2ln90k4qee] {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }
    
    .filter-section[b-2ln90k4qee] {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .branches-content[b-2ln90k4qee] {
        padding: 0 1rem 2rem;
    }
    
    .branches-grid[b-2ln90k4qee] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .header-stats[b-2ln90k4qee] {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .stat-card[b-2ln90k4qee] {
        width: 100%;
        justify-content: center;
    }
    
    .branch-stats[b-2ln90k4qee] {
        flex-wrap: wrap;
    }
    
    .action-buttons[b-2ln90k4qee] {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .header-text h2[b-2ln90k4qee] {
        font-size: 1.8rem;
    }
    
    .subtitle[b-2ln90k4qee] {
        font-size: 1rem;
    }
    
    .branch-card[b-2ln90k4qee] {
        padding: 1rem;
    }
    
    .branch-name[b-2ln90k4qee] {
        font-size: 1.2rem;
    }
}

/* =================================================
   Utility Classes
   ================================================= */
.text-primary[b-2ln90k4qee] { color: #667eea !important; }
.text-success[b-2ln90k4qee] { color: #48bb78 !important; }
.text-info[b-2ln90k4qee] { color: #4299e1 !important; }
.text-warning[b-2ln90k4qee] { color: #ed8936 !important; }

.bg-primary[b-2ln90k4qee] { background-color: #667eea !important; }
.bg-success[b-2ln90k4qee] { background-color: #48bb78 !important; }
.bg-info[b-2ln90k4qee] { background-color: #4299e1 !important; }
.bg-warning[b-2ln90k4qee] { background-color: #ed8936 !important; }

/* =================================================
   Animation Classes
   ================================================= */
.fade-in[b-2ln90k4qee] {
    animation: fadeIn-b-2ln90k4qee 0.5s ease-in;
}

@keyframes fadeIn-b-2ln90k4qee {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.scale-in[b-2ln90k4qee] {
    animation: scaleIn-b-2ln90k4qee 0.3s ease-out;
}

@keyframes scaleIn-b-2ln90k4qee {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
/* /Components/Pages/CallCenter/CallCenterPOS.razor.rz.scp.css */
/* =================================================
   Call Center POS Styles
   Modern, Professional Design with Enhanced UX
   ================================================= */

.callcenter-pos-container[b-484c5mvfw0] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* =================================================
   Header Styles
   ================================================= */
.pos-header[b-484c5mvfw0] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #667eea;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left[b-484c5mvfw0] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.back-btn[b-484c5mvfw0] {
    background: linear-gradient(135deg, #6c757d, #495057);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    text-decoration: none;
}

.back-btn:hover[b-484c5mvfw0] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(108, 117, 125, 0.3);
    background: linear-gradient(135deg, #495057, #343a40);
}

.branch-info[b-484c5mvfw0] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.branch-icon[b-484c5mvfw0] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.branch-details[b-484c5mvfw0] {
    display: flex;
    flex-direction: column;
}

.branch-name[b-484c5mvfw0] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    line-height: 1.2;
}

.branch-subtitle[b-484c5mvfw0] {
    color: #718096;
    font-size: 0.9rem;
    margin: 0.25rem 0 0 0;
}

.header-right[b-484c5mvfw0] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.session-info[b-484c5mvfw0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: right;
}

.session-time[b-484c5mvfw0], .agent-info[b-484c5mvfw0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4a5568;
    font-size: 0.9rem;
}

.session-time i[b-484c5mvfw0], .agent-info i[b-484c5mvfw0] {
    color: #667eea;
}

.new-order-btn[b-484c5mvfw0] {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
}

.new-order-btn:hover:not(:disabled)[b-484c5mvfw0] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(72, 187, 120, 0.3);
}

.new-order-btn:disabled[b-484c5mvfw0] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* =================================================
   Main Content Layout
   ================================================= */
.pos-main-content[b-484c5mvfw0] {
    display: grid;
    /* نعرض عمودين: التصنيفات والمنتجات، ونترك الشريط الجانبي ثابتاً على اليمين */
    grid-template-columns: 280px 1fr;
    height: calc(100vh - 120px);
    gap: 0;
    /* نحجز مساحة للشريط الجانبي على يمين الصفحة */
    margin-right: 380px;
}

/* =================================================
   Categories Sidebar
   ================================================= */
.categories-sidebar[b-484c5mvfw0] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
}

.sidebar-header[b-484c5mvfw0] {
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.sidebar-header h4[b-484c5mvfw0] {
    margin: 0 0 1rem 0;
    color: #2d3748;
    font-weight: 700;
    font-size: 1.2rem;
}

.search-categories input[b-484c5mvfw0] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.9rem;
    outline: none;
    transition: all 0.3s ease;
}

.search-categories input:focus[b-484c5mvfw0] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.categories-list[b-484c5mvfw0] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
}

.category-item[b-484c5mvfw0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    border: 2px solid transparent;
}

.category-item:hover[b-484c5mvfw0] {
    background: #f7fafc;
    transform: translateX(5px);
}

.category-item.active[b-484c5mvfw0] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.category-icon[b-484c5mvfw0] {
    width: 35px;
    height: 35px;
    background: rgba(102, 126, 234, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 1rem;
}

.category-item.active .category-icon[b-484c5mvfw0] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.category-count[b-484c5mvfw0] {
    margin-left: auto;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.category-item.active .category-count[b-484c5mvfw0] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

/* =================================================
   Products Section
   ================================================= */
.products-section[b-484c5mvfw0] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.products-header[b-484c5mvfw0] {
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.products-title h4[b-484c5mvfw0] {
    margin: 0;
    color: #2d3748;
    font-weight: 700;
    font-size: 1.3rem;
}

.products-count[b-484c5mvfw0] {
    color: #718096;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.products-search[b-484c5mvfw0] {
    flex: 1;
    max-width: 400px;
}

.search-box[b-484c5mvfw0] {
    position: relative;
}

.search-box i[b-484c5mvfw0] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #718096;
    font-size: 1rem;
}

.search-box input[b-484c5mvfw0] {
    width: 100%;
    padding: 1rem 1rem 1rem 3rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.search-box input:focus[b-484c5mvfw0] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.products-grid[b-484c5mvfw0] {
    flex: 1;
    padding: 1.5rem;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
    align-content: start;
}

.loading-products[b-484c5mvfw0] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: #718096;
}

.loading-products .spinner-border[b-484c5mvfw0] {
    margin-bottom: 1rem;
}

.product-card[b-484c5mvfw0] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
}

.product-card:hover[b-484c5mvfw0] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.product-image[b-484c5mvfw0] {
    width: 100%;
    height: 140px;
    background: #f7fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-image img[b-484c5mvfw0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image[b-484c5mvfw0] {
    color: #cbd5e0;
    font-size: 2rem;
}

.product-info[b-484c5mvfw0] {
    padding: 1rem;
}

.product-name[b-484c5mvfw0] {
    font-size: 1rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-code[b-484c5mvfw0] {
    color: #718096;
    font-size: 0.8rem;
    margin: 0 0 0.75rem 0;
}

.product-price[b-484c5mvfw0] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
}

.currency[b-484c5mvfw0] {
    color: #718096;
    font-size: 0.9rem;
}

.price[b-484c5mvfw0] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3748;
}

.stock-info[b-484c5mvfw0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
}

.stock-info.available[b-484c5mvfw0] {
    color: #48bb78;
}

.stock-info.unavailable[b-484c5mvfw0] {
    color: #e53e3e;
}

.product-actions[b-484c5mvfw0] {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.add-btn[b-484c5mvfw0] {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
}

.product-card:hover .add-btn[b-484c5mvfw0] {
    opacity: 1;
    transform: scale(1);
}

.add-btn:hover:not(:disabled)[b-484c5mvfw0] {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.add-btn:disabled[b-484c5mvfw0] {
    background: #cbd5e0;
    cursor: not-allowed;
    opacity: 0.5;
}

.no-products[b-484c5mvfw0] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    color: #718096;
    text-align: center;
}

.no-products-icon[b-484c5mvfw0] {
    font-size: 4rem;
    color: #cbd5e0;
    margin-bottom: 1rem;
}

.no-products h5[b-484c5mvfw0] {
    margin: 0 0 0.5rem 0;
    color: #4a5568;
}

.no-products p[b-484c5mvfw0] {
    margin: 0;
    font-size: 0.9rem;
}

/* =================================================
   Cart Section
   ================================================= */
.cart-section[b-484c5mvfw0] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

.cart-header[b-484c5mvfw0] {
    padding: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-header h4[b-484c5mvfw0] {
    margin: 0;
    color: #2d3748;
    font-weight: 700;
    font-size: 1.2rem;
}

.clear-cart-btn[b-484c5mvfw0] {
    background: none;
    border: none;
    color: #e53e3e;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.clear-cart-btn:hover[b-484c5mvfw0] {
    background: rgba(229, 62, 62, 0.1);
}

.cart-items[b-484c5mvfw0] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    max-height: calc(100vh - 400px);
}

.cart-item[b-484c5mvfw0] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f7fafc;
    transition: all 0.3s ease;
}

.cart-item:hover[b-484c5mvfw0] {
    background: #f7fafc;
}

.item-info[b-484c5mvfw0] {
    margin-bottom: 0.75rem;
}

.item-name[b-484c5mvfw0] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
}

.item-code[b-484c5mvfw0] {
    color: #718096;
    font-size: 0.8rem;
    margin: 0 0 0.5rem 0;      
}

.item-price[b-484c5mvfw0] {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.item-quantity[b-484c5mvfw0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.qty-btn[b-484c5mvfw0] {
    width: 32px;
    height: 32px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a5568;
}

.qty-btn:hover[b-484c5mvfw0] {
    background: #edf2f7;
    border-color: #cbd5e0;
}

.qty-btn.minus:hover[b-484c5mvfw0] {
    background: rgba(229, 62, 62, 0.1);
    color: #e53e3e;
    border-color: #e53e3e;
}

.qty-btn.plus:hover[b-484c5mvfw0] {
    background: rgba(72, 187, 120, 0.1);
    color: #48bb78;
    border-color: #48bb78;
}

.qty-value[b-484c5mvfw0] {
    font-weight: 600;
    color: #2d3748;
    min-width: 40px;
    text-align: center;
}

.item-total[b-484c5mvfw0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total[b-484c5mvfw0] {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
}

.remove-item-btn[b-484c5mvfw0] {
    background: none;
    border: none;
    color: #e53e3e;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-left: auto;
}

.remove-item-btn:hover[b-484c5mvfw0] {
    background: rgba(229, 62, 62, 0.1);
}

.empty-cart[b-484c5mvfw0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    color: #718096;
    text-align: center;
}

.empty-cart-icon[b-484c5mvfw0] {
    font-size: 3rem;
    color: #cbd5e0;
    margin-bottom: 1rem;
}

.empty-cart p[b-484c5mvfw0] {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.empty-cart small[b-484c5mvfw0] {
    font-size: 0.8rem;
}

.cart-summary[b-484c5mvfw0] {
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f7fafc;
}

.summary-row[b-484c5mvfw0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
    color: #4a5568;
}

.summary-row.total[b-484c5mvfw0] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    padding-top: 0.75rem;
    border-top: 2px solid #e2e8f0;
    margin-bottom: 0;
}

.amount[b-484c5mvfw0] {
    font-weight: 600;
}

.cart-checkout[b-484c5mvfw0] {
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.checkout-btn[b-484c5mvfw0] {
    width: 100%;
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
}

.checkout-btn:hover:not(:disabled)[b-484c5mvfw0] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(72, 187, 120, 0.3);
}

.checkout-btn:disabled[b-484c5mvfw0] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* =================================================
   Payment Modal Styles
   ================================================= */
.payment-content[b-484c5mvfw0] {
    max-height: 70vh;
    overflow-y: auto;
}

.order-summary[b-484c5mvfw0] {
    background: #f7fafc;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 2rem;
}

.order-summary h6[b-484c5mvfw0] {
    margin: 0 0 1rem 0;
    color: #2d3748;
    font-weight: 700;
}

.summary-details[b-484c5mvfw0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.summary-item[b-484c5mvfw0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4a5568;
}

.summary-item.total[b-484c5mvfw0] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    padding-top: 0.75rem;
    border-top: 2px solid #e2e8f0;
}

.payment-methods h6[b-484c5mvfw0] {
    margin: 0 0 1rem 0;
    color: #2d3748;
    font-weight: 700;
}

.payment-options[b-484c5mvfw0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.payment-option[b-484c5mvfw0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
}

.payment-option:hover[b-484c5mvfw0] {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.payment-option.selected[b-484c5mvfw0] {
    border-color: #667eea;
    background: #f0f8ff;
    transform: translateY(-2px);
}

.payment-icon[b-484c5mvfw0] {
    width: 50px;
    height: 50px;
    background: #f7fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #667eea;
}

.payment-option.selected .payment-icon[b-484c5mvfw0] {
    background: #667eea;
    color: white;
}

.payment-name[b-484c5mvfw0] {
    font-weight: 600;
    color: #2d3748;
    text-align: center;
}

.customer-info h6[b-484c5mvfw0] {
    margin: 0 0 1rem 0;
    color: #2d3748;
    font-weight: 700;
}

.customer-info .form-group[b-484c5mvfw0] {
    margin-bottom: 1rem;
}

.customer-info label[b-484c5mvfw0] {
    display: block;
    margin-bottom: 0.5rem;
    color: #4a5568;
    font-weight: 500;
}

.customer-info input[b-484c5mvfw0] {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.customer-info input:focus[b-484c5mvfw0] {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* =================================================
   Responsive Design
   ================================================= */
@media (max-width: 1200px) {
    .pos-main-content[b-484c5mvfw0] {
        grid-template-columns: 250px 1fr 350px;
    }
    
    .products-grid[b-484c5mvfw0] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media (max-width: 992px) {
    .pos-main-content[b-484c5mvfw0] {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .categories-sidebar[b-484c5mvfw0],
    .cart-section[b-484c5mvfw0] {
        display: none;
    }
    
    .products-section[b-484c5mvfw0] {
        border: none;
    }
    
    .pos-header[b-484c5mvfw0] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .header-left[b-484c5mvfw0],
    .header-right[b-484c5mvfw0] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .pos-header[b-484c5mvfw0] {
        padding: 1rem;
    }
    
    .branch-name[b-484c5mvfw0] {
        font-size: 1.2rem;
    }
    
    .products-header[b-484c5mvfw0] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .products-search[b-484c5mvfw0] {
        max-width: none;
    }
    
    .products-grid[b-484c5mvfw0] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 1rem;
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .pos-header[b-484c5mvfw0] {
        padding: 0.75rem;
    }
    
    .header-left[b-484c5mvfw0] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .branch-info[b-484c5mvfw0] {
        flex-direction: column;
        text-align: center;
    }
    
    .products-grid[b-484c5mvfw0] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
    
    .product-card[b-484c5mvfw0] {
        border-radius: 12px;
    }
    
    .product-image[b-484c5mvfw0] {
        height: 120px;
    }
}

/* =================================================
   Print Styles
   ================================================= */
@media print {
    .pos-header[b-484c5mvfw0],
    .categories-sidebar[b-484c5mvfw0],
    .product-actions[b-484c5mvfw0],
    .cart-checkout[b-484c5mvfw0] {
        display: none !important;
    }
    
    .pos-main-content[b-484c5mvfw0] {
        grid-template-columns: 1fr;
    }
    
    .products-section[b-484c5mvfw0] {
        border: none;
    }
}

/* =================================================
   Animation Classes
   ================================================= */
.fade-in[b-484c5mvfw0] {
    animation: fadeIn-b-484c5mvfw0 0.5s ease-in;
}

@keyframes fadeIn-b-484c5mvfw0 {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.slide-in[b-484c5mvfw0] {
    animation: slideIn-b-484c5mvfw0 0.3s ease-out;
}

@keyframes slideIn-b-484c5mvfw0 {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
}

.bounce-in[b-484c5mvfw0] {
    animation: bounceIn-b-484c5mvfw0 0.6s ease;
}

@keyframes bounceIn-b-484c5mvfw0 {
    0% { transform: scale(0.3); opacity: 0; }
    50% { transform: scale(1.05); }
    70% { transform: scale(0.9); }
    100% { transform: scale(1); opacity: 1; }
}

/* =================================================
   Loading Animations
   ================================================= */
.loading-pulse[b-484c5mvfw0] {
    animation: pulse-b-484c5mvfw0 1.5s ease-in-out infinite;
}

@keyframes pulse-b-484c5mvfw0 {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.loading-shimmer[b-484c5mvfw0] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-484c5mvfw0 1.5s infinite;
}

@keyframes shimmer-b-484c5mvfw0 {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* =================================================
   Utility Classes
   ================================================= */
.text-center[b-484c5mvfw0] { text-align: center; }
.text-left[b-484c5mvfw0] { text-align: left; }
.text-right[b-484c5mvfw0] { text-align: right; }

.d-flex[b-484c5mvfw0] { display: flex; }
.d-block[b-484c5mvfw0] { display: block; }
.d-none[b-484c5mvfw0] { display: none; }

.w-100[b-484c5mvfw0] { width: 100%; }
.h-100[b-484c5mvfw0] { height: 100%; }

.m-0[b-484c5mvfw0] { margin: 0; }
.p-0[b-484c5mvfw0] { padding: 0; }

.me-2[b-484c5mvfw0] { margin-right: 0.5rem; }
.ms-2[b-484c5mvfw0] { margin-left: 0.5rem; }
.mb-2[b-484c5mvfw0] { margin-bottom: 0.5rem; }
.mt-2[b-484c5mvfw0] { margin-top: 0.5rem; }
/* الشريط الجانبي (العميل + السلة + الدفع) ليظهر بجانب المنتجات */
.pos-order-sidebar[b-484c5mvfw0] {
    position: fixed;
    top: var(--pos-header-height, 80px);
    right: 0;
    width: 380px;
    height: calc(100vh - var(--pos-header-height, 80px));
    overflow-y: auto;
    background: #fff;
    border-left: 1px solid #e2e8f0;
    box-shadow: -8px 0 24px rgba(0,0,0,0.06);
    padding: 12px;
    z-index: 1000;
}

/* تحسين أقسام الشريط الجانبي */
.pos-order-sidebar .customer-section[b-484c5mvfw0],
.pos-order-sidebar .order-section[b-484c5mvfw0],
.pos-order-sidebar .payment-section[b-484c5mvfw0] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #e9ecef;
}

/* دعم الأجهزة الصغيرة: نجعل الشريط الجانبي تحت المنتجات */
@media (max-width: 992px) {
    .pos-main-content[b-484c5mvfw0] {
        grid-template-columns: 1fr; /* إخفاء عمود التصنيفات في الشاشات الصغيرة إذا لزم */
        margin-right: 0;
    }
    .pos-categories-sidebar[b-484c5mvfw0] {
        display: none;
    }
    .pos-order-sidebar[b-484c5mvfw0] {
        position: static;
        width: 100%;
        height: auto;
        box-shadow: none;
        border-left: none;
        margin-top: 12px;
    }
}

/* تحسين عرض متوسط: تقليل عرض الشريط الجانبي */
@media (max-width: 1200px) {
    .pos-order-sidebar[b-484c5mvfw0] {
        width: 320px;
    }
    .pos-main-content[b-484c5mvfw0] {
        margin-right: 320px;
    }
}
/* /Components/Pages/POSPage/Pos3List.razor.rz.scp.css */
/* Force hide sidebar for POS */
[b-zpy0p3yd9f] .main-wrapper.pos-three .sidebar {
    display: none !important;
}

[b-zpy0p3yd9f] .main-wrapper.pos-three .page-wrapper {
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
}

.pos-container[b-zpy0p3yd9f] {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    width: 100%;
    height: calc(100vh - 65px);
}

/* RTL Support */
[dir="rtl"] .pos-container[b-zpy0p3yd9f] {
    direction: rtl;
}

[dir="rtl"] .pos-order-section[b-zpy0p3yd9f] {
    border-left: none;
    border-right: 1px solid #ddd;
}

[dir="rtl"] .order-item[b-zpy0p3yd9f] {
    direction: rtl;
}

[dir="rtl"] .item-price[b-zpy0p3yd9f] {
    text-align: left;
    padding-left: 8px;
    padding-right: 0;
}

[dir="rtl"] .product-card .card-body[b-zpy0p3yd9f] {
    text-align: right;
}

/* Main Content */
.pos-main-content[b-zpy0p3yd9f] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* Products Section (70% width) */
.pos-products-section[b-zpy0p3yd9f] {
    flex: 7;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
}

/* Search and Filters */
.pos-search-filters[b-zpy0p3yd9f] {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Products Grid */
.pos-products-grid[b-zpy0p3yd9f] {
    flex: 1;
    overflow-y: auto;
    background-color: #f9f9f9;
}

.product-card[b-zpy0p3yd9f] {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .product-card:hover[b-zpy0p3yd9f] {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

.product-image[b-zpy0p3yd9f] {
    height: 96px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

    .product-image img[b-zpy0p3yd9f] {
        max-height: 100%;
        width: auto;
        object-fit: contain;
    }

.out-of-stock[b-zpy0p3yd9f], .low-stock[b-zpy0p3yd9f] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
}

.out-of-stock[b-zpy0p3yd9f] {
    background-color: rgba(220, 53, 69, 0.9);
    color: white;
}

.low-stock[b-zpy0p3yd9f] {
    background-color: rgba(255, 193, 7, 0.9);
    color: #000;
}

.product-info[b-zpy0p3yd9f] {
    padding: 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-name[b-zpy0p3yd9f] {
    font-size: 12px !important;
    margin-bottom: 4px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price[b-zpy0p3yd9f] {
    font-weight: bold;
    color: #0d6efd;
    font-size: 13px;
}

.product-stock[b-zpy0p3yd9f] {
    font-size: 11px;
}

/* Order Section (30% width) */
.pos-order-section[b-zpy0p3yd9f] {
    flex: 3;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    background-color: #fff;
    border-left: 1px solid #ddd;
}

/* Order Header */
.order-header[b-zpy0p3yd9f] {
    background-color: #0d6efd;
    color: white;
}

    .order-header h6[b-zpy0p3yd9f] {
        font-size: 14px;
    }

    .order-header small[b-zpy0p3yd9f] {
        font-size: 11px;
    }

/* Order Items */
.order-items[b-zpy0p3yd9f] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
}

.order-items-container[b-zpy0p3yd9f] {
    max-height: 250px; /* Shows about 5-6 items */
    overflow-y: auto;
}

.order-items-list[b-zpy0p3yd9f] {
    padding: 0;
}

.order-item[b-zpy0p3yd9f] {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 2px;
    border-radius: 3px;
}

.item-info[b-zpy0p3yd9f] {
    flex: 2;
    min-width: 0;
}

    .item-info h6[b-zpy0p3yd9f] {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item-info small[b-zpy0p3yd9f] {
        font-size: 11px;
    }

.item-qty[b-zpy0p3yd9f] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .item-qty input[b-zpy0p3yd9f] {
        width: 40px;
        text-align: center;
        font-size: 12px;
        padding: 2px;
    }

    .item-qty button[b-zpy0p3yd9f] {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.item-price[b-zpy0p3yd9f] {
    flex: 1;
    text-align: right;
    font-size: 13px;
    padding-right: 8px;
}

.item-actions[b-zpy0p3yd9f] {
    width: 24px;
}

    .item-actions button[b-zpy0p3yd9f] {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Empty States */
.empty-cart[b-zpy0p3yd9f], .no-customer-selected[b-zpy0p3yd9f] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}

    .empty-cart i[b-zpy0p3yd9f], .no-customer-selected i[b-zpy0p3yd9f] {
        color: #ddd;
    }

    .empty-cart h6[b-zpy0p3yd9f], .no-customer-selected h6[b-zpy0p3yd9f] {
        font-size: 14px;
    }

    .empty-cart p[b-zpy0p3yd9f], .no-customer-selected p[b-zpy0p3yd9f] {
        font-size: 12px;
    }

/* Order Summary */
.order-summary[b-zpy0p3yd9f] {
    background-color: #fff;
}

.summary-row[b-zpy0p3yd9f] {
    font-size: 13px;
}

    .summary-row.total[b-zpy0p3yd9f] {
        font-size: 14px;
    }

/* Payment Methods */
.payment-methods[b-zpy0p3yd9f] {
    background-color: #fff;
}

    .payment-methods h6[b-zpy0p3yd9f] {
        font-size: 13px;
    }

.methods-grid[b-zpy0p3yd9f] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.method-btn[b-zpy0p3yd9f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 12px;
}

    .method-btn:hover[b-zpy0p3yd9f] {
        background-color: #e9ecef;
    }

    .method-btn.active[b-zpy0p3yd9f] {
        background-color: #e7f1ff;
        border-color: #86b7fe;
        color: #0d6efd;
    }

    .method-btn i[b-zpy0p3yd9f] {
        font-size: 16px;
        margin-bottom: 3px;
    }

/* Action Buttons */
.action-buttons[b-zpy0p3yd9f] {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
}

/* Custom scrollbar */
.order-items-container[b-zpy0p3yd9f]::-webkit-scrollbar {
    width: 5px;
}

.order-items-container[b-zpy0p3yd9f]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.order-items-container[b-zpy0p3yd9f]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .order-items-container[b-zpy0p3yd9f]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Receipt Modal */
.receipt-content[b-zpy0p3yd9f] {
    font-family: 'Courier New', monospace;
    font-size: 13px;
}

.receipt-logo[b-zpy0p3yd9f] {
    max-height: 50px;
    max-width: 180px;
}

/* Responsive */
@media (max-width: 992px) {
    .pos-main-content[b-zpy0p3yd9f] {
        flex-direction: column;
    }

    .pos-order-section[b-zpy0p3yd9f] {
        max-width: 100%;
        border-left: none;
        border-top: 1px solid #ddd;
    }
}
/* /Components/Pages/POSPage/PosList.razor.rz.scp.css */
.pos-container[b-a12v9pk4es] {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}

/* Main Content */
.pos-main-content[b-a12v9pk4es] {
    display: flex;
    flex: 1;
    overflow: hidden;
}
    .pos-categories-sidebar[b-a12v9pk4es] {
        width: 200px;
        background-color: white;
        border-right: 1px solid #dee2e6;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
    }

    .categories-header[b-a12v9pk4es] {
        padding: 1rem;
        border-bottom: 1px solid #dee2e6;
    }

    .categories-list[b-a12v9pk4es] {
        padding: 0.5rem;
    }

    .category-item[b-a12v9pk4es] {
        display: flex;
        align-items: center;
        padding: 0.75rem;
        margin-bottom: 0.25rem;
        border-radius: 0.375rem;
        cursor: pointer;
        transition: all 0.2s;
    }

    .category-item:hover[b-a12v9pk4es] {
        background-color: #f8f9fa;
    }

    .category-item.active[b-a12v9pk4es] {
        background-color: #e9ecef;
        color: var(--bs-primary);
    }

    .category-item i[b-a12v9pk4es] {
        margin-right: 0.75rem;
        width: 20px;
        text-align: center;
    }

/* Products Section (70% width) */
.pos-products-section[b-a12v9pk4es] {
    flex: 7;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
}

/* Search and Filters */
.pos-search-filters[b-a12v9pk4es] {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Products Grid */
.pos-products-grid[b-a12v9pk4es] {
    flex: 1;
    overflow-y: auto;
    background-color: #f9f9f9;
}

.product-card[b-a12v9pk4es] {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .product-card:hover[b-a12v9pk4es] {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

.product-image[b-a12v9pk4es] {
    height: 96px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

    .product-image img[b-a12v9pk4es] {
        max-height: 100%;
        width: auto;
        object-fit: contain;
    }

.out-of-stock[b-a12v9pk4es], .low-stock[b-a12v9pk4es] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
}

.out-of-stock[b-a12v9pk4es] {
    background-color: rgba(220, 53, 69, 0.9);
    color: white;
}

.low-stock[b-a12v9pk4es] {
    background-color: rgba(255, 193, 7, 0.9);
    color: #000;
}

.product-info[b-a12v9pk4es] {
    padding: 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-name[b-a12v9pk4es] {
    font-size: 12px !important;
    margin-bottom: 4px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price[b-a12v9pk4es] {
    font-weight: bold;
    color: #0d6efd;
    font-size: 13px;
}

.product-stock[b-a12v9pk4es] {
    font-size: 11px;
}

/* Order Section (30% width) */
.pos-order-section[b-a12v9pk4es] {
    flex: 3;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    background-color: #fff;
    border-left: 1px solid #ddd;
}

/* Order Header */
.order-header[b-a12v9pk4es] {
    background-color: #0d6efd;
    color: white;
}

    .order-header h6[b-a12v9pk4es] {
        font-size: 14px;
    }

    .order-header small[b-a12v9pk4es] {
        font-size: 11px;
    }

/* Order Items */
.order-items[b-a12v9pk4es] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
}

.order-items-container[b-a12v9pk4es] {
    max-height: 250px; /* Shows about 5-6 items */
    overflow-y: auto;
}

.order-items-list[b-a12v9pk4es] {
    padding: 0;
}

.order-item[b-a12v9pk4es] {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 2px;
    border-radius: 3px;
}

.item-info[b-a12v9pk4es] {
    flex: 2;
    min-width: 0;
}

    .item-info h6[b-a12v9pk4es] {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item-info small[b-a12v9pk4es] {
        font-size: 11px;
    }

.item-qty[b-a12v9pk4es] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .item-qty input[b-a12v9pk4es] {
        width: 40px;
        text-align: center;
        font-size: 12px;
        padding: 2px;
    }

    .item-qty button[b-a12v9pk4es] {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.item-price[b-a12v9pk4es] {
    flex: 1;
    text-align: right;
    font-size: 13px;
    padding-right: 8px;
}

.item-actions[b-a12v9pk4es] {
    width: 24px;
}

    .item-actions button[b-a12v9pk4es] {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Empty States */
.empty-cart[b-a12v9pk4es], .no-customer-selected[b-a12v9pk4es] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}

    .empty-cart i[b-a12v9pk4es], .no-customer-selected i[b-a12v9pk4es] {
        color: #ddd;
    }

    .empty-cart h6[b-a12v9pk4es], .no-customer-selected h6[b-a12v9pk4es] {
        font-size: 14px;
    }

    .empty-cart p[b-a12v9pk4es], .no-customer-selected p[b-a12v9pk4es] {
        font-size: 12px;
    }

/* Order Summary */
.order-summary[b-a12v9pk4es] {
    background-color: #fff;
}

.summary-row[b-a12v9pk4es] {
    font-size: 13px;
}

    .summary-row.total[b-a12v9pk4es] {
        font-size: 14px;
    }

/* Payment Methods */
.payment-methods[b-a12v9pk4es] {
    background-color: #fff;
}

    .payment-methods h6[b-a12v9pk4es] {
        font-size: 13px;
    }

.methods-grid[b-a12v9pk4es] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.method-btn[b-a12v9pk4es] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 12px;
}

    .method-btn:hover[b-a12v9pk4es] {
        background-color: #e9ecef;
    }

    .method-btn.active[b-a12v9pk4es] {
        background-color: #e7f1ff;
        border-color: #86b7fe;
        color: #0d6efd;
    }

    .method-btn i[b-a12v9pk4es] {
        font-size: 16px;
        margin-bottom: 3px;
    }

/* Action Buttons */
.action-buttons[b-a12v9pk4es] {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
}

/* Custom scrollbar */
.order-items-container[b-a12v9pk4es]::-webkit-scrollbar {
    width: 5px;
}

.order-items-container[b-a12v9pk4es]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.order-items-container[b-a12v9pk4es]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .order-items-container[b-a12v9pk4es]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Receipt Modal */
.receipt-content[b-a12v9pk4es] {
    font-family: 'Courier New', monospace;
    font-size: 13px;
}

.receipt-logo[b-a12v9pk4es] {
    max-height: 50px;
    max-width: 180px;
}

/* Responsive */
@media (max-width: 992px) {
    .pos-main-content[b-a12v9pk4es] {
        flex-direction: column;
    }

    .pos-order-section[b-a12v9pk4es] {
        max-width: 100%;
        border-left: none;
        border-top: 1px solid #ddd;
    }
}
/* /Components/Pages/POSPage/PosList2.razor.rz.scp.css */
.pos-container[b-fc9puygjls] {
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
}

/* Main Content */
.pos-main-content[b-fc9puygjls] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

/* Products Section (70% width) */
.pos-products-section[b-fc9puygjls] {
    flex: 7;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
}

/* Search and Filters */
.pos-search-filters[b-fc9puygjls] {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Products Grid */
.pos-products-grid[b-fc9puygjls] {
    flex: 1;
    overflow-y: auto;
    background-color: #f9f9f9;
}

.product-card[b-fc9puygjls] {
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .product-card:hover[b-fc9puygjls] {
        transform: translateY(-5px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

.product-image[b-fc9puygjls] {
    height: 96px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
}

    .product-image img[b-fc9puygjls] {
        max-height: 100%;
        width: auto;
        object-fit: contain;
    }

.out-of-stock[b-fc9puygjls], .low-stock[b-fc9puygjls] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
}

.out-of-stock[b-fc9puygjls] {
    background-color: rgba(220, 53, 69, 0.9);
    color: white;
}

.low-stock[b-fc9puygjls] {
    background-color: rgba(255, 193, 7, 0.9);
    color: #000;
}

.product-info[b-fc9puygjls] {
    padding: 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-name[b-fc9puygjls] {
    font-size: 12px !important;
    margin-bottom: 4px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price[b-fc9puygjls] {
    font-weight: bold;
    color: #0d6efd;
    font-size: 13px;
}

.product-stock[b-fc9puygjls] {
    font-size: 11px;
}

/* Order Section (30% width) */
.pos-order-section[b-fc9puygjls] {
    flex: 3;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    background-color: #fff;
    border-left: 1px solid #ddd;
}

/* Order Header */
.order-header[b-fc9puygjls] {
    background-color: #0d6efd;
    color: white;
}

    .order-header h6[b-fc9puygjls] {
        font-size: 14px;
    }

    .order-header small[b-fc9puygjls] {
        font-size: 11px;
    }

/* Order Items */
.order-items[b-fc9puygjls] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
}

.order-items-container[b-fc9puygjls] {
    max-height: 250px; /* Shows about 5-6 items */
    overflow-y: auto;
}

.order-items-list[b-fc9puygjls] {
    padding: 0;
}

.order-item[b-fc9puygjls] {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin: 2px;
    border-radius: 3px;
}

.item-info[b-fc9puygjls] {
    flex: 2;
    min-width: 0;
}

    .item-info h6[b-fc9puygjls] {
        font-size: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item-info small[b-fc9puygjls] {
        font-size: 11px;
    }

.item-qty[b-fc9puygjls] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .item-qty input[b-fc9puygjls] {
        width: 40px;
        text-align: center;
        font-size: 12px;
        padding: 2px;
    }

    .item-qty button[b-fc9puygjls] {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.item-price[b-fc9puygjls] {
    flex: 1;
    text-align: right;
    font-size: 13px;
    padding-right: 8px;
}

.item-actions[b-fc9puygjls] {
    width: 24px;
}

    .item-actions button[b-fc9puygjls] {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/* Empty States */
.empty-cart[b-fc9puygjls], .no-customer-selected[b-fc9puygjls] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
}

    .empty-cart i[b-fc9puygjls], .no-customer-selected i[b-fc9puygjls] {
        color: #ddd;
    }

    .empty-cart h6[b-fc9puygjls], .no-customer-selected h6[b-fc9puygjls] {
        font-size: 14px;
    }

    .empty-cart p[b-fc9puygjls], .no-customer-selected p[b-fc9puygjls] {
        font-size: 12px;
    }

/* Order Summary */
.order-summary[b-fc9puygjls] {
    background-color: #fff;
}

.summary-row[b-fc9puygjls] {
    font-size: 13px;
}

    .summary-row.total[b-fc9puygjls] {
        font-size: 14px;
    }

/* Payment Methods */
.payment-methods[b-fc9puygjls] {
    background-color: #fff;
}

    .payment-methods h6[b-fc9puygjls] {
        font-size: 13px;
    }

.methods-grid[b-fc9puygjls] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}

.method-btn[b-fc9puygjls] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 12px;
}

    .method-btn:hover[b-fc9puygjls] {
        background-color: #e9ecef;
    }

    .method-btn.active[b-fc9puygjls] {
        background-color: #e7f1ff;
        border-color: #86b7fe;
        color: #0d6efd;
    }

    .method-btn i[b-fc9puygjls] {
        font-size: 16px;
        margin-bottom: 3px;
    }

/* Action Buttons */
.action-buttons[b-fc9puygjls] {
    background-color: #fff;
    border-top: 1px solid #dee2e6;
}

/* Custom scrollbar */
.order-items-container[b-fc9puygjls]::-webkit-scrollbar {
    width: 5px;
}

.order-items-container[b-fc9puygjls]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.order-items-container[b-fc9puygjls]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

    .order-items-container[b-fc9puygjls]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Receipt Modal */
.receipt-content[b-fc9puygjls] {
    font-family: 'Courier New', monospace;
    font-size: 13px;
}

.receipt-logo[b-fc9puygjls] {
    max-height: 50px;
    max-width: 180px;
}

/* Responsive */
@media (max-width: 992px) {
    .pos-main-content[b-fc9puygjls] {
        flex-direction: column;
    }

    .pos-order-section[b-fc9puygjls] {
        max-width: 100%;
        border-left: none;
        border-top: 1px solid #ddd;
    }
}
