@charset "UTF-8";

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-size: 14px !important;
}

.footer {
	margin-top: auto;
}

h1 {
	text-shadow: 2px 2px 5px rgb(128, 128, 128);
	color: white;
}

table.dataTable tbody td {
	font-size: 12px !important;
}

.card-text {
	font-size: 12px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dataTables_empty {
    display: none;
}
.dt-empty{
	display: none;
}