/* /Components/Account/Customer/AddressBook.razor.rz.scp.css */
.text-purple[b-czburikloq] {
    color: #7a136d;
}

.fx-modal-content[b-czburikloq] {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(19, 27, 44, 0.12);
}

.fx-modal-header[b-czburikloq] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef1f5;
    align-items: flex-start;
}

.fx-modal-title[b-czburikloq] {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.fx-modal-subtitle[b-czburikloq] {
    font-size: .75rem;
    color: #6b7280;
    margin-top: .2rem;
}

.fx-modal-body[b-czburikloq] {
    padding: 1.25rem;
}

.fx-modal-footer[b-czburikloq] {
    padding: .9rem 1.25rem 1.1rem;
    border-top: 1px solid #eef1f5;
}

.fx-label[b-czburikloq] {
    font-size: .76rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: .35rem;
}

.fx-modal-content .form-control[b-czburikloq],
.fx-modal-content .form-select[b-czburikloq] {
    font-size: .8rem;
    min-height: 38px;
    border-radius: 10px;
}

.fx-address-type-group[b-czburikloq] {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}

.fx-address-type-option[b-czburikloq] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .6rem .8rem;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    transition: all .15s ease;
    font-size: .78rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0;
}

    .fx-address-type-option input[b-czburikloq] {
        margin: 0;
    }

    .fx-address-type-option.active[b-czburikloq] {
        border-color: #7a136d;
        background: rgba(122, 19, 109, 0.06);
        color: #7a136d;
    }

.fx-modal-content .validation-message[b-czburikloq],
.fx-modal-content .invalid-feedback[b-czburikloq] {
    font-size: .72rem;
}

@@media (max-width: 767.98px) {
    .fx-modal-header[b-czburikloq],
    .fx-modal-body[b-czburikloq],
    .fx-modal-footer[b-czburikloq] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .fx-address-type-group[b-czburikloq] {
        flex-direction: column;
    }
}

.fx-address-suggestion-dropdown[b-czburikloq] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #dbe2ea;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(19, 27, 44, 0.12);
    max-height: 260px;
    overflow-y: auto;
    z-index: 1055;
}

.fx-address-suggestion-item[b-czburikloq] {
    width: 100%;
    border: 0;
    background: #fff;
    text-align: left;
    padding: .7rem .85rem;
    font-size: .8rem;
    color: #374151;
    border-bottom: 1px solid #eef1f5;
    transition: background .15s ease;
}

    .fx-address-suggestion-item:last-child[b-czburikloq] {
        border-bottom: 0;
    }

    .fx-address-suggestion-item:hover[b-czburikloq] {
        background: #f8f9fb;
    }
/* /Components/Account/Customer/Branding.razor.rz.scp.css */
.branding-form-section[b-grkphkh6l1] {
    margin-bottom: 1rem;
}

.branding-label[b-grkphkh6l1] {
    display: block;
    margin-bottom: .55rem;
    font-size: .95rem;
    font-weight: 700;
    color: #344054;
}

.branding-upload-box[b-grkphkh6l1] {
    width: 100%;
    min-height: 104px;
    border: 1px dashed #d0d5dd;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
}

.branding-upload-inner[b-grkphkh6l1] {
    text-align: center;
    color: #667085;
    padding: 1rem;
}

.branding-upload-icon[b-grkphkh6l1] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .35rem;
    color: #667085;
    font-size: 2rem;
    line-height: 1;
}

.branding-upload-text[b-grkphkh6l1] {
    font-size: .95rem;
}

