/* CSS Document */

/* ---- particles.js container ---- */

#particles-js{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1000;
}

/* Datatable Group Headers */

.nr_group_header {
	text-align: center;
	font-weight: bold;
}

.nr_group_header_anchor {
	font-weight: bold;
	color: var(--bs-gray-600);
	font-size: 1.2em;
	cursor: pointer;
}