.display-none {
	display: none;
}

.jumbotron {
	background-color: var(--bs-secondary-bg);
	margin-bottom: 2em;
}

.card-img {
	padding: 2em 2em 2em 2em;
}

.card-img-top {
	padding: 2em 2em 0 2em;
}

.image-container {
	position: relative;
}
 
.overlay-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.base-image {
	position: absolute;
	top: 0;
	left: 0;
}

.btn:active {
	transform: scale(0.96);
}

.navbar-brand:hover {
	transform: scale(1.15) rotate(-15deg);
}

.navbar-brand:not(:active)  {
	transition: transform 0.5s ease;  
}

.sortable th[data-sortable] {
	cursor: pointer;
}

td.json {
	white-space: pre-wrap;
	font-family: monospace;
	font-size: 0.85em;
}

#chart {
	height: 500px;
}

.flag-icon-xx {
	background-image: url('/images/country-unknown.svg');
	background-size: cover;
	background-position: center;
}