@import 'WrightEnterprise2.Client.8kx4ar1g6g.bundle.scp.css';
@import '_content/WrightEnterprise2.Shared/WrightEnterprise2.Shared.2o5xl4vtir.bundle.scp.css';

/* /Pages/Custom/Estimate/Print.razor.rz.scp.css */
/* 要素の初期化 */
*[b-ru55xkkrl3] {
    /* デフォルトのフォント */
    color: #424242;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 10pt;
    font-weight: normal;

    /* 背景色・背景画像を印刷する（Chromeのみで有効） */
    -webkit-print-color-adjust: exact;
}

.flex-text-container[b-ru55xkkrl3] {
    display: flex;
    justify-content: space-between;
}

.flex-panel-container[b-ru55xkkrl3] {
    display: flex;
    width: 100%;
    align-items: flex-start; /* アイテムを上部に揃える */
}

.left-panel[b-ru55xkkrl3] {
    flex: 60%; /* 左側のパネルの幅を60%に設定 */
}

.right-panel[b-ru55xkkrl3] {
    flex: 40%; /* 右側のパネルの幅を40%に設定 */
    margin-left: 50px;
}

.scroll-area[b-ru55xkkrl3] {
    position: sticky;
    top: 0;
    padding-top: 20px;
    height: 90vh;
    width: 200px;
    overflow-y: auto;
}

/* テキストのスタイル */
.underlined-text[b-ru55xkkrl3] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-normal[b-ru55xkkrl3] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-double[b-ru55xkkrl3] {
    border-bottom: 3px double #000;
    max-width: 100%;
}

div.logo-area[b-ru55xkkrl3] {
    position: relative;
}

/* 会社ロゴのスタイル */
img.logo[b-ru55xkkrl3] {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    width: 80%;
    z-index: 2;
}

img.stamp[b-ru55xkkrl3] {
    position: absolute;
    z-index: 1;
    inset-inline-end: 0;
    inset-block-end: 0;
    height: 18mm;
    width: 18mm;
}

/* 点線テーブルレイアウト */
.table-with-border td[b-ru55xkkrl3] {
    border-bottom: 1px dashed black;
}

/* 明細テーブルレイアウト */
table.detail[b-ru55xkkrl3] {
    width: 100%;
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
}

table.detail td[b-ru55xkkrl3] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail th[b-ru55xkkrl3] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail thead[b-ru55xkkrl3] {
    /* 印刷時にtheadを各ページに出力 */
    display: table-header-group;
    break-inside: avoid;
}

table.detail thead th[b-ru55xkkrl3] {
    background-color: #deefff;
}

tr.spacer[b-ru55xkkrl3] {
    height: 25px;
}
/* /Pages/Custom/ProjectTracker/Analysis.razor.rz.scp.css */
/* ===== テーブルヘッダー内の年度切替 ===== */
.year-nav-inline[b-5rt5oxdli5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

[b-5rt5oxdli5] .year-nav-btn {
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 4px !important;
    width: 36px !important;
    height: 36px !important;
}

[b-5rt5oxdli5] .year-nav-btn:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

[b-5rt5oxdli5] .year-nav-btn:disabled {
    color: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    cursor: not-allowed;
}

[b-5rt5oxdli5] .year-header-select {
    width: 120px;
    margin: 0 !important;
}

[b-5rt5oxdli5] .year-header-select .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.3) !important;
    transition: border-color 0.2s;
}

[b-5rt5oxdli5] .year-header-select:hover .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

[b-5rt5oxdli5] .year-header-select:hover .mud-input {
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 4px;
}

[b-5rt5oxdli5] .year-header-select .mud-input {
    color: #F9FAFB !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 8px 0 12px !important;
}

[b-5rt5oxdli5] .year-header-select .mud-select-input {
    padding: 0 4px 0 8px !important;
}

[b-5rt5oxdli5] .year-header-select .mud-icon-root {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ===== KPIサマリーカード ===== */
.kpi-row[b-5rt5oxdli5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.kpi-card[b-5rt5oxdli5] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: #FFFFFF;
    border: 1px solid #E8ECF0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s, transform 0.2s;
}

.kpi-card:hover[b-5rt5oxdli5] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.07);
    transform: translateY(-1px);
}

.kpi-icon-wrap[b-5rt5oxdli5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    flex-shrink: 0;
}

