@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.mm3aqpuyun.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bvkujeyq8z.bundle.scp.css';
@import '_content/pbComponents/pbComponents.0xwftycc2t.bundle.scp.css';

/* /Components/Common/Search/SearchOverlay.razor.rz.scp.css */
.modern-overlay[b-qm3w352tew] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5vh; /* 5% gap from top */
    z-index: 1050;
}

.search-panel[b-qm3w352tew] {
    background-color: #ffffff;
    width: 100%;
    max-width: 600px;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    animation: slideDown-b-qm3w352tew 0.35s ease-out;
}

@keyframes slideDown-b-qm3w352tew {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Optional: fade-in the entire overlay */
.modern-overlay[b-qm3w352tew] {
    animation: fadeInBg-b-qm3w352tew 0.3s ease-out;
}

@keyframes fadeInBg-b-qm3w352tew {
    from {
        background-color: rgba(0, 0, 0, 0);
    }

    to {
        background-color: rgba(0, 0, 0, 0.3);
    }
}
/* /Components/Inventory/InventoryGrid/Sections/ProductDetailsSectionComponent.razor.rz.scp.css */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2rzxi81iqk] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-2rzxi81iqk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2rzxi81iqk] {
    font-size: 0.9rem;
}

    .nav-item:first-of-type[b-2rzxi81iqk] {
        padding-top: 0.5rem;
    }

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

    /*    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }*/

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

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

.dropdown-item:hover[b-2rzxi81iqk] {
    background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
    color: white;
}

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

    .collapse[b-2rzxi81iqk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-2rzxi81iqk] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Management/Repricers/RepricerUpdateModal.razor.rz.scp.css */
.professional-repricer-content[b-y2x9l4u4qo] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    color: #1f2937;
}

.info-sections-grid[b-y2x9l4u4qo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.info-card[b-y2x9l4u4qo] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.card-header[b-y2x9l4u4qo] {
    background: #f8fafc;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}

.card-title[b-y2x9l4u4qo] {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #374151;
}

.card-content[b-y2x9l4u4qo] {
    padding: 16px;
}

.info-list[b-y2x9l4u4qo] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-item[b-y2x9l4u4qo] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label[b-y2x9l4u4qo] {
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
}

.bottom-section[b-y2x9l4u4qo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 16px 20px;
    margin-top: 16px;
}

.action-section[b-y2x9l4u4qo] {
    display: flex;
    gap: 8px;
}

button.btn-primary[b-y2x9l4u4qo] {
    font-weight: 600;
}
/* /Components/Management/Repricers/Widgets/SingleValueWidget.razor.rz.scp.css */
::deep .icon[b-5s4kkqeiay] {
    width: 2.5rem;
    height: 2.5rem;
}
/* /Components/Orders/Orders/Modals/OrderOverviewModal.razor.rz.scp.css */
.professional-order-content[b-xzyjsl2tlf] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    color: #1f2937;
    line-height: 1.5;
    padding: 0;
}

.copy-btn[b-xzyjsl2tlf] {
    background: #e2e8f0;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    padding: 4px 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
}

    .copy-btn:hover[b-xzyjsl2tlf] {
        background: #cbd5e1;
        border-color: #94a3b8;
    }

    .copy-btn:active[b-xzyjsl2tlf] {
        background: #94a3b8;
        transform: scale(0.95);
    }

.copy-icon[b-xzyjsl2tlf] {
    width: 14px;
    height: 14px;
    color: #475569;
}

.copy-btn:hover .copy-icon[b-xzyjsl2tlf] {
    color: #334155;
}

/* Order Header - Neutral Style */
.order-header-info[b-xzyjsl2tlf] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 18px 20px;
    margin-bottom: 20px;
}

.order-number-row[b-xzyjsl2tlf] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.order-number[b-xzyjsl2tlf] {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.025em;
    color: #1f2937;
    line-height: 1.2;
}

