@import '_content/SmartComponents.AspNetCore.Components/SmartComponents.AspNetCore.Components.bundle.scp.css';

/* /Components/AppErrorBoundary.razor.rz.scp.css */
.page-error[b-166pqoqtzz] {
    margin: 24px auto;
    max-width: 640px;
    padding: 24px 28px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(31, 41, 55, .06);
}

.page-error-title[b-166pqoqtzz] {
    margin-bottom: 8px;
    color: #28578f;
    font-size: 16px;
    font-weight: 700;
}

.page-error-text[b-166pqoqtzz] {
    margin: 0 0 20px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.5;
}

.page-error-actions[b-166pqoqtzz] {
    display: flex;
    gap: 10px;
}

.page-error-btn[b-166pqoqtzz] {
    padding: 7px 16px;
    height: 32px;
    border: none;
    border-radius: 7px;
    background-color: lightgrey;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.page-error-btn-primary[b-166pqoqtzz] {
    background-color: #28578f;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tlztpzckxz] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tlztpzckxz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Features/Customers/BookingItems/SharedComponents/BookingItemHistoryComponent.razor.rz.scp.css */
.send-history-card[b-yevnrmq0yb] {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.send-history-title[b-yevnrmq0yb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 12px;
    border-bottom: 1px solid #eef2f7;
    background: #f8fafc;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.send-history-title-text[b-yevnrmq0yb] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.send-history-count[b-yevnrmq0yb] {
    min-width: 22px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #e0f2fe;
    color: #0369a1;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.send-history-grid[b-yevnrmq0yb] {
    display: grid;
    grid-template-columns: 130px minmax(150px, 1fr) minmax(170px, 1.2fr) 48px;
    align-items: center;
    gap: 12px;
}

.send-history-grid.header[b-yevnrmq0yb] {
    padding: 7px 12px;
    background: #fff;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.send-history-grid.content[b-yevnrmq0yb] {
    min-height: 42px;
    padding: 8px 12px;
    border-top: 1px solid #f1f5f9;
    color: #334155;
    font-size: 12px;
}

.send-history-grid.content:hover[b-yevnrmq0yb] {
    background: #f8fafc;
}

.send-history-date[b-yevnrmq0yb] {
    color: #475569;
    font-weight: 500;
    white-space: nowrap;
}

.send-history-email[b-yevnrmq0yb] {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.send-history-email span:last-child[b-yevnrmq0yb] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.send-history-type-badge[b-yevnrmq0yb] {
    flex: 0 0 auto;
    padding: 1px 6px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: 10px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.send-history-type-badge.finalized[b-yevnrmq0yb] {
    background: #dbeafe;
    color: #1d4ed8;
}

.send-history-type-badge.rollback[b-yevnrmq0yb] {
    background: #fee2e2;
    color: #b91c1c;
}

.send-history-type-badge.archive-failed[b-yevnrmq0yb] {
    background: #fff8e1;
    color: #f57f17;
}

.send-history-type-badge.not-verified[b-yevnrmq0yb] {
    background: #f1f5f9;
    color: #475569;
}

.send-history-type-badge.failed[b-yevnrmq0yb] {
    background: #ffebee;
    color: #c62828;
}

.send-history-action[b-yevnrmq0yb] {
    display: flex;
    justify-content: flex-end;
}

.send-history-html-preview[b-yevnrmq0yb] {
    max-height: 75vh;
    overflow: auto;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.send-history-pdf-meta[b-yevnrmq0yb] {
    margin: 0 0 12px;
    color: #667085;
    font-size: 12px;
    line-height: 1.4;
}

.send-history-pdf-frame[b-yevnrmq0yb] {
    overflow: hidden;
    min-height: 420px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #f8fafc;
}

.send-history-pdf-empty[b-yevnrmq0yb] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 420px;
    color: #667085;
    font-size: 13px;
}

.send-history-pdf-spinner[b-yevnrmq0yb] {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #cbd5e1;
    border-top-color: #0369a1;
    border-radius: 50%;
    animation: send-history-pdf-spin-b-yevnrmq0yb 0.8s linear infinite;
}

@keyframes send-history-pdf-spin-b-yevnrmq0yb {
    to {
        transform: rotate(360deg);
    }
}

[b-yevnrmq0yb] .send-history-pdf-frame .k-pdf-viewer,
[b-yevnrmq0yb] .send-history-pdf-frame .pdfviewer {
    border: 0;
    background: #f8fafc;
}

[b-yevnrmq0yb] .send-history-pdf-frame .k-toolbar {
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}
/* /Features/Tools/Automail/EmptyLayout.razor.rz.scp.css */
#blazor-error-ui[b-ox56egozve] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ox56egozve] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
