.game-menu {
	float: left;
	position: relative;
	width: 150px;
	max-width: 18%;
	overflow: hidden;
	margin-right: 10px;
	padding: 0.25rem;
	height: 100%;
}

.game-menu img.logo {
	height: 100%;
	max-height: 4rem;
	margin: 0.4rem 0 0.4rem 0.125rem;
	background: black;
	padding: 0.1rem;
	border: 3px solid #5d0000;
	border-radius: 1.25rem 1.25rem 0.2rem 0.2rem;
}

.game-menu ul.menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.game-menu ul.menu-list li.space-below {
	margin-bottom: 1rem;
}

.game-menu ul.menu-list li.space-above {
	margin-top: 1rem;
}

.game-menu #new-msg {
	position: relative;
}

.game-menu #new-msg > img {
	max-height: 0.8rem;
	vertical-align: bottom;
}

.badge.new-msg-counter {
	--bs-badge-padding-x: 0.5em;
	--bs-badge-padding-y: 0.3em;
	--bs-badge-font-size: 0.5em;
	top: 10%;
	left: 85%;
}

.button.menu {
	background: #5d0000;
	color: #b0a5a5;
	border-color: #6b4747;
	font-size: 0.6rem;
	font-weight: bold;
}

.button.menu:hover,
.button.menu:active {
	opacity: 0.6;
	color: white;
	border-color: #d2c9c9;
}

.button.admin {
	background: #000940;
	border-color: #4a507a;
	color: #b0a5a5;
}

.button.admin:hover,
.button.admin:active {
	opacity: 0.6;
	color: white;
	border-color: #d2c9c9;
}

.button.menu.button_acc_logged_out {
	font-size: 0.8rem;
	font-weight: bold;
}

.button.menu#button-register {
	background: #d25f20;
	color: black;
	margin-bottom: 0.5rem;
	white-space: normal;
}

.button.menu#button-logout {
	background: #080000;
	border-color: #5d0000;
}

.button.menu#button-logout:hover,
.button.menu#button-logout:active {
	opacity: 0.7;
	background-color: #091010;
	border-color: #9f0808;
}

.game-menu #time {
	font-size: 0.6rem;
	color: #7b7272;
}

@media (min-width: 810px) {
	.game-menu {
		max-width: initial;
		padding: 0.5rem;
		margin-right: initial;
	}
	
	.game-menu img.logo {
		height: 100%;
		max-height: 7rem;
		margin: 1rem 0 0.4rem 0;
		border-radius: 2rem 2rem 0.5rem 0.5rem;
	}
	
	.game-menu #new-msg > img {
		max-height: 1.2rem;
	}
	
	.button.menu {
		font-size: inherit;
		font-weight: inherit;
	}
	
	.button.menu.button_acc_logged_out {
		width: 8rem;
		font-size: 1.1rem;
		font-weight: bold;
	}

	.game-menu #time {
		font-size: 0.65rem;
	}
}
