/* Hide all elements except the content of your Vue component */
/*body * {*/
/*    display: none;*/
/*}*/

/*#dt-header {*/
/*    display: none !important;*/
/*    width: 0 !important;*/
/*}*/

/*.sidebar-menu.desktop.active {*/
/*    display: none !important;*/
/*}*/

/*.sidebar-menu.desktop {*/
/*    display: none !important;*/
/*}*/

/*#kanbanPDF {*/
/*    width: 1000px !important;*/
/*    display: block; !* Show only your Vue component content *!*/
/*}*/

/* Add any additional styles for printing */
/* For example: */
@media print {
    .jplist-panel {
        display: none;
    }

    .printTimeWrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .chartWrapper {
        display: flex !important;
        justify-content: space-between !important;
    }

    .col-4 {
        max-width: 100% !important;
        flex: 1 !important;
    }

}





