/*
 * Kehati
 * Aplikasi Pemantauan Pengelolaan Keanekaragaman Hayati Indonesia
 * Refactoring by Degiam - https://degiam.my.id
 * Copyright (c) 2024
 */

.status-pelaporan-badge {
	text-align: center;
	font-weight: 700;
	border-radius: 8px;
}

.status-pelaporan-badge.sm {
	padding: 4px;
	font-size: 8.5px;
	line-height: 12px;
}

.status-pelaporan-badge.md {
	padding: 4px 8px;
	font-size: 12px;
	line-height: 12px;
}

.status-pelaporan-badge.belum-dilaporkan {
	color: #3073F5;
	background: #EEF1FF;
}

.status-pelaporan-badge.dilaporkan {
	color: #136B8C;
	background: #E0E9ED;
}

.status-pelaporan-badge.disetujui {
	color: #00661D;
	background: #EDFFEA;
}

.status-pelaporan-badge.revisi {
	color: #B20413;
	background: rgba(239, 63, 78, 0.24);
}

.status-pelaporan-badge.direvisi {
	color: #136B8C;
	background: #E0E9ED;
}
