#chart-wrapper,
#timeline-chart-wrapper,
#stacked-chart-wrapper,
#stacked-chart-project-wrapper,
#user-stacked-chart-wrapper {
    width: 100% !important;
    height: auto !important;
    min-height: 280px;
    background: transparent;
    display: block !important;
    clear: both !important;
    position: relative !important;
    margin-bottom: 45px !important;
}

#plotly-chart-container,
#plotly-stacked-container,
#plotly-user-stacked-container,
#plotly-timeline-container,
#plotly-stacked-project-container,
#project_tree_timeline {
    width: 100% !important;
    height: auto !important;
    min-height: 250px;
    background: transparent;
    display: block !important;
}

@media print {
    @page {
        size: landscape;
        margin: 10mm;
    }

    body * {
        visibility: hidden !important;
    }

    .org-statistics,
    .org-statistics *,
    .project-statistics,
    .project-statistics * {
        visibility: visible !important;
    }

    .org-statistics,
    .project-statistics {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .no-print,
    button,
    select,
    label,
    #project-selector,
    i {
        display: none !important;
        visibility: hidden !important;
    }

    #chart-wrapper,
    #timeline-chart-wrapper,
    #stacked-chart-wrapper,
    #user-stacked-chart-wrapper,
    [id^="plotly-"],
    #project_tree_timeline {
        max-width: 100% !important;
        display: block !important;
        transform: scale(0.95) !important;
        transform-origin: top left !important;
        width: 105.26% !important;
        margin-bottom: 30px !important;
    }

    .col-12 {
        page-break-inside: avoid !important;
        margin-bottom: 40px !important;
        display: block !important;
    }
}

.plotly-no-data-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 200px;
    background-color: #f8f9fa;
    border: 1px dashed #cccccc;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.no-data-icon {
    font-size: 32px;
    color: #a0a0a0;
    margin-bottom: 10px;
}

.no-data-text {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    margin: 0;
}

.no-data-text-title {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}