/* @define CapacityVsDemandChart */
.CapacityVsDemandChart {
    flex: 1;
    width: 100%;
}

.CapacityVsDemandChart-tooltip {
    display: flex;
    align-items: center;
    position: absolute;
}

.CapacityVsDemandChart-tooltipCaret {
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid var(--border-inverse);
    z-index: 100;
}

.CapacityVsDemandChart-tooltipBox {
    padding: 1rem;
    background: var(--surface-default);
    border-radius: 8px;
    color: var(--text-default);
    pointer-events: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 75%);
}

.CapacityVsDemandChart-tooltipHeader {
    font-size: 16px;
    padding-bottom: 0.5rem;
}

.CapacityVsDemandChart-tooltipLegend {
    margin-right: 0.25rem;
    width: 14px;
    height: 14px;
}

.CapacityVsDemandChart-tooltipLabel {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.CapacityVsDemandChart-tooltipValue {
    font-size: 12px;
    padding-bottom: 0.5rem;
}
