.printTable {
  display: block !important;
  width: 1400px !important;
  padding-right: 30px !important;
}

.printTable table {
  width: auto;
}

.printCard {
  display: none !important;
}

.dashboardSidebar,
.topNavbar,
.topContentDiv,
.searchDiv {
  display: none !important;
}

.layout-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  margin: 0;
  overflow: visible;
  position: static;
  display: block;
  flex: none;
}

body {
  width: 100% !important;
}

html {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

body {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.printLayout {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  height: auto !important;
  position: static !important;
  display: block !important;
  min-height: 100vh !important;
}

#layout-children-div {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
  justify-content: space-between !important;
}

[class*="DashboardLayoutRoot"],
[class*="GenericLayoutRoot"] {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

/* Ensure footer stays at bottom */
#home-page-footer-main-wrapper {
  margin-top: auto !important;
  display: block !important;
}

/* 
@page {
    size: A4;
    margin: 0;
} */