@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.b6pgxrrsua.bundle.scp.css';

/* _content/p42FactoryReporting/Components/Cmp/BarChartCmp.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Cmp/ChartMixedCmp.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Cmp/CircleCmp.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Cmp/ColumnChart.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Cmp/TeamsCmp.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Layout/MainLayout.razor.rz.scp.css */


/* _content/p42FactoryReporting/Components/Layout/P42FRAppBar.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/P42Waiting.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Pages/Dashboards/Dashboard.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Pages/Home.razor.rz.scp.css */


.background-image-container[b-h70k7mlwto] {
    position: relative;
    width: 100%;
    min-height: 100%;


    background-size: cover;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}




.background-overlay[b-h70k7mlwto] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* overlay blockiert keine Klicks */
    background: rgba(0, 0, 0, 0.2); /* initial transparent */
    /*animation: darkenBg 10s infinite;*/
    /* 6s = 3s dunkler + 3s zurück */
    z-index: 0; /* unter den Cards etc. */
}

/* Animation für dunkler/heller */
@keyframes darkenBg-b-h70k7mlwto {
    0% {
        background: rgba(0, 0, 0, 0.2);
    }
    40% {
        background: rgba(0, 0, 0, 0.5);
    }
    60% {
        background: rgba(0, 0, 0, 0.5);
    }
    100% {
        background: rgba(0, 0, 0, 0.2);
    }
}

.stack-overlay[b-h70k7mlwto] {
    padding: 1.0rem 1.0rem;
    position: relative;
    z-index: 1; /* makes sure stack is above the background */
    gap: 50px;
    /* Optional: add a slight background for cards, or make them semi-transparent */
}
/* _content/p42FactoryReporting/Components/Pages/Reports/BaseReport.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Pages/Reports/CircleChart.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Pages/Reports/MultiPanel.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Pages/Reports/Table.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/Pages/Reports/TableBase.razor.rz.scp.css */
/* _content/p42FactoryReporting/Components/ReportCard2.razor.rz.scp.css */
.report-card[b-e50fl9ly0i] {
    display: flex;
    flex-direction: column;
    width: 380px;
    margin: 16px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
    border-radius: 10px;
  
    padding: 0;
    overflow: hidden;
}

.card-header[b-e50fl9ly0i] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px 8px 20px;
    border-bottom: 1px solid #f0f0f0;
    min-height: 36px;
}

.card-body[b-e50fl9ly0i] {
    display: flex;
    flex-direction: column;
    padding: 16px 20px 8px 20px;
    gap: 10px;
}

.card-image[b-e50fl9ly0i] {
    flex: 1 1 0;
    display: flex;
    object-fit: scale-down;
    align-items: stretch;
    justify-content: stretch;
    min-height: 0;
    /* Optional: Entferne vertical margins falls gesetzt */
    margin: 0;

}

.card-image img[b-e50fl9ly0i] {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.10);
}

.card-footer[b-e50fl9ly0i] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 12px;
    padding: 12px 20px 16px 20px;
    border-top: 1px solid #f0f0f0;
    background: none;
}
/* _content/p42FactoryReporting/Components/ReportCards.razor.rz.scp.css */

.card-container[b-53uarp1yes] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-header[b-53uarp1yes] {
    /* Optional styling */
}

.card-body[b-53uarp1yes] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
}

.card-body .report-description[b-53uarp1yes] {
    margin-bottom: 0.5rem;
}

.card-body .image-container[b-53uarp1yes] {
    flex: 1 1 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body img[b-53uarp1yes] {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.card-footer[b-53uarp1yes] {
    /* Footer is immer ganz unten */
    margin-top: auto;
    padding-top: 0.5rem;
}
