﻿.print-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    background-color: var(--rz-layout-background-color);
    gap:15px;
}
.print-wrapper {
    display: flex;
    overflow: auto;
    flex: 1;
    align-self: stretch;
    justify-content: center;
    font-family: Open Sans;
    font-size:3mm;
}
.print-report {
    display: flex;
    flex-direction: column;
    background-color:white;
}
.report-element {
    color: #000000;
    font-family: Open Sans;
    font-size: 3mm;
}