.boxpeta_utama{
	position:relative;
	height: calc(100vh - 350px);
	min-height: 400px;
	border-radius: var(--border-radius-mini);
	overflow: hidden;
}
.peta_utama{
	position:absolute;
	height: 107%;
	width:100%;
	left: 0px;
	top: 0px;
}
.boxalat_pantau{
	position:relative;
	height: calc(100vh - 350px);
	max-height:400px;
	min-height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lokasi_alat{
	font-size: 11px;
	font-weight: 100;
}
.boxdata_pantau{
	display:flex;
	width: 100%;
	height: 90px;
	padding: 5px;
	box-sizing: border-box;
}
.box_nilai_ispu{
	width: 60px;
	height: 80px;
	border-radius: 7px;
}
.box_text_ispu{
	margin-left: 10px;
}
.tispu_1{
	font-size: 12px;
	
}
.tispu_2{
	font-size: 15px;
	font-weight: 300;
}
.tispu_3{
	font-size: 17px;
	font-weight: 600;
}
.tispu_4{
	font-size: 22px;
	font-weight: 700;
}
.tispu_5{
	font-size: 24px;
	font-weight: 700;
}
.tispu_6{
	font-size: 26px;
	font-weight: 700;
}
.ma-1{
	margin-top: 2px;
}
.ma-2{
	margin-top: 4px;
}
.ma-3{
	margin-top: 6px;
}
.ma-4{
	margin-top: 8px;
}
.boxgrafix_pantau{
	padding: 10px;
	overflow: hidden;
	opacity: 70%;
}
.boxchart{
	width: 100%;
	height: 190px;
	background: #696868;
	box-sizing: border-box;
	padding: 20px 10px 10px 10px;
}
.box_banner{
	height: 180px;
	width: 100%;
	overflow: hidden;
}
.box_banner img{
	min-height: 100%;
	min-width: 100%;
}