.order-metadata[b-xzyjsl2tlf] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6b7280;
}

.metadata-label[b-xzyjsl2tlf] {
    font-weight: 500;
}

.metadata-value[b-xzyjsl2tlf] {
    font-weight: 600;
    color: #374151;
}

.metadata-separator[b-xzyjsl2tlf] {
    opacity: 0.6;
}

.order-status-section[b-xzyjsl2tlf] {
    text-align: right;
}

.status-badge[b-xzyjsl2tlf] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.status-fulfilled[b-xzyjsl2tlf] {
    background: #dcfce7;
    color: #059669;
}

.status-pending[b-xzyjsl2tlf] {
    background: #fef3c7;
    color: #d97706;
}

.status-cancelled[b-xzyjsl2tlf] {
    background: #fee2e2;
    color: #dc2626;
}

.status-processing[b-xzyjsl2tlf] {
    background: #dbeafe;
    color: #2563eb;
}

.order-total-highlight[b-xzyjsl2tlf] {
    font-size: 18px;
    font-weight: 700;
    color: #059669;
}

/* Information Grid - More Condensed */
.info-sections-grid[b-xzyjsl2tlf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.info-card[b-xzyjsl2tlf] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.card-header[b-xzyjsl2tlf] {
    background: #f8fafc;
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}

.card-title[b-xzyjsl2tlf] {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #374151;
}

.card-content[b-xzyjsl2tlf] {
    padding: 16px;
}

.info-list[b-xzyjsl2tlf] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-item[b-xzyjsl2tlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
}

.info-label[b-xzyjsl2tlf] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.info-value[b-xzyjsl2tlf] {
    font-size: 12px;
    color: #1f2937;
    font-weight: 600;
    text-align: right;
}

/* Customer Section - More Condensed */
.customer-section[b-xzyjsl2tlf] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.customer-name[b-xzyjsl2tlf] {
    font-size: 14px;
    font-weight: 700;
    color: #1f2937;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}

.shipping-address[b-xzyjsl2tlf] {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.address-line[b-xzyjsl2tlf] {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

.postal-code[b-xzyjsl2tlf] {
    font-weight: 600;
    color: #1f2937;
    margin-top: 2px;
}

/* Items Section - More Condensed */
.items-section[b-xzyjsl2tlf] {
    margin-bottom: 24px;
}

.section-header[b-xzyjsl2tlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.section-title[b-xzyjsl2tlf] {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    margin: 0;
}

.items-count[b-xzyjsl2tlf] {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.items-table-wrapper[b-xzyjsl2tlf] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.items-table[b-xzyjsl2tlf] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    .items-table thead[b-xzyjsl2tlf] {
        background: #f8fafc;
    }

    .items-table th[b-xzyjsl2tlf] {
        padding: 10px 12px;
        text-align: left;
        font-weight: 600;
        color: #374151;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        border-bottom: 1px solid #e2e8f0;
    }

.col-quantity[b-xzyjsl2tlf], .col-price[b-xzyjsl2tlf], .col-total[b-xzyjsl2tlf] {
    text-align: right;
    width: 80px;
}

.items-table td[b-xzyjsl2tlf] {
    padding: 12px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

.item-row:hover[b-xzyjsl2tlf] {
    background: #fafbfc;
}

.product-details[b-xzyjsl2tlf] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.product-sku[b-xzyjsl2tlf] {
    font-weight: 600;
    color: #1f2937;
    font-size: 13px;
}

.product-description[b-xzyjsl2tlf] {
    color: #6b7280;
    font-size: 11px;
    line-height: 1.3;
}

.product-source-id[b-xzyjsl2tlf] {
    color: #9ca3af;
    font-size: 10px;
    font-family: 'SF Mono', monospace;
}

.quantity-badge[b-xzyjsl2tlf] {
    display: inline-block;
    background: #e2e8f0;
    color: #374151;
    padding: 2px 6px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 11px;
    min-width: 20px;
    text-align: center;
}

.price-cell[b-xzyjsl2tlf], .total-cell[b-xzyjsl2tlf] {
    font-weight: 600;
    color: #1f2937;
    font-size: 13px;
}

.charge-row[b-xzyjsl2tlf] {
    background: #fafbfc;
}

.charge-details[b-xzyjsl2tlf] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6b7280;
    font-size: 11px;
    margin-left: 12px;
}

.charge-indicator[b-xzyjsl2tlf] {
    width: 12px;
    height: 12px;
    background: #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 700;
}

.charge-amount[b-xzyjsl2tlf] {
    text-align: right;
    color: #6b7280;
    font-size: 11px;
}

/* Charges Section - More Condensed */
.charges-section[b-xzyjsl2tlf] {
    margin-bottom: 20px;
}

.charges-container[b-xzyjsl2tlf] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
}

.charge-item[b-xzyjsl2tlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 13px;
}

    .charge-item:last-child[b-xzyjsl2tlf] {
        border-bottom: none;
    }

.charge-name[b-xzyjsl2tlf] {
    font-weight: 500;
    color: #374151;
}

.charge-value[b-xzyjsl2tlf] {
    font-weight: 600;
    color: #1f2937;
}

/* Bottom Section - Combined Summary and Actions */
.bottom-section[b-xzyjsl2tlf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 16px 20px;
}

.order-summary[b-xzyjsl2tlf] {
    flex: 1;
}

.summary-content[b-xzyjsl2tlf] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.summary-label[b-xzyjsl2tlf] {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.summary-amount[b-xzyjsl2tlf] {
    font-size: 20px;
    font-weight: 700;
    color: #059669;
}

.action-section[b-xzyjsl2tlf] {
    margin-left: 20px;
}

.btn-add-fee[b-xzyjsl2tlf] {
    background: #6366f1;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .btn-add-fee:hover[b-xzyjsl2tlf] {
        background: #4f46e5;
        transform: translateY(-1px);
    }

.btn-icon[b-xzyjsl2tlf] {
    font-size: 14px;
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .order-header-info[b-xzyjsl2tlf] {
        padding: 16px;
        margin-bottom: 16px;
    }

    .order-number-row[b-xzyjsl2tlf] {
        gap: 8px;
    }

    .order-number[b-xzyjsl2tlf] {
        font-size: 18px;
    }

    .order-total-highlight[b-xzyjsl2tlf] {
        font-size: 16px;
    }

    .info-sections-grid[b-xzyjsl2tlf] {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 20px;
    }

    .items-table th[b-xzyjsl2tlf],
    .items-table td[b-xzyjsl2tlf] {
        padding: 8px 6px;
        font-size: 12px;
    }

    .col-quantity[b-xzyjsl2tlf], .col-price[b-xzyjsl2tlf], .col-total[b-xzyjsl2tlf] {
        width: 70px;
    }

    .order-metadata[b-xzyjsl2tlf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .bottom-section[b-xzyjsl2tlf] {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .action-section[b-xzyjsl2tlf] {
        margin-left: 0;
        text-align: center;
    }

    .btn-add-fee[b-xzyjsl2tlf] {
        width: 100%;
        justify-content: center;
    }

    .copy-btn[b-xzyjsl2tlf] {
        width: 22px;
        height: 22px;
    }

    .copy-icon[b-xzyjsl2tlf] {
        width: 10px;
        height: 10px;
    }
}
/* /Components/Orders/Pickwave/Components/PickwaveAwaitingItemsComponent.razor.rz.scp.css */
.image-container[b-a282dnpfmg] {
    width: 100%;
    max-width: 100px; /* Adjust this to the desired frame width */
    height: 100px; /* Adjust this to the desired frame height */
    overflow: hidden;
    border: 1px solid #ddd; /* Optional: for visual frame */
    border-radius: 10px; /* Optional: for rounded corners */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-container img[b-a282dnpfmg] {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

/* Component Group Styling */
.component-group-container[b-a282dnpfmg] {
    border: 2px dashed #007bff;
    border-radius: 12px;
    padding: 15px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.05) 0%, rgba(0, 123, 255, 0.02) 100%);
    margin-bottom: 10px;
}

    /* Ensure all cards have consistent sizing */
    .component-group-container .item-card[b-a282dnpfmg] {
        position: relative;
        /* Remove any margin/padding differences */
        margin-left: 0;
        margin-right: 0;
    }

        /* Left accent border positioned outside the card */
        .component-group-container .item-card[b-a282dnpfmg]::before {
            content: '';
            position: absolute;
            left: -19px; /* Position outside the container padding */
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, #007bff 0%, #0056b3 100%);
            border-radius: 2px;
            z-index: 1;
        }

    /* Ensure the card body has consistent width */
    .component-group-container .card-body[b-a282dnpfmg] {
        width: 100%;
        box-sizing: border-box;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .component-group-container[b-a282dnpfmg] {
        padding: 10px;
    }

    .image-container[b-a282dnpfmg] {
        width: 100%;
        max-width: 100px; /* Adjust this to the desired frame width */
        height: 100px; /* Adjust this to the desired frame height */
        overflow: hidden;
        border: 1px solid #ddd; /* Optional: for visual frame */
        border-radius: 10px; /* Optional: for rounded corners */
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .image-container img[b-a282dnpfmg] {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

    /* Component Group Styling */
    .component-group-container[b-a282dnpfmg] {
        border: 2px dashed #007bff;
        border-radius: 12px;
        padding: 15px;
        background: linear-gradient(135deg, rgba(0, 123, 255, 0.05) 0%, rgba(0, 123, 255, 0.02) 100%);
        margin-bottom: 10px;
    }

    /* Ensure all cards have consistent sizing */
    .component-group-container .item-card[b-a282dnpfmg] {
        position: relative;
        /* Remove any margin/padding differences */
        margin-left: 0;
        margin-right: 0;
    }

    /* Left accent border positioned outside the card */
    .component-group-container .item-card[b-a282dnpfmg]::before {
        content: '';
        position: absolute;
        left: -19px; /* Position outside the container padding */
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(180deg, #007bff 0%, #0056b3 100%);
        border-radius: 2px;
        z-index: 1;
    }

    /* Ensure the card body has consistent width */
    .component-group-container .card-body[b-a282dnpfmg] {
        width: 100%;
        box-sizing: border-box;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .component-group-container[b-a282dnpfmg] {
            padding: 10px;
        }

            .component-group-container .item-card[b-a282dnpfmg]::before {
                display: none;
            }

    }
}
/* /Components/Orders/Pickwave/PickwavesGridComponent.razor.rz.scp.css */
.pickwave-container[b-r8sljtfcyq] {
    padding: 1rem;
    background-color: #f8f9fa;
    min-height: 100vh;
}

/* Modern Loading Bar */
.loading-container[b-r8sljtfcyq] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.loading-bar-wrapper[b-r8sljtfcyq] {
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.loading-bar[b-r8sljtfcyq] {
    width: 100%;
    height: 6px;
    background-color: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
}

.loading-bar-progress[b-r8sljtfcyq] {
    height: 100%;
    background: linear-gradient(90deg, #007bff, #0056b3, #007bff);
    background-size: 200% 100%;
    border-radius: 10px;
    width: 100%;
    animation: loadingProgress-b-r8sljtfcyq 2s ease-in-out infinite;
}

@keyframes loadingProgress-b-r8sljtfcyq {
    0% {
        transform: translateX(-100%);
        background-position: 200% 0;
    }

    50% {
        background-position: 0% 0;
    }

    100% {
        transform: translateX(100%);
        background-position: -200% 0;
    }
}

.loading-text[b-r8sljtfcyq] {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
    font-weight: 500;
}

/* Empty State */
.empty-state[b-r8sljtfcyq] {
    text-align: center;
    padding: 3rem 1rem;
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.empty-icon[b-r8sljtfcyq] {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.empty-title[b-r8sljtfcyq] {
    color: #495057;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.empty-description[b-r8sljtfcyq] {
    color: #6c757d;
    font-size: 0.95rem;
    margin: 0;
}

/* Pickwave List */
.pickwave-list[b-r8sljtfcyq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 75vh;
    overflow-y: auto;
    padding-right: 4px;
}

    .pickwave-list[b-r8sljtfcyq]::-webkit-scrollbar {
        width: 6px;
    }

    .pickwave-list[b-r8sljtfcyq]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .pickwave-list[b-r8sljtfcyq]::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .pickwave-list[b-r8sljtfcyq]::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

/* Pickwave Item */
.pickwave-item[b-r8sljtfcyq] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

    .pickwave-item:hover[b-r8sljtfcyq] {
        transform: translateY(-2px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    }

.pickwave-content[b-r8sljtfcyq] {
    padding: 1.5rem;
}

.pickwave-header[b-r8sljtfcyq] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.pickwave-info[b-r8sljtfcyq] {
    flex: 1;
}

.pickwave-reference[b-r8sljtfcyq] {
    color: #212529;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.pickwave-date[b-r8sljtfcyq] {
    color: #6c757d;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .pickwave-date i[b-r8sljtfcyq] {
        font-size: 0.875rem;
    }

.pickwave-status[b-r8sljtfcyq] {
    margin-left: 1rem;
}

.status-badge[b-r8sljtfcyq] {
    background: #d4edda;
    color: #155724;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Actions */
.pickwave-actions[b-r8sljtfcyq] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.action-btn[b-r8sljtfcyq] {
    border-radius: 12px !important;
    padding: 0.75rem 1.5rem !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    transition: all 0.2s ease !important;
    border: none !important;
    min-width: 100px;
}

.primary-btn[b-r8sljtfcyq] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
    color: white !important;
}

    .primary-btn:hover[b-r8sljtfcyq] {
        background: linear-gradient(135deg, #0056b3 0%, #004085 100%) !important;
        transform: translateY(-1px) !important;
    }

.danger-btn[b-r8sljtfcyq] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
    color: white !important;
}

    .danger-btn:hover[b-r8sljtfcyq] {
        background: linear-gradient(135deg, #c82333 0%, #a71e2a 100%) !important;
        transform: translateY(-1px) !important;
    }

/* Mobile Responsive */
@media (max-width: 768px) {
    .pickwave-container[b-r8sljtfcyq] {
        padding: 0.75rem;
    }

    .pickwave-content[b-r8sljtfcyq] {
        padding: 1.25rem;
    }

    .pickwave-header[b-r8sljtfcyq] {
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.25rem;
    }

    .pickwave-status[b-r8sljtfcyq] {
        margin-left: 0;
        align-self: flex-start;
    }

    .pickwave-actions[b-r8sljtfcyq] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .action-btn[b-r8sljtfcyq] {
        width: 100%;
        justify-content: center;
    }

    .pickwave-reference[b-r8sljtfcyq] {
        font-size: 1rem;
    }

    .loading-bar-wrapper[b-r8sljtfcyq] {
        max-width: 250px;
    }
}

/* Small mobile devices */
@media (max-width: 480px) {
    .pickwave-container[b-r8sljtfcyq] {
        padding: 0.5rem;
    }

    .pickwave-content[b-r8sljtfcyq] {
        padding: 1rem;
    }

    .pickwave-list[b-r8sljtfcyq] {
        max-height: 80vh;
    }

    .loading-bar-wrapper[b-r8sljtfcyq] {
        max-width: 200px;
    }
}
/* /Components/Profile/PageList.razor.rz.scp.css */
.item-list[b-tm8nv0vgcp] {
    min-width: 360px;
    position: sticky;
    top: 72px;
}

[b-tm8nv0vgcp] .item-list-header {
    background: linear-gradient(90deg, var(--bs-gray-200) 0%, #FFFFFF 100%);
    padding: .5rem 1rem;
    font-weight: bold;
    font-size: 0.875rem;
    border-color: var(--bs-gray-200);
}

[b-tm8nv0vgcp] .list-group-item,
[b-tm8nv0vgcp] .item-list-item,
[b-tm8nv0vgcp] .item-list-header {
    border-collapse: collapse;
    font-size: .875rem;
}

    [b-tm8nv0vgcp] .list-group-item:not(.item-list-header):hover,
    [b-tm8nv0vgcp] .item-list-item:hover {
        background: linear-gradient(90deg, var(--bs-gray-100) 0%, #FFFFFF 100%);
        color: var(--bs-list-group-color);
    }

    [b-tm8nv0vgcp] .list-group-item.active,
    [b-tm8nv0vgcp] .item-list-item.selected,
    [b-tm8nv0vgcp] .item-list-item.active {
        border-color: var(--bs-gray-200);
        background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 0.1) 0%, #FFFFFF 100%) !important;
        color: var(--bs-primary) !important;
        border-top-width: 0;
        margin: 0px;
        transition: 0s;
    }
/* /Components/Settings/Connections/ConnectionsComponent.razor.rz.scp.css */
.connection-card[b-3mk3m74s4c] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .connection-card:hover[b-3mk3m74s4c] {
        transform: translateY(-5px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

.connection-logo[b-3mk3m74s4c] {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto 15px;
    display: block;
}

.connect-btn[b-3mk3m74s4c] {
    background-color: #007bff;
    color: white;
    transition: background-color 0.3s ease;
}

    .connect:hover[b-3mk3m74s4c] {
        background-color: #0056b3;
    }
/* /Components/Warehouse/FBA/Shipment/FulfillmentOrders/FulfillmentOrderOptionsModal.razor.rz.scp.css */
.option-selector-container[b-3lp6t04l5t] {
    /* Use your site's background color instead of gradients */
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.options-grid[b-3lp6t04l5t] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.option-card[b-3lp6t04l5t] {
    background: #ffffff; /* Using site's white background */
    border: 2px solid rgba(108, 117, 125, 0.2);
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 180px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

    .option-card[b-3lp6t04l5t]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: left 0.5s;
    }

    .option-card:hover[b-3lp6t04l5t]::before {
        left: 100%;
    }

.option-card-centered[b-3lp6t04l5t] {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 400px;
    width: 100%;
}

.option-card-header[b-3lp6t04l5t] {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 12px;
}

.option-icon[b-3lp6t04l5t] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.packages-icon[b-3lp6t04l5t] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.orders-icon[b-3lp6t04l5t] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.analytics-icon[b-3lp6t04l5t] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.option-title[b-3lp6t04l5t] {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
    color: #2c3e50;
    transition: color 0.3s ease;
}

.option-description[b-3lp6t04l5t] {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    flex-grow: 1;
    transition: color 0.3s ease;
}

.option-arrow[b-3lp6t04l5t] {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #dee2e6;
    font-size: 16px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-10px);
}

.option-card:hover[b-3lp6t04l5t] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(108, 117, 125, 0.3);
}

.option-card-hovered[b-3lp6t04l5t] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    color: white;
}

    .option-card-hovered .option-title[b-3lp6t04l5t] {
        color: white;
    }

    .option-card-hovered .option-description[b-3lp6t04l5t] {
        color: rgba(255, 255, 255, 0.8);
    }

    .option-card-hovered .option-arrow[b-3lp6t04l5t] {
        opacity: 1;
        transform: translateX(0);
        color: white;
    }

    .option-card-hovered .option-icon[b-3lp6t04l5t] {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }

/* Mobile responsiveness */
@media (max-width: 768px) {
    .options-grid[b-3lp6t04l5t] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .option-card-centered[b-3lp6t04l5t] {
        grid-column: 1;
        max-width: none;
    }

    .option-card[b-3lp6t04l5t] {
        min-height: 160px;
        padding: 20px;
    }

    .option-icon[b-3lp6t04l5t] {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .option-title[b-3lp6t04l5t] {
        font-size: 1.1rem;
    }

    .option-description[b-3lp6t04l5t] {
        font-size: 0.85rem;
    }
}

/* Accessibility improvements */
.option-card:focus-visible[b-3lp6t04l5t] {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .option-card[b-3lp6t04l5t],
    .option-icon[b-3lp6t04l5t],
    .option-arrow[b-3lp6t04l5t],
    .option-card[b-3lp6t04l5t]::before {
        transition: none;
    }

        .option-card:hover[b-3lp6t04l5t] {
            transform: none;
        }
}
/* /Components/Warehouse/FBA/Shipment/FulfillmentOrders/FulfillmentTrack.razor.rz.scp.css */
.order-card[b-2d46555acd] {
    transition: transform 0.2s ease-in-out;
}

    .order-card:hover[b-2d46555acd] {
        transform: translateY(-2px);
    }

.package-row[b-2d46555acd] {
    transition: background-color 0.2s ease-in-out;
}

    .package-row:hover[b-2d46555acd] {
        background-color: rgba(13, 110, 253, 0.05);
    }

.orders-container[b-2d46555acd] {
    max-height: 60vh;
    overflow-y: auto;
}

    .orders-container[b-2d46555acd]::-webkit-scrollbar {
        width: 6px;
    }

    .orders-container[b-2d46555acd]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .orders-container[b-2d46555acd]::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 3px;
    }

        .orders-container[b-2d46555acd]::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }

.card-header[b-2d46555acd] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.font-monospace[b-2d46555acd] {
    font-family: 'Courier New', Courier, monospace !important;
}

.bg-success-subtle[b-2d46555acd] {
    background-color: rgba(25, 135, 84, 0.1) !important;
}

.text-success[b-2d46555acd] {
    color: #198754 !important;
}
/* /Components/Warehouse/FBA/Shipment/Header/AmazonFbaShipmentComponent.razor.rz.scp.css */
/* /Components/Warehouse/FBA/Shipment/Invoice/ZoneDefinition.razor.rz.scp.css */
[b-owvgq7nxt5] .zone-offcanvas-editor-card:hover,
[b-owvgq7nxt5] .zone-offcanvas-editor-card.active {
    border-color: #206bc4;
    outline: 1px solid #206bc4;
}
/* /Components/Warehouse/PurchaseOrders/Interface/PurchaseOrderInterfaceComponent.razor.rz.scp.css */
.parent[b-8jfgws7k3e] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div1[b-8jfgws7k3e] {
    grid-area: 1 / 1 / 2 / 2;
}

.div2[b-8jfgws7k3e] {
    grid-area: 2 / 1 / 3 / 2;
}

.div3[b-8jfgws7k3e] {
    grid-area: 3 / 1 / 4 / 2;
}

.div4[b-8jfgws7k3e] {
    grid-area: 4 / 1 / 5 / 2;
}

.div5[b-8jfgws7k3e] {
    grid-area: 5 / 1 / 6 / 2;
}

.div6[b-8jfgws7k3e] {
    grid-area: 1 / 2 / 2 / 3;
}

.div7[b-8jfgws7k3e] {
    grid-area: 2 / 2 / 3 / 3;
}

.div8[b-8jfgws7k3e] {
    grid-area: 3 / 2 / 4 / 3;
}

.div9[b-8jfgws7k3e] {
    grid-area: 4 / 2 / 5 / 3;
}

.div10[b-8jfgws7k3e] {
    grid-area: 5 / 2 / 6 / 3;
}
