.chart-wrapper {
  max-width: 760px;
  max-width: 550px;
  margin: 0 auto 24px;
  background: #d1d8e3;
  background: #e6ecf6;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  padding: 24px 12px 8px;
}
.chart-wrapper .chart-title {
  text-align: left;
  margin-top: 0;
	font-size: 28px !important;
  font-weight: 600;
  font-size: 1.3rem;
	color: #56575a;
	padding: 10px 0 45px 80px;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.chart-title .value {
	font-size: 32px;
	color: #667ca0;
}
.chart-title .unit {
	font-weight: 400;
	font-size: 21px;
}
.highcharts-legend.highcharts-no-tooltip {
  display: none;
  border: 1px solid red;
  width: 300px;
}
.highcharts-tooltip .myTooltip span {
  width: 560px;
  /* กว้างคงที่ */
  max-width: 500px;
  /* หรือจะใช้ max-width แทน */
  white-space: normal;
  /* ให้ขึ้นบรรทัดได้ */
  word-break: break-word;
  display: block;
  max-height: 120px;
  overflow-y: auto;
}
.icon-graph:before {
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	top: 15px;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.icon-graph.assets:before {
	background-image: url("/assets/images/icon/ico-assets.png");
}
.icon-graph.revenue:before {
	background-image: url("/assets/images/icon/ico-revenue.png");
}
.icon-graph.profit:before {
	background-image: url("/assets/images/icon/ico-net_profit.png");
}
.icon-graph.debteq:before {
  background-image: url("/assets/images/icon/ico-liabilities.png");
}