.kpi-icon-wrap.plan[b-5rt5oxdli5] {
    background: linear-gradient(135deg, #D4EEFF, #A8DEFF);
}

.kpi-icon-wrap.actual[b-5rt5oxdli5] {
    background: linear-gradient(135deg, #E8F5D9, #C5E1A5);
}

.kpi-icon-wrap.achievement[b-5rt5oxdli5] {
    background: linear-gradient(135deg, #FEF0D0, #FDDC8A);
}

[b-5rt5oxdli5] .kpi-icon-wrap.plan .kpi-icon {
    color: #29A8E0;
    font-size: 1.25rem;
}

[b-5rt5oxdli5] .kpi-icon-wrap.actual .kpi-icon {
    color: #8BC34A;
    font-size: 1.25rem;
}

[b-5rt5oxdli5] .kpi-icon-wrap.achievement .kpi-icon {
    color: #F5A623;
    font-size: 1.25rem;
}

.kpi-body[b-5rt5oxdli5] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kpi-label[b-5rt5oxdli5] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #9CA3AF;
    letter-spacing: 0.03em;
}

.kpi-value[b-5rt5oxdli5] {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1F2937;
    letter-spacing: -0.02em;
}

.kpi-empty[b-5rt5oxdli5] {
    color: #9CA3AF;
}

/* ===== データカード ===== */
.analysis-card[b-5rt5oxdli5] {
    background: #FFFFFF;
    border: 1px solid #E8ECF0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    overflow: clip;
}

.analysis-card-header[b-5rt5oxdli5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: #FAFBFC;
    border-bottom: 1px solid #E8ECF0;
}

.card-title-group[b-5rt5oxdli5] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-unit[b-5rt5oxdli5] {
    font-size: 0.75rem;
    color: #9CA3AF;
    font-weight: 500;
}

.card-title[b-5rt5oxdli5] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1F2937;
}

.card-subtitle[b-5rt5oxdli5] {
    font-size: 0.8125rem;
    color: #9CA3AF;
    font-weight: 500;
}

/* ===== テーブル ===== */
.analysis-table-wrapper[b-5rt5oxdli5] {
    overflow-x: auto;
}

.analysis-table[b-5rt5oxdli5] {
    width: 100%;
    min-width: 1150px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.8125rem;
    white-space: nowrap;
}

.analysis-table th[b-5rt5oxdli5],
.analysis-table td[b-5rt5oxdli5] {
    padding: 8px 12px;
    text-align: right;
    border-bottom: 1px solid #F0F1F3;
}

/* ===== ヘッダー ===== */
.analysis-table thead th[b-5rt5oxdli5] {
    background: #374151;
    color: #F9FAFB;
    font-weight: 600;
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: none;
}

/* 年行と月行の横区切り線 */
.analysis-table thead tr.row-year th[b-5rt5oxdli5] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.analysis-table thead tr:first-child th:first-child[b-5rt5oxdli5] {
    border-radius: 0;
}

/* ===== 担当者+タイプ統合カラム（ヘッダー） ===== */
.analysis-table thead th.col-staff[b-5rt5oxdli5] {
    background: #1F2937;
    z-index: 4;
    position: sticky;
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* ===== 担当者名カラム（rowspan=3） ===== */
.analysis-table .cell-name[b-5rt5oxdli5] {
    background: #F8FAFC;
    position: sticky;
    left: 0;
    z-index: 1;
    padding: 0;
    border-right: 1px solid #E5E7EB;
    border-bottom: 2px solid #E5E7EB;
    vertical-align: middle;
    text-align: center;
}

/* ===== バッジカラム（行ごと） ===== */
.analysis-table .cell-badge[b-5rt5oxdli5] {
    background: #F8FAFC;
    position: sticky;
    left: 160px;
    z-index: 1;
    padding: 6px 8px;
    border-right: 2px solid #E5E7EB;
    text-align: center;
}

/* cell-badgeの隣のデータセルの左ボーダーを消す */
.analysis-table .cell-badge + .cell-value[b-5rt5oxdli5] {
    border-left: none;
}

/* バッジ行の行間ボーダー */
.row-plan .cell-badge[b-5rt5oxdli5],
.row-actual .cell-badge[b-5rt5oxdli5] {
    border-bottom: 1px solid #E5E7EB;
}

.row-percent .cell-badge[b-5rt5oxdli5] {
    border-bottom: 2px solid #E5E7EB;
}

.staff-name[b-5rt5oxdli5] {
    font-weight: 600;
    color: #1F2937;
    font-size: 0.8125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 8px;
}

.analysis-table thead th.col-month[b-5rt5oxdli5] {
    min-width: unset;
}

.analysis-table thead th.col-month+th.col-month[b-5rt5oxdli5] {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

/* 年グループ区切り */
.analysis-table thead th.year-group[b-5rt5oxdli5] {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

/* 年の境界線（データ行・月ヘッダー） */
.analysis-table td.year-boundary[b-5rt5oxdli5] {
    border-left: 1px solid #F0F1F3;
}

/* ヘッダー内の年境界は他の月区切りと同じ色 */
.analysis-table thead th.col-month.year-boundary[b-5rt5oxdli5] {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.analysis-table thead th.col-total[b-5rt5oxdli5] {
    background: #1F2937;
    position: sticky;
    right: 0;
    z-index: 4;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.type-badge[b-5rt5oxdli5] {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    letter-spacing: 0.03em;
}

.badge-plan[b-5rt5oxdli5] {
    background: #E8F6FE;
    color: #29A8E0;
    border: 1px solid #A8DEFF;
}

.badge-actual[b-5rt5oxdli5] {
    background: #F0F8E4;
    color: #6B9E1E;
    border: 1px solid #C5E1A5;
}

.badge-percent[b-5rt5oxdli5] {
    background: #FEF5E0;
    color: #D4900E;
    border: 1px solid #FDDC8A;
}

/* ===== 値セル ===== */
.analysis-table .cell-value[b-5rt5oxdli5] {
    background: #FFFFFF;
    color: #374151;
    font-variant-numeric: tabular-nums;
    transition: background 0.15s;
    border-left: 1px solid #F0F1F3;
}

/* ===== 予定行 ===== */
.analysis-table .row-plan .cell-value[b-5rt5oxdli5] {
    background: #FFFFFF;
}

/* ===== 実績行 ===== */
.analysis-table .row-actual .cell-value[b-5rt5oxdli5] {
    background: #FAFFFE;
}

/* ===== 達成率行 ===== */
.analysis-table .row-percent .cell-value[b-5rt5oxdli5] {
    background: #FFFDF8;
}

.analysis-table .row-plan .cell-value:hover[b-5rt5oxdli5],
.analysis-table .row-actual .cell-value:hover[b-5rt5oxdli5],
.analysis-table .row-percent .cell-value:hover[b-5rt5oxdli5] {
    background: #F9FAFB;
}

/* ===== 達成率セル内レイアウト ===== */
.pct-cell[b-5rt5oxdli5] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    min-width: 52px;
}

.pct-cell span[b-5rt5oxdli5] {
    font-weight: 600;
    font-size: 0.8125rem;
}

/* カスタムプログレスバー */
.pct-bar[b-5rt5oxdli5] {
    width: 100%;
    height: 3px;
    background: #E5E7EB;
    border-radius: 1px;
    overflow: hidden;
}

.pct-bar-fill[b-5rt5oxdli5] {
    height: 100%;
    border-radius: 1px;
    transition: width 0.3s ease;
}

.pct-bar-fill.pct-over[b-5rt5oxdli5] {
    background-color: #059669;
}

.pct-bar-fill.pct-good[b-5rt5oxdli5] {
    background-color: #84CC16;
}

.pct-bar-fill.pct-warn[b-5rt5oxdli5] {
    background-color: #F59E0B;
}

.pct-bar-fill.pct-low[b-5rt5oxdli5] {
    background-color: #DC2626;
}

.pct-bar-fill.pct-zero[b-5rt5oxdli5] {
    background-color: transparent;
}

/* ===== 合計列 ===== */
.analysis-table .cell-total[b-5rt5oxdli5] {
    font-weight: 700;
    border-left: 2px solid #E5E7EB;
    position: sticky;
    right: 0;
    z-index: 1;
}

.analysis-table .row-plan .cell-total[b-5rt5oxdli5] {
    background: #E8F6FE;
}

.analysis-table .row-actual .cell-total[b-5rt5oxdli5] {
    background: #F0F8E4;
}

.analysis-table .row-percent .cell-total[b-5rt5oxdli5] {
    background: #FEF5E0;
}

/* ===== 達成度カラー ===== */
.analysis-table .pct-over[b-5rt5oxdli5] {
    color: #059669;
}

.analysis-table .pct-good[b-5rt5oxdli5] {
    color: #65A30D;
}

.analysis-table .pct-warn[b-5rt5oxdli5] {
    color: #D97706;
}

.analysis-table .pct-low[b-5rt5oxdli5] {
    color: #DC2626;
}

.analysis-table .pct-zero[b-5rt5oxdli5] {
    color: #D1D5DB;
}

/* ===== 人ごとの区切り ===== */
.analysis-table .row-plan .cell-name[b-5rt5oxdli5],
.analysis-table .row-plan .cell-badge[b-5rt5oxdli5],
.analysis-table .row-plan .cell-value[b-5rt5oxdli5],
.analysis-table .row-plan .cell-total[b-5rt5oxdli5] {
    border-top: 2px solid #E5E7EB;
}

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
    .kpi-row[b-5rt5oxdli5] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .kpi-card[b-5rt5oxdli5] {
        padding: 14px 16px;
    }
}

/* ===== 空データメッセージ ===== */
.analysis-table .empty-message[b-5rt5oxdli5] {
    text-align: center;
    padding: 32px;
    color: #9CA3AF;
    font-size: 0.875rem;
}
/* /Pages/Custom/ProjectTracker/Components/SegmentedProgressBar.razor.rz.scp.css */
.segmented-bar-container[b-79xan1oq5o] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.segmented-bar-header[b-79xan1oq5o] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.segmented-bar-label[b-79xan1oq5o] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #616161;
}

.segmented-bar-count[b-79xan1oq5o] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #424242;
}

.segmented-bar-track[b-79xan1oq5o] {
    display: flex;
    gap: 3px;
    height: 8px;
}

.segmented-bar-segment[b-79xan1oq5o] {
    border-radius: 2px;
    max-width: 40px;
    transition: background-color 0.2s ease;
}
/* /Pages/Custom/ProjectTracker/Detail.razor.rz.scp.css */
/* ===== 案件タイトル ===== */
[b-51lmx691vo] .project-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

/* ===== メインパネル: カードヘッダー ===== */
.info-card-header[b-51lmx691vo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    min-height: 48px;
    background-color: #FAFDFF;
    border-bottom: 1px solid #E8ECF0;
    border-radius: var(--mud-default-borderradius) var(--mud-default-borderradius) 0 0;
}

.info-card-title[b-51lmx691vo] {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #1F2937;
}

/* ===== メインパネル: セクション区切り ===== */
.info-section-header[b-51lmx691vo] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.info-section-header[b-51lmx691vo]::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #F59E0B;
    border-radius: 1px;
    flex-shrink: 0;
}

.info-section-header:first-child[b-51lmx691vo] {
    margin-top: 0;
}

.info-section-header span[b-51lmx691vo] {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #6B7280;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
}

.info-section-header[b-51lmx691vo]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #E5E7EB;
}

