
   

.progress {
	height: fit-content;
}

.nul {
	background-image: linear-gradient(#202020, #202020);
	font-family: "Poppins", sans-serif !important;
	padding: 3px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	
}

.jam {
	
	padding: 8px;
	font-weight: bold;
}

.jam h5 {
	font-size: 1.3em;
	font-weight: bold;
}
.jamBg {
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
    color: rgb(255, 153, 0);
}
@media (max-width: 992px) {
	.jamgacor > h5 {
		font-size: 1em;
	}
	.nul > p {
		font-size: 0.8em;
	}
}

@media (max-width: 576px) {
	.nul > p {
		font-size: 0.75em !important;
	}
}