.branding-logo-preview[b-grkphkh6l1] {
    max-height: 90px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.branding-colours-row[b-grkphkh6l1] {
    margin-bottom: 1rem;
}

.branding-colour-input-wrap[b-grkphkh6l1] {
    display: flex;
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    height: 42px;
}

.branding-colour-swatch[b-grkphkh6l1] {
    width: 52px;
    min-width: 52px;
    height: 42px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.branding-colour-text[b-grkphkh6l1] {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.branding-text-input[b-grkphkh6l1] {
    min-height: 42px;
    border-color: #d0d5dd;
    border-radius: 6px;
    box-shadow: none;
}

    .branding-text-input:focus[b-grkphkh6l1] {
        border-color: #7a1b72;
        box-shadow: 0 0 0 .15rem rgba(122, 27, 114, .12);
    }

.branding-checkbox-row[b-grkphkh6l1] {
    border: 1px solid #eaecf0;
    border-radius: 8px;
    padding: .95rem 1rem;
    background: #fff;
    margin-bottom: 1.15rem;
}

.branding-check-label[b-grkphkh6l1] {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: .35rem;
    font-weight: 600;
    color: #344054;
    cursor: pointer;
}

.branding-checkbox[b-grkphkh6l1] {
    width: 18px;
    height: 18px;
    accent-color: #7a1b72;
}

.branding-check-help[b-grkphkh6l1] {
    font-size: .85rem;
    color: #667085;
    padding-left: 1.8rem;
}

.branding-preview-section[b-grkphkh6l1] {
    margin-top: 1rem;
}

.branding-preview-title[b-grkphkh6l1] {
    font-size: .95rem;
    font-weight: 700;
    color: #344054;
    margin-bottom: .75rem;
}

.branding-preview-shell[b-grkphkh6l1] {
    border: 1px solid #eaecf0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.branding-email-meta[b-grkphkh6l1] {
    padding: 1rem 1.1rem;
    background: #f8fafc;
    border-bottom: 1px solid #eaecf0;
}

.branding-email-meta-row[b-grkphkh6l1] {
    display: flex;
    gap: .5rem;
    font-size: .9rem;
    color: #344054;
    margin-bottom: .25rem;
    word-break: break-word;
}

    .branding-email-meta-row:last-child[b-grkphkh6l1] {
        margin-bottom: 0;
    }

.branding-email-meta-label[b-grkphkh6l1] {
    font-weight: 700;
    min-width: 72px;
}

.branding-email-body[b-grkphkh6l1] {
    background: #ffffff;
}

.branding-email-banner[b-grkphkh6l1] {
    padding: 1.25rem 1.2rem;
    color: #fff;
}

.branding-email-banner-title[b-grkphkh6l1] {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: .2rem;
}

.branding-email-banner-subtitle[b-grkphkh6l1] {
    font-size: .92rem;
    opacity: .95;
}

.branding-email-content[b-grkphkh6l1] {
    padding: 1.2rem;
}

.branding-email-logo-wrap[b-grkphkh6l1] {
    margin-bottom: 1rem;
}

.branding-email-logo[b-grkphkh6l1] {
    max-height: 60px;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

.branding-email-product-title[b-grkphkh6l1] {
    font-size: 1rem;
    font-weight: 700;
    color: #1d2939;
    margin-bottom: .2rem;
}

.branding-email-product-subtitle[b-grkphkh6l1] {
    font-size: .9rem;
    color: #667085;
    margin-bottom: 1rem;
}

.branding-email-table[b-grkphkh6l1] {
    border: 1px solid #eaecf0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.branding-email-table-row[b-grkphkh6l1] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem 1rem;
    border-bottom: 1px solid #eaecf0;
    font-size: .9rem;
}

    .branding-email-table-row:last-child[b-grkphkh6l1] {
        border-bottom: 0;
    }

.branding-email-table-label[b-grkphkh6l1] {
    font-weight: 700;
    color: #344054;
}

.branding-email-table-value[b-grkphkh6l1] {
    color: #475467;
    text-align: right;
}

.branding-email-total-box[b-grkphkh6l1] {
    padding: 1rem;
    border-radius: 8px;
    color: #fff;
}

.branding-email-total-label[b-grkphkh6l1] {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .03em;
    opacity: .95;
}

.branding-email-total-value[b-grkphkh6l1] {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin-top: .15rem;
}

.branding-email-total-vat[b-grkphkh6l1] {
    font-size: .85rem;
    opacity: .9;
}

.branding-email-footer[b-grkphkh6l1] {
    padding: 1rem 1.2rem 1.2rem;
    color: #667085;
    font-size: .86rem;
}

.branding-actions[b-grkphkh6l1] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.branding-save-btn[b-grkphkh6l1] {
    min-height: 42px;
    padding: 0 1rem;
    border: 0;
    border-radius: 6px;
    background: #7a1b72;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .branding-save-btn:hover:not(:disabled)[b-grkphkh6l1],
    .branding-save-btn:focus:not(:disabled)[b-grkphkh6l1] {
        background: #691663;
        color: #fff;
    }

    .branding-save-btn:disabled[b-grkphkh6l1] {
        opacity: .7;
        cursor: not-allowed;
    }
/* /Components/Account/Customer/ClientQuotes.razor.rz.scp.css */
.client-quotes-page[b-2aaqbszoco] {
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.client-quote-item[b-2aaqbszoco] {
    border: 1px solid #d8dee8;
    border-radius: 10px;
    padding: 14px 14px 12px 14px;
    background: #ffffff;
}

.client-quote-top[b-2aaqbszoco] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 14px;
}

.client-quote-title[b-2aaqbszoco] {
    font-size: 1rem;
    font-weight: 600;
    color: #1f2a37;
    line-height: 1.2;
    margin-bottom: 2px;
}

.client-quote-meta[b-2aaqbszoco] {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.35;
}

.client-quote-badge[b-2aaqbszoco] {
    font-weight: 500;
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
}

.client-quote-badge-pending[b-2aaqbszoco] {
    background: #f7e7a8;
    color: #8a6400;
}

.client-quote-badge-success[b-2aaqbszoco] {
    background: #d1fadf;
    color: #027a48;
}

.client-quote-badge-danger[b-2aaqbszoco] {
    background: #fee4e2;
    color: #b42318;
}

.client-quote-badge-muted[b-2aaqbszoco] {
    background: #eaecf0;
    color: #344054;
}

.client-quote-summary[b-2aaqbszoco] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    background: #f7f8fa;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.client-quote-summary-item[b-2aaqbszoco] {
    min-width: 0;
}

.client-quote-label[b-2aaqbszoco] {
    font-size: 0.82rem;
    color: #667085;
    margin-bottom: 2px;
}

.client-quote-value[b-2aaqbszoco] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.2;
}

.client-quote-actions[b-2aaqbszoco] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.client-quote-btn[b-2aaqbszoco] {
    min-width: 78px;
    border-radius: 6px;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
}

.client-quote-checkout-btn[b-2aaqbszoco] {
    background: #7a0f6d;
    color: #ffffff;
    border: 1px solid #7a0f6d;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

    .client-quote-checkout-btn:hover[b-2aaqbszoco],
    .client-quote-checkout-btn:focus[b-2aaqbszoco] {
        background: #650c59;
        color: #ffffff;
        border-color: #650c59;
    }

.client-quote-empty[b-2aaqbszoco] {
    border: 1px dashed #d0d5dd;
    border-radius: 12px;
    background: #fcfcfd;
    padding: 2rem 1.25rem;
    text-align: center;
}

.client-quote-empty-icon[b-2aaqbszoco] {
    font-size: 2rem;
    color: #98a2b3;
    margin-bottom: 0.75rem;
}

.client-quote-empty-title[b-2aaqbszoco] {
    font-size: 1rem;
    font-weight: 600;
    color: #101828;
    margin-bottom: 0.35rem;
}

.client-quote-empty-text[b-2aaqbszoco] {
    font-size: 0.92rem;
    color: #667085;
}

@media (max-width: 991.98px) {
    .client-quote-summary[b-2aaqbszoco] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .client-quote-top[b-2aaqbszoco] {
        flex-direction: column;
        align-items: flex-start;
    }

    .client-quote-summary[b-2aaqbszoco] {
        grid-template-columns: 1fr;
    }

    .client-quote-actions[b-2aaqbszoco] {
        justify-content: stretch;
    }

        .client-quote-actions .btn[b-2aaqbszoco] {
            width: 100%;
        }
}
/* /Components/Account/Customer/Complaints.razor.rz.scp.css */
.complaints-page-body[b-99zgbyfi8a] {
    font-size: .88rem;
}

    .complaints-page-body .form-label[b-99zgbyfi8a],
    .complaints-page-body .form-select[b-99zgbyfi8a],
    .complaints-page-body .form-control[b-99zgbyfi8a],
    .complaints-page-body .btn[b-99zgbyfi8a],
    .complaints-page-body .card[b-99zgbyfi8a],
    .complaints-page-body .text-muted[b-99zgbyfi8a],
    .complaints-page-body .small[b-99zgbyfi8a],
    .complaints-page-body .complaint-history-description[b-99zgbyfi8a],
    .complaints-page-body .complaint-item-name[b-99zgbyfi8a],
    .complaints-page-body .complaint-item-format[b-99zgbyfi8a],
    .complaints-page-body .complaint-item-qty[b-99zgbyfi8a],
    .complaints-page-body .complaint-history-title[b-99zgbyfi8a],
    .complaints-page-body .complaint-history-view[b-99zgbyfi8a] {
        font-size: .88rem;
    }

.complaint-main-card .card-body[b-99zgbyfi8a] {
    padding: 1.1rem !important;
}

.complaint-form-control[b-99zgbyfi8a] {
    min-height: 42px;
    font-size: .88rem;
}

.complaint-items-box[b-99zgbyfi8a] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.complaint-item-row[b-99zgbyfi8a] {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    padding: .8rem .95rem;
    border-bottom: 1px solid #f1f3f5;
    margin: 0;
    cursor: pointer;
    transition: background .15s ease;
}

    .complaint-item-row:last-child[b-99zgbyfi8a] {
        border-bottom: 0;
    }

    .complaint-item-row:hover[b-99zgbyfi8a] {
        background: #fafafa;
    }

.complaint-item-checkbox[b-99zgbyfi8a] {
    margin-top: .15rem;
}

.complaint-item-content[b-99zgbyfi8a] {
    display: flex;
    flex-wrap: wrap;
    gap: .28rem;
    align-items: center;
}

.complaint-item-name[b-99zgbyfi8a] {
    font-weight: 600;
    color: #1f2937;
}

.complaint-item-format[b-99zgbyfi8a],
.complaint-item-qty[b-99zgbyfi8a] {
    color: #6b7280;
}

.complaint-upload-box[b-99zgbyfi8a] {
    width: 88px;
    height: 88px;
    border: 2px dashed #ced4da;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    cursor: pointer;
    background: #fff;
    font-size: .8rem;
    transition: all .15s ease;
}

    .complaint-upload-box:hover[b-99zgbyfi8a],
    .complaint-upload-box:focus[b-99zgbyfi8a] {
        border-color: #8c246d;
        color: #8c246d;
        background: #fcf8fb;
        outline: 2px solid #8c246d;
        outline-offset: 2px;
    }

.complaint-photo-preview[b-99zgbyfi8a] {
    width: 88px;
    height: 88px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid #dee2e6;
    background: #fff;
}

    .complaint-photo-preview img[b-99zgbyfi8a] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.complaint-photo-remove[b-99zgbyfi8a] {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.complaint-textarea[b-99zgbyfi8a] {
    resize: vertical;
    min-height: 132px;
    font-size: .88rem;
}

.complaint-submit-btn[b-99zgbyfi8a] {
    background: #8c246d;
    color: #fff;
    border: 0;
    padding: .6rem 1.15rem;
    font-weight: 600;
    font-size: .86rem;
    border-radius: 10px;
}

    .complaint-submit-btn:hover[b-99zgbyfi8a] {
        background: #741d5a;
        color: #fff;
    }

    .complaint-submit-btn:disabled[b-99zgbyfi8a] {
        opacity: .7;
    }

.complaint-history-card[b-99zgbyfi8a] {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 14px;
    padding: .9rem 1rem;
    transition: all .15s ease;
}

    .complaint-history-card:hover[b-99zgbyfi8a] {
        border-color: #d0d5dd;
        box-shadow: 0 4px 14px rgba(0,0,0,.05);
    }

.complaint-history-title[b-99zgbyfi8a] {
    font-size: .92rem !important;
    color: #111827;
    font-weight: 700;
}

.complaint-history-view[b-99zgbyfi8a] {
    font-size: .78rem !important;
    color: #8c246d;
    font-weight: 600;
}

/* IMPROVEMENT: clamp description to 3 lines to keep the list tidy */
.complaint-history-description[b-99zgbyfi8a] {
    color: #374151;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.complaint-status-badge[b-99zgbyfi8a] {
    font-size: .69rem;
    font-weight: 700;
    padding: .34rem .62rem;
    border-radius: 999px;
    white-space: nowrap;
}

.complaint-status-open[b-99zgbyfi8a] {
    background: #fff3cd;
    color: #856404;
}

.complaint-status-review[b-99zgbyfi8a] {
    background: #e0f2fe;
    color: #075985;
}

.complaint-status-resolved[b-99zgbyfi8a] {
    background: #d1fae5;
    color: #065f46;
}

.complaint-status-closed[b-99zgbyfi8a] {
    background: #e5e7eb;
    color: #374151;
}

/* IMPROVEMENT: neutral style for unrecognised statuses — won't silently look "closed" */
.complaint-status-unknown[b-99zgbyfi8a] {
    background: #f3f4f6;
    color: #6b7280;
    border: 1px dashed #d1d5db;
}

.complaint-thread-dialog .modal-dialog[b-99zgbyfi8a] {
    max-height: 90vh;
}

.complaint-thread-dialog .modal-content[b-99zgbyfi8a] {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
    height: 90vh;
    max-height: 90vh;
}

.complaint-thread-dialog .modal-header[b-99zgbyfi8a],
.complaint-thread-dialog .modal-footer[b-99zgbyfi8a],
.complaint-thread-dialog .modal-body[b-99zgbyfi8a] {
    font-size: .88rem;
}

.complaint-thread-dialog .modal-header[b-99zgbyfi8a] {
    padding: .95rem 1.1rem;
    border-bottom: 1px solid #eef1f4;
    flex: 0 0 auto;
}

.complaint-thread-dialog .modal-body[b-99zgbyfi8a] {
    padding: 1rem 1.1rem 1.1rem;
    background: #f8fafc;
    overflow: hidden;
    flex: 1 1 auto;
}

.complaint-thread-dialog .modal-footer[b-99zgbyfi8a] {
    padding: .8rem 1.1rem;
    border-top: 1px solid #eef1f4;
    flex: 0 0 auto;
}

.complaint-thread-body[b-99zgbyfi8a] {
    height: 100%;
    max-height: none;
    overflow: hidden;
}

.complaint-thread-layout[b-99zgbyfi8a] {
    align-items: stretch;
    height: 100%;
}

    .complaint-thread-layout > div[b-99zgbyfi8a] {
        height: 100%;
    }

.complaint-thread-info-panel[b-99zgbyfi8a] {
    height: 100%;
    max-height: 100%;
    border: 1px solid #e7ebf0;
    border-radius: 16px;
    background: #fff;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
    overflow-y: auto;
    overflow-x: hidden;
}

.complaint-thread-chat-panel[b-99zgbyfi8a] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.complaint-thread-info-section[b-99zgbyfi8a] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    flex: 0 0 auto;
}

.complaint-thread-info-label[b-99zgbyfi8a] {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .03em;
    color: #6b7280;
    text-transform: uppercase;
}

.complaint-thread-info-value[b-99zgbyfi8a] {
    font-size: .88rem;
    color: #111827;
}

.complaint-thread-item[b-99zgbyfi8a] {
    padding: .68rem .8rem;
    border-radius: 10px;
    background: #f8f9fa;
    font-size: .84rem;
    border: 1px solid #edf1f5;
}

.complaint-chat-shell[b-99zgbyfi8a] {
    border: 1px solid #e7ebf0;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
    flex: 1 1 auto;
    min-height: 0;
}

.complaint-chat-header[b-99zgbyfi8a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
    padding: .8rem .95rem;
    border-bottom: 1px solid #eef1f4;
    background: #fafbfc;
    flex: 0 0 auto;
}

.complaint-chat-title[b-99zgbyfi8a] {
    font-weight: 700;
    color: #1f2937;
    font-size: .88rem;
}

.complaint-chat-subtitle[b-99zgbyfi8a] {
    color: #6b7280;
    font-size: .74rem;
    margin-top: .12rem;
}

.thread-refresh-dot[b-99zgbyfi8a] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #8c246d;
    display: inline-block;
    animation: threadPulse 1s infinite;
}

@@keyframes threadPulse {
    0%[b-99zgbyfi8a] {
        opacity: .35;
    }

    50%[b-99zgbyfi8a] {
        opacity: 1;
    }

    100%[b-99zgbyfi8a] {
        opacity: .35;
    }
}

.complaint-thread-messages-panel[b-99zgbyfi8a] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: .85rem 1rem;
    background: linear-gradient(to bottom, #fbfcfd, #f5f7fa);
}

.complaint-chat-stack[b-99zgbyfi8a] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
}

.complaint-chat-row[b-99zgbyfi8a] {
    display: flex;
    width: 100%;
}

.complaint-chat-row-self[b-99zgbyfi8a] {
    justify-content: flex-end;
}

.complaint-chat-row-other[b-99zgbyfi8a] {
    justify-content: flex-start;
}

.complaint-chat-bubble[b-99zgbyfi8a] {
    width: min(100%, 500px);
    border-radius: 16px;
    padding: .68rem .8rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .04);
    word-break: break-word;
}

.complaint-thread-message-customer[b-99zgbyfi8a] {
    background: #8c246d;
    border: 1px solid #8c246d;
    color: #fff;
    border-bottom-right-radius: 6px;
}

.complaint-thread-message-admin[b-99zgbyfi8a] {
    background: #fff;
    border: 1px solid #e8ecf2;
    color: #212529;
    border-bottom-left-radius: 6px;
}

.complaint-chat-meta[b-99zgbyfi8a] {
    display: flex;
    justify-content: space-between;
    gap: .7rem;
    align-items: center;
    margin-bottom: .32rem;
    font-size: .71rem;
}

.complaint-chat-sender[b-99zgbyfi8a] {
    font-weight: 700;
}

.complaint-chat-time[b-99zgbyfi8a] {
    opacity: .82;
    white-space: nowrap;
}

.complaint-chat-text[b-99zgbyfi8a] {
    line-height: 1.5;
    font-size: .84rem;
    white-space: pre-wrap;
}

.complaint-thread-message-customer .complaint-chat-sender[b-99zgbyfi8a],
.complaint-thread-message-customer .complaint-chat-time[b-99zgbyfi8a],
.complaint-thread-message-customer .complaint-chat-text[b-99zgbyfi8a] {
    color: #fff;
}

.complaint-thread-message-admin .complaint-chat-sender[b-99zgbyfi8a] {
    color: #111827;
}

.complaint-thread-message-admin .complaint-chat-time[b-99zgbyfi8a] {
    color: #6b7280;
}

.complaint-thread-message-admin .complaint-chat-text[b-99zgbyfi8a] {
    color: #212529;
}

.complaint-chat-empty[b-99zgbyfi8a] {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    color: #98a2b3;
    font-size: .84rem;
}

    .complaint-chat-empty i[b-99zgbyfi8a] {
        font-size: 1.25rem;
    }

.complaint-attachment-list[b-99zgbyfi8a] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.complaint-attachment-link[b-99zgbyfi8a] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #8c246d;
    border-radius: 10px;
    padding: .52rem .75rem;
    font-size: .8rem;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
    width: 100%;
    transition: all .15s ease;
}

    .complaint-attachment-link:hover[b-99zgbyfi8a] {
        background: #faf5f8;
        border-color: #d9b4cb;
    }