.info-grid[b-51lmx691vo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 4px 24px;
}

.info-item[b-51lmx691vo] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px 0;
}

/* ===== インライン編集: ステータスドット ===== */
.status-dot[b-51lmx691vo] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 4px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.status-dot.success[b-51lmx691vo] {
    background-color: #4CAF50;
}

.status-dot.warning[b-51lmx691vo] {
    background-color: #F2BD45;
}

.status-dot.default[b-51lmx691vo] {
    background-color: #78909C;
}

.info-empty[b-51lmx691vo] {
    grid-column: 1 / -1;
}

.meta-empty[b-51lmx691vo] {
    color: #C0C4CC;
}

/* ===== 通知バー（左アクセント付き） ===== */
.notice-bar[b-51lmx691vo] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px 10px 18px;
    background: #FCFDFF;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    font-size: 0.8125rem;
    color: #4B5563;
    overflow: hidden;
}

.notice-bar[b-51lmx691vo]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: #1976D2;
}

[b-51lmx691vo] .notice-bar-icon {
    color: #1976D2;
    font-size: 1rem;
}

/* ===== メタデータ key-value ===== */
.meta-label[b-51lmx691vo] {
    font-size: 0.6875rem;
    font-weight: 500;
    color: #9CA3AF;
    letter-spacing: 0.04em;
}

