﻿* {
    background-image: none !important;
}

body {
    margin: 0;
    color: #000;
    background-color: #fff;
}

/*  Remove Unnecessary Sections   */
header, footer, aside, nav, iframe, button, img, svg, aside, .menu, .hero, .add-space, #blazor-error-ui {
    display: none !important;
}

/*  visible when printed    */
.print{
    display: block;
}

table, img, svg{
    break-inside: avoid;
}

@media print {

    html, body {
        height: 100vh;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }
}