.complaint-reply-box[b-99zgbyfi8a] {
    border: 1px solid #e7ebf0;
    border-radius: 16px;
    background: #fff;
    padding: .85rem .95rem .95rem;
    margin-top: .75rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .04);
    flex: 0 0 auto;
    position: sticky;
    bottom: 0;
    z-index: 2;
}

.complaint-reply-box-header[b-99zgbyfi8a] {
    margin-bottom: .5rem;
}

.complaint-reply-textarea[b-99zgbyfi8a] {
    resize: vertical;
    min-height: 92px;
    max-height: 140px;
    font-size: .86rem;
}

.complaint-send-btn[b-99zgbyfi8a] {
    min-width: 140px;
}

.complaint-photo-modal-wrap[b-99zgbyfi8a] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1rem;
    min-height: 420px;
}

.complaint-photo-modal-image[b-99zgbyfi8a] {
    max-width: 100%;
    max-height: 75vh;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

@@media (max-width: 991.98px) {
    .complaint-thread-dialog .modal-content[b-99zgbyfi8a] {
        height: 92vh;
        max-height: 92vh;
    }

    .complaint-thread-layout[b-99zgbyfi8a] {
        height: 100%;
    }

        .complaint-thread-layout > div:first-child[b-99zgbyfi8a] {
            height: 34%;
        }

        .complaint-thread-layout > div:last-child[b-99zgbyfi8a] {
            height: 66%;
        }

    .complaint-thread-info-panel[b-99zgbyfi8a] {
        margin-bottom: .25rem;
    }
}

@@media (max-width: 767.98px) {
    .complaints-page-body[b-99zgbyfi8a] {
        font-size: .86rem;
    }

    .complaint-main-card .card-body[b-99zgbyfi8a] {
        padding: .95rem !important;
    }

    .complaint-history-card[b-99zgbyfi8a] {
        padding: .85rem .9rem;
    }

    .complaint-thread-dialog .modal-content[b-99zgbyfi8a] {
        height: 94vh;
        max-height: 94vh;
    }

    .complaint-thread-dialog .modal-body[b-99zgbyfi8a] {
        padding: .85rem;
    }

    .complaint-thread-info-panel[b-99zgbyfi8a] {
        padding: .85rem;
    }

    .complaint-thread-layout > div:first-child[b-99zgbyfi8a] {
        height: 32%;
    }

    .complaint-thread-layout > div:last-child[b-99zgbyfi8a] {
        height: 68%;
    }

    .complaint-thread-messages-panel[b-99zgbyfi8a] {
        padding: .75rem .85rem;
    }

    .complaint-chat-bubble[b-99zgbyfi8a] {
        width: 100%;
    }

    .complaint-reply-box[b-99zgbyfi8a] {
        padding: .8rem;
        margin-top: .6rem;
    }

    .complaint-upload-box[b-99zgbyfi8a],
    .complaint-photo-preview[b-99zgbyfi8a] {
        width: 82px;
        height: 82px;
    }
}
/* /Components/Account/Customer/Contacts.razor.rz.scp.css */
.text-purple[b-ukvd5j7q6v] {
    color: #7a136d;
}

.fx-modal-content[b-ukvd5j7q6v] {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(19, 27, 44, 0.12);
}

.fx-modal-header[b-ukvd5j7q6v] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #eef1f5;
    align-items: flex-start;
}