.meta-value[b-51lmx691vo] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1F2937;
}

/* ===== Zone 1: タイトル ===== */
[b-51lmx691vo] .status-chip {
    margin: 0;
    line-height: 1;
}

.project-title[b-51lmx691vo] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 8px;
    color: #1A1A2E;
}

/* ===== 差し戻し通知 ===== */
[b-51lmx691vo] .rejection-notice-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.rejection-notice[b-51lmx691vo] {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    overflow: hidden;
}

.rejection-notice[b-51lmx691vo]::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #F59E0B;
}

.rejection-notice-header[b-51lmx691vo] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px 8px 16px;
    font-size: 0.875rem;
    border-bottom: 1px solid #E5E7EB;
}

[b-51lmx691vo] .rejection-icon {
    color: #F59E0B;
}

.rejection-title[b-51lmx691vo] {
    font-weight: 600;
    color: #111827;
}

.rejection-meta[b-51lmx691vo] {
    color: #6B7280;
    font-size: 0.8125rem;
}

.rejection-actions[b-51lmx691vo] {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 2px;
}

.rejection-notice-body[b-51lmx691vo] {
    padding: 6px 0px 6px 8px;
}

.rejection-quote[b-51lmx691vo] {
    max-height: 100px;
    overflow-y: auto;
    white-space: pre-line;
    padding: 8px 12px;
    font-size: 0.8125rem;
    color: #4B5563;
}

