@import '_content/NexusGrid.UI/NexusGrid.UI.x5je10fjt3.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Pages/Email/Report.razor.rz.scp.css */
.report-toolbar[b-w9hsblsf5e] {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 12px 0 14px 0;
}

.report-records[b-w9hsblsf5e] {
    font-size: 0.92rem;
    color: #334155;
    font-weight: 600;
}

.report-search[b-w9hsblsf5e] {
    width: min(360px, 100%);
}

.email-kpi-grid[b-w9hsblsf5e] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.email-kpi-card[b-w9hsblsf5e] {
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid transparent;
    background: #f8fafc;
}

.email-kpi-card.neutral[b-w9hsblsf5e] {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.email-kpi-card.positive[b-w9hsblsf5e] {
    border-color: #86efac;
    background: #ecfdf3;
}

.email-kpi-card.warning[b-w9hsblsf5e] {
    border-color: #fcd34d;
    background: #fffbeb;
}

.email-kpi-card.negative[b-w9hsblsf5e] {
    border-color: #fca5a5;
    background: #fef2f2;
}

.email-kpi-label[b-w9hsblsf5e] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
}

.email-kpi-value[b-w9hsblsf5e] {
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: 800;
    color: #0f172a;
    margin-top: 4px;
}

.email-kpi-sub[b-w9hsblsf5e] {
    margin-top: 2px;
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .email-kpi-grid[b-w9hsblsf5e] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .email-kpi-grid[b-w9hsblsf5e] {
        grid-template-columns: 1fr;
    }

    .report-search[b-w9hsblsf5e] {
        width: 100%;
    }
}
/* /Pages/Sms/PhoneReport.razor.rz.scp.css */
[b-rcdfjxq29b] .phone-search-header {
    gap: 1rem;
}

[b-rcdfjxq29b] .phone-search-header > .d-flex:last-child {
    flex: 1;
    min-width: 0;
}

[b-rcdfjxq29b] .phone-search-header h4 {
    white-space: nowrap;
}

[b-rcdfjxq29b] .phone-search-header .row.g-3 {
    row-gap: 0.5rem !important;
    column-gap: 0.25rem;
    --bs-gutter-x: 0.45rem;
    --bs-gutter-y: 0.45rem;
}

[b-rcdfjxq29b] .phone-search-header #clientSelect {
    width: 188px;
    min-width: 188px;
    max-width: 188px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

[b-rcdfjxq29b] .phone-search-header #countrySelect {
    width: 108px;
    min-width: 108px;
    max-width: 108px;
}

[b-rcdfjxq29b] .phone-search-header #keyField {
    width: 158px;
    min-width: 158px;
    max-width: 158px;
}

[b-rcdfjxq29b] .phone-search-header #startDate,
[b-rcdfjxq29b] .phone-search-header #endDate {
    width: 148px;
    min-width: 148px;
    max-width: 148px;
}

[b-rcdfjxq29b] .phone-search-header .btn {
    white-space: nowrap;
}

.phone-results-table thead h6[b-rcdfjxq29b] {
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.phone-results-table td[b-rcdfjxq29b] {
    vertical-align: middle;
}

.phone-results-table td p[b-rcdfjxq29b] {
    margin-bottom: 0;
}

.phone-results-table .cell-message p[b-rcdfjxq29b] {
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1400px) {
    [b-rcdfjxq29b] .phone-search-header h4 { font-size: 1.1rem; }

    [b-rcdfjxq29b] .phone-search-header #clientSelect {
        width: 172px;
        min-width: 172px;
        max-width: 172px;
    }

    [b-rcdfjxq29b] .phone-search-header #countrySelect {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }

    [b-rcdfjxq29b] .phone-search-header #keyField {
        width: 146px;
        min-width: 146px;
        max-width: 146px;
    }

    [b-rcdfjxq29b] .phone-search-header #startDate,
    [b-rcdfjxq29b] .phone-search-header #endDate {
        width: 138px;
        min-width: 138px;
        max-width: 138px;
    }
}

@media (max-width: 992px) {
    [b-rcdfjxq29b] .phone-search-header {
        align-items: flex-start !important;
    }

    .phone-results-table .cell-message p[b-rcdfjxq29b] {
        max-width: 280px;
    }
}
/* /Pages/Voice/PhoneReport.razor.rz.scp.css */
[b-x3effjkpky] .phone-search-header {
    gap: 1rem;
}

[b-x3effjkpky] .phone-search-header > .d-flex:last-child {
    flex: 1;
    min-width: 0;
}

[b-x3effjkpky] .phone-search-header h4 {
    white-space: nowrap;
}

[b-x3effjkpky] .phone-search-header .row.g-3 {
    row-gap: 0.5rem !important;
    column-gap: 0.25rem;
    --bs-gutter-x: 0.45rem;
    --bs-gutter-y: 0.45rem;
}

[b-x3effjkpky] .phone-search-header #clientSelect {
    width: 188px;
    min-width: 188px;
    max-width: 188px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

[b-x3effjkpky] .phone-search-header #countrySelect {
    width: 108px;
    min-width: 108px;
    max-width: 108px;
}

[b-x3effjkpky] .phone-search-header #keyField {
    width: 158px;
    min-width: 158px;
    max-width: 158px;
}

[b-x3effjkpky] .phone-search-header #startDate,
[b-x3effjkpky] .phone-search-header #endDate {
    width: 148px;
    min-width: 148px;
    max-width: 148px;
}

[b-x3effjkpky] .phone-search-header .btn {
    white-space: nowrap;
}

.phone-results-table thead h6[b-x3effjkpky] {
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.phone-results-table td[b-x3effjkpky] {
    vertical-align: middle;
}

.phone-results-table td p[b-x3effjkpky] {
    margin-bottom: 0;
}

.phone-results-table .cell-message p[b-x3effjkpky] {
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1400px) {
    [b-x3effjkpky] .phone-search-header h4 { font-size: 1.1rem; }

    [b-x3effjkpky] .phone-search-header #clientSelect {
        width: 172px;
        min-width: 172px;
        max-width: 172px;
    }

    [b-x3effjkpky] .phone-search-header #countrySelect {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
    }

    [b-x3effjkpky] .phone-search-header #keyField {
        width: 146px;
        min-width: 146px;
        max-width: 146px;
    }

    [b-x3effjkpky] .phone-search-header #startDate,
    [b-x3effjkpky] .phone-search-header #endDate {
        width: 138px;
        min-width: 138px;
        max-width: 138px;
    }
}

@media (max-width: 992px) {
    [b-x3effjkpky] .phone-search-header {
        align-items: flex-start !important;
    }

    .phone-results-table .cell-message p[b-x3effjkpky] {
        max-width: 280px;
    }
}