.fx-modal-title[b-ukvd5j7q6v] {
    font-size: 1rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.fx-modal-subtitle[b-ukvd5j7q6v] {
    font-size: .75rem;
    color: #6b7280;
    margin-top: .2rem;
}

.fx-modal-body[b-ukvd5j7q6v] {
    padding: 1.25rem;
}

.fx-modal-footer[b-ukvd5j7q6v] {
    padding: .9rem 1.25rem 1.1rem;
    border-top: 1px solid #eef1f5;
}

.fx-label[b-ukvd5j7q6v] {
    font-size: .76rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: .35rem;
}

.fx-modal-content .form-control[b-ukvd5j7q6v],
.fx-modal-content .form-select[b-ukvd5j7q6v] {
    font-size: .8rem;
    min-height: 38px;
    border-radius: 10px;
}

.fx-modal-content .validation-message[b-ukvd5j7q6v],
.fx-modal-content .invalid-feedback[b-ukvd5j7q6v] {
    font-size: .72rem;
}

@@media (max-width: 767.98px) {
    .fx-modal-header[b-ukvd5j7q6v],
    .fx-modal-body[b-ukvd5j7q6v],
    .fx-modal-footer[b-ukvd5j7q6v] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
/* /Components/Account/Customer/CreditLimit.razor.rz.scp.css */
.text-purple[b-6odt79nkxk] {
    color: #6f1064;
}

.credit-card[b-6odt79nkxk] {
    border-radius: 12px;
}

    .credit-card .card-body[b-6odt79nkxk] {
        min-height: unset;
        padding: 0.75rem 1rem;
    }

    .credit-card .amount[b-6odt79nkxk] {
        font-size: 1.25rem;
        line-height: 1.1;
    }

    .credit-card .bi[b-6odt79nkxk] {
        font-size: 2rem !important;
        line-height: 1;
    }
/* /Components/Account/Customer/CustomerAccount.razor.rz.scp.css */
html[b-bsauh339zr] {
    scroll-behavior: smooth;
}

.fxaccount[b-bsauh339zr] {
    background: #ffffff;
}

.fxaccount-hero[b-bsauh339zr] {
    background: linear-gradient(180deg, rgba(112,15,103,.06) 0%, rgba(255,255,255,1) 100%);
    position: relative;
}

.fxaccount-pill[b-bsauh339zr] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .3rem .65rem;
    border-radius: 999px;
    background: rgba(255,255,255,.85);
    border: 1px solid rgba(0,0,0,.08);
}

.fxaccount-dot[b-bsauh339zr] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #21c4b7;
    display: inline-block;
}

.fxaccount-body[b-bsauh339zr] {
    background: #ffffff;
}

