/* _content/EstimationApp.Web/Components/Pages/ProjectHoursReport.razor.rz.scp.css */
.phr-bars[b-2s9smuh2bq] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 4px;
}

.phr-row[b-2s9smuh2bq] {
    display: grid;
    grid-template-columns: minmax(110px, 210px) 1fr minmax(104px, auto);
    align-items: center;
    column-gap: 14px;
}

.phr-name[b-2s9smuh2bq] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .85rem;
    line-height: 1.2;
}

.phr-inactive[b-2s9smuh2bq] {
    color: var(--mud-palette-text-secondary);
    font-size: .72rem;
    margin-left: 4px;
}

.phr-track[b-2s9smuh2bq] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.phr-fill[b-2s9smuh2bq] {
    height: 11px;
    border-radius: 5px;
    min-width: 2px;
    transition: width .35s ease;
}

.phr-est[b-2s9smuh2bq] {
    background-color: #90a4ae;
}

.phr-trk[b-2s9smuh2bq] {
    background-color: var(--mud-palette-primary);
}

.phr-trk-under[b-2s9smuh2bq] {
    background-color: var(--mud-palette-success);
}

.phr-trk-over[b-2s9smuh2bq] {
    background-color: var(--mud-palette-error);
}

.phr-proj[b-2s9smuh2bq] {
    display: inline-block;
    font-size: .68rem;
    font-weight: 600;
    color: var(--mud-palette-primary);
    background: var(--mud-palette-primary-hover);
    border-radius: 4px;
    padding: 0 5px;
    margin-right: 5px;
    vertical-align: middle;
}

/* Budget / cost / margin bars */
.phr-fin-track[b-2s9smuh2bq] {
    min-width: 0;
}

.phr-fin-bar[b-2s9smuh2bq] {
    display: flex;
    height: 14px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 2px;
    background-color: var(--mud-palette-lines-default);
}

.phr-seg[b-2s9smuh2bq] {
    height: 100%;
    min-width: 0;
    transition: width .35s ease;
}

.phr-seg-internal[b-2s9smuh2bq] {
    background-color: #ffa726;
}

.phr-seg-margin[b-2s9smuh2bq] {
    background-color: var(--mud-palette-success);
}

.phr-seg-margin-neg[b-2s9smuh2bq] {
    background-color: var(--mud-palette-error);
}

.phr-bar-budget[b-2s9smuh2bq] {
    background-color: #78909c;
}

.phr-val[b-2s9smuh2bq] {
    font-size: .8rem;
    white-space: nowrap;
    text-align: right;
}

.phr-val-trk[b-2s9smuh2bq] {
    font-weight: 600;
}

.phr-val-est[b-2s9smuh2bq],
.phr-val-sep[b-2s9smuh2bq] {
    color: var(--mud-palette-text-secondary);
}

.phr-val-sep[b-2s9smuh2bq] {
    margin: 0 3px;
}

.phr-legend[b-2s9smuh2bq] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 14px;
    font-size: .8rem;
    color: var(--mud-palette-text-secondary);
    align-items: center;
}

.phr-legend span[b-2s9smuh2bq] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.phr-swatch[b-2s9smuh2bq] {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
}
/* _content/EstimationApp.Web/Components/Pages/ResourcePlanning.razor.rz.scp.css */
.rp-scroll[b-ntuhj6w7ao] {
    overflow: auto;
    max-height: 68vh;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
}

.rp-table[b-ntuhj6w7ao] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    min-width: max-content;
    font-size: .85rem;
}

.rp-table th[b-ntuhj6w7ao],
.rp-table td[b-ntuhj6w7ao] {
    padding: 6px 10px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    white-space: nowrap;
}

.rp-table thead th[b-ntuhj6w7ao] {
    position: sticky;
    top: 0;
    z-index: 3;
    background: var(--mud-palette-surface);
    border-bottom: 2px solid var(--mud-palette-lines-default);
    text-align: center;
    vertical-align: bottom;
}

.rp-week-num[b-ntuhj6w7ao] {
    font-weight: 600;
    display: block;
}

.rp-week-date[b-ntuhj6w7ao] {
    font-size: .72rem;
    color: var(--mud-palette-text-secondary);
    display: block;
}

.rp-week-current .rp-week-num[b-ntuhj6w7ao] {
    color: var(--mud-palette-primary);
}

/* Sticky Person column */
.rp-c1[b-ntuhj6w7ao] {
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--mud-palette-surface);
    text-align: left;
    width: 210px;
    min-width: 210px;
    max-width: 210px;
    border-right: 2px solid var(--mud-palette-lines-default);
}

.rp-table thead .rp-c1[b-ntuhj6w7ao] {
    z-index: 4;
}

.rp-person-name[b-ntuhj6w7ao] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rp-person-title[b-ntuhj6w7ao] {
    font-weight: 600;
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.rp-customer[b-ntuhj6w7ao] {
    font-size: .72rem;
    color: var(--mud-palette-text-secondary);
}

.rp-total[b-ntuhj6w7ao] {
    text-align: center;
    font-weight: 600;
}

/* Heatmap cells */
.rp-heat-cell[b-ntuhj6w7ao] {
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    min-width: 66px;
    transition: background-color .15s ease, box-shadow .15s ease;
    user-select: none;
}

.rp-heat-cell:hover[b-ntuhj6w7ao] {
    box-shadow: inset 0 0 0 2px var(--mud-palette-primary);
}

.rp-heat-val[b-ntuhj6w7ao] {
    display: inline-block;
    min-width: 24px;
}

.rp-heat-plus[b-ntuhj6w7ao] {
    color: var(--mud-palette-text-disabled);
    opacity: 0;
    font-size: 1.05rem;
    transition: opacity .15s ease;
}

.rp-heat-cell:hover .rp-heat-plus[b-ntuhj6w7ao] {
    opacity: .7;
}

.rp-heat-0[b-ntuhj6w7ao] {
    color: var(--mud-palette-text-disabled);
    font-weight: 400;
}

.rp-heat-low[b-ntuhj6w7ao] {
    background-color: rgba(76, 175, 80, .18);
}

.rp-heat-mid[b-ntuhj6w7ao] {
    background-color: rgba(76, 175, 80, .40);
}

.rp-heat-high[b-ntuhj6w7ao] {
    background-color: rgba(255, 167, 38, .58);
}

.rp-heat-over[b-ntuhj6w7ao] {
    background-color: rgba(244, 67, 54, .78);
    color: #fff;
}

/* Legend */
.rp-legend[b-ntuhj6w7ao] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    font-size: .8rem;
    color: var(--mud-palette-text-secondary);
}

.rp-legend-title[b-ntuhj6w7ao] {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.rp-legend span[b-ntuhj6w7ao] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.rp-legend-hint[b-ntuhj6w7ao] {
    font-style: italic;
}

.rp-swatch[b-ntuhj6w7ao] {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    display: inline-block;
}
