/* /Areas/Admin/EmailHistory/EmailHistoryDetailModal.razor.rz.scp.css */
.email-history-mono[b-jnyo8mwvlh] {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    word-break: break-all;
}

.email-history-expand-list[b-jnyo8mwvlh] {
    border-top: 1px solid #e9ecef;
}

.email-history-expand-row[b-jnyo8mwvlh] {
    border-bottom: 1px solid #e9ecef;
    background: #fff;
}

.email-history-expand-row:last-child[b-jnyo8mwvlh] {
    border-bottom: none;
}

.email-history-expand-row.is-open[b-jnyo8mwvlh] {
    background: #fcfcfd;
}

.email-history-expand-header[b-jnyo8mwvlh] {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0.75rem 1rem;
    text-align: left;
    cursor: pointer;
}

.email-history-expand-header:hover[b-jnyo8mwvlh] {
    background: #f8f9fa;
}

.email-history-expand-row.is-open > .email-history-expand-header[b-jnyo8mwvlh] {
    background: #f8f9fa;
    border-bottom: 1px solid #eef1f4;
}

.email-history-expand-chevron[b-jnyo8mwvlh] {
    width: 1rem;
    color: #6c757d;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.email-history-expand-dot[b-jnyo8mwvlh] {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    margin-right: 0.6rem;
    flex-shrink: 0;
}

.email-history-expand-time[b-jnyo8mwvlh] {
    margin-left: auto;
    padding-left: 0.75rem;
    white-space: nowrap;
}

.email-history-expand-panel[b-jnyo8mwvlh] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.22s ease;
}

.email-history-expand-panel.is-open[b-jnyo8mwvlh] {
    grid-template-rows: 1fr;
}

.email-history-expand-panel-inner[b-jnyo8mwvlh] {
    overflow: hidden;
    min-height: 0;
}

.email-history-expand-body[b-jnyo8mwvlh] {
    padding: 0.85rem 1rem 1rem 2.4rem;
}

.email-history-json[b-jnyo8mwvlh] {
    margin: 0;
    padding: 0.75rem;
    max-height: 320px;
    overflow: auto;
    background: #1e1e1e;
    color: #d4d4d4;
    border-radius: 0.35rem;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.78rem;
    line-height: 1.45;
    white-space: pre;
    word-break: normal;
}
/* /Areas/Admin/EmailHistory/EmailHistoryPage.razor.rz.scp.css */
.email-history-page .card[b-643wyvp8fe] {
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.email-history-page .card-header[b-643wyvp8fe] {
    background: #fff;
}

.email-history-mono[b-643wyvp8fe] {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    word-break: break-all;
}

.email-history-grid-subject[b-643wyvp8fe] {
    font-weight: 600;
}

.email-history-grid-muted[b-643wyvp8fe] {
    color: #6c757d;
    font-size: 0.85rem;
}

.email-history-page[b-643wyvp8fe]  .rz-data-grid {
    border: none !important;
}

.email-history-page[b-643wyvp8fe]  .rz-grid-table td {
    vertical-align: middle;
}

.email-history-detail-btn[b-643wyvp8fe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 0.25rem;
    background: transparent;
    color: #6c757d; /* Bootstrap secondary */
    line-height: 1;
    cursor: pointer;
}

.email-history-detail-btn:hover[b-643wyvp8fe],
.email-history-detail-btn:focus[b-643wyvp8fe] {
    color: #5a6268;
    background: rgba(108, 117, 125, 0.12);
    outline: none;
}

.email-history-detail-btn i[b-643wyvp8fe] {
    font-size: 1rem;
    line-height: 1;
}
/* /Areas/Client/DataInputWizard/DataInputWizard.razor.rz.scp.css */
.wizard[b-8j6nt9hm9y] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wizard_content[b-8j6nt9hm9y] {
    flex-grow: 1;
    overflow-y: auto;
}

.wizard_buttons[b-8j6nt9hm9y] {
    margin-top: 10px;
}

[b-8j6nt9hm9y] .step-heading {
    background-color: #ebebeb;
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 25px;
    margin-top: -11px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 15px;
}
/* /Shared/TitleBar.razor.rz.scp.css */
.title[b-wgki1nzo8i] {
	background-color: #fff;
	padding: 15px;
	border-bottom: 1px solid #c9c9c9;
}