.fxaccount-sticky[b-bsauh339zr] {
    position: sticky;
    top: 96px;
}

.fxaccount-cats-title[b-bsauh339zr] {
    font-size: .62rem;
    letter-spacing: .08em;
    font-weight: 700;
    color: #676F7E;
    margin-bottom: .55rem;
    line-height: 1.2;
}

.fxaccount-cats[b-bsauh339zr] {
    background: transparent;
    border: 0;
    border-radius: 12px;
    padding: 0;
    box-shadow: none;
}

    .fxaccount-cats .list-group-item[b-bsauh339zr] {
        border: 0;
        background: transparent;
        color: #1B2232;
        font-weight: 600;
        font-size: .72rem;
        line-height: 1.2;
        padding: .62rem .78rem;
        border-radius: 8px;
        margin-bottom: .38rem;
        text-decoration: none;
    }

        .fxaccount-cats .list-group-item:hover[b-bsauh339zr] {
            background: rgba(112,15,103,.08);
            color: #1B2232;
        }

        .fxaccount-cats .list-group-item.active[b-bsauh339zr] {
            background: #700F67;
            color: #fff;
        }

.fxaccount-menu-item[b-bsauh339zr] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

    .fxaccount-menu-item i[b-bsauh339zr] {
        font-size: .75rem;
        width: 14px;
        text-align: center;
        flex: 0 0 14px;
    }

    .fxaccount-menu-item span[b-bsauh339zr] {
        font-size: .72rem;
        line-height: 1.2;
    }

.fxaccount-section[b-bsauh339zr] {
    padding-top: 8px;
}

.fxaccount-section-title[b-bsauh339zr] {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.25rem;
}

.fxaccount-rule[b-bsauh339zr] {
    width: 3px;
    height: 18px;
    border-radius: 999px;
    background: #6f42c1;
    display: inline-block;
}

.fxaccount-emptycard[b-bsauh339zr] {
    min-height: 500px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 18px 45px rgba(0,0,0,.08);
    padding: 1.5rem;
}

@@media (max-width: 991.98px) {
    .fxaccount-sticky[b-bsauh339zr] {
        position: static;
    }

    .fxaccount-emptycard[b-bsauh339zr] {
        min-height: 300px;
    }
}
/* /Components/Account/Customer/Feedbacks.razor.rz.scp.css */
.text-purple[b-voivjdvwhz] {
    color: #7a136d;
}
/* /Components/Account/Customer/Invoices.razor.rz.scp.css */
body[b-a8mujln36p] {
}
/* /Components/Account/Customer/Orders.razor.rz.scp.css */
.orders-list[b-5i4sthlvt6] {
    display: flex;
    flex-direction: column;
    gap: .9rem;
}

.order-card[b-5i4sthlvt6] {
    border: 1px solid #d9dee7;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.order-summary[b-5i4sthlvt6] {
    width: 100%;
    border: 0;
    background: #fff;
    padding: 1rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    cursor: pointer;
}

.order-summary-left[b-5i4sthlvt6] {
    min-width: 0;
}

.order-number[b-5i4sthlvt6] {
    font-size: 1rem;
    font-weight: 700;
    color: #14213d;
    margin-bottom: .2rem;
}

.order-date[b-5i4sthlvt6] {
    font-size: .95rem;
    color: #667085;
}

.order-summary-right[b-5i4sthlvt6] {
    display: flex;
    align-items: center;
    gap: .9rem;
    flex-shrink: 0;
}

.order-status-badge[b-5i4sthlvt6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: .3rem .7rem;
    border-radius: 999px;
    font-size: .8rem;
    font-weight: 600;
}

.order-status-pending[b-5i4sthlvt6] {
    background: #f7e8a3;
    color: #775d00;
}

.order-status-processing[b-5i4sthlvt6] {
    background: #dbe4ff;
    color: #2f5bd1;
}

.order-status-completed[b-5i4sthlvt6] {
    background: #d1fadf;
    color: #027a48;
}

.order-total[b-5i4sthlvt6] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #14213d;
    min-width: 70px;
    text-align: right;
}

.order-caret[b-5i4sthlvt6] {
    color: #667085;
    font-size: .95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
}

.order-details[b-5i4sthlvt6] {
    border-top: 1px solid #edf0f5;
    background: #fff;
}

.order-stats[b-5i4sthlvt6] {
    padding: 1rem 1.1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.order-stat-label[b-5i4sthlvt6] {
    font-size: .92rem;
    color: #667085;
    margin-bottom: .25rem;
}

.order-stat-value[b-5i4sthlvt6] {
    font-size: 1rem;
    font-weight: 700;
    color: #14213d;
}

.payment-status-badge[b-5i4sthlvt6] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #cfd6df;
    border-radius: 999px;
    padding: .12rem .55rem;
    font-size: .8rem;
    font-weight: 500;
    color: #344054;
    background: #fff;
}

.order-section[b-5i4sthlvt6] {
    padding: 1rem 1.1rem;
    border-top: 1px solid #edf0f5;
}

.order-section-header[b-5i4sthlvt6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .9rem;
}

.order-section-title[b-5i4sthlvt6] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #14213d;
}

.order-inline-btn[b-5i4sthlvt6] {
    min-width: 92px;
}

.order-address[b-5i4sthlvt6] {
    color: #667085;
    font-size: .95rem;
    line-height: 1.6;
    padding-bottom: .7rem;
    border-bottom: 1px solid #edf0f5;
}

.order-items-title[b-5i4sthlvt6] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #14213d;
    margin-bottom: .9rem;
}

.order-item-card[b-5i4sthlvt6] {
    border-radius: 10px;
    background: #f8fafc;
    padding: .95rem 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .75rem;
}

.order-item-name[b-5i4sthlvt6] {
    font-size: 1rem;
    font-weight: 700;
    color: #14213d;
    margin-bottom: .2rem;
}

.order-item-meta[b-5i4sthlvt6] {
    font-size: .92rem;
    color: #667085;
    line-height: 1.5;
}

.order-item-right[b-5i4sthlvt6] {
    text-align: right;
    min-width: 80px;
}

.order-item-price[b-5i4sthlvt6] {
    font-size: 1rem;
    font-weight: 700;
    color: #14213d;
}

.order-actions[b-5i4sthlvt6] {
    display: flex;
    justify-content: flex-end;
    margin-top: .9rem;
}

.fx-modal-backdrop[b-5i4sthlvt6] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, .45);
}

.fx-modal-backdrop-main[b-5i4sthlvt6] {
    z-index: 1040;
}

.fx-modal-backdrop-child[b-5i4sthlvt6] {
    z-index: 1060;
    background: rgba(15, 23, 42, .35);
}

.fx-modal-wrap[b-5i4sthlvt6] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.fx-modal-wrap-main[b-5i4sthlvt6] {
    z-index: 1050;
}

.fx-modal-wrap-child[b-5i4sthlvt6] {
    z-index: 1070;
}

.fx-modal-card[b-5i4sthlvt6] {
    width: 100%;
    max-width: 660px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .25);
    padding: 1.2rem 1.2rem 1rem;
}

.fx-modal-card-sm[b-5i4sthlvt6] {
    max-width: 520px;
    padding: 1rem;
}

.fx-addressbook-modal-card[b-5i4sthlvt6] {
    display: flex;
    flex-direction: column;
    max-height: min(80vh, 720px);
}