/* ===== アクションパネル（右サイドバー） ===== */
.action-panel[b-51lmx691vo] {
    position: sticky;
    top: 80px;
}

.action-progress[b-51lmx691vo] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.action-cta[b-51lmx691vo] {
    margin-top: 4px;
}

/* ===== CTA ボタン ===== */
[b-51lmx691vo] .cta-advance {
    font-weight: 600;
}

[b-51lmx691vo] .mud-button-filled.mud-button-info.Mui-disabled {
    background-color: #1A3A7A !important;
    color: rgba(255, 255, 255, 0.5) !important;
    cursor: not-allowed;
}

/* ===== 受注後セクション ===== */
.ordered-section-grid[b-51lmx691vo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px 16px;
}

.ordered-field-full[b-51lmx691vo] {
    grid-column: 1 / -1;
}

.ordered-section-actions[b-51lmx691vo] {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    justify-content: flex-end;
}

.ordered-section-readonly[b-51lmx691vo] {
    gap: 2px 24px;
}

.ordered-field[b-51lmx691vo] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 6px 0;
}

.ordered-label[b-51lmx691vo] {
    font-size: 0.6875rem;
    font-weight: 500;
    color: #9CA3AF;
    letter-spacing: 0.04em;
}

.ordered-value[b-51lmx691vo] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1F2937;
}

/* ===== レスポンシブ ===== */
@media (max-width: 600px) {
    .zone1-header[b-51lmx691vo] {
        flex-direction: column;
    }

    .zone1-actions[b-51lmx691vo] {
        flex-direction: column;
    }

    .zone1-actions[b-51lmx691vo]  .mud-button-root {
        width: 100%;
    }

    .step-header[b-51lmx691vo] {
        flex-direction: column;
        align-items: stretch !important;
        gap: 12px;
    }

    .step-header .step-actions[b-51lmx691vo] {
        flex-direction: column;
        order: -1;
    }

    .step-header .step-actions[b-51lmx691vo]  .mud-button-root {
        width: 100%;
    }

    .info-grid[b-51lmx691vo] {
        grid-template-columns: 1fr;
    }
}

/* 納期ステータス「未定」選択時の赤テキスト */
.info-item[b-51lmx691vo]  .delivery-undetermined input,
.info-item[b-51lmx691vo]  .delivery-undetermined .mud-select-input {
    color: #c62828 !important;
}
/* /Pages/Custom/ProjectTracker/List.razor.rz.scp.css */
/* ===== ステータスインジケーター（テーブル内軽量バッジ）===== */
.status-indicator[b-xd9x8jgdfb] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1;
    color: #374151;
}

.status-indicator .status-dot[b-xd9x8jgdfb] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

/* 申請中（オレンジ） */
.status-requested .status-dot[b-xd9x8jgdfb] {
    background-color: #F5A623;
    box-shadow: 0 0 0 2px rgba(245, 166, 35, 0.2);
}

.status-requested[b-xd9x8jgdfb] {
    color: #D97706;
}

