*{
	margin: 0;
	padding: 0;
	 font-size: 20px;

}
body{
	color: rgba(251, 251, 251, 1);

}

.logo{
	height: 50px;
}

.hitamt{
	background-color: rgba(0, 0, 0, 0.22);	
	backdrop-filter: blur(5px);
	 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);

}
.hitamt2{
	background-color: rgba(0, 0, 0, 1);	
	 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);

}
.badan{
	background-image: url(/gambar/background_tsc.svg);
	background-size: cover ;
	background-position: left;
	
	background-position: top;
}
.badan2{
	background-image: url(/gambar/bg1.svg);
	background-size: cover ;
	background-position: left;
	
	background-position: top;
}
.tinggi-max{
	
}
.kaki{
	position: absolute;
	top: 95%;
	right: 2%;

}
.h-100{
	height: 100%;
}
.tombol{
	width: 150px;
	padding: 1px 1px 1px 1px;
	outline: #fff;
	border-radius: 25px;
	background-color:rgba(255, 141, 1, 1);
	color: #fff;
}
.tombolbg{
	
	padding: 1px 1px 1px 1px;
	outline: #fff;
	border-radius: 25px;
	background-color:rgba(255, 141, 1, 1);
	color: #fff;
}
.tombold{
	width: 150px;
	padding: 1px 1px 1px 1px;
	outline: #fff;
	border-radius: 25px;
	background-color:rgba(253, 2, 2, 0.44);
	color: #fff;
}

.horange:hover{

background-color:rgba(255, 141, 1, 1)!important;
	color: #fff;

}
.horange{
	
}
.borange{

background-color:rgba(255, 141, 1, 1)!important;
	color: #fff;

}

.z1{
	z-index: 1!important;

}
.z2{
	z-index: 2!important;

}
.z0{
	z-index: -1!important;

}
.tengah{
	margin: auto;
}

.tkonten{
	height: 70vh;
}

.hputih{
	color: rgba(251, 251, 251, 1);
}
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 100%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #fff;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke:  #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #fff;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

.bayang{

}

@media only screen and (max-width: 1030px) {
  *{
	margin: 0;
	padding: 0;
	 font-size: 15px;

	}


}