﻿html, body {
    overflow-y: visible !important;
    page-break-inside: auto;
}

app {
    overflow-y: visible !important;
    position: absolute;
    left: 0px;
    top: 0px;
    page-break-inside: auto;
}

.menuBar
{
    display: none !important;
}

.mainContainer {
    height: auto !important;
    width: auto !important;
    overflow-y: visible !important;
    page-break-inside: auto;
}

.mainWithMenu {
    height: auto !important;
    width: auto !important;
    overflow-y: visible !important;
    page-break-inside:auto;
}

.hidePrint {
    display:none !important;
}

.flexRow{
    flex-wrap:inherit !important;
}
.oi {
    display:none;
}

.bi-telephone-fill {
    display:none;
}

.text-success {
    display:none;
}

a:not(.btn) {
    text-decoration: none !important;
}

* {
    font-size:18px;
}