/* レビュー中（ライトブルー） */
.status-in-review .status-dot[b-xd9x8jgdfb] {
    background-color: #00C8F0;
    box-shadow: 0 0 0 2px rgba(0, 200, 240, 0.2);
}

.status-in-review[b-xd9x8jgdfb] {
    color: #0097B2;
}

/* 承認済み（グリーン） */
.status-approved .status-dot[b-xd9x8jgdfb] {
    background-color: #8BC34A;
    box-shadow: 0 0 0 2px rgba(139, 195, 74, 0.2);
}

.status-approved[b-xd9x8jgdfb] {
    color: #5B9A1E;
}

/* 差し戻し（レッド） */
.status-rejected .status-dot[b-xd9x8jgdfb] {
    background-color: #E74C3C;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

.status-rejected[b-xd9x8jgdfb] {
    color: #DC2626;
}

/* 商談中・作成中・準備中（ブルー） */
.status-draft .status-dot[b-xd9x8jgdfb] {
    background-color: #29A8E0;
    box-shadow: 0 0 0 2px rgba(41, 168, 224, 0.2);
}

.status-draft[b-xd9x8jgdfb] {
    color: #1A8EC7;
}

/* 完了（グリーン） */
.status-completed .status-dot[b-xd9x8jgdfb] {
    background-color: #8BC34A;
    box-shadow: 0 0 0 2px rgba(139, 195, 74, 0.2);
}

.status-completed[b-xd9x8jgdfb] {
    color: #5B9A1E;
}

/* キャンセル（グレー） */
.status-cancelled .status-dot[b-xd9x8jgdfb] {
    background-color: #95A5A6;
    box-shadow: 0 0 0 2px rgba(149, 165, 166, 0.2);
}

.status-cancelled[b-xd9x8jgdfb] {
    color: #6B7280;
}
/* /Pages/Custom/SalesManagement/BillingStatementPrint.razor.rz.scp.css */
/* 要素の初期化 */
*[b-nvxg9k19m6] {
    /* デフォルトのフォント */
    color: #424242;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 10pt;
    font-weight: normal;

    /* 背景色・背景画像を印刷する（Chromeのみで有効） */
    -webkit-print-color-adjust: exact;
}

.flex-text-container[b-nvxg9k19m6] {
    display: flex;
    justify-content: space-between;
}

.flex-panel-container[b-nvxg9k19m6] {
    display: flex;
    width: 100%;
    align-items: flex-start; /* アイテムを上部に揃える */
}

.left-panel[b-nvxg9k19m6] {
    flex: 60%; /* 左側のパネルの幅を60%に設定 */
}

.right-panel[b-nvxg9k19m6] {
    flex: 40%; /* 右側のパネルの幅を40%に設定 */
    margin-left: 50px;
}

.scroll-area[b-nvxg9k19m6] {
    position: sticky;
    top: 0;
    padding-top: 20px;
    height: 90vh;
    width: 200px;
    overflow-y: auto;
}

/* テキストのスタイル */
.underlined-text[b-nvxg9k19m6] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-normal[b-nvxg9k19m6] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-double[b-nvxg9k19m6] {
    border-bottom: 3px double #000;
    max-width: 100%;
}

div.logo-area[b-nvxg9k19m6] {
    position: relative;
}

/* 会社ロゴのスタイル */
img.logo[b-nvxg9k19m6] {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    width: 80%;
    z-index: 2;
}

/* 印鑑のスタイル */
img.stamp[b-nvxg9k19m6] {
    position: absolute;
    z-index: 1;
    inset-inline-end: 0;
    inset-block-end: 0;
    height: 18mm;
    width: 18mm;
}

/* 点線テーブルレイアウト */
.table-with-border td[b-nvxg9k19m6] {
    border-bottom: 1px dashed black;
}

/* 明細テーブルレイアウト */
table.detail[b-nvxg9k19m6] {
    width: 100%;
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
}

table.detail td[b-nvxg9k19m6] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail th[b-nvxg9k19m6] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail thead[b-nvxg9k19m6] {
    /* 印刷時にtheadを各ページに出力 */
    display: table-header-group;
    break-inside: avoid;
}

table.detail thead th[b-nvxg9k19m6] {
    background-color: #deefff;
}

tr.spacer[b-nvxg9k19m6] {
    height: 25px;
}
/* /Pages/Custom/SalesManagement/DeliveryNotePrint.razor.rz.scp.css */
/* 要素の初期化 */
*[b-6osw3t80ea] {
    /* デフォルトのフォント */
    color: #424242;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
    font-size: 10pt;
    font-weight: normal;

    /* 背景色・背景画像を印刷する（Chromeのみで有効） */
    -webkit-print-color-adjust: exact;
}

.flex-text-container[b-6osw3t80ea] {
    display: flex;
    justify-content: space-between;
}

.flex-panel-container[b-6osw3t80ea] {
    display: flex;
    width: 100%;
    align-items: flex-start; /* アイテムを上部に揃える */
}

.left-panel[b-6osw3t80ea] {
    flex: 60%; /* 左側のパネルの幅を60%に設定 */
}

.right-panel[b-6osw3t80ea] {
    flex: 40%; /* 右側のパネルの幅を40%に設定 */
    margin-left: 50px;
}

.scroll-area[b-6osw3t80ea] {
    position: sticky;
    top: 0;
    padding-top: 20px;
    height: 90vh;
    width: 200px;
    overflow-y: auto;
}

/* テキストのスタイル */
.underlined-text[b-6osw3t80ea] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-normal[b-6osw3t80ea] {
    border-bottom: 1px solid #000;
    max-width: 100%;
}

.underlined-double[b-6osw3t80ea] {
    border-bottom: 3px double #000;
    max-width: 100%;
}

div.logo-area[b-6osw3t80ea] {
    position: relative;
}

/* 会社ロゴのスタイル */
img.logo[b-6osw3t80ea] {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    width: 80%;
    z-index: 2;
}

/* 印鑑のスタイル */
img.stamp[b-6osw3t80ea] {
    position: absolute;
    z-index: 1;
    inset-inline-end: 0;
    inset-block-end: 0;
    height: 18mm;
    width: 18mm;
}

/* 点線テーブルレイアウト */
.table-with-border td[b-6osw3t80ea] {
    border-bottom: 1px dashed black;
}

/* 明細テーブルレイアウト */
table.detail[b-6osw3t80ea] {
    width: 100%;
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
}

table.detail td[b-6osw3t80ea] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail th[b-6osw3t80ea] {
    border-collapse: collapse;
    border: 1px #c0c0c0 solid;
    padding: 3px 3px 2px 3px;
}

table.detail thead[b-6osw3t80ea] {
    /* 印刷時にtheadを各ページに出力 */
    display: table-header-group;
    break-inside: avoid;
}

table.detail thead th[b-6osw3t80ea] {
    background-color: #deefff;
}

tr.spacer[b-6osw3t80ea] {
    height: 25px;
}
/* /Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2hetay5e3a],
.components-reconnect-repeated-attempt-visible[b-2hetay5e3a],
.components-reconnect-failed-visible[b-2hetay5e3a],
.components-pause-visible[b-2hetay5e3a],
.components-resume-failed-visible[b-2hetay5e3a],
.components-rejoining-animation[b-2hetay5e3a] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-retrying[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-failed[b-2hetay5e3a],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2hetay5e3a] {
    display: block;
}

#components-reconnect-modal[b-2hetay5e3a] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2hetay5e3a 0.5s both;

    &[open] {
        animation: components-reconnect-modal-slideUp-b-2hetay5e3a 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2hetay5e3a 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-2hetay5e3a]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2hetay5e3a 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2hetay5e3a {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2hetay5e3a {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2hetay5e3a {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2hetay5e3a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2hetay5e3a] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2hetay5e3a] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

#components-reconnect-modal button:hover[b-2hetay5e3a] {
    background-color: #3b6ea2;
}

#components-reconnect-modal button:active[b-2hetay5e3a] {
    background-color: #6b9ed2;
}

.components-rejoining-animation[b-2hetay5e3a] {
    position: relative;
    width: 80px;
    height: 80px;
}

.components-rejoining-animation div[b-2hetay5e3a] {
    position: absolute;
    border: 3px solid #0087ff;
    opacity: 1;
    border-radius: 50%;
    animation: components-rejoining-animation-b-2hetay5e3a 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.components-rejoining-animation div:nth-child(2)[b-2hetay5e3a] {
    animation-delay: -0.5s;
}

@keyframes components-rejoining-animation-b-2hetay5e3a {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
