body {
    
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    body {
        background-color: white;
    }

    .pagebreak {
        page-break-before: always;
    }

    .mud-main-content {
        background-color: white;
    }

    .mud-grid {
        background-color: white;
    }


    .mud-container {
        background-color: white;
    }
}

/*Fix for reconnect popup when app is in dark theme*/
#components-reconnect-modal {
    color: black !important;
}
.mud-button-outlined.mud-button-outlined-secondary {
    color: currentColor !important;
}

.mud-toggle-group-horizontal:not(.mud-toggle-group-rtl) > .mud-toggle-item:not(:first-child), .mud-toggle-group-horizontal:not(.mud-toggle-group-rtl) > :not(:first-child) .mud-toggle-item {
    margin-left: 4px;
}

/*For yellow color on validation page*/
.timevalidationgrid .mud-icon-button.ma-n3.pa-1 .mud-icon-root {
    color: var(--mud-palette-warning) !important;
}

/*For multi-line tooltips*/
.tooltip-multiline {
    white-space: pre-line;
}

/* This targets the <span> with class 'column-header' inside 
   the <th> with class 'mud-table-cell', where the whole grid 
   container has BOTH 'mud-data-grid' AND 'No-flex'. */
.mud-data-grid.No-flex .mud-table-cell .column-header {
    display: block !important;
}




