@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* /Components/Charting/TimelineChart.razor.rz.scp.css */
[b-uh9d1mwf34] .headerCell {
    align-items: center;
    display: grid;
    height: 2lh;
    width: 100%;
}

[b-uh9d1mwf34] .timelineCell {
    border: 0;
    border-radius: 0;
    padding: 0 !important;
}

[b-uh9d1mwf34] .timelineRow {
    align-items: center;
    border-bottom: 0;
    min-height: 38px;
    padding:  0;
}
/* /Components/Charting/TimelineDurationEventComponent.razor.rz.scp.css */
.eventContainer[b-mofzqybces] {
    align-items: center;
    display: grid;
    height: 15px;
}

.eventBar[b-mofzqybces] {
    background: var(--gantt-event-background);
    border-radius: 5px;
    grid-row: 1;
    height: 15px;
}

.eventBarFailed[b-mofzqybces] {
    background:  var(--error);
}

.eventLabel[b-mofzqybces] {
    color:  var(--gantt-text);
    font-size: 12px;
    grid-row: 1;
    height: min-content;
    padding: 0 0.5em;
}

.eventLabelLeft[b-mofzqybces] {
    grid-column: 1;
    justify-self: end;
}

.eventLabelRight[b-mofzqybces] {
    grid-column: 3;
}
/* /Components/Charting/TimelineEventComponent.razor.rz.scp.css */
.eventContainer[b-ruvcgmnap9] {
    align-items: center;
    display: grid;
    grid-row: 1;
    z-index: 1;
}

.tick[b-ruvcgmnap9] {
    align-items: center;
    background: var(--gantt-tick-line);
    grid-row: 1;
    height: 38px;
    width: 1px;
}

.ticks[b-ruvcgmnap9] {
    display: grid;
    margin-left: 9px;
    width: calc(100% - 18px);
}
/* /Components/Charting/TimelineEventHeader.razor.rz.scp.css */
.badge[b-uwa50b1z93] {
    align-items: center;
    display: grid;
    flex-shrink: 0;
}

.nonOrchestrationRow[b-uwa50b1z93] {
    margin-left: 12px;
}
/* /Components/Charting/TimelineHeaderComponent.razor.rz.scp.css */
.headerTickContainer[b-gayssm6qj9] {
    display:  grid;
    grid-row: 1;
    grid-template-columns: min-content;
}

.headerTick[b-gayssm6qj9] {
    align-self: end;
    background: var(--gantt-tick-line);
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: 44px;
    width: 1px;
}

.headerTickLabel[b-gayssm6qj9] {
    align-self: end;
    grid-column: 2;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    overflow: hidden;
    white-space: nowrap;
}

.startHeaderTickLabel[b-gayssm6qj9] {
    justify-self: start;
}

.endHeaderTickLabel[b-gayssm6qj9] {
    justify-self: end;
}

.headerTicks[b-gayssm6qj9] {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 9px;
    padding-right: 9px;
    width: 100%;
}

@container header (width < 175px) {
    .middleHeaderTickLabel[b-gayssm6qj9] {
        display: none;
    }
}

@container header (width < 50px) {
    .endHeaderTickLabel[b-gayssm6qj9] {
        display: none;
    }
}
/* /Components/Charting/TimelinePointEventComponent.razor.rz.scp.css */
.raisedEventBar[b-pow16qesu6] {
    background: var(--gantt-event-background);
    grid-column: 2;
    grid-row: 1;
    height: 12px;
    width: 12px;
    transform:  rotate(45deg);
}
/* /Components/Pages/TaskHubAgent.razor.rz.scp.css */
/* Hide the token count stack if its parent is less than 150px wide */
@container header (width < 150px) {
  .token-count-stack[b-med5p47427] {
    display: none;
  }
}
