.ongoing-incident-section .ongoing-incident-details{
	margin-bottom: 10px;
}

.ongoing-incident-section .ongoing-incident-details:last-child{
	margin-bottom: 0;
}

.ongoing-incident-section .card-text{
	font-size: 13px;
}

.incident-sec {
	display: none;
	transition: opacity 0.15s linear;
}

.incident-sec.show {
	display: flex;
}