.flexibletable-container {
  overflow-x: auto;
  background: transparent;
  padding: 32px 0;
}
.flexibletable-container .flexible-table-wrapper {
  width: fit-content;
  margin: 32px auto;
  overflow-x: auto;
}
.flexibletable-container .flexible-table-wrapper .debug-info {
  background-color: #f0f0f0;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  font-family: monospace;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody tr td:last-of-type {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody .cell-wrapper {
  min-height: 20px;
  overflow: hidden;
  white-space: inherit;
  word-wrap: normal;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody .cell-wrapper.top {
  align-items: flex-start;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody .cell-wrapper.middle {
  align-items: center;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody .cell-wrapper.bottom {
  align-items: flex-end;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody .cell-wrapper .cq-placeholder {
  height: 100px;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody .cell-wrapper div {
  width: 100%;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody tr th[scope="row"] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody tr th[scope="row"] .cell-wrapper {
  white-space: normal;
  word-wrap: break-word;
}
.flexibletable-container .flexible-table-wrapper.rounded-all tbody tr td:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.flexibletable-container .flexible-table-wrapper.rounded-table-only tbody tr:first-of-type td:last-of-type {
  border-top-right-radius: 8px;
}
.flexibletable-container .flexible-table-wrapper.rounded-table-only tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 8px;
}
.flexibletable-container .flexible-table-wrapper.rounded-table-only thead td {
  border-top-left-radius: 8px;
}
.flexibletable-container .flexible-table-wrapper.rounded-table-only thead tr th:last-of-type {
  border-top-right-radius: 8px;
}
.flexibletable-container .flexible-table-wrapper.rounded-table-only tbody tr th[scope="row"] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.flexibletable-container .flexible-table-wrapper.rounded-table-only tbody tr td:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table,
.flexibletable-container .flexible-table-wrapper table.header-fixed {
  width: auto;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  /* Ensure images display properly in the table */
}
.flexibletable-container .flexible-table-wrapper table.flexible-table .flex-cell,
.flexibletable-container .flexible-table-wrapper table.header-fixed .flex-cell {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  max-height: inherit;
  box-sizing: border-box;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table .flex-cell img,
.flexibletable-container .flexible-table-wrapper table.header-fixed .flex-cell img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table .swipemessage,
.flexibletable-container .flexible-table-wrapper table.header-fixed .swipemessage {
  text-align: left;
  margin-left: 0;
  padding-right: 16px;
  font-size: small;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table .full-width-cell,
.flexibletable-container .flexible-table-wrapper table.header-fixed .full-width-cell {
  width: 100%;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table th,
.flexibletable-container .flexible-table-wrapper table.header-fixed th,
.flexibletable-container .flexible-table-wrapper table.flexible-table td,
.flexibletable-container .flexible-table-wrapper table.header-fixed td {
  border: 0 solid transparent;
  padding: 16px 28px;
  overflow: hidden;
  white-space: initial;
  word-wrap: normal;
  box-sizing: border-box;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table th a,
.flexibletable-container .flexible-table-wrapper table.header-fixed th a,
.flexibletable-container .flexible-table-wrapper table.flexible-table td a,
.flexibletable-container .flexible-table-wrapper table.header-fixed td a {
  color: #0078c1;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table thead tr th,
.flexibletable-container .flexible-table-wrapper table.header-fixed thead tr th {
  font-weight: bold;
  color: #003963;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 24px;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table thead tr td.header-cell,
.flexibletable-container .flexible-table-wrapper table.header-fixed thead tr td.header-cell {
  border: none;
  background: transparent;
  color: #001446;
  vertical-align: middle;
  text-align: left;
  overflow-wrap: normal;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table tbody tr td,
.flexibletable-container .flexible-table-wrapper table.header-fixed tbody tr td {
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
}
.flexibletable-container .flexible-table-wrapper table.flexible-table tbody tr th,
.flexibletable-container .flexible-table-wrapper table.header-fixed tbody tr th {
  font-weight: bold;
  color: #003963;
  background-color: transparent;
  text-align: left;
  vertical-align: middle;
}
.flexibletable-container .flexible-table-wrapper table.header-fixed thead tr th {
  font-weight: bold;
  color: #003963;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 24px;
}
.flexibletable-container .flexible-table-wrapper table.header-fixed thead tr td.header-cell {
  border: none;
  background-color: rgba(255, 255, 255, 0.95);
  color: #001446;
  vertical-align: middle;
  text-align: left;
}
.flexibletable-container .flexible-table-wrapper.lightgray table.flexible-table tbody tr:nth-child(odd) td,
.flexibletable-container .flexible-table-wrapper.lightgray table.flexible-table tbody tr:nth-child(odd) th {
  background-color: #f1f4f4;
}
.flexibletable-container .flexible-table-wrapper.lightgray.hoverrows table.flexible-table tbody tr:hover td,
.flexibletable-container .flexible-table-wrapper.lightgray.hoverrows table.header-fixed tbody tr:hover td,
.flexibletable-container .flexible-table-wrapper.lightgray.hoverrows table.flexible-table tbody tr:hover th,
.flexibletable-container .flexible-table-wrapper.lightgray.hoverrows table.header-fixed tbody tr:hover th {
  background-color: rgba(226, 233, 233, 0.25);
}
.flexibletable-container .flexible-table-wrapper.lightgray.inverted table.flexible-table tbody tr:nth-child(odd) td,
.flexibletable-container .flexible-table-wrapper.lightgray.inverted table.flexible-table tbody tr:nth-child(odd) th {
  background-color: #ffffff;
}
.flexibletable-container .flexible-table-wrapper.lightgray.inverted table.flexible-table thead td.header-cell {
  background-color: transparent;
}
.flexibletable-container .flexible-table-wrapper.lightgray.inverted table.fixed-table thead tr td {
  background-color: rgba(255, 255, 255, 0.95);
}
.flexibletable-container .flexible-table-wrapper.lightblue table.flexible-table tbody tr:nth-child(odd) td,
.flexibletable-container .flexible-table-wrapper.lightblue table.flexible-table tbody tr:nth-child(odd) th {
  background-color: rgba(240, 251, 255, 0.95);
}
.flexibletable-container .flexible-table-wrapper.lightblue.hoverrows table.flexible-table tbody tr:hover td,
.flexibletable-container .flexible-table-wrapper.lightblue.hoverrows table.flexible-table tbody tr:hover th {
  background-color: rgba(226, 233, 233, 0.25);
}
.flexibletable-container .flexible-table-wrapper.lightblue.inverted table.flexible-table tbody tr:nth-child(odd) td,
.flexibletable-container .flexible-table-wrapper.lightblue.inverted table.flexible-table tbody tr:nth-child(odd) th {
  background-color: #ffffff;
}
.flexibletable-container .flexible-table-wrapper.lightblue.inverted table.flexible-table thead td.header-cell {
  background-color: transparent;
}
.flexibletable-container .flexible-table-wrapper.lightblue.inverted table.fixed-table thead tr td {
  background-color: rgba(255, 255, 255, 0.95);
}
.flexibletable-container .flexible-table-wrapper .no-data-message {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  text-align: center;
  color: #666;
}
.flexibletable-container .flexible-table-wrapper .coral-Button {
  margin-bottom: 10px;
}
.flexibletable-container .flexible-table-wrapper table.header-fixed {
  z-index: 400;
  position: fixed;
  top: 0;
  box-shadow: 0 4px 6px -5px rgba(0, 0, 0, 0.4);
}
.flexibletable-container .flexible-table-wrapper table.header-fixed td.header-cell {
  background-color: rgba(255, 255, 255, 0.95);
}
.flexibletable-container .flexible-table-wrapper table.header-fixed th {
  background-color: white;
}
.flexibletable-container .flexible-table-wrapper.wide-table {
  overflow-x: auto;
  width: inherit;
  max-width: inherit;
}
.flexibletable-container .flexible-table-wrapper.wide-table table.header-fixed {
  display: none;
}
.flexibletable-container .flexible-table-wrapper.wide-table .flexible-table tbody tr th[scope="row"],
.flexibletable-container .flexible-table-wrapper.wide-table .flexible-table thead tr td.header-cell {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 351;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.flexibletable-container .flexible-table-wrapper.wide-table .flexible-table tbody tr:nth-child(even) th[scope="row"] {
  background-color: #ffffff;
}
.flexibletable-container .flexible-table-wrapper.lightgray.wide-table .flexible-table thead tr td.header-cell {
  background-color: #ffffff;
}
.flexibletable-container .flexible-table-wrapper.lightgray.wide-table .flexible-table tbody tr:nth-child(odd) th[scope="row"] {
  background-color: #f1f4f4;
}
.flexibletable-container .flexible-table-wrapper.lightgray.wide-table.inverted .flexible-table thead tr td.header-cell {
  background-color: rgba(241, 244, 244, 0.95);
}
.flexibletable-container .flexible-table-wrapper.lightgray.wide-table.inverted .flexible-table tbody tr:nth-child(odd) th[scope="row"] {
  background-color: #ffffff;
}
.flexibletable-container .flexible-table-wrapper.lightgray.wide-table.inverted .flexible-table tbody tr:nth-child(even) th[scope="row"] {
  background-color: #f1f4f4;
}
.flexibletable-container .flexible-table-wrapper.lightblue.wide-table .flexible-table thead tr td.header-cell {
  background-color: rgba(255, 255, 255, 0.95);
}
.flexibletable-container .flexible-table-wrapper.lightblue.wide-table .flexible-table tbody tr:nth-child(odd) th[scope="row"] {
  background-color: rgba(240, 251, 255, 0.95);
}
.flexibletable-container .flexible-table-wrapper.lightblue.wide-table.inverted .flexible-table thead tr td.header-cell {
  background-color: rgba(240, 251, 255, 0.95);
}
.flexibletable-container .flexible-table-wrapper.lightblue.wide-table.inverted .flexible-table tbody tr:nth-child(odd) th[scope="row"] {
  background-color: #ffffff;
}
.flexibletable-container .flexible-table-wrapper.lightblue.wide-table.inverted .flexible-table tbody tr:nth-child(even) th[scope="row"] {
  background-color: rgba(240, 251, 255, 0.95);
}
.flexibletable-container .flexible-table-wrapper .flexible-table-wrapper {
  display: none;
}