.fx-modal-header[b-5i4sthlvt6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.fx-modal-title[b-5i4sthlvt6] {
    font-size: 1.45rem;
    font-weight: 700;
    color: #344054;
    line-height: 1.2;
}

.fx-modal-subtitle[b-5i4sthlvt6] {
    margin-top: .25rem;
    color: #667085;
    font-size: .95rem;
}

.fx-modal-close[b-5i4sthlvt6] {
    border: 0;
    background: transparent;
    color: #667085;
    padding: .2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fx-modal-tools[b-5i4sthlvt6] {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.fx-label[b-5i4sthlvt6] {
    display: block;
    margin-bottom: .4rem;
    font-size: .95rem;
    font-weight: 600;
    color: #344054;
}

.fx-modal-card .form-control[b-5i4sthlvt6] {
    min-height: 44px;
    border-radius: 8px;
}

    .fx-modal-card .form-control:focus[b-5i4sthlvt6] {
        border-color: #13b5b1;
        box-shadow: 0 0 0 .2rem rgba(19, 181, 177, .16);
    }

.fx-modal-footer[b-5i4sthlvt6] {
    display: flex;
    justify-content: flex-end;
    gap: .75rem;
    margin-top: 1.25rem;
}

.fx-addressbook-search-wrap[b-5i4sthlvt6] {
    position: relative;
    margin-bottom: .9rem;
}

.fx-addressbook-search-icon[b-5i4sthlvt6] {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #98a2b3;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.fx-addressbook-search[b-5i4sthlvt6] {
    padding-left: 2.4rem;
}

.fx-addressbook-list-wrap[b-5i4sthlvt6] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.fx-addressbook-list[b-5i4sthlvt6] {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    max-height: 52vh;
    overflow-y: auto;
    padding-right: .25rem;
}

    .fx-addressbook-list[b-5i4sthlvt6]::-webkit-scrollbar {
        width: 8px;
    }

    .fx-addressbook-list[b-5i4sthlvt6]::-webkit-scrollbar-thumb {
        background: #cfd6df;
        border-radius: 999px;
    }

    .fx-addressbook-list[b-5i4sthlvt6]::-webkit-scrollbar-track {
        background: transparent;
    }

.fx-addressbook-item[b-5i4sthlvt6] {
    width: 100%;
    text-align: left;
    border: 1px solid #d9dee7;
    background: #fff;
    border-radius: 8px;
    padding: .85rem .9rem;
    transition: border-color .2s ease, background .2s ease;
}

    .fx-addressbook-item:hover[b-5i4sthlvt6] {
        border-color: #c7ced9;
        background: #fafcff;
    }

.fx-addressbook-name[b-5i4sthlvt6] {
    font-size: 1rem;
    font-weight: 700;
    color: #344054;
    margin-bottom: .25rem;
}

.fx-addressbook-default[b-5i4sthlvt6] {
    color: #7a136d;
    font-size: .85rem;
    font-weight: 600;
    margin-left: .35rem;
}

.fx-addressbook-lines[b-5i4sthlvt6] {
    color: #667085;
    font-size: .95rem;
    line-height: 1.5;
}

.fx-addressbook-empty[b-5i4sthlvt6] {
    border: 1px dashed #d0d5dd;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    color: #667085;
    background: #fff;
}

@media (max-width: 767.98px) {
    .order-summary[b-5i4sthlvt6] {
        align-items: flex-start;
        flex-direction: column;
    }

    .order-summary-right[b-5i4sthlvt6] {
        width: 100%;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .order-stats[b-5i4sthlvt6] {
        grid-template-columns: 1fr;
    }

    .order-section-header[b-5i4sthlvt6] {
        flex-direction: column;
        align-items: stretch;
    }

    .order-item-card[b-5i4sthlvt6] {
        flex-direction: column;
    }

    .order-item-right[b-5i4sthlvt6] {
        text-align: left;
    }

    .fx-modal-card[b-5i4sthlvt6],
    .fx-modal-card-sm[b-5i4sthlvt6] {
        max-width: 100%;
    }

    .fx-addressbook-list[b-5i4sthlvt6] {
        max-height: 48vh;
    }
}
/* /Components/Account/Customer/Profile.razor.rz.scp.css */
.fx-section[b-klzh489kwg] {
    padding: 0;
}

.fx-section-top-border[b-klzh489kwg] {
    border-top: 1px solid #dfe5ee;
    padding-top: 1.5rem;
}

.fx-section .form-label[b-klzh489kwg] {
    font-weight: 500;
    color: #1f2937;
    margin-bottom: .45rem;
}

.fx-section .form-control[b-klzh489kwg],
.fx-section .form-select[b-klzh489kwg] {
    min-height: 44px;
    border-color: #d7deea;
    border-radius: 6px;
    box-shadow: none;
}

    .fx-section .form-control:focus[b-klzh489kwg],
    .fx-section .form-select:focus[b-klzh489kwg] {
        border-color: #7a1b72;
        box-shadow: 0 0 0 .15rem rgba(122, 27, 114, .12);
    }

.fx-btn-save[b-klzh489kwg] {
    background-color: #7a1b72 !important;
    border-color: #7a1b72 !important;
    color: #fff !important;
    min-height: 44px;
    border-radius: 6px;
    font-weight: 600;
}

    .fx-btn-save:hover[b-klzh489kwg],
    .fx-btn-save:focus[b-klzh489kwg] {
        background-color: #691663 !important;
        border-color: #691663 !important;
        color: #fff !important;
    }

.fx-section hr[b-klzh489kwg] {
    border-color: #dfe5ee;
    opacity: 1;
}
/* /Components/Account/Customer/RewardPoints.razor.rz.scp.css */
.text-purple[b-vtsi67m736] {
    color: #6f1064;
}

.reward-card[b-vtsi67m736] {
    border-radius: 12px;
}

    .reward-card .card-body[b-vtsi67m736] {
        min-height: 132px;
    }
/* /Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
.loginback[b-8oq9zx8bri] {
    background-image: url('/assets/img/background/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.loginbox[b-8oq9zx8bri] {
    padding-right: 0px;
}

.card[b-8oq9zx8bri] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0px;
}

a.userlink[b-8oq9zx8bri] {
    font-size: 10pt;
}

.form-label[b-8oq9zx8bri] {
    margin-top: .2rem;
}

div.text-danger[b-8oq9zx8bri] {
    font-size: 8pt !important;
}
/* /Components/Account/Pages/Login.razor.rz.scp.css */
.loginback[b-h6rbp1p24a] {
    background-image: url('/assets/img/background/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.loginbox[b-h6rbp1p24a] {
    padding-right: 0px;
}

.card[b-h6rbp1p24a] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0px;
}

a.userlink[b-h6rbp1p24a] {
    font-size:10pt;
}

.form-label[b-h6rbp1p24a] {
    margin-top: .8rem;
}

div.text-danger[b-h6rbp1p24a] {
    font-size: 8pt !important;
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
.loginback[b-t6fu37mihi] {
    background-image: url('/assets/img/background/3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* /Components/Account/Pages/ResetPassword.razor.rz.scp.css */
.loginback[b-zaxofdj6u8] {
    background-image: url('/assets/img/background/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.loginbox[b-zaxofdj6u8] {
    padding-right: 0px;
}

.card[b-zaxofdj6u8] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0px;
}

a.userlink[b-zaxofdj6u8] {
    font-size: 10pt;
}

.form-label[b-zaxofdj6u8] {
    margin-top: .2rem;
}

div.text-danger[b-zaxofdj6u8] {
    font-size: 8pt !important;
}
/* /Components/Admin/Shared/AdminNavMenu.razor.rz.scp.css */
/* /Components/Admin/Transactions/Invoice/InvoiceFilter.razor.rz.scp.css */
.inline-input[b-zevd31lp03] {
    display: inline-block;
    width: 160px;
    margin-right: 6px;
}

.form-select[b-zevd31lp03] {
    width: 160px !important;
}
/* /Components/Admin/Transactions/Orders/Components/DispatchItemsModal.razor.rz.scp.css */
.fx-dispatch-item-card[b-ycvs6inlfi] {
    border: 1px solid #9c278f;
    border-radius: 8px;
    padding: .75rem .85rem;
    background-color: #fff;
}

.fx-dispatch-summary-box[b-ycvs6inlfi] {
    background-color: #f3f4f6;
    border: 1px solid #d9dee7;
    border-radius: 8px;
    padding: .75rem .85rem;
}

.fx-local-delivery-box[b-ycvs6inlfi] {
    border: 1px solid #a9e5bc;
    background-color: #edf9f1;
    color: #1c8a46;
    border-radius: 8px;
    padding: .75rem .85rem;
    font-size: .875rem;
    font-weight: 600;
}

.fx-partial-dispatch-qty[b-ycvs6inlfi] {
    width: 90px;
}

.fx-number-of-boxes[b-ycvs6inlfi] {
    width: 110px;
}
/* /Components/Admin/Transactions/Orders/Components/OrderRow.razor.rz.scp.css */

.order-badge-status.pending[b-rbsc6z38ai] {
    background: #fff4d6;
    color: #9a6700;
    border: 1px solid #f3c54b;
}

.order-badge-status.onhold[b-rbsc6z38ai] {
    background: #fff0db;
    color: #a04b00;
    border: 1px solid #f3b164;
}

.order-badge-status.cancelled[b-rbsc6z38ai] {
    background: #ffe4e4;
    color: #c62828;
    border: 1px solid #f0aaaa;
}

.order-badge-status.inprogress[b-rbsc6z38ai] {
    background: #e8f0ff;
    color: #2f6fe4;
    border: 1px solid #9ec0ff;
}

.order-badge-status.finished[b-rbsc6z38ai] {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #86efac;
}

.order-badge-substatus[b-rbsc6z38ai] {
    background: #daf8ff;
    color: #0a8faa;
    border: 1px solid #83dff1;
    font-weight: 500;
}

.not-printed[b-rbsc6z38ai] {
    color:#ecebeb;
}

.speed-standard[b-rbsc6z38ai] {
    color: #16A34A;
}

.speed-saver[b-rbsc6z38ai] {
    color: #854D0E;
}

.speed-express[b-rbsc6z38ai] {
    color: #EA580C;
}
/* /Components/Admin/Transactions/Orders/Components/OrdersDashboardFilters.razor.rz.scp.css */
.fx-order-date-range-input[b-t6gzlvjksa] {
    cursor: pointer;
    background-color: #fff;
}
/* /Components/Admin/Transactions/Orders/Components/OrdersDashboardSummary.razor.rz.scp.css */
.order-summary-tile[b-6hxmk7o7ii] {
    border: 1px solid #d9dee7;
    border-radius: 10px;
    background: #fff;
    padding: 1rem 1.1rem;
    min-height: 92px;
}

    .order-summary-tile.active[b-6hxmk7o7ii] {
        border-color: #8a1678;
        box-shadow: inset 0 0 0 1px #8a1678;
    }
/* /Components/Admin/Transactions/Orders/Orders.razor.rz.scp.css */
.orders-dashboard .order-summary-tile[b-2ttyj8vipx] {
    border: 1px solid #d9dee7;
    border-radius: 10px;
    background: #fff;
    padding: 1rem 1.1rem;
    min-height: 92px;
}

    .orders-dashboard .order-summary-tile.active[b-2ttyj8vipx] {
        border-color: #8a1678;
        box-shadow: inset 0 0 0 1px #8a1678;
    }

.admin-orders-table[b-2ttyj8vipx] {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

    .admin-orders-table thead th[b-2ttyj8vipx] {
        font-size: 12px;
        font-weight: 600;
        color: #6c757d;
        white-space: nowrap;
        background: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
        padding: 0.85rem 0.75rem;
    }

    .admin-orders-table tbody td[b-2ttyj8vipx] {
        font-size: 13px;
        padding: 0.9rem 0.75rem;
        vertical-align: middle;
    }

    .admin-orders-table .order-row[b-2ttyj8vipx] {
        border-bottom: 1px solid #edf0f2;
    }

    .admin-orders-table .order-expanded-row td[b-2ttyj8vipx] {
        background: #fafbfc;
        border-top: 0;
    }


@media (max-width: 991.98px) {
    .admin-orders-table[b-2ttyj8vipx] {
        min-width: 1400px;
    }
}
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
/* /Components/Layout/ConfigurationNavMenu.razor.rz.scp.css */
.navbar-toggler[b-b3dnfyhuuo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b3dnfyhuuo] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b3dnfyhuuo] {
    font-size: 1.1rem;
}

.oi[b-b3dnfyhuuo] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b3dnfyhuuo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    min-width: 160px;
}

    .nav-item:first-of-type[b-b3dnfyhuuo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b3dnfyhuuo] {
        padding-bottom: 1rem;
    }
    .nav-item[b-b3dnfyhuuo]  a {
        color: #ffffff;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-b3dnfyhuuo]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-b3dnfyhuuo]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-b3dnfyhuuo] {
        display: none;
    }

    .collapse[b-b3dnfyhuuo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-b3dnfyhuuo] {
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);*/
        overflow-y: auto;
    }
}
/* /Components/Ordering/OrderingNewLayout3.razor.rz.scp.css */
body[b-lj8jynqvsr] {
}

.col-form-label[b-lj8jynqvsr] {
    padding: 0px;
    margin-top: 10px;
    margin-bottom:4px;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #182232;
}
/* /Components/Pages/Components/CartDrawer.razor.rz.scp.css */
.fx-cart-drawer[b-3e7xp6yhnm] {
    width: 500px !important;
    max-width: 100%;
}

.fx-cart-header[b-3e7xp6yhnm] {
    padding: .9rem 1rem;
    border-bottom: 1px solid #e9ecef;
}

    .fx-cart-header .offcanvas-title[b-3e7xp6yhnm] {
        font-size: .95rem;
        font-weight: 600;
    }

        .fx-cart-header .offcanvas-title small[b-3e7xp6yhnm] {
            font-size: .78rem;
            font-weight: 500;
        }

.fx-cart-body[b-3e7xp6yhnm] {
    height: calc(100vh - 65px);
    background-color: #ffffff;
}

.fx-cart-items[b-3e7xp6yhnm] {
    min-height: 0;
    background-color: #ffffff;
}

.fx-cart-item-card[b-3e7xp6yhnm] {
    background: #f3f4f6;
    border: 1px solid #eceef2;
    border-radius: 12px;
    padding: .85rem .9rem .8rem;
}

.fx-cart-item-title[b-3e7xp6yhnm] {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1f2937;
    margin-bottom: .15rem;
}

.fx-cart-item-meta[b-3e7xp6yhnm] {
    font-size: .76rem;
    line-height: 1.3;
    color: #6b7280;
    margin-bottom: .05rem;
}

.fx-cart-item-price[b-3e7xp6yhnm] {
    margin-top: .55rem;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: #223a70;
}

.fx-cart-remove-btn[b-3e7xp6yhnm] {
    border: 0;
    background: transparent;
    color: #6b7280;
    padding: 0;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

    .fx-cart-remove-btn:hover[b-3e7xp6yhnm],
    .fx-cart-remove-btn:focus[b-3e7xp6yhnm] {
        background: rgba(0, 0, 0, 0.05);
        color: #111827;
    }

    .fx-cart-remove-btn i[b-3e7xp6yhnm] {
        font-size: .8rem;
    }

.fx-cart-footer[b-3e7xp6yhnm] {
    border-top: 1px solid #e9ecef;
    background: #ffffff;
    padding-top: .85rem !important;
}

.fx-cart-dispatch-box[b-3e7xp6yhnm] {
    background: #f8f9fb;
    border: 1px solid #eef1f4;
    border-radius: 10px;
    padding: .7rem .8rem;
}

.fx-cart-dispatch-text[b-3e7xp6yhnm] {
    font-size: .72rem;
    color: #6b7280;
    line-height: 1.4;
    margin-bottom: .45rem;
}

.fx-cart-dispatch-date[b-3e7xp6yhnm] {
    display: flex;
    align-items: center;
    font-size: .78rem;
    color: #111827;
    gap: .2rem;
}

    .fx-cart-dispatch-date i[b-3e7xp6yhnm] {
        color: #8a1877;
        font-size: .8rem;
    }

.fx-cart-summary-row[b-3e7xp6yhnm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .28rem 0;
    font-size: .8rem;
}

    .fx-cart-summary-row span:first-child[b-3e7xp6yhnm] {
        color: #6b7280;
    }

.fx-cart-summary-subtotal[b-3e7xp6yhnm] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #223a70;
    line-height: 1;
}

.fx-cart-summary-vat[b-3e7xp6yhnm] {
    font-size: .82rem;
    font-weight: 600;
    color: #374151;
}

.fx-cart-divider[b-3e7xp6yhnm] {
    margin: .5rem 0;
    border-color: #e5e7eb;
    opacity: 1;
}

.fx-cart-total-row[b-3e7xp6yhnm] {
    padding-top: .6rem;
    font-size: .95rem;
    font-weight: 700;
    color: #111827;
}

.fx-cart-total-value[b-3e7xp6yhnm] {
    font-size: 1.4rem;
    line-height: 1;
    color: #223a70;
}

.fx-cart-checkout-btn[b-3e7xp6yhnm] {
    background-color: #8a1877;
    border-color: #8a1877;
    color: #ffffff;
    font-weight: 600;
    font-size: .82rem;
    padding: .7rem .9rem;
    border-radius: 8px;
}

    .fx-cart-checkout-btn:hover[b-3e7xp6yhnm] {
        background-color: #741462;
        border-color: #741462;
        color: #ffffff;
    }

.fx-cart-basket-btn[b-3e7xp6yhnm] {
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    color: #111827;
    font-weight: 600;
    font-size: .82rem;
    padding: .7rem .9rem;
    border-radius: 8px;
}

    .fx-cart-basket-btn:hover[b-3e7xp6yhnm] {
        background-color: #f9fafb;
        color: #111827;
    }

.fx-cart-empty-icon[b-3e7xp6yhnm] {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f3f4f6;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.fx-cart-options-toggle[b-3e7xp6yhnm] {
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none;
    font-weight: 500;
}

    .fx-cart-options-toggle:hover[b-3e7xp6yhnm],
    .fx-cart-options-toggle:focus[b-3e7xp6yhnm],
    .fx-cart-options-toggle:active[b-3e7xp6yhnm] {
        color: #1f2d3d;
        text-decoration: none;
        box-shadow: none;
    }

.fx-cart-item-options[b-3e7xp6yhnm] {
    padding: 0.75rem 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0.75rem;
}

@media (max-width: 576px) {
    .fx-cart-drawer[b-3e7xp6yhnm] {
        width: 100% !important;
    }

    .fx-cart-item-card[b-3e7xp6yhnm] {
        padding: .8rem;
    }

    .fx-cart-item-title[b-3e7xp6yhnm] {
        font-size: .88rem;
    }

    .fx-cart-item-meta[b-3e7xp6yhnm] {
        font-size: .74rem;
    }

    .fx-cart-item-price[b-3e7xp6yhnm] {
        font-size: .95rem;
    }

    .fx-cart-summary-subtotal[b-3e7xp6yhnm] {
        font-size: 1rem;
    }

    .fx-cart-total-value[b-3e7xp6yhnm] {
        font-size: 1.2rem;
    }
}
/* /Components/UserControls/DraggableDiv.razor.rz.scp.css */
.draggable[b-2dsw5xwrff] {
    width: 150px;
    height: 150px;
    background-color: lightblue;
    position: absolute;
    cursor: move;
    z-index: 1000;
}
/* /Components/UserControls/SearchModal.razor.rz.scp.css */
.fx-search-modal-dialog[b-zkgxovz0il] {
    max-width: 540px;
    width: calc(100% - 2rem);
}

.fx-search-modal[b-zkgxovz0il] {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, .16);
}

    .fx-search-modal .modal-header[b-zkgxovz0il] {
        background: #ffffff;
        padding: .45rem .75rem;
    }

    .fx-search-modal .modal-footer[b-zkgxovz0il] {
        background: #ffffff;
        padding: .45rem .75rem;
        justify-content: flex-end;
    }

    .fx-search-modal .input-group-text[b-zkgxovz0il] {
        font-size: .85rem;
        padding: .35rem .5rem;
    }

    .fx-search-modal .form-control[b-zkgxovz0il] {
        font-size: .85rem;
        padding: .45rem .25rem;
    }

.fx-search-body[b-zkgxovz0il] {
    min-height: 220px;
    max-height: 420px;
    overflow-y: auto;
    background: #ffffff;
    padding: 0;
}

.fx-search-state[b-zkgxovz0il] {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: .8rem;
    text-align: center;
    padding: 1rem;
}

.fx-search-results[b-zkgxovz0il] {
    padding: .35rem 0;
}

.fx-search-item[b-zkgxovz0il] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .55rem .75rem;
    border-bottom: 1px solid #f1f3f5;
    color: #212529;
    transition: background-color .15s ease;
}

    .fx-search-item:hover[b-zkgxovz0il] {
        background-color: #f8f9fa;
    }

    .fx-search-item:last-child[b-zkgxovz0il] {
        border-bottom: 0;
    }

.fx-search-thumb[b-zkgxovz0il] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 8px;
    overflow: hidden;
    background: #f8f9fa;
    border: 1px solid #eceef2;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .fx-search-thumb img[b-zkgxovz0il] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.fx-search-thumb-placeholder[b-zkgxovz0il] {
    font-size: 1rem;
    color: #adb5bd;
}

.fx-search-item-main[b-zkgxovz0il] {
    min-width: 0;
    flex: 1;
}

.fx-search-item-title[b-zkgxovz0il] {
    font-size: .82rem;
    font-weight: 500;
    color: #212529;
    line-height: 1.3;
    margin-bottom: .1rem;
}

.fx-search-item-meta[b-zkgxovz0il] {
    font-size: .72rem;
    color: #868e96;
    line-height: 1.2;
}

.fx-search-esc[b-zkgxovz0il] {
    font-size: .65rem;
    color: #6c757d;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: .15rem .4rem;
    line-height: 1;
}
