/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6h72aneew9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6h72aneew9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kpcm2inlz6],
.components-reconnect-repeated-attempt-visible[b-kpcm2inlz6],
.components-reconnect-failed-visible[b-kpcm2inlz6],
.components-pause-visible[b-kpcm2inlz6],
.components-resume-failed-visible[b-kpcm2inlz6],
.components-rejoining-animation[b-kpcm2inlz6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-kpcm2inlz6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-kpcm2inlz6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-kpcm2inlz6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-kpcm2inlz6],
#components-reconnect-modal.components-reconnect-retrying[b-kpcm2inlz6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-kpcm2inlz6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-kpcm2inlz6],
#components-reconnect-modal.components-reconnect-failed[b-kpcm2inlz6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-kpcm2inlz6] {
    display: block;
}


#components-reconnect-modal[b-kpcm2inlz6] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-kpcm2inlz6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-kpcm2inlz6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-kpcm2inlz6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-kpcm2inlz6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-kpcm2inlz6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-kpcm2inlz6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-kpcm2inlz6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-kpcm2inlz6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-kpcm2inlz6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-kpcm2inlz6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-kpcm2inlz6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-kpcm2inlz6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-kpcm2inlz6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-kpcm2inlz6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-kpcm2inlz6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-kpcm2inlz6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-kpcm2inlz6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-kpcm2inlz6 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CashRegister/CashRegisterSessions.razor.rz.scp.css */
.page-header[b-ja0a2fvvei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h1[b-ja0a2fvvei] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cash-register-container[b-ja0a2fvvei] {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .cash-register-container[b-ja0a2fvvei] {
        grid-template-columns: 1fr;
    }
}

/* Cards */
.card[b-ja0a2fvvei] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.card-header[b-ja0a2fvvei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: var(--bg-secondary, #f8f9fa);
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.card-header h3[b-ja0a2fvvei] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-body[b-ja0a2fvvei] {
    padding: 1.25rem;
}

.card-footer[b-ja0a2fvvei] {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    background: var(--bg-secondary, #f8f9fa);
    border-top: 1px solid var(--border-color, #e9ecef);
}

/* Session Info */
.session-info[b-ja0a2fvvei] {
    margin-bottom: 1rem;
}

.info-row[b-ja0a2fvvei] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.info-row:last-child[b-ja0a2fvvei] {
    border-bottom: none;
}

.info-row .label[b-ja0a2fvvei] {
    color: var(--text-muted);
}

.info-row .value[b-ja0a2fvvei] {
    font-weight: 600;
}

.info-row .value.highlight[b-ja0a2fvvei] {
    font-size: 1.25rem;
    color: var(--primary-color, #722f37);
}

/* Mutations Summary */
.mutations-summary[b-ja0a2fvvei] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color, #e9ecef);
}

.mutations-summary h4[b-ja0a2fvvei] {
    margin: 0 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-muted);
}

/* Start Session Form */
.start-session-form[b-ja0a2fvvei] {
    max-width: 300px;
    margin: 0 auto;
}

/* Table */
.table[b-ja0a2fvvei] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.table th[b-ja0a2fvvei],
.table td[b-ja0a2fvvei] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.table th[b-ja0a2fvvei] {
    font-weight: 600;
    color: var(--text-muted, #6c757d);
    font-size: 0.75rem;
    text-transform: uppercase;
    background: var(--bg-secondary, #f8f9fa);
}

.table-sm th[b-ja0a2fvvei],
.table-sm td[b-ja0a2fvvei] {
    padding: 0.375rem 0.5rem;
}

.text-right[b-ja0a2fvvei] {
    text-align: right;
}

.text-center[b-ja0a2fvvei] {
    text-align: center;
}

.text-success[b-ja0a2fvvei] {
    color: #28a745;
}

.text-warning[b-ja0a2fvvei] {
    color: #ffc107;
}

.text-danger[b-ja0a2fvvei] {
    color: #dc3545;
}

/* Badges */
.badge[b-ja0a2fvvei] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
}

.badge-success[b-ja0a2fvvei] {
    background-color: #28a745;
    color: white;
}

.badge-secondary[b-ja0a2fvvei] {
    background-color: #6c757d;
    color: white;
}

/* Buttons */
.btn[b-ja0a2fvvei] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-lg[b-ja0a2fvvei] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.btn-primary[b-ja0a2fvvei] {
    background-color: var(--primary-color, #722f37);
    color: white;
}

.btn-primary:hover[b-ja0a2fvvei] {
    background-color: var(--primary-dark, #5a252c);
}

.btn-success[b-ja0a2fvvei] {
    background-color: #28a745;
    color: white;
}

.btn-success:hover[b-ja0a2fvvei] {
    background-color: #218838;
}

.btn-warning[b-ja0a2fvvei] {
    background-color: #ffc107;
    color: #000;
}

.btn-warning:hover[b-ja0a2fvvei] {
    background-color: #e0a800;
}

.btn-danger[b-ja0a2fvvei] {
    background-color: #dc3545;
    color: white;
}

.btn-danger:hover[b-ja0a2fvvei] {
    background-color: #c82333;
}

.btn-secondary[b-ja0a2fvvei] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-ja0a2fvvei] {
    background-color: #5a6268;
}

/* Form */
.form-group[b-ja0a2fvvei] {
    margin-bottom: 1rem;
}

.form-group label[b-ja0a2fvvei] {
    display: block;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary, #212529);
}

.form-control[b-ja0a2fvvei] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 6px;
    transition: border-color 0.2s;
}

.form-control:focus[b-ja0a2fvvei] {
    outline: none;
    border-color: var(--primary-color, #722f37);
    box-shadow: 0 0 0 3px rgba(114, 47, 55, 0.1);
}

/* Modal */
.modal-backdrop[b-ja0a2fvvei] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-dialog[b-ja0a2fvvei] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 90%;
    max-width: 450px;
}

.modal-content[b-ja0a2fvvei] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header[b-ja0a2fvvei] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.modal-header h4[b-ja0a2fvvei] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.close-btn[b-ja0a2fvvei] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-muted, #6c757d);
    line-height: 1;
}

.close-btn:hover[b-ja0a2fvvei] {
    color: var(--text-primary, #212529);
}

.modal-body[b-ja0a2fvvei] {
    padding: 1.25rem;
}

.modal-footer[b-ja0a2fvvei] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--border-color, #e9ecef);
}

/* Mutation Type Selector */
.mutation-type-selector[b-ja0a2fvvei] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.mutation-type-selector button[b-ja0a2fvvei] {
    padding: 0.75rem;
    border: 2px solid var(--border-color, #dee2e6);
    border-radius: 8px;
    background: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    transition: all 0.2s;
}

.mutation-type-selector button:hover[b-ja0a2fvvei] {
    border-color: var(--primary-color, #722f37);
}

.mutation-type-selector button.active[b-ja0a2fvvei] {
    border-color: var(--primary-color, #722f37);
    background: rgba(114, 47, 55, 0.1);
}

.mutation-type-selector button .rzi[b-ja0a2fvvei] {
    font-size: 1.5rem;
}

/* Close Session Dialog */
.close-session-info[b-ja0a2fvvei] {
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--bg-secondary, #f8f9fa);
    border-radius: 8px;
}

.difference-display[b-ja0a2fvvei] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
}

.difference-display.ok[b-ja0a2fvvei] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.difference-display.positive[b-ja0a2fvvei] {
    background: rgba(255, 193, 7, 0.1);
    color: #856404;
}

.difference-display.negative[b-ja0a2fvvei] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.difference-display .value[b-ja0a2fvvei] {
    font-size: 1.25rem;
    font-weight: 700;
}

.difference-display .status[b-ja0a2fvvei] {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Alert */
.alert[b-ja0a2fvvei] {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.alert-danger[b-ja0a2fvvei] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Loading */
.loading-container[b-ja0a2fvvei] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.loading-spinner[b-ja0a2fvvei] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-color, #e9ecef);
    border-top-color: var(--primary-color, #722f37);
    border-radius: 50%;
    animation: spin-b-ja0a2fvvei 1s linear infinite;
}

@keyframes spin-b-ja0a2fvvei {
    to {
        transform: rotate(360deg);
    }
}

.spinner-sm[b-ja0a2fvvei] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-ja0a2fvvei 0.8s linear infinite;
}

.text-muted[b-ja0a2fvvei] {
    color: var(--text-muted, #6c757d);
}
/* /Components/Pages/Customers/CustomerDetail.razor.rz.scp.css */
.page-header[b-sd86gzi5mt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.header-left[b-sd86gzi5mt] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.back-btn[b-sd86gzi5mt] {
    padding: 0.5rem;
    border-radius: 8px;
    background: white;
    border: 1px solid var(--border-color, #dee2e6);
}

.back-btn:hover[b-sd86gzi5mt] {
    background: var(--bg-secondary, #f8f9fa);
}

.header-info h1[b-sd86gzi5mt] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-primary);
}

.customer-type[b-sd86gzi5mt] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.header-actions[b-sd86gzi5mt] {
    display: flex;
    gap: 0.5rem;
}

/* Info Cards */
.info-cards[b-sd86gzi5mt] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 1200px) {
    .info-cards[b-sd86gzi5mt] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .info-cards[b-sd86gzi5mt] {
        grid-template-columns: 1fr;
    }
}

.info-card[b-sd86gzi5mt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.info-icon[b-sd86gzi5mt] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary-color, #722f37), var(--primary-dark, #5a252c));
    border-radius: 12px;
    color: white;
    font-size: 1.25rem;
}

.info-content[b-sd86gzi5mt] {
    display: flex;
    flex-direction: column;
}

.info-value[b-sd86gzi5mt] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
}

.info-label[b-sd86gzi5mt] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

/* Detail Grid */
.detail-grid[b-sd86gzi5mt] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 900px) {
    .detail-grid[b-sd86gzi5mt] {
        grid-template-columns: 1fr;
    }
}

/* Cards */
.card[b-sd86gzi5mt] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.card-header[b-sd86gzi5mt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: var(--bg-secondary, #f8f9fa);
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.card-header h3[b-sd86gzi5mt] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-body[b-sd86gzi5mt] {
    padding: 1.25rem;
}

.order-count[b-sd86gzi5mt] {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Info List */
.info-list[b-sd86gzi5mt] {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0.75rem 1rem;
    margin: 0;
}

.info-list dt[b-sd86gzi5mt] {
    font-weight: 500;
    color: var(--text-muted);
}

.info-list dd[b-sd86gzi5mt] {
    margin: 0;
}

.info-list a[b-sd86gzi5mt] {
    color: var(--primary-color, #722f37);
    text-decoration: none;
}

.info-list a:hover[b-sd86gzi5mt] {
    text-decoration: underline;
}

/* Address */
address[b-sd86gzi5mt] {
    font-style: normal;
    line-height: 1.6;
}

/* Orders Card */
.orders-card[b-sd86gzi5mt] {
    grid-column: 1 / -1;
}

.orders-card .card-body[b-sd86gzi5mt] {
    max-height: 400px;
    overflow-y: auto;
}

/* Table */
.table[b-sd86gzi5mt] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.table th[b-sd86gzi5mt],
.table td[b-sd86gzi5mt] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.table th[b-sd86gzi5mt] {
    font-weight: 600;
    color: var(--text-muted, #6c757d);
    font-size: 0.75rem;
    text-transform: uppercase;
    background: var(--bg-secondary, #f8f9fa);
    position: sticky;
    top: 0;
}

.text-right[b-sd86gzi5mt] {
    text-align: right;
}

.text-center[b-sd86gzi5mt] {
    text-align: center;
}

/* Badges */
.badge[b-sd86gzi5mt] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 4px;
}

.badge-business[b-sd86gzi5mt] {
    background-color: #17a2b8;
    color: white;
}

.badge-consumer[b-sd86gzi5mt] {
    background-color: #6c757d;
    color: white;
}

.badge-verified[b-sd86gzi5mt] {
    background-color: #28a745;
    color: white;
}

.badge-info[b-sd86gzi5mt] {
    background-color: #17a2b8;
    color: white;
}

.badge-success[b-sd86gzi5mt] {
    background-color: #28a745;
    color: white;
}

.badge-warning[b-sd86gzi5mt] {
    background-color: #ffc107;
    color: #000;
}

.badge-danger[b-sd86gzi5mt] {
    background-color: #dc3545;
    color: white;
}

.badge-primary[b-sd86gzi5mt] {
    background-color: var(--primary-color, #722f37);
    color: white;
}

.badge-secondary[b-sd86gzi5mt] {
    background-color: #6c757d;
    color: white;
}

/* Buttons */
.btn[b-sd86gzi5mt] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-icon[b-sd86gzi5mt] {
    padding: 0.5rem;
}

.btn-primary[b-sd86gzi5mt] {
    background-color: var(--primary-color, #722f37);
    color: white;
}

.btn-primary:hover[b-sd86gzi5mt] {
    background-color: var(--primary-dark, #5a252c);
}

.btn-secondary[b-sd86gzi5mt] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-sd86gzi5mt] {
    background-color: #5a6268;
}

/* Loading & Not Found */
.loading-container[b-sd86gzi5mt],
.not-found[b-sd86gzi5mt] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    text-align: center;
}

.loading-spinner[b-sd86gzi5mt] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-color, #e9ecef);
    border-top-color: var(--primary-color, #722f37);
    border-radius: 50%;
    animation: spin-b-sd86gzi5mt 1s linear infinite;
}

@keyframes spin-b-sd86gzi5mt {
    to {
        transform: rotate(360deg);
    }
}

.not-found h2[b-sd86gzi5mt] {
    margin-bottom: 1rem;
    color: var(--text-muted);
}

.text-muted[b-sd86gzi5mt] {
    color: var(--text-muted, #6c757d);
}
/* /Components/Pages/Customers/Customers.razor.rz.scp.css */
.page-header[b-00yx7k4zky] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h1[b-00yx7k4zky] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-actions[b-00yx7k4zky] {
    display: flex;
    gap: 0.5rem;
}

.customers-container[b-00yx7k4zky] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

/* Search and Stats Row */
.search-stats-row[b-00yx7k4zky] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    gap: 1rem;
    flex-wrap: wrap;
}

.search-box[b-00yx7k4zky] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--bg-secondary, #f8f9fa);
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 8px;
    flex: 1;
    max-width: 500px;
}

.search-box input[b-00yx7k4zky] {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 0.9rem;
    outline: none;
}

.search-box .clear-btn[b-00yx7k4zky] {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0 0.25rem;
}

.stats[b-00yx7k4zky] {
    display: flex;
    gap: 1.5rem;
}

.stat[b-00yx7k4zky] {
    text-align: center;
}

.stat-value[b-00yx7k4zky] {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color, #722f37);
}

.stat-label[b-00yx7k4zky] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

/* Table */
.table-container[b-00yx7k4zky] {
    overflow-x: auto;
}

.table[b-00yx7k4zky] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.table th[b-00yx7k4zky],
.table td[b-00yx7k4zky] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.table th[b-00yx7k4zky] {
    font-weight: 600;
    color: var(--text-muted, #6c757d);
    font-size: 0.75rem;
    text-transform: uppercase;
    background: var(--bg-secondary, #f8f9fa);
}

.table th.sortable[b-00yx7k4zky] {
    cursor: pointer;
    user-select: none;
}

.table th.sortable:hover[b-00yx7k4zky] {
    background: #e9ecef;
}

.table th.sort-asc[b-00yx7k4zky]::after {
    content: " ▲";
    font-size: 0.65rem;
}

.table th.sort-desc[b-00yx7k4zky]::after {
    content: " ▼";
    font-size: 0.65rem;
}

.table tr.clickable[b-00yx7k4zky] {
    cursor: pointer;
    transition: background 0.2s;
}

.table tr.clickable:hover[b-00yx7k4zky] {
    background: var(--bg-secondary, #f8f9fa);
}

.customer-name[b-00yx7k4zky] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.verified-badge[b-00yx7k4zky] {
    color: #28a745;
    font-size: 0.875rem;
}

.actions-cell[b-00yx7k4zky] {
    white-space: nowrap;
}

/* Text utilities */
.text-center[b-00yx7k4zky] {
    text-align: center;
}

.text-right[b-00yx7k4zky] {
    text-align: right;
}

/* Badges */
.badge[b-00yx7k4zky] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
}

.badge-info[b-00yx7k4zky] {
    background-color: #17a2b8;
    color: white;
}

/* Buttons */
.btn[b-00yx7k4zky] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-sm[b-00yx7k4zky] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.btn-icon[b-00yx7k4zky] {
    padding: 0.25rem 0.5rem;
    background: transparent;
}

.btn-icon:hover[b-00yx7k4zky] {
    background: var(--bg-secondary, #e9ecef);
}

.btn-primary[b-00yx7k4zky] {
    background-color: var(--primary-color, #722f37);
    color: white;
}

.btn-primary:hover[b-00yx7k4zky] {
    background-color: var(--primary-dark, #5a252c);
}

.btn-secondary[b-00yx7k4zky] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-00yx7k4zky] {
    background-color: #5a6268;
}

/* Loading */
.loading-container[b-00yx7k4zky] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
}

.loading-spinner[b-00yx7k4zky] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-color, #e9ecef);
    border-top-color: var(--primary-color, #722f37);
    border-radius: 50%;
    animation: spin-b-00yx7k4zky 1s linear infinite;
}

@keyframes spin-b-00yx7k4zky {
    to {
        transform: rotate(360deg);
    }
}

/* No Results */
.no-results[b-00yx7k4zky] {
    text-align: center;
    padding: 3rem;
    color: var(--text-muted);
}

.no-results .rzi[b-00yx7k4zky] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.5;
}

/* Modal */
.modal-backdrop[b-00yx7k4zky] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-dialog[b-00yx7k4zky] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-lg[b-00yx7k4zky] {
    max-width: 700px;
}

.modal-content[b-00yx7k4zky] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header[b-00yx7k4zky] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.modal-header h4[b-00yx7k4zky] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.close-btn[b-00yx7k4zky] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-muted, #6c757d);
    line-height: 1;
}

.close-btn:hover[b-00yx7k4zky] {
    color: var(--text-primary, #212529);
}

.modal-body[b-00yx7k4zky] {
    padding: 1.25rem;
}

.modal-body h5[b-00yx7k4zky] {
    margin: 1.5rem 0 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-muted);
}

.modal-body h5:first-child[b-00yx7k4zky] {
    margin-top: 0;
}

.modal-footer[b-00yx7k4zky] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--border-color, #e9ecef);
}

/* Form */
.form-row[b-00yx7k4zky] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.form-group[b-00yx7k4zky] {
    margin-bottom: 1rem;
}

.form-group label[b-00yx7k4zky] {
    display: block;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary, #212529);
}

.form-control[b-00yx7k4zky] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 6px;
    transition: border-color 0.2s;
}

.form-control:focus[b-00yx7k4zky] {
    outline: none;
    border-color: var(--primary-color, #722f37);
    box-shadow: 0 0 0 3px rgba(114, 47, 55, 0.1);
}

/* Alert */
.alert[b-00yx7k4zky] {
    padding: 0.75rem 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.alert-danger[b-00yx7k4zky] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Spinner */
.spinner-sm[b-00yx7k4zky] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-00yx7k4zky 0.8s linear infinite;
}
/* /Components/Pages/Reports/VatReport.razor.rz.scp.css */
.page-header[b-cuutziu4wl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h1[b-cuutziu4wl] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.report-container[b-cuutziu4wl] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Period Selector */
.period-selector[b-cuutziu4wl] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.period-presets[b-cuutziu4wl] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.date-inputs[b-cuutziu4wl] {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}

.date-group[b-cuutziu4wl] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.date-group label[b-cuutziu4wl] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
}

.date-group input[b-cuutziu4wl] {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 6px;
    font-size: 0.875rem;
}

/* Summary Cards */
.summary-cards[b-cuutziu4wl] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media (max-width: 1200px) {
    .summary-cards[b-cuutziu4wl] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .summary-cards[b-cuutziu4wl] {
        grid-template-columns: 1fr;
    }
}

.summary-card[b-cuutziu4wl] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.summary-card.highlight[b-cuutziu4wl] {
    background: linear-gradient(135deg, var(--primary-color, #722f37), var(--primary-dark, #5a252c));
    color: white;
}

.summary-card.highlight .card-label[b-cuutziu4wl] {
    color: rgba(255, 255, 255, 0.8);
}

.summary-card.highlight .card-icon[b-cuutziu4wl] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.card-icon[b-cuutziu4wl] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-secondary, #f8f9fa);
    border-radius: 12px;
    color: var(--primary-color, #722f37);
    font-size: 1.25rem;
}

.card-content[b-cuutziu4wl] {
    display: flex;
    flex-direction: column;
}

.card-value[b-cuutziu4wl] {
    font-size: 1.25rem;
    font-weight: 700;
}

.card-label[b-cuutziu4wl] {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
}

/* Report Sections */
.report-section[b-cuutziu4wl] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.section-header[b-cuutziu4wl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: var(--bg-secondary, #f8f9fa);
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.section-header h2[b-cuutziu4wl] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-body[b-cuutziu4wl] {
    padding: 1.25rem;
    overflow-x: auto;
}

/* Table */
.table[b-cuutziu4wl] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.table th[b-cuutziu4wl],
.table td[b-cuutziu4wl] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.table th[b-cuutziu4wl] {
    font-weight: 600;
    color: var(--text-muted, #6c757d);
    font-size: 0.75rem;
    text-transform: uppercase;
    background: var(--bg-secondary, #f8f9fa);
}

.table tfoot tr[b-cuutziu4wl] {
    background: var(--bg-secondary, #f8f9fa);
}

.total-row td[b-cuutziu4wl] {
    border-top: 2px solid var(--border-color, #dee2e6);
    font-weight: 600;
}

.text-right[b-cuutziu4wl] {
    text-align: right;
}

.text-center[b-cuutziu4wl] {
    text-align: center;
}

/* Badges */
.badge[b-cuutziu4wl] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
}

.badge-info[b-cuutziu4wl] {
    background-color: #17a2b8;
    color: white;
}

/* Buttons */
.btn[b-cuutziu4wl] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary[b-cuutziu4wl] {
    background-color: var(--primary-color, #722f37);
    color: white;
}

.btn-primary:hover[b-cuutziu4wl] {
    background-color: var(--primary-dark, #5a252c);
}

.btn-outline[b-cuutziu4wl] {
    background: white;
    color: var(--text-primary);
    border: 1px solid var(--border-color, #dee2e6);
}

.btn-outline:hover[b-cuutziu4wl] {
    background: var(--bg-secondary, #f8f9fa);
}

/* Loading */
.loading-container[b-cuutziu4wl] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.loading-spinner[b-cuutziu4wl] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-color, #e9ecef);
    border-top-color: var(--primary-color, #722f37);
    border-radius: 50%;
    animation: spin-b-cuutziu4wl 1s linear infinite;
}

@keyframes spin-b-cuutziu4wl {
    to {
        transform: rotate(360deg);
    }
}

/* Export Section */
.export-section[b-cuutziu4wl] {
    text-align: center;
    padding: 1rem;
}

.text-muted[b-cuutziu4wl] {
    color: var(--text-muted, #6c757d);
}
/* /Components/Pages/Stock/Stock.razor.rz.scp.css */
.page-header[b-sqw3d917r0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.page-header h1[b-sqw3d917r0] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stock-dashboard[b-sqw3d917r0] {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 1.5rem;
}

@media (max-width: 1200px) {
    .stock-dashboard[b-sqw3d917r0] {
        grid-template-columns: 1fr;
    }
}

.card[b-sqw3d917r0] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.card-header[b-sqw3d917r0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: var(--bg-secondary, #f8f9fa);
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.card-header h3[b-sqw3d917r0] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-body[b-sqw3d917r0] {
    padding: 1.25rem;
}

.header-actions[b-sqw3d917r0] {
    display: flex;
    gap: 0.5rem;
}

/* Low Stock Card */
.low-stock-card[b-sqw3d917r0] {
    max-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
}

.low-stock-card .card-body[b-sqw3d917r0] {
    overflow-y: auto;
    flex: 1;
}

/* Mutations Card */
.mutations-card[b-sqw3d917r0] {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 200px);
}

.mutations-card .card-body[b-sqw3d917r0] {
    overflow-y: auto;
    flex: 1;
}

/* Filters Row */
.filters-row[b-sqw3d917r0] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.filter-group[b-sqw3d917r0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.filter-group label[b-sqw3d917r0] {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted, #6c757d);
    text-transform: uppercase;
}

.filter-group select[b-sqw3d917r0],
.filter-group input[b-sqw3d917r0] {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 6px;
    font-size: 0.875rem;
    min-width: 140px;
}

.search-group[b-sqw3d917r0] {
    flex: 1;
    min-width: 200px;
}

.search-group input[b-sqw3d917r0] {
    width: 100%;
}

/* Tables */
.table[b-sqw3d917r0] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.table th[b-sqw3d917r0],
.table td[b-sqw3d917r0] {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.table th[b-sqw3d917r0] {
    font-weight: 600;
    color: var(--text-muted, #6c757d);
    font-size: 0.75rem;
    text-transform: uppercase;
    background: var(--bg-secondary, #f8f9fa);
}

.table-sm th[b-sqw3d917r0],
.table-sm td[b-sqw3d917r0] {
    padding: 0.5rem;
}

.table-warning[b-sqw3d917r0] {
    background-color: #fff3cd;
}

.table-danger[b-sqw3d917r0] {
    background-color: #f8d7da;
}

/* Badges */
.badge[b-sqw3d917r0] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
}

.badge-warning[b-sqw3d917r0] {
    background-color: #ffc107;
    color: #000;
}

.badge-danger[b-sqw3d917r0] {
    background-color: #dc3545;
    color: white;
}

.badge-success[b-sqw3d917r0] {
    background-color: #28a745;
    color: white;
}

.badge-info[b-sqw3d917r0] {
    background-color: #17a2b8;
    color: white;
}

.badge-secondary[b-sqw3d917r0] {
    background-color: #6c757d;
    color: white;
}

.badge-primary[b-sqw3d917r0] {
    background-color: var(--primary-color, #722f37);
    color: white;
}

/* Buttons */
.btn[b-sqw3d917r0] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-sm[b-sqw3d917r0] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.btn-primary[b-sqw3d917r0] {
    background-color: var(--primary-color, #722f37);
    color: white;
}

.btn-primary:hover[b-sqw3d917r0] {
    background-color: var(--primary-dark, #5a252c);
}

.btn-secondary[b-sqw3d917r0] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-sqw3d917r0] {
    background-color: #5a6268;
}

/* Text utilities */
.text-center[b-sqw3d917r0] {
    text-align: center;
}

.text-muted[b-sqw3d917r0] {
    color: var(--text-muted, #6c757d);
}

.text-success[b-sqw3d917r0] {
    color: #28a745;
}

.text-danger[b-sqw3d917r0] {
    color: #dc3545;
}

/* Loading */
.loading-spinner[b-sqw3d917r0] {
    width: 40px;
    height: 40px;
    margin: 2rem auto;
    border: 3px solid var(--border-color, #e9ecef);
    border-top-color: var(--primary-color, #722f37);
    border-radius: 50%;
    animation: spin-b-sqw3d917r0 1s linear infinite;
}

@keyframes spin-b-sqw3d917r0 {
    to {
        transform: rotate(360deg);
    }
}

/* Modal */
.modal-backdrop[b-sqw3d917r0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-dialog[b-sqw3d917r0] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 90%;
    max-width: 500px;
}

.modal-content[b-sqw3d917r0] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header[b-sqw3d917r0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.modal-header h4[b-sqw3d917r0] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.close-btn[b-sqw3d917r0] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text-muted, #6c757d);
    line-height: 1;
}

.close-btn:hover[b-sqw3d917r0] {
    color: var(--text-primary, #212529);
}

.modal-body[b-sqw3d917r0] {
    padding: 1.25rem;
}

.modal-footer[b-sqw3d917r0] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid var(--border-color, #e9ecef);
}

/* Form groups */
.form-group[b-sqw3d917r0] {
    margin-bottom: 1rem;
}

.form-group label[b-sqw3d917r0] {
    display: block;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-primary, #212529);
}

.form-control[b-sqw3d917r0] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 6px;
    transition: border-color 0.2s;
}

.form-control:focus[b-sqw3d917r0] {
    outline: none;
    border-color: var(--primary-color, #722f37);
    box-shadow: 0 0 0 3px rgba(114, 47, 55, 0.1);
}

.form-control[readonly][b-sqw3d917r0] {
    background-color: var(--bg-secondary, #f8f9fa);
    cursor: not-allowed;
}

textarea.form-control[b-sqw3d917r0] {
    resize: vertical;
}

/* Search results */
.search-results[b-sqw3d917r0] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid var(--border-color, #dee2e6);
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
}

.search-result-item[b-sqw3d917r0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid var(--border-color, #e9ecef);
}

.search-result-item:last-child[b-sqw3d917r0] {
    border-bottom: none;
}

.search-result-item:hover[b-sqw3d917r0] {
    background-color: var(--bg-secondary, #f8f9fa);
}

.search-result-item .sku[b-sqw3d917r0] {
    color: var(--text-muted, #6c757d);
    font-size: 0.75rem;
}

.search-result-item .stock[b-sqw3d917r0] {
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--text-muted, #6c757d);
}

/* Selected product */
.selected-product[b-sqw3d917r0] {
    padding: 1rem;
    background: var(--bg-secondary, #f8f9fa);
    border-radius: 8px;
    margin-bottom: 1rem;
}

.selected-product h5[b-sqw3d917r0] {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
}

.selected-product p[b-sqw3d917r0] {
    margin: 0;
}

/* Make form-group relative for search results */
.form-group[b-sqw3d917r0] {
    position: relative;
}
