@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/AddProducts.razor.rz.scp.css */
.header-row[b-1rt7jgi6a3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 100%;*/
    gap: 40px;
}

.header-popup-close-btn[b-1rt7jgi6a3] {
    display: flex;
    align-items: center;
    order: 1;
}

.header-popup-title[b-1rt7jgi6a3] {
    display: flex;
    align-items: center;
    order: 2;
}

.header-supplier-label[b-1rt7jgi6a3] {
    display: flex;
    align-items: center;
    order: 3;
}

.popup-component__content[b-1rt7jgi6a3] {
    padding-top: 24px;
}

.card-base[b-1rt7jgi6a3] {
    border: 2px solid var(--outline, #E5E8EF);
    border-radius: 8px;
    /*margin-bottom: 13px;*/
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: inherit;
}

.order-issues-container[b-1rt7jgi6a3] {
    display: flex;
    justify-content: space-between;
    color: var(--black, #171725);
    padding: 24px;
    /* category_title */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid var(--outline);
}

.order-issues-title[b-1rt7jgi6a3] {
    display: flex;
    order: 1;
}

.order-issues-qty[b-1rt7jgi6a3] {
    display: flex;
    order: 2;
}

.order-issues-price[b-1rt7jgi6a3] {
    display: flex;
    order: 3;
}

.remove-item-btn[b-1rt7jgi6a3] {
    color: var(--red, #FE5F55);
    /* small_medium_text */
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.order-products[b-1rt7jgi6a3] {
    overflow-y: scroll;
}

.order-edit-product-container[b-1rt7jgi6a3] {
    display: flex;
    justify-content: space-between;
    padding: 24px;
}

.order-action-container[b-1rt7jgi6a3] {
    align-items: center;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--outline);
}

.cart-actions[b-1rt7jgi6a3] {
    align-items: center;
    gap: 40px;
    display: flex;
}

.new-price-textfield[b-1rt7jgi6a3] {
    display: flex;
    width: 125px;
    height: 38px;
    padding: 11px 0 9px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--outline, #E5E8EF);
    background: #FFF;
    text-align: center;
}

.custom-text[b-1rt7jgi6a3] {
    color: var(--gray-text, #ADA7A7);
    text-align: right;
    /* small_medium_text */
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-price-text[b-1rt7jgi6a3] {
    color: var(--blue, #12355B);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.add-product-btn[b-1rt7jgi6a3] {
    border-radius: 50px;
    background: var(--blue_bg, #EAF1FB);
    display: inline-flex;
    padding: 15px 24px 14px 24px;
    justify-content: center;
    align-items: center;
    color: var(--blue, #12355B);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cancel-order-btn[b-1rt7jgi6a3] {
    color: #ADA7A7;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.total-label[b-1rt7jgi6a3] {
    color: var(--blue, #12355B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cart-items-label[b-1rt7jgi6a3] {
    color: var(--gray_text, #ADA7A7);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
}

.cart-total[b-1rt7jgi6a3] {
    width: 77px;
    height: 33px;
    flex-shrink: 0;
    color: var(--blue, #12355B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.update-order-btn[b-1rt7jgi6a3] {
    border-radius: 50px;
    background: var(--blue, #12355B);
    display: inline-flex;
    padding: 15px 35px 14px 35px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* /Pages/Admin/AdminMissingProductImages.razor.rz.scp.css */
.image-queue-summary[b-y20jbx3zoe] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.image-queue-summary__card[b-y20jbx3zoe] {
    padding: 1rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, #ffffff, #f3faf8);
    border: 1px solid rgba(18, 53, 91, 0.08);
    box-shadow: 0 14px 30px rgba(18, 53, 91, 0.08);
}

.image-queue-summary__card span[b-y20jbx3zoe] {
    display: block;
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 800;
}

.image-queue-summary__card strong[b-y20jbx3zoe] {
    display: block;
    color: #12355b;
    font-size: 2rem;
}

.image-queue-summary__card--review[b-y20jbx3zoe] {
    background: linear-gradient(145deg, #fff7d6, #f6df7a);
}

.image-queue[b-y20jbx3zoe] {
    display: grid;
    gap: 1rem;
}

.image-queue-item[b-y20jbx3zoe] {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(18, 53, 91, 0.1);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 12px 24px rgba(18, 53, 91, 0.06);
}

.image-queue-item__thumb[b-y20jbx3zoe] {
    width: 96px;
    height: 96px;
    border-radius: 18px;
}

.image-queue-item__header[b-y20jbx3zoe] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.image-queue-item__category[b-y20jbx3zoe] {
    margin: 0 0 0.2rem;
    color: #59beab;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.image-queue-item h4[b-y20jbx3zoe] {
    margin: 0;
    color: #111827;
}

.image-queue-item p[b-y20jbx3zoe] {
    color: #64748b;
}

.image-queue-item dl[b-y20jbx3zoe] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0.8rem;
    margin: 0;
}

.image-queue-item dl div[b-y20jbx3zoe] {
    padding: 0.75rem;
    border-radius: 0.8rem;
    background: #f8fafc;
}

.image-queue-item dt[b-y20jbx3zoe] {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
}

.image-queue-item dd[b-y20jbx3zoe] {
    margin: 0;
    color: #12355b;
    font-weight: 800;
}

.image-queue-item__actions[b-y20jbx3zoe] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    color: #64748b;
}

.image-status[b-y20jbx3zoe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.4rem 0.7rem;
    font-size: 0.76rem;
    font-weight: 900;
    white-space: nowrap;
}

.image-status--provided[b-y20jbx3zoe] {
    background: rgba(89, 190, 171, 0.16);
    color: #1d6b3d;
}

.image-status--placeholder[b-y20jbx3zoe] {
    background: rgba(18, 53, 91, 0.1);
    color: #12355b;
}

.image-status--review[b-y20jbx3zoe] {
    background: rgba(246, 190, 66, 0.22);
    color: #7a4d00;
}

@media (max-width: 760px) {
    .image-queue-item[b-y20jbx3zoe] {
        grid-template-columns: 1fr;
    }

    .image-queue-item__actions[b-y20jbx3zoe],
    .image-queue-item__header[b-y20jbx3zoe] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Pages/CataloguePrices.razor.rz.scp.css */
.catalogue-prices-page[b-3gyi2c9gov] {
    min-height: 100vh;
    padding: 32px 28px;
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(1px);
    font-family: Manrope, sans-serif;
}

.catalogue-prices-modal[b-3gyi2c9gov] {
    display: flex;
    width: min(1360px, calc(100vw - 56px));
    min-width: 980px;
    height: calc(100vh - 64px);
    min-height: calc(100vh - 64px);
    flex-direction: column;
    margin: 0 auto;
    padding: 28px 24px 24px;
    overflow: hidden;
    border-radius: 10px;
    background: #fcfcfd;
    box-shadow: 0 34px 90px rgba(7, 27, 47, 0.22);
}

.catalogue-prices-header[b-3gyi2c9gov] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e8ef;
}

.catalogue-prices-title[b-3gyi2c9gov] {
    display: flex;
    align-items: center;
    gap: 22px;
}

.catalogue-prices-title h1[b-3gyi2c9gov] {
    margin: 0;
    color: #171725;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.catalogue-prices-title p[b-3gyi2c9gov] {
    margin: 7px 0 0;
    color: #ada7a7;
    font-size: 14px;
    font-weight: 500;
}

.catalogue-prices-close[b-3gyi2c9gov] {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid #e5e8ef;
    border-radius: 50%;
    background: #ffffff;
    color: #ada7a7;
    transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.catalogue-prices-close:hover[b-3gyi2c9gov] {
    color: #12355b;
    border-color: #cbd6e4;
    transform: scale(1.03);
}

.catalogue-prices-link[b-3gyi2c9gov] {
    border: 0;
    background: transparent;
    color: #ada7a7;
    font-size: 14px;
    font-weight: 600;
}

.catalogue-prices-link:hover[b-3gyi2c9gov] {
    color: #12355b;
}

.catalogue-category-chips[b-3gyi2c9gov] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 20px 10px 14px;
    overflow: visible;
    scrollbar-width: none;
}

.catalogue-chip[b-3gyi2c9gov] {
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid #e5e8ef;
    border-radius: 999px;
    background: #ffffff;
    color: #ada7a7;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.catalogue-chip:hover[b-3gyi2c9gov] {
    border-color: #59beab;
    color: #12355b;
    transform: translateY(-1px);
}

.catalogue-chip--active[b-3gyi2c9gov] {
    border-color: #59beab;
    background: #59beab;
    color: #ffffff;
    font-weight: 800;
}

.catalogue-header-actions[b-3gyi2c9gov],
.order-catalogue-header-actions[b-3gyi2c9gov] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.order-catalogue-search[b-3gyi2c9gov] {
    position: relative;
    display: flex;
    width: min(420px, 34vw);
    min-width: 260px;
    height: 46px;
    flex: 0 1 420px;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border-radius: 999px;
    background: #e2f4f0;
    color: #59beab;
}

.order-catalogue-search button[b-3gyi2c9gov] {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #59beab;
}

.order-catalogue-search button:hover[b-3gyi2c9gov] {
    background: rgba(89, 190, 171, 0.16);
    color: #12355b;
}

.order-catalogue-search svg[b-3gyi2c9gov] {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.order-catalogue-search input[b-3gyi2c9gov] {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--black_text, #171725);
    font-size: 13px;
    font-weight: 600;
}

.order-catalogue-search input[b-3gyi2c9gov]::placeholder {
    color: #59beab;
}

.catalogue-prices-layout[b-3gyi2c9gov] {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 300px;
    gap: 12px;
    flex: 1 1 0;
    min-height: 0;
}

.catalogue-filter-panel[b-3gyi2c9gov],
.catalogue-product-grid[b-3gyi2c9gov],
.catalogue-summary-panel[b-3gyi2c9gov] {
    background: #ffffff;
}

.catalogue-filter-panel[b-3gyi2c9gov] {
    display: flex;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: 10px 0 0 0;
    border-right: 1px solid #e5e8ef;
}

.catalogue-filter-title[b-3gyi2c9gov] {
    padding: 24px;
    border-bottom: 1px solid #e5e8ef;
    color: #171725;
    font-size: 16px;
    font-weight: 800;
}

.catalogue-filter-list[b-3gyi2c9gov] {
    min-height: 0;
    flex: 1 1 auto;
    padding: 18px 16px 28px;
    overflow-y: auto;
}

.catalogue-filter-group + .catalogue-filter-group[b-3gyi2c9gov] {
    margin-top: 16px;
}

.catalogue-filter-item[b-3gyi2c9gov] {
    position: relative;
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 12px;
    align-items: start;
    margin: 0;
    color: #171725;
    cursor: pointer;
}

.catalogue-filter-item input[b-3gyi2c9gov] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.catalogue-filter-check[b-3gyi2c9gov] {
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 1px solid #dfe5ee;
    border-radius: 5px;
    background: #ffffff;
}

.catalogue-filter-item input:checked + .catalogue-filter-check[b-3gyi2c9gov] {
    border-color: #d9f4ef;
    background: #d9f4ef;
}

.catalogue-filter-item input:checked + .catalogue-filter-check[b-3gyi2c9gov]::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #59beab;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.catalogue-filter-item strong[b-3gyi2c9gov] {
    display: block;
    color: #171725;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.catalogue-filter-item small[b-3gyi2c9gov] {
    display: block;
    margin-top: 4px;
    color: #ada7a7;
    font-size: 12px;
    font-weight: 700;
}

.catalogue-subfilters[b-3gyi2c9gov] {
    display: grid;
    gap: 14px;
    margin-top: 15px;
    padding-left: 14px;
}

.catalogue-filter-item--sub strong[b-3gyi2c9gov] {
    font-weight: 500;
}

.catalogue-product-grid[b-3gyi2c9gov] {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    align-content: start;
    gap: 10px;
    min-height: 0;
    padding: 20px 16px;
    overflow-y: auto;
}

.catalogue-product-card[b-3gyi2c9gov] {
    display: flex;
    min-height: 360px;
    padding: 14px 10px 10px;
    flex-direction: column;
    border: 1px solid #e5e8ef;
    border-radius: 7px;
    background: #ffffff;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.catalogue-product-card:hover[b-3gyi2c9gov],
.catalogue-product-card--editing[b-3gyi2c9gov] {
    border-color: rgba(89, 190, 171, 0.55);
    box-shadow: 0 18px 34px rgba(18, 53, 91, 0.08);
    transform: translateY(-1px);
}

.catalogue-product-image[b-3gyi2c9gov] {
    width: 100%;
    height: 154px;
    border-radius: 4px;
}

.catalogue-product-body[b-3gyi2c9gov] {
    padding: 12px 4px 0;
}

.catalogue-product-category[b-3gyi2c9gov],
.catalogue-product-package[b-3gyi2c9gov] {
    display: block;
    color: #ada7a7;
    font-size: 12px;
    font-weight: 800;
}

.catalogue-product-body h2[b-3gyi2c9gov] {
    display: -webkit-box;
    min-height: 34px;
    margin: 8px 0 0;
    overflow: hidden;
    color: #171725;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalogue-product-body p[b-3gyi2c9gov] {
    display: -webkit-box;
    min-height: 32px;
    margin: 6px 0 0;
    overflow: hidden;
    color: #687c97;
    font-size: 11px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalogue-product-package[b-3gyi2c9gov] {
    margin-top: 12px;
}

.catalogue-product-price-row[b-3gyi2c9gov] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto 4px 10px;
}

.catalogue-product-price[b-3gyi2c9gov] {
    color: #12355b;
    font-size: 16px;
    font-weight: 900;
}

.catalogue-price-badge[b-3gyi2c9gov] {
    display: inline-flex;
    min-width: 45px;
    height: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 900;
}

.catalogue-price-badge--positive[b-3gyi2c9gov] {
    background: #eafff0;
    color: #59c478;
}

.catalogue-price-badge--negative[b-3gyi2c9gov] {
    background: #fff5f3;
    color: #ed2e35;
}

.catalogue-card-action[b-3gyi2c9gov],
.catalogue-save-button[b-3gyi2c9gov] {
    width: 100%;
    min-height: 38px;
    border: 0;
    border-radius: 999px;
    background: #59beab;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.catalogue-card-action:hover[b-3gyi2c9gov],
.catalogue-save-button:hover:not(:disabled)[b-3gyi2c9gov] {
    box-shadow: 0 10px 22px rgba(89, 190, 171, 0.24);
    transform: translateY(-1px);
}

.catalogue-card-action--secondary[b-3gyi2c9gov] {
    background: #eaf1fb;
    color: #12355b;
}

.catalogue-edit-fields[b-3gyi2c9gov] {
    display: grid;
    gap: 10px;
    margin: 10px 0;
}

.catalogue-edit-fields label[b-3gyi2c9gov] {
    display: grid;
    gap: 6px;
    color: #ada7a7;
    font-size: 11px;
    font-weight: 800;
}

.catalogue-price-input[b-3gyi2c9gov],
.catalogue-date-input[b-3gyi2c9gov] {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #e5e8ef;
    border-radius: 10px;
    background: #ffffff;
    color: #12355b;
    font-size: 13px;
    font-weight: 800;
}

.catalogue-summary-panel[b-3gyi2c9gov] {
    position: relative;
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 24px;
    border-radius: 0 10px 10px 0;
}

.catalogue-summary-panel h2[b-3gyi2c9gov] {
    margin: 0 0 22px;
    color: #171725;
    font-size: 24px;
    font-weight: 900;
}

.catalogue-summary-count[b-3gyi2c9gov] {
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 14px;
    background: #f4fbf9;
}

.catalogue-summary-count strong[b-3gyi2c9gov] {
    color: #12355b;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.catalogue-summary-count span[b-3gyi2c9gov],
.catalogue-summary-total span[b-3gyi2c9gov] {
    color: #ada7a7;
    font-size: 12px;
    font-weight: 800;
}

.catalogue-summary-list[b-3gyi2c9gov] {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.catalogue-summary-item[b-3gyi2c9gov] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    color: #171725;
    font-size: 12px;
}

.catalogue-summary-item span[b-3gyi2c9gov] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-summary-item strong[b-3gyi2c9gov] {
    color: #12355b;
}

.catalogue-summary-total[b-3gyi2c9gov] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid #e5e8ef;
}

.catalogue-summary-total strong[b-3gyi2c9gov] {
    color: #12355b;
    font-size: 24px;
    font-weight: 900;
}

.catalogue-save-button[b-3gyi2c9gov] {
    min-height: 50px;
    margin-top: 28px;
    background: #12355b;
    font-size: 16px;
}

.catalogue-save-button:disabled[b-3gyi2c9gov] {
    background: #d7dde6;
    color: #8b99aa;
    cursor: not-allowed;
}

.catalogue-empty-state[b-3gyi2c9gov] {
    grid-column: 1 / -1;
    display: grid;
    min-height: 360px;
    place-items: center;
    align-content: center;
    border: 1px dashed #dfe5ee;
    border-radius: 10px;
    color: #687c97;
    text-align: center;
}

.catalogue-empty-state h2[b-3gyi2c9gov] {
    margin: 0;
    color: #12355b;
    font-size: 20px;
    font-weight: 900;
}

.catalogue-empty-state p[b-3gyi2c9gov] {
    margin: 8px 0 0;
}

@media (max-width: 1180px) {
    .catalogue-prices-page[b-3gyi2c9gov] {
        overflow-x: auto;
    }

    .catalogue-prices-modal[b-3gyi2c9gov] {
        width: 1120px;
    }

    .catalogue-prices-layout[b-3gyi2c9gov] {
        grid-template-columns: 200px 1fr 280px;
    }
}
/* /Pages/CatalogueUpdates.razor.rz.scp.css */
.catalogue-updates-shell[b-biva812544] {
    width: 100%;
}

.catalogue-updates-content[b-biva812544] {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding-top: 42px;
    color: var(--black_text);
}

.catalogue-updates-topbar[b-biva812544] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 0 !important;
}

.catalogue-updates-title[b-biva812544] {
    margin: 0;
    padding-left: 0;
}

.catalogue-updates-title > div:first-child[b-biva812544] {
    display: grid;
    gap: 7px;
}

.catalogue-updates-title h2[b-biva812544] {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.catalogue-updates-title span:not(.state-label)[b-biva812544] {
    color: var(--grey_text);
    font-size: 14px;
    font-weight: 600;
}

.catalogue-updates-alert[b-biva812544] {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid rgba(89, 190, 171, 0.18);
    border-radius: 13px;
    background: var(--green_bg);
    color: var(--blue);
    font-size: 14px;
    font-weight: 800;
    box-shadow: var(--box-shadow);
}

.catalogue-updates-grid[b-biva812544] {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-bottom: 0 !important;
}

.catalogue-import-list[b-biva812544],
.catalogue-updates-table[b-biva812544],
.catalogue-updates-source[b-biva812544],
.catalogue-updates-empty--large[b-biva812544] {
    min-width: 0;
    border-radius: 13px;
}

.catalogue-import-list[b-biva812544] {
    min-width: 0;
    max-height: calc(100vh - 220px);
    overflow: hidden;
}

.catalogue-import-list__head[b-biva812544] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 78px;
    padding: 22px 24px;
}

.catalogue-import-list__head span[b-biva812544] {
    color: var(--black_text);
    font-size: 18px;
    font-weight: 800;
}

.catalogue-import-list__head strong[b-biva812544] {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--green_bg);
    color: var(--green);
    font-size: 14px;
    font-weight: 900;
}

.catalogue-import-list__body[b-biva812544] {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}

.catalogue-import-item[b-biva812544] {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    width: 100%;
    min-height: 108px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--outline);
    background: #fff;
    color: inherit;
    text-align: left;
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

.catalogue-import-item:hover[b-biva812544],
.catalogue-import-item:focus-visible[b-biva812544],
.catalogue-import-item--selected[b-biva812544] {
    background: #f8fbfd;
    box-shadow: inset 4px 0 0 var(--green);
    outline: none;
}

.catalogue-import-item__avatar[b-biva812544] {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    background: var(--green_bg);
    color: var(--green);
    font-size: 14px;
    font-weight: 900;
}

.catalogue-import-item__copy[b-biva812544] {
    min-width: 0;
}

.catalogue-import-item__copy strong[b-biva812544],
.catalogue-import-item__copy span[b-biva812544],
.catalogue-import-item__copy small[b-biva812544] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-import-item__copy strong[b-biva812544] {
    color: var(--black_text);
    font-size: 15px;
    font-weight: 800;
}

.catalogue-import-item__copy span[b-biva812544] {
    margin-top: 5px;
    color: var(--grey);
    font-size: 13px;
    font-weight: 700;
}

.catalogue-import-item__copy small[b-biva812544] {
    margin-top: 5px;
    color: var(--grey_text);
    font-size: 12px;
    font-weight: 700;
}

.catalogue-status-label[b-biva812544] {
    width: max-content;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 800;
}

.catalogue-status-label--muted[b-biva812544] {
    background: var(--light-grey);
    color: var(--grey_text);
}

.catalogue-updates-review[b-biva812544] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 18px;
}

.catalogue-updates-metrics[b-biva812544] {
    display: grid;
    grid-template-columns: minmax(260px, 1.6fr) repeat(4, minmax(116px, 0.7fr));
    gap: 14px;
}

.catalogue-updates-metric[b-biva812544] {
    min-width: 0;
    padding: 18px;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0px 7.67791px 14.716px 0px rgba(62, 63, 122, 0.04);
}

.catalogue-updates-metric span[b-biva812544],
.catalogue-updates-source span[b-biva812544],
.catalogue-updates-empty span[b-biva812544] {
    display: block;
    color: var(--grey_text);
    font-size: 13px;
    font-weight: 700;
}

.catalogue-updates-metric strong[b-biva812544] {
    display: block;
    margin-top: 8px;
    overflow: hidden;
    color: var(--black_text);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-updates-metric small[b-biva812544] {
    display: block;
    margin-top: 7px;
    overflow: hidden;
    color: var(--grey_text);
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-updates-metric--supplier strong[b-biva812544] {
    font-size: 20px;
}

.catalogue-updates-source[b-biva812544] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    min-height: 78px;
    padding: 18px 22px;
}

.catalogue-updates-source > div:first-child[b-biva812544] {
    flex: 1 1 320px;
    min-width: 0;
}

.catalogue-updates-source strong[b-biva812544] {
    display: block;
    max-width: 100%;
    margin-top: 5px;
    overflow: hidden;
    color: var(--black_text);
    font-size: 16px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-updates-source__actions[b-biva812544] {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
    min-width: 260px;
}

.catalogue-updates-finish[b-biva812544] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    padding: 22px 24px;
    border: 1px solid rgba(89, 190, 171, 0.28);
    background: rgba(89, 190, 171, 0.08);
}

.catalogue-updates-finish div[b-biva812544] {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.catalogue-updates-finish strong[b-biva812544] {
    color: var(--black_text);
    font-size: 18px;
    font-weight: 900;
}

.catalogue-updates-finish span[b-biva812544] {
    color: var(--grey_text);
    font-size: 13px;
    font-weight: 700;
}

.catalogue-updates-finish .button_design[b-biva812544] {
    min-width: 150px;
}

.catalogue-updates-table[b-biva812544] {
    overflow-x: auto;
    overflow-y: hidden;
}

.catalogue-updates-section-title[b-biva812544] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 6px;
}

.catalogue-updates-section-title div[b-biva812544] {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.catalogue-updates-section-title strong[b-biva812544] {
    color: var(--black_text);
    font-size: 18px;
    font-weight: 900;
}

.catalogue-updates-section-title span:not(.state-label)[b-biva812544] {
    color: var(--grey_text);
    font-size: 13px;
    font-weight: 700;
}

.catalogue-updates-table__head[b-biva812544],
.catalogue-update-row[b-biva812544] {
    display: grid;
    grid-template-columns: minmax(280px, 1.7fr) minmax(220px, 1.15fr) minmax(128px, 0.55fr) minmax(140px, 0.65fr);
    gap: 22px;
    min-width: 780px;
}

.catalogue-updates-table__head--processed[b-biva812544],
.catalogue-update-row--processed[b-biva812544] {
    grid-template-columns: minmax(280px, 1.7fr) minmax(220px, 1.15fr) minmax(128px, 0.55fr);
    min-width: 640px;
}

.catalogue-updates-table__head[b-biva812544] {
    align-items: center;
    min-height: 70px;
    padding: 0 24px;
    border-bottom: 1px solid var(--outline);
    color: var(--black_text);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.catalogue-update-row[b-biva812544] {
    align-items: start;
    padding: 24px;
    border-bottom: 1px solid var(--outline);
}

.catalogue-update-row:last-child[b-biva812544] {
    border-bottom: 0;
}

.catalogue-update-row--processed[b-biva812544] {
    background: linear-gradient(90deg, rgba(89, 190, 171, 0.06), rgba(255, 255, 255, 0));
}

.catalogue-update-row__titleline[b-biva812544] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.catalogue-update-row__titleline strong[b-biva812544] {
    min-width: 0;
    overflow: hidden;
    color: var(--black_text);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-update-row__product p[b-biva812544] {
    display: -webkit-box;
    margin: 10px 0 0;
    overflow: hidden;
    color: var(--grey);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catalogue-update-row__product small[b-biva812544] {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    color: var(--grey_text);
    font-size: 12px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogue-update-row__match strong[b-biva812544],
.catalogue-update-row__prices strong[b-biva812544] {
    display: block;
    color: var(--black_text);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.catalogue-update-row__match span[b-biva812544] {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    color: var(--grey_text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.catalogue-update-row__prices span[b-biva812544] {
    display: block;
    margin-bottom: 8px;
    color: var(--grey_text);
    font-size: 12px;
    font-weight: 800;
}

.catalogue-update-row__prices strong[b-biva812544] {
    color: var(--blue);
    font-size: 22px;
}

.catalogue-update-row__actions[b-biva812544] {
    display: grid;
    gap: 10px;
}

.catalogue-update-row__actions .button_design[b-biva812544],
.catalogue-updates-source__actions .button_design[b-biva812544],
.catalogue-updates-add .button_design[b-biva812544] {
    width: 100%;
    min-width: 0;
}

.catalogue-updates-source__actions .button_design[b-biva812544] {
    width: auto;
    min-width: 126px;
}

.catalogue-update-row__actions .button_design--grey[b-biva812544] {
    justify-content: center;
    color: var(--grey_text);
}

.catalogue-updates-add[b-biva812544] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--outline);
    border-radius: 13px;
    background: #f8fbfd;
}

.catalogue-updates-add label[b-biva812544] {
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
}

.catalogue-updates-add label span[b-biva812544] {
    color: var(--grey_text);
    font-size: 12px;
    font-weight: 900;
}

.catalogue-updates-add input[b-biva812544],
.catalogue-updates-add select[b-biva812544] {
    width: 100%;
    height: 44px;
    min-width: 0;
    border: 1px solid var(--outline);
    border-radius: 10px;
    background: #fff;
    color: var(--black_text);
    font-size: 14px;
    font-weight: 700;
    padding: 0 12px;
}

.catalogue-updates-add input:focus[b-biva812544],
.catalogue-updates-add select:focus[b-biva812544] {
    border-color: var(--green);
    outline: none;
}

.catalogue-updates-add__message[b-biva812544] {
    grid-column: 1 / -1;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(220, 38, 38, 0.14);
    border-radius: 10px;
    background: #fef2f2;
    color: #dc2626;
    font-size: 13px;
    font-weight: 800;
}

.catalogue-updates-empty[b-biva812544] {
    display: grid;
    gap: 8px;
    padding: 26px;
}

.catalogue-updates-empty strong[b-biva812544] {
    color: var(--black_text);
    font-size: 17px;
    font-weight: 900;
}

.catalogue-updates-empty--large[b-biva812544] {
    min-height: 260px;
    place-content: center;
    text-align: center;
}

.catalogue-updates-empty--compact[b-biva812544] {
    min-height: 118px;
    place-content: center;
}

@media (max-width: 1240px) {
    .catalogue-updates-metrics[b-biva812544] {
        grid-template-columns: repeat(5, minmax(128px, 1fr));
    }
}
/* /Pages/CatalogueView.razor.rz.scp.css */
.disable-click[b-fojkzybazr] {
    pointer-events: none;
}

.header__search-component[b-fojkzybazr] {
    position: relative;
    display: flex;
}

.search-component__form input[b-fojkzybazr] {
    width: 100%;
    padding-right: 30px; /* Αφήνουμε χώρο για το κουμπί X */
}

.clear-search-button[b-fojkzybazr] {
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.cart-product-list-container[b-fojkzybazr] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-price[b-fojkzybazr] {
    color: var(--blue, #12355B);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-package[b-fojkzybazr] {
    color: var(--gray-text, #ADA7A7);
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-name[b-fojkzybazr] {
    color: var(--black_text, #171725);
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* /Pages/MessagesConversations.razor.rz.scp.css */
.message-list-item[b-52rr42vm5w] {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--outline);
}

.message-content__footer[b-52rr42vm5w] {
    gap: 24px;
    padding-bottom: 15px;
}

.message-action-bar[b-52rr42vm5w] {
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 8px;
    scrollbar-width: thin;
}

.message-action-bar .button_design[b-52rr42vm5w] {
    white-space: nowrap;
    word-break: keep-all;
    line-height: 1;
}

.message-action-button[b-52rr42vm5w] {
    min-width: 128px;
}

.message-action-button--wide[b-52rr42vm5w] {
    min-width: 170px;
}

.message-sender__name[b-52rr42vm5w] {
    margin: 0;
}

.message-sender__restaurant[b-52rr42vm5w] {
    margin: 4px 0 0;
    color: var(--grey_text);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.messages-conversation-container[b-52rr42vm5w] {
    display: flex;
}

.messages-conversation__list[b-52rr42vm5w] {
    width: 40%;
    overflow-y: auto;
    max-height: 80vh;
}

.messages-conversation__content[b-52rr42vm5w] {
    width: 60%;
    padding-left: 20px;
    position: sticky;
    top: 10vh;
    max-height: 80vh;
    overflow-y: auto;
}

.message-list-item-container[b-52rr42vm5w] {
    display: flex;
    justify-content: center;
}

.message-list-item[b-52rr42vm5w] {
    width: 100%;
    max-width: 100%;
    @* border: 2px solid #D3D3D3; *@
}

/* Selected message style - removed yellow background */
.is-selected-message[b-52rr42vm5w] {
    background-color: transparent; /* no yellow */
}

/* Force transparent backgrounds to override inline or global yellow styles */
.message-list-item[b-52rr42vm5w], .message-list-item__inner[b-52rr42vm5w], .message-list-item-container[b-52rr42vm5w], .message-list-item__desc[b-52rr42vm5w], .message-list-item__title[b-52rr42vm5w] {
    background: transparent !important;
}

.button-disabled[b-52rr42vm5w] {
    background-color: white;
    color: #C0C0C0;
}

.modal[b-52rr42vm5w] {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content[b-52rr42vm5w] {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close-button[b-52rr42vm5w] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover[b-52rr42vm5w],
.close-button:focus[b-52rr42vm5w] {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-footer[b-52rr42vm5w] {
    display: flex;
    justify-content: flex-end;
}

.modal-footer button[b-52rr42vm5w] {
    margin-left: 10px;
}

.status-awaiting[b-52rr42vm5w] {
    color: forestgreen;
    font-weight: bold;
}

.status-cancelled[b-52rr42vm5w] {
    color: red;
    font-weight: bold;
}

.status-delivered[b-52rr42vm5w] {
    color: blue;
    font-weight: bold;
}
/* /Pages/Suppliers.razor.rz.scp.css */
.supplier-upload-section[b-aabb19qefn] {
    margin-top: 18px;
}

.supplier-upload-card[b-aabb19qefn] {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 22px 24px;
}

.supplier-upload-card__copy[b-aabb19qefn] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 720px;
}

.supplier-upload-card__eyebrow[b-aabb19qefn] {
    color: #55c7ad;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.supplier-upload-card h3[b-aabb19qefn],
.supplier-upload-modal h3[b-aabb19qefn] {
    color: #101828;
    font-size: 20px;
    font-weight: 800;
    margin: 0;
}

.supplier-upload-card p[b-aabb19qefn],
.supplier-upload-modal p[b-aabb19qefn] {
    color: #667085;
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.supplier-upload-button[b-aabb19qefn] {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    gap: 8px;
    justify-content: center;
    margin: 0;
    position: relative;
}

.supplier-upload-input[b-aabb19qefn] {
    cursor: pointer;
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.supplier-upload-status[b-aabb19qefn] {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 12px;
    margin-top: 10px;
    padding: 10px 12px;
}

.supplier-upload-status--success[b-aabb19qefn] {
    background: #e7f8f2;
    color: #087f5b;
}

.supplier-upload-status--error[b-aabb19qefn] {
    background: #fff1f0;
    color: #c92a2a;
}

.supplier-upload-status--info[b-aabb19qefn] {
    background: #eef7ff;
    color: #0b4f7a;
}

.supplier-upload-status__link[b-aabb19qefn] {
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    margin-left: auto;
    text-decoration: underline;
}

.supplier-upload-modal-backdrop[b-aabb19qefn] {
    align-items: center;
    background: rgba(16, 24, 40, .48);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 2000;
}

.supplier-upload-modal[b-aabb19qefn] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(16, 24, 40, .24);
    max-height: calc(100vh - 48px);
    max-width: 920px;
    overflow: auto;
    padding: 24px;
    width: min(920px, 100%);
}

.supplier-upload-modal__header[b-aabb19qefn] {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.supplier-upload-modal__close[b-aabb19qefn] {
    align-items: center;
    background: #f2f4f7;
    border: 0;
    border-radius: 999px;
    color: #344054;
    display: flex;
    font-size: 22px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    width: 36px;
}

.supplier-upload-dropzone[b-aabb19qefn] {
    align-items: center;
    background: #f8fafc;
    border: 1.5px dashed #b7c4d4;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    margin: 20px 0;
    min-height: 150px;
    overflow: hidden;
    padding: 22px;
    position: relative;
    text-align: center;
    transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.supplier-upload-dropzone:hover[b-aabb19qefn] {
    background: #f1fbf8;
    border-color: #55c7ad;
    box-shadow: 0 0 0 4px rgba(85, 199, 173, .12);
}

.supplier-upload-dropzone--ready[b-aabb19qefn] {
    background: #f0fbf8;
    border-color: #55c7ad;
}

.supplier-upload-dropzone__icon[b-aabb19qefn] {
    align-items: center;
    background: #e7f8f2;
    border-radius: 999px;
    color: #0b846b;
    display: flex;
    height: 54px;
    justify-content: center;
    width: 54px;
}

.supplier-upload-dropzone__title[b-aabb19qefn] {
    color: #101828;
    font-size: 15px;
    font-weight: 800;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.supplier-upload-dropzone__meta[b-aabb19qefn] {
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.supplier-upload-profile-head[b-aabb19qefn] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.supplier-upload-profile-head h4[b-aabb19qefn] {
    color: #101828;
    font-size: 16px;
    font-weight: 800;
    margin: 2px 0 0;
}

.supplier-upload-profile-head__note[b-aabb19qefn] {
    background: #fff4e6;
    border-radius: 999px;
    color: #f76707;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
}

.supplier-upload-empty-note[b-aabb19qefn] {
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 14px;
}

.supplier-upload-form-grid[b-aabb19qefn] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.supplier-upload-form-grid label[b-aabb19qefn] {
    color: #98a2b3;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 800;
    gap: 6px;
}

.supplier-upload-form-grid input[b-aabb19qefn] {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    color: #101828;
    font-size: 14px;
    font-weight: 700;
    min-height: 44px;
    outline: none;
    padding: 10px 12px;
}

.supplier-upload-form-grid input:focus[b-aabb19qefn] {
    border-color: #55c7ad;
    box-shadow: 0 0 0 3px rgba(85, 199, 173, .18);
}

.supplier-upload-form-grid__wide[b-aabb19qefn] {
    grid-column: 1 / -1;
}

.supplier-upload-modal__footer[b-aabb19qefn] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 22px;
}

@media (max-width: 760px) {
    .supplier-upload-card[b-aabb19qefn] {
        align-items: stretch;
        flex-direction: column;
    }

    .supplier-upload-form-grid[b-aabb19qefn] {
        grid-template-columns: 1fr;
    }

    .supplier-upload-modal__footer[b-aabb19qefn] {
        flex-direction: column-reverse;
    }
}
/* /Pages/UpdateOrder.razor.rz.scp.css */
.header-row[b-37k2r1p56z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*width: 100%;*/
    gap: 40px;
}

.header-popup-close-btn[b-37k2r1p56z] {
    display: flex;
    align-items: center;
    order: 1;
}

.header-popup-title[b-37k2r1p56z] {
    display: flex;
    align-items: center;
    order: 2;
}

.header-supplier-label[b-37k2r1p56z] {
    display: flex;
    align-items: center;
    order: 3;
    color: #ADA7A7;
    /* tag */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup-component__content[b-37k2r1p56z] {
    padding-top: 24px;
}

.card-base[b-37k2r1p56z] {
    border: 2px solid var(--outline, #E5E8EF);
    border-radius: 8px;
    /*margin-bottom: 13px;*/
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: inherit;
}

.order-issues-container[b-37k2r1p56z] {
    display: flex;
    justify-content: space-between;
    color: var(--black, #171725);
    padding: 24px;
    /* category_title */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid var(--outline);
}

.order-issues-title[b-37k2r1p56z] {
    display: flex;
    order: 1;
}

.order-issues-qty[b-37k2r1p56z] {
    display: flex;
    order: 2;
}

.order-issues-price[b-37k2r1p56z] {
    display: flex;
    order: 3;
}

.remove-item-btn[b-37k2r1p56z] {
    color: var(--red, #FE5F55);
    /* small_medium_text */
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.order-products[b-37k2r1p56z] {
    overflow-y: scroll;
}

.order-edit-product-container[b-37k2r1p56z] {
    display: flex;
    justify-content: space-between;
    padding: 24px;
}

.order-action-container[b-37k2r1p56z]{
    align-items:center; 
    padding: 24px; 
    display: flex; 
    justify-content: space-between; 
    border-top: 1px solid var(--outline);
}

.cart-actions[b-37k2r1p56z] {
    align-items: center;
    gap: 40px;
    display: flex;
}

.new-price-textfield[b-37k2r1p56z] {
    display: flex;
    width: 125px;
    height: 38px;
    padding: 11px 0 9px 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--outline, #E5E8EF);
    background: #FFF;
    text-align: center;
}

.custom-text[b-37k2r1p56z] {
    color: var(--gray-text, #ADA7A7);
    text-align: right;
    /* small_medium_text */
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-price-text[b-37k2r1p56z] {
    color: var(--blue, #12355B);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.add-product-btn[b-37k2r1p56z] {
    border-radius: 50px;
    background: var(--blue_bg, #EAF1FB);
    display: inline-flex;
    padding: 15px 24px 14px 24px;
    justify-content: center;
    align-items: center;
    color: var(--blue, #12355B);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cancel-order-btn[b-37k2r1p56z] {
    color: #ADA7A7;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.total-label[b-37k2r1p56z] {
    color: var(--blue, #12355B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cart-items-label[b-37k2r1p56z] {
    color: var(--gray_text, #ADA7A7);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
}

.cart-total[b-37k2r1p56z] {
    width: 77px;
    height: 33px;
    flex-shrink: 0;
    color: var(--blue, #12355B);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.update-order-btn[b-37k2r1p56z] {
    border-radius: 50px;
    background: var(--blue, #12355B);
    display: inline-flex;
    padding: 15px 35px 14px 35px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.popup-overlay[b-37k2r1p56z] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content[b-37k2r1p56z] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: white;
    border-radius: 8px;
    /* min-width: 300px; */
    width: 500px;
    height: 250px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.popup-title[b-37k2r1p56z] {
    color: var(--black_text, #171725);
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.popup-message[b-37k2r1p56z] {
    color: var(--gray_text, #ADA7A7);
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
}

.popup-keep-order-btn[b-37k2r1p56z] {
    border-radius: 50px;
    border: 1px solid var(--outline, #E5E8EF);
    background: #FFF;
    display: inline-flex;
    padding: 15px 41px 14px 40px;
    justify-content: center;
    align-items: center;
    color: var(--gray_text, #ADA7A7);
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup-cancel-order-btn[b-37k2r1p56z] {
    display: inline-flex;
    padding: 15px 44px 14px 44px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--red, #FE5F55);
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
/* /Shared/AdminLayout.razor.rz.scp.css */
.admin-shell[b-38jmy4s1eu] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    background:
        radial-gradient(circle at top left, rgba(85, 166, 245, 0.14), transparent 28%),
        linear-gradient(180deg, #f7fafc 0%, #eef4f8 100%);
}

.admin-shell__sidebar[b-38jmy4s1eu] {
    min-height: 100vh;
    border-right: 1px solid rgba(20, 40, 74, 0.08);
    background: linear-gradient(180deg, #0f2746 0%, #173b5e 100%);
}

.admin-shell__main[b-38jmy4s1eu] {
    min-width: 0;
    padding: 2rem;
}

.admin-shell__header[b-38jmy4s1eu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.admin-shell__eyebrow[b-38jmy4s1eu] {
    margin: 0 0 0.25rem;
    color: #5d728c;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.admin-shell__title[b-38jmy4s1eu] {
    margin: 0;
    font-size: 1.8rem;
    color: #10253f;
}

@media (max-width: 960px) {
    .admin-shell[b-38jmy4s1eu] {
        grid-template-columns: 1fr;
    }

    .admin-shell__sidebar[b-38jmy4s1eu] {
        min-height: auto;
    }

    .admin-shell__main[b-38jmy4s1eu] {
        padding: 1rem;
    }
}
/* /Shared/AdminNavMenu.razor.rz.scp.css */
.admin-nav[b-wfn0zk5j6u] {
    padding: 1.5rem 1rem;
    color: #f4f8fc;
}

.admin-nav__brand[b-wfn0zk5j6u] {
    padding: 0.75rem 0.75rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 1rem;
}

.admin-nav__brand strong[b-wfn0zk5j6u] {
    display: block;
    font-size: 1.15rem;
}

.admin-nav__kicker[b-wfn0zk5j6u] {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #9bc2ef;
}

.admin-nav__links[b-wfn0zk5j6u] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.admin-nav__link[b-wfn0zk5j6u] {
    color: rgba(244, 248, 252, 0.84);
    text-decoration: none;
    border-radius: 0.75rem;
    padding: 0.8rem 0.9rem;
}

.admin-nav__link:hover[b-wfn0zk5j6u] {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.admin-nav__link.active[b-wfn0zk5j6u] {
    color: #fff;
    background: linear-gradient(90deg, rgba(93, 178, 255, 0.28), rgba(255, 255, 255, 0.08));
}
/* /Shared/ProductImage.razor.rz.scp.css */
.product-image-frame[b-xjxi9x6k8x] {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #f8fbfa;
}

.product-image-frame img[b-xjxi9x6k8x] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product-image-frame--placeholder[b-xjxi9x6k8x] {
    padding: 0 !important;
    border: 1px solid rgba(18, 53, 91, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.product-image-fallback[b-xjxi9x6k8x] {
    width: 100%;
    height: 100%;
    min-width: 56px;
    min-height: 56px;
    display: grid;
    place-items: center;
    padding: 8px;
    color: #12355b;
    text-align: center;
}

.product-image-fallback svg[b-xjxi9x6k8x] {
    width: 70%;
    height: 70%;
    max-width: 44px;
    max-height: 44px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-image-fallback--meat[b-xjxi9x6k8x] {
    background: linear-gradient(145deg, #fff2d6 0%, #f9c784 100%);
    color: #7a3416;
}

.product-image-fallback--seafood[b-xjxi9x6k8x] {
    background: linear-gradient(145deg, #dff8f6 0%, #7adbd1 100%);
    color: #12355b;
}

.product-image-fallback--produce[b-xjxi9x6k8x] {
    background: linear-gradient(145deg, #e8f8df 0%, #93d86f 100%);
    color: #1d6b3d;
}

.product-image-fallback--dairy[b-xjxi9x6k8x] {
    background: linear-gradient(145deg, #fff8cf 0%, #f5dc6d 100%);
    color: #755b00;
}

.product-image-fallback--bakery[b-xjxi9x6k8x] {
    background: linear-gradient(145deg, #fff0d9 0%, #e5a451 100%);
    color: #6f3b09;
}

.product-image-fallback--pantry[b-xjxi9x6k8x] {
    background: linear-gradient(145deg, #edf8f5 0%, #59beab 100%);
    color: #12355b;
}
