#menu {
	background: #fff;
	position: absolute;
	right: 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 250px;
	z-index: 1;
	flex-wrap: nowrap !important;
}

.navbar-brand {
	text-align: center;
	width: calc(100% - 62px);
	margin-right: 8px;
}

.navbar-brand img {
	max-width: 100%;
	width: 600px;
}

input:invalid {
	background: #fdd;
}

.navbar-toggler-icon {
	width: 1.4em;
	height: 1.4em;
}

@media (min-width : 768px) {

	#menu {
		/* max-width: 250px; */
		position: static;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	.navbar-brand {
		width: 100%;
	}
}

i.bi:before {
	margin-right: 3px;
}

#menu .active a {
	color: black;
}

.striped .row:nth-child(2n) {
    background-color: rgba(0,0,0,0.05);
    color: var(--bs-table-striped-color);
}

nav .container-fluid {
	padding:0;
	margin:0;
}