/* _content/SmartAssetROITool/Components/CashFlowChart.razor.rz.scp.css */
[b-70jqh5vink] .c3-axis-x .domain, [b-70jqh5vink] .c3-axis-x .tick line {
    display: none;
}

[b-70jqh5vink] .c3-axis-x .tick text {
    font-size: 16px;
}

[b-70jqh5vink] .c3-chart-texts .c3-text {
    font-size: 16px;
    fill: #000 !important;
}

[b-70jqh5vink] .year-line line {
    stroke-dasharray: 3, 3;
    fill: #676a6c;
}
/* _content/SmartAssetROITool/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-x0qkt6850f] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-x0qkt6850f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
