ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
}
ul li label {
	margin: 0 10px 0 5px;
}

li select {
	height: -webkit-fill-available;
}

.html_secret {
	border: 1px solid var(--bs-border-color);
	padding: 15px;
}
.html_secret > ul {
	margin-bottom: 10px;
}

.icon {
	margin: 0px 0px 0px 5px;
	position:relative;
	bottom: -3px;
}

.pulse {
	-webkit-animation: pulse 1s ease-in-out infinite alternate;
	animation: pulse 1s ease-in-out infinite alternate;
}

@-webkit-keyframes pulse {
	0% {
	}
	50% {
		color: var(--bs-success);
	}
	100% {
	}
}
@keyframes pulse {
	0% {
	}
	50% {
		color: var(--bs-success);
	}
	100% {
	}
}

.overlay {
	position: absolute;
	top: -20px;
	width: 100%;
	height: 100%;
	display: hidden;
	opacity: 0;
	background-color: #000000ad !important;
	transition: visibility 0s, opacity .30s linear;
}

.navbar-brand img {
  filter: drop-shadow(2px 4px 6px #333);
}

