.body-sm {
  font-family: "inter", Geneva, Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: .16px;
  line-height: 22px;
}
.table-chart-wrapper {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06),
    0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  background-color: #e8e6db;
  padding: 4px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.table-chart-wrapper .sub-heading {
  color: #988f62;
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.table-chart-wrapper .chart-header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e8e6db;
}
.table-chart-wrapper .canvas-container.using-percent-values {
  width: calc(100% + 26px) !important;
  margin-left: -13px !important;
}
.table-chart-wrapper .heading-title {
  color: #2b2d2f;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.table-chart-wrapper .description-text {
  margin-top: 2px;
  color: #4b5258;
  font-family: "inter", Geneva, Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: .16px;
  line-height: 22px;
}
.table-chart-wrapper p {
  color: #4b5258;
}
.table-chart-wrapper .chart-title {
  padding-bottom: 20px;
  border: 0.8px solid #dbdfe5;
}
.table-chart-wrapper .heading-chart,
.table-chart-wrapper .tablepress-container-chart {
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 0;
}
.table-chart-wrapper .table-content-overflow {
  position: relative;
}
.table-content-overflow::after {
  content: "";
  display: block;
  width: 12px;
  height: calc(100% - 75px);
  background: linear-gradient(
    270deg,
    #ffffff 51.03%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  right: 15px;
  bottom: 20px;
  pointer-events: none;
  z-index: 1;
}

.tablepress-container-chart table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  color: #2b2d2f;
  white-space: nowrap;
}

.tablepress-container-chart table th {
  background-color: #faf9f6;
  /* min-width: 80px; */
  white-space: nowrap;
  color: #2b2d2f;
  font-weight: 600;
}
.tablepress-container-chart table th,
.tablepress-container-chart table td {
  padding: 8px 20px;
  color: #2b2d2f !important;
}
.tablepress-container-chart table th:first-child {
  border-top-left-radius: 4px;
}
.tablepress-container-chart table th:last-child {
  border-top-right-radius: 4px;
}
.tablepress-container-chart table thead tr {
  border-bottom: 1px solid #e8e6db;
}
.tablepress-container-chart tbody tr {
  border-bottom: 1px solid #e8e6db;
}
.tablepress-container-chart tbody tr:last-child {
  border-bottom: none;
}
.tablepress-container-chart .tablepress-table-names {
  color: #2b2d2f !important;
  padding: 0 20px 0 0;
  position: relative;
  cursor: pointer;
  margin-bottom: 0 !important;
  font-size: 16px!important;
  line-height: 24px!important;
  font-weight: 600;
}
.tablepress-container-chart .tablepress-table-names.close {
  padding-bottom: 16px;
}
.tablepress-container-chart .tablepress-table-names:after {
  content: "";
  right: 5px;
  top: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  border-top: 2px solid #887f4e;
  border-radius: 0 4px 0 0;
  border-right: 2px solid #887f4e;
  transform: rotate(135deg);
  margin-top: -7px;
}
.tablepress-container-chart .tablepress-table-names.close:after {
  transform: rotate(-45deg);
  margin-top: -11px;
}
.tablepress-container-chart .tablepress-wrapper {
  display: none;
  overflow: auto;
  padding-bottom: 2px;
}
.tablepress-container-chart .tablepress-curved-borders {
  border-radius: 4px;
  border: 1px solid #e8e6db;
  min-width: fit-content;
  white-space: nowrap;
}
.tablepress-container-chart .tablepress-wrapper::-webkit-scrollbar-track {
  background-color: #e8e6db;
  border-radius: 2px;
}
.tablepress-container-chart .tablepress-wrapper::-webkit-scrollbar {
  height: 4px;
  background-color: #e8e6db;
  border-radius: 2px;
}
.tablepress-container-chart .tablepress-wrapper::-webkit-scrollbar-thumb {
  background-color: #d1ccb2;
  border-radius: 2px;
}
.tablepress-container-chart .close + .tablepress-wrapper {
  display: block !important;
}
@media screen and (min-width: 561px) {
  .table-chart-wrapper .heading-title{
    font-size: 24px;
    line-height: 32px;
  }
  .table-chart-wrapper {
    border-radius: 16px;
  }
  .table-chart-wrapper .heading-chart,
  .table-chart-wrapper .tablepress-container-chart {
    padding: 24px;
    border-radius: 12px;
  }
  .tablepress-container-chart .tablepress-table-names {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media screen and (max-width: 560px) {
  .table-chart-wrapper canvas {
    pointer-events: none;
  }
}
