.statistik-content-type .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.statistik-content-type:hover .tooltiptext {
  visibility: visible;
}

.blok-data-statistik {
	height: auto;
}

.statistik-content-blok {
  align-items: center;
}

.judul-blok-statistik {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

.statistik-jumlah-record {
	font-size: 30pt;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	width: fit-content;
	float: left;
}

.icon-counter {
	font-size: 50pt;
}

.counter-angka {
	float:left;
	align-items: center;
}

.statistik-content-type {
  font-size: 12pt;
	text-align: left;
	margin-bottom: 20px;
	width: fit-content;
	float: left;
}
.icon-cck-title{
	display: block;
	width: fit-content;
	margin: auto;
	position: relative;
}