﻿@page {
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
}

.page-break-before {
    page-break-before: always;
}

.page-break-after {
    page-break-before: always;
}

.avoid-page-break-inside {
    page-break-inside: avoid;
}

.report-cover-page {
    page-break-after: always;
}

.report-page-header {
    page-break-before: always;
}

.report-page-footer {
    page-break-after: always;
}

/* Report preview */
page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    padding: 2.54cm;
}

    page[size="A4"] {
        width: 21cm;
        height: 29.7cm;
    }

        page[size="A4"][layout="landscape"] {
            width: 29.7cm;
            height: 21cm;
        }

    page[size="A3"] {
        width: 29.7cm;
        height: 42cm;
    }

        page[size="A3"][layout="landscape"] {
            width: 42cm;
            height: 29.7cm;
        }

    page[size="A5"] {
        width: 14.8cm;
        height: 21cm;
    }

        page[size="A5"][layout="landscape"] {
            width: 21cm;
            height: 14.8cm;
        }

.report-overview .injections-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #525659;
}
