.body {
	margin: 1rem 2rem 2rem;
}

.empty-label::before {
	content: "\00a0";
}

.ellipsis {
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.main-logo {
	width: 100vw;
	height: calc(100vh - 56px);
}

.legend {
	margin-bottom: -1rem;
}

.custom-navbar {
	padding: 3px;
}
.custom-figure {
	margin-block-end: 0rem;
}

.custom-figure-caption {
	margin-top: -0.5rem;
	font-size: 1rem;
	color: white;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  font-weight: bold;
  padding-left: 10px;
	margin-top: 5px;
	text-align: center;
  background-color: lightgray;
	color: #212529;
}

.dropdown-item.top {
	margin-top: -8px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
