/* KPI Cards styling */
.kpi-card {
	border-radius: 5px !important;
	padding: 0px 5px 0px 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 1px solid #e0e0e0;
	background-color: #343a40;
}

.kpi-card-large {
	font-size: 20px;
	font-weight: 100;
}

.kpi-card-label {
	font-size: 12px;
	color: silver;
	margin-bottom: 5px;
}

.kpi-card-status {
	font-size: 14px;
	color: white;
	text-shadow: 1px 1px 2px black;
	margin-bottom: 5px;
	text-align: center;
}

.kpi-card-status-items {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
	text-shadow: 1px 1px 2px black;
}

.kpi-card-status-item {
	text-align: center;
	text-shadow: 1px 1px 4px black;
}

.kpi-card-status-badge {
	font-size: 14px;
	padding: 3px 6px;
	border-radius: 4px;
	background-color: transparent !important;
	color: white;
	font-weight: bold;

}

.kpi-card-status-value {
	font-size: 10px;
	color: white;
	margin-top: 4px;
	text-shadow: 1px 1px 2px black;
}