html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.side-bar {
  border-right: 1px solid #00a88f;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 60px;
  top: 0;
  z-index: 1000;
}

/* .page1-body,
.summary-body,
.productHeader-body,
.globalConsumption-body,
.fdfWorldwide-body,
.usApprovals-body,
.regFiling-body,
.importsAndExports-body {
  width: 100vw;
  /* height: 100vh; */
/* min-width: 100vw;
  min-height: 100vh;  */
/* box-sizing: border-box;
  margin: 5px;
  padding: 0;
  position: relative;
} */
*/

/* ===== page1.hbs ===== */
.page1-body {
  margin: 0;
  padding: 0;
  background: #18A479;
  font-family: 'Segoe UI', Arial, sans-serif;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page1-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(8, 1fr);
  /* 8 equal rows */
  height: 100%;
  width: 100%;
}

.page1-left-top {
  grid-column: 1 / 3;
  /* spans columns 1 and 2 */
  grid-row: 1 / 3;
  /* spans rows 1 and 2 */
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: flex-start;
  background: #18A479;
  padding: 20px 0 0 40px;
}

.page1-left-bottom {
  grid-column: 1 / 3;
  /* spans columns 1 and 2 */
  grid-row: 3 / 9;
  /* spans rows 3 to 8 */
  background: #18A479;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 100px 0 0 40px;
}

.page1-right-top {
  grid-column: 2 / 3;
  grid-row: 1 / 5;
  background: #18A479;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.page1-right-bottom {
  grid-column: 2 / 3;
  grid-row: 5 / 9;
  background: #18A479;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 40px 30px 0;
}

.page1-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100px;
}

.page1-logo-svg {
  display: flex;
  align-items: center;
  height: 400px;
}

.page1-logo-svg svg {
  height: 400px;
  width: 400px;
  display: block;
}


/* .page1-logo-text {
  font-weight: bold;
  font-size: 5rem;
  display: inline-block;
  position: relative;
  color: white;
  letter-spacing: 2px;
  line-height: 1;
}
.page1-logo-small-text {
  font-size: 5rem;
  display: inline-block;
  font-weight: lighter;
  position: relative;
  color: white;
  letter-spacing: 2px;
  line-height: 1;
}

.page1-sup {
  font-size: 0.4em;
  position: relative;
  top: -0.8em;
  left: 0.2em;
  font-weight: bolder;
  color: white;
  vertical-align: super;
} */

.page1-overview-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.page1-overview-dates {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.page1-overview-note {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 40px;
  color: #e0f7f1;
}

.page1-author {
  font-size: 1rem;
  margin-top: auto;
  color: #e0f7f1;
}

.page1-confidential {
  font-size: 1rem;
  color: #e0f7f1;
  letter-spacing: 2px;
}

.page1-page-break {
  page-break-before: always;
  break-before: page;
}

.page1-logo-img {
  height: 200px;
  width: auto;
  margin-right: 16px;
}


.c2pharma-logo-text {
  font-weight: bold;
  font-size: 1em;
  display: inline-block;
  position: relative;
}

.c2pharma-sup {
  font-size: 0.8em;
  position: relative;
  top: -0.4em;
  left: 0.1em;
  font-weight: bold;
}



@media (max-width: 900px) {
  .page1-body {
    width: auto;
    height: auto;
  }

  .page1-container {
    grid-template-columns: 1fr;
    grid-template-rows: 0.5fr 1.5fr 0.5fr 1fr;
  }

  .page1-left-top,
  .page1-left-bottom,
  .page1-right-top,
  .page1-right-bottom {
    grid-column: 1 / 2;
    border: none;
    padding: 20px;
  }

  .page1-right-bottom {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 20px;
  }

  .page1-right-bottom .page1-confidential {
    text-align: right;
  }
}

/* ===== regFiling.hbs ===== */
.regFiling-body {
  position: relative;
  width: 100vw;
  /* height: 100vh; */
  /* min-width: 100vw;
  min-height: 100vh; */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.regFiling-title {
  font-size: 24px;
  font-weight: bold;
  color: #18A479;
  border-bottom: 1px solid #00986f;
  padding: 10px;
  margin: 30px 0px;
  text-align: center;
}


.regFiling-legend {
  margin-left: 12px;
  font-size: 5pt;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.regFiling-legend span {
  display: inline-block;
  margin-left: 15px;
}

.regFiling-note {
  position: absolute;
  bottom: 60px;
  left: 30px;
  right: 30px;
  font-size: 7pt;
  line-height: 1.8;
  max-height: 80px;
  overflow: hidden;
  z-index: 10;
}



/* .regFiling-black {
  color: #222 !important;
  font-weight: bold;
} */

/* td.regFiling-black {
  color: #222 !important;
  font-weight: bold !important;
} */

.regFiling-grey {
  color: #828181 !important;
}

.regFiling-red {
  color: red !important;
  font-weight: bold;
}

.regFiling-table-container {
  padding-bottom: 160px;
  padding-left: 30px;
  padding-right: 30px;
  /* leave space for footer and sources section */
  box-sizing: border-box;
  overflow: auto;
  margin: 20px auto;
}

/* Ensure Reg. Filings table borders are properly styled */
.regFiling-table-container table,
.regFiling-table-container table * {
  border-color: rgba(211, 211, 211, 0.3) !important;
  border-width: 0.5px !important;
  border-style: solid !important;
}

/* Fallback font sizes for Reg. Filings */
.regFiling-table {
  font-size: 5pt !important;
  line-height: 1.4 !important;
  border-collapse: collapse;
  width: 100%;
  margin: auto;
  border: 0.5px solid rgba(211, 211, 211, 0.3) !important;
}

.regFiling-th,
.regFiling-td {
  font-size: 5pt !important;
}

.regFiling-legend {
  font-size: 5pt !important;
}

.regFiling-tr {
  height: 4pt !important;
}

.regFiling-td {
  padding-top: 2pt !important;
  padding-bottom: 2pt !important;
}


.regFiling-note {
  font-size: 5pt !important;
}

.regFiling-th,
.regFiling-td {
  border: 0.5px solid rgba(211, 211, 211, 0.3) !important;
  padding: 0.3px 0.8px;
  text-align: center;
  height: 8px;
  vertical-align: middle;
  font-size: 5pt;
}

#regFiling-td-header {
  text-align: left;
  padding-left: 3px;
}

.regFiling-th {
  background-color: #0FA479;
  color: white;
}

.regFiling-tr:nth-child(even) {
  background-color: rgb(229, 231, 235);
}

.regFiling-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 12px;
  color: white;
  background-color: #18A479;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-top: 2px solid #00a88f;
}

.regFiling-footer a {
  color: #0066cc;
  font-weight: bold;
  text-decoration: underline;
}

.regFiling-page-break {
  page-break-before: always;
  break-before: page;
}

/* ===== fdfWorldwide.hbs ===== */
.fdfWorldwide-body {
  position: relative;
  /* width: 100vw;
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh; */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.fdfWorldwide-header {
  margin-top: 20px;
  border-bottom: 1.5px solid #00986f;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.fdfWorldwide-title {
  font-size: 18px;
  font-weight: bold;
  color: #18A479;
  border-bottom: 1.5px solid #00986f;
  z-index: 2;
  padding-bottom: 6px;
  margin-bottom: 24px;
  background: #fff;
  position: relative;
}

.fdfWorldwide-h2 {
  color: #00a88f;
  margin: 40px auto 5px;
  text-align: center;
  font-size: 18pt;
}



.fdfWorldwide-subtitle {
  color: #ff9933;
  text-align: center;
  margin-bottom: 20px;
  font-size: 11pt;
}

.fdfWorldwide-tables-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 14px auto;
  gap: 32px;
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 60px;
  /* leave space for footer */
  overflow: auto;
}

.fdfWorldwide-table {
  border-collapse: collapse;
  margin: 0 10px;
  font-size: 8pt;
  min-width: 340px;
  max-width: 340px;
  width: 340px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  table-layout: fixed;
  border: 1px solid lightgray !important;
}

.fdfWorldwide-th {
  background-color: #2c3e50;
  color: white;
  padding: 4px;
  text-align: left;
  font-size: 8pt;
}

.fdfWorldwide-td {
  padding: 3px;
  font-size: 8pt;
}

.fdfWorldwide-th,
.fdfWorldwide-td {
  border: 1px solid lightgray !important;
  padding: 4px 8px;
  text-align: left !important;
}

.fdfWorldwide-th {
  background-color: #0FA479;
  color: white;
  font-size: 8pt;
}

.fdfWorldwide-td {
  font-size: 8pt;
}

.fdfWorldwide-tr:nth-child(even) {
  background-color: rgb(229, 231, 235);
}

.fdfWorldwide-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 12px;
  color: white;
  background-color: #18A479;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.fdfWorldwide-footer a {
  color: blue;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

.fdfWorldwide-logo {
  font-weight: bold;
}

.fdfWorldwide-page-break {
  page-break-before: always;
  break-before: page;
}

.fdfWorldwide-new-holder {
  color: red;
}

/* ===== usApprovals.hbs ===== */
.usApprovals-body {
  position: relative;
  width: 100vw;
  /* height: 100vh; */
  /* min-width: 100vw;
  min-height: 100vh; */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.usApprovals-header {
  font-size: 26px;
  color: #18a479;
  text-align: start;
  height: 60px;
  place-content: center;
  border-left: 1px solid #00986f;
  margin-left: 50px;
  padding-left: 20px;
  opacity: 0.6;
}


.usApprovals-h2 {
  color: #00a88f;
  margin: 40px auto 5px;
  text-align: center;
  font-size: 18pt;
}

.usApprovals-subtitle {
  color: #ff9933;
  text-align: center;
  margin-bottom: 20px;
  font-size: 11pt;
}

.usApprovals-tables-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 14px auto;
  padding: 0 20px;
  box-sizing: border-box;
  padding-bottom: 60px;
  gap: 5px;
  overflow: auto;
}

.usApprovals-table {
  width: 40%;
  min-width: 200px;
  border-collapse: collapse;
  border: 1px solid lightgray !important;
  font-size: 8pt;
  margin: 0 8px;
}

.usApprovals-th {
  background-color: #0FA479;
  border: 1px solid lightgray !important;
  color: white;
  padding: 8px;
  text-align: left !important;
}

.usApprovals-td {
  padding: 6px;
  border: 1px solid lightgray !important;
  text-align: left !important;
}

.usApprovals-tr:nth-child(even) {
  background-color: rgb(229, 231, 235);
}

.usApprovals-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 12px;
  color: white;
  background-color: #18A479;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.usApprovals-footer a {
  color: blue;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

.usApprovals-logo {
  font-weight: bold;
}

.usApprovals-page-break {
  page-break-before: always;
  break-before: page;
}

.usApprovals-new-holder {
  color: red;
}

.productHeader-body {
  margin: 0;
  padding: 0;
  width: 960px;
  height: 720px;
  font-family: Arial, sans-serif;
  background-color: #18A479;
  color: white;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.productHeader-left-half,
.productHeader-right-half {
  box-sizing: border-box;
}

.productHeader-left-half {
  /* padding: 40px; */
  width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #c9c9c9;
}

.productHeader-logo {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 20px;
  padding-left: 40px;
}

.productHeader-logo img {
  height: 50px;
}

.productHeader-logo svg {
  display: block;
}

.productHeader-logo-text {
  font-size: 28px;
  font-weight: bold;
}

.productHeader-title {
  font-size: 48px;
  font-weight: 500;
  margin-top: 150px;
  /* Remove top margin */
  line-height: 1.1;
  align-self: flex-start;
  padding-left: 20px;
  /* Ensure the title aligns to the top */
}

.productHeader-back-link {
  font-size: 14px;
  color: blue;
  text-decoration: underline;
  padding-left: 20px;
  margin-bottom: 120px;
}

.productHeader-right-half {
  width: 42%;
  padding: 20px 0px;
  display: grid;
  grid-template-columns: 1fr;
  place-items: left;
}

.productHeader-links-half {
  position: relative;
  height: 170px;
}

/* Add after .productHeader-right-half styles */
.productHeader-links {
  position: absolute;
  left: 0px;
  bottom: -158px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding-left: 3px;
  padding-bottom: -200px;
}

.productHeader-divider {
  border: none;
  border-top: 1.5px solid #c9c9c9;
  margin: 0;
  padding: 0;
  width: 100%;
}

.productHeader-right-half a {
  color: blue;
  text-decoration: underline;
  font-size: 14px;
}

.productHeader-confidential {
  margin-top: auto;
  font-size: 16px;
  opacity: 0.7;
  padding-left: 32px;
}

.productHeader-page-break {
  page-break-before: always;
  break-before: page;
}

/* ===== summary.hbs ===== */
.summary-body {
  margin: 0;
  padding: 0;
  width: 960px;
  height: 720px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
  background: #fff;
}

.summary-container {
  padding: 40px 60px 100px 60px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}



.summary-title {
  text-align: center;
  color: #00986f;
  font-size: 30px;
  height: 60px;
  place-content: center;
  border-left: 1px solid #00986f;
  margin-left: 50px;
  padding-left: 20px;
  opacity: 0.6;
}

.summary-list {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 100px auto;
  padding-left: 100px;
}

.summary-column {
  width: 48%;
}

.summary-column a {
  display: block;
  margin-bottom: 12px;
  color: blue;
  text-decoration: underline;
  font-size: 16px;
}

.summary-update-link {
  text-align: right;
  margin-top: 20px;
  font-size: 14px;
}

.summary-update-link a {
  color: blue;
  text-decoration: underline;
}

.summary-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #18A479;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 14px;
  box-sizing: border-box;
}

.summary-footer .summary-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.summary-footer .summary-logo img {
  height: 20px;
}

.summary-footer .summary-center {
  font-weight: 500;
}

.summary-footer .summary-page-number {
  font-size: 14px;
}

.summary-page-break {
  page-break-before: always;
  break-before: page;
}

/* ===== globalConsumption.hbs ===== */
/* ===== globalConsumption.hbs ===== */
.globalConsumption-body {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  font-family: Arial, sans-serif;
  display: grid;
  grid-template-columns: 1fr 0.06fr;
}

.globalConsumption-body-ie {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  font-family: Arial, sans-serif;
  display: grid;
  grid-template-columns: 1fr 0.06fr;
}

.globalConsumption-header-container {
  border-bottom: 1px solid #00986f;
}

.globalConsumption-header {
  font-size: 28px;
  color: #18a479;
  text-align: start;
  height: 60px;
  place-content: center;
  border-left: 1px solid #00986f;
  margin-left: 50px;
  padding-left: 20px;
  opacity: 0.6;
}

.globalConsumption-table-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  gap: 50px;
  padding-left: 90px;
  padding-right: 90px;
}

/* Ensure Global Consumption table borders are properly styled */
.globalConsumption-table-container table,
.globalConsumption-table-container table * {
  border-color: lightgray !important;
  border-width: 1px !important;
  border-style: solid !important;
}

.globalConsumption-table {
  width: 70%;
  font-size: 8pt;
  border-collapse: collapse;
  border: 1px solid lightgray !important;
  margin-top: 200px;
  margin: auto auto !important;
  padding-bottom: 60px;
  box-sizing: border-box;
  gap: 30px;
}

.globalConsumption-thead {
  background-color: #0fa479;
  color: white;
}

.globalConsumption-th,
.globalConsumption-td {
  padding: 4px;
  border: 1px solid lightgray !important;
  text-align: center;
}



.globalConsumption-tbody tr:nth-child(even) {
  background-color: rgb(229, 231, 235);
}

.globalConsumption-tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.globalConsumption-tbody tr:first-child {
  background-color: #6ae0b7 !important;
}

.globalConsumption-red {
  color: red;
}

.globalConsumption-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  /* padding: 0 30px; */
  font-size: 12px;
  color: white;
  background-color: #18a479;
  display: grid;
  grid-template-columns: 1fr 0.08fr;
  place-content: center;
  box-sizing: border-box;
  break-inside: avoid;
}

.globalConsumption-footer-left {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.15fr;
  place-content: center;
  position: relative;
}

.footer-logo-ie {
  position: absolute;
  left: 60px;
  bottom: 1px;
}

.globalConsumption-footer a {
  color: blue;
  text-decoration: underline;
  font-size: 14px;
}

.globalConsumption-logo {
  display: flex;
  font-weight: bold;
  place-content: center;
  border-right: 1px solid white;
  height: 50px;

}

.globalConsumption-logo img {
  height: 20px;
}

.globalConsumption-page-break {
  page-break-before: always;
  break-before: page;
}

.globalConsumption-negative {
  color: red;
}



.page1-body,
.summary-body,
.productHeader-body,
.globalConsumption-body,
.fdfWorldwide-body,
.usApprovals-body,
.regFiling-body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.globalConsumption-right-side {
  border-left: 1px solid #18a479;
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.globalConsumption-right-side-ie {
  border-left: 1px solid #18a479;
  display: flex;
  flex-direction: column;
}

.globalConsumption-right-side-ie-first {
  height: 350px;
  border-bottom: 1px solid #18a479;
}

.globalConsumption-right-side>div {
  border-bottom: 1px solid #18a479;
}

.globalConsumption-confidential {
  font-size: 16px;
  opacity: 0.6;
  place-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.globalConsumption-back-to-api {
  font-size: 12px !important;
  padding-top: 10px;
  font-weight: 500;
}

.globalConsumption-page-number {
  text-align: center;
  border-left: 1px solid whitesmoke;
  overflow: hidden;
  margin-left: 17px;
  padding-left: 3px;
  height: 50px;
  place-content: center;
}

/* .globalConsumption-body {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-width: 100vw;
  min-height: 100vh;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.globalConsumption-header {
  font-size: 24px;
  font-weight: bold;
  color: #18A479;
  border-bottom: 1px solid #00986f;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.globalConsumption-table {
  width: 80%;
  font-size: 8pt;
  border-collapse: collapse;
  border: 1px solid lightgray;
  margin: 24px auto;
  padding-bottom: 60px;
  box-sizing: border-box;
  gap: 24px;
}

.globalConsumption-thead {
  background-color: #0FA479;
  color: white;
}

.globalConsumption-th,
.globalConsumption-td {
  padding: 4px;
  border: 1px solid lightgray;
  ;
  text-align: center;
}

.globalConsumption-tbody tr:nth-child(even) {
  background-color: rgb(229, 231, 235);
}

.globalConsumption-tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.globalConsumption-red {
  color: red;
}

.globalConsumption-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 12px;
  color: white;
  background-color: #18A479;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}




.globalConsumption-footer a {
  color: blue;
  text-decoration: underline;
  font-size: 14px;
}

.globalConsumption-logo {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.globalConsumption-logo img {
  height: 20px;
  margin-right: 8px;
}

.globalConsumption-page-break {
  page-break-before: always;
  break-before: page;
}

.globalConsumption-negative {
  color: red;
} */

*/ .page1-body,
.summary-body,
.productHeader-body,
.globalConsumption-body,
.fdfWorldwide-body,
.usApprovals-body,
.regFiling-body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}


/* indian export */
.indianExport-charts-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  margin: 24px 0;
}

.indianExport-chart-container {
  text-align: center;
  flex: 1 1 0;
  width: 98%;
  margin: auto;
}

.indianExport-table-container {
  /* text-align: center; */
  width: 98%;
  min-width: 98%;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.indianExport-table-container table {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.indianExport-chart-img {
  max-width: 100%;
  max-height: 230px;
  border: 1px solid #eee;
  background: #fff;
}

.indianExport-chart-label {
  margin-top: 8px;
  font-size: 8px;
  color: #333;
}

/* ===== importsAndExports.hbs ===== */
.importsAndExports-body {
  position: relative;
  width: 100vw;
  /* height: 100vh; */
  /* min-width: 100vw;
  min-height: 100vh; */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.importsAndExports-header {
  font-size: 24px;
  font-weight: bold;
  color: #18A479;
  border-bottom: 1px solid #00986f;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.importsAndExports-h2 {
  color: #00a88f;
  margin: 40px auto 5px;
  text-align: center;
  font-size: 18pt;
}

.importsAndExports-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 12px;
  color: white;
  background-color: #18A479;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.importsAndExports-footer a {
  color: blue;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

.importsAndExports-logo {
  font-weight: bold;
}

.importsAndExports-page-break {
  page-break-before: always;
  break-before: page;
}