.menu-title {
	height: 3.4rem;
	margin:0 0 0 5rem;
	display: flex;
	align-items: center;
}

.menu-container {
	width: 100vw;
	height: 11.8rem;
	display: flex;
	flex-direction: column;
	position: relative;
}

.menu-top-container {
	width: 100%;
	height: 3.4rem;
	background: #555855;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-top-icons-container {
	width: 130rem;
	height: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}

.menu-middle-container {
	width: 144rem;
	height: 3.4rem;
	position: relative;
	z-index: -100;
	align-self: center;
	background: rgb(217,215,199);
	background: -webkit-linear-gradient(bottom left, rgba(217,215,199,1) 0%, rgba(198,194,170,1) 100%);
	background: -o-linear-gradient(bottom left, rgba(217,215,199,1) 0%, rgba(198,194,170,1) 100%);
	background: linear-gradient(to top right, rgba(217,215,199,1) 0%, rgba(198,194,170,1) 100%);
	box-shadow: 0 0 .5rem 0 rgba(0,0,0,.5);
}

.menu-bottom-container {
	width: 63.6rem;
	height: 5rem;
	position: relative;
	z-index: -200;
	align-self: center;
	background: rgb(209,214,217);
	background: -webkit-linear-gradient(bottom, rgba(209,214,217,1) 0%, rgba(189,193,196,1) 100%);
	background: -o-linear-gradient(bottom, rgba(209,214,217,1) 0%, rgba(189,193,196,1) 100%);
	background: linear-gradient(to top, rgba(209,214,217,1) 0%, rgba(189,193,196,1) 100%);
	box-shadow: 0 0 .5rem 0 rgba(0,0,0,.5);
}

.menu-circle-elements {
	width:144rem;
	position: relative;
	align-self: center;
}

.menu-green-circle-container {
	position: absolute;
	left: 28rem;
	top: -1.8rem;
	display: flex;
	gap: .6rem;
}

/* Menu Circle Elements */
.menu-center-circle-container {
	position: absolute;
	left: calc(50% - 19.6rem);
	top: -1.8rem;
	display: flex;
	gap: 1.8rem;
}

.menu-cemter-bigCircle-container {
	position: absolute;
	left: 37rem;
	top: -1.8rem;
	display: flex;
}

.menu-circle-smOuter {
	display:flex;
	justify-content: center;
  	align-items: center;
	width: 6.4rem;
	height: 6.4rem;
	background: rgb(190,195,197);
	background: -webkit-linear-gradient(bottom, rgba(190,195,197,1) 15%, rgba(125,130,133,1) 50%, rgba(190,195,197,1) 85%);
	background: -o-linear-gradient(bottom, rgba(190,195,197,1) 15%, rgba(125,130,133,1) 50%, rgba(190,195,197,1) 85%);
	background: linear-gradient(to top, rgba(190,195,197,1) 15%, rgba(125,130,133,1) 50%, rgba(190,195,197,1) 85%);
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #ABAFB1, 0 0 .5rem 0 rgba(0,0,0,.5);
}

.menu-circle-smInner {
	display:flex;
	justify-content: center;
	align-items: center;
	width: 5.4rem;
	height: 5.4rem;
	background: rgb(243,240,227);
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #D1D6D9, inset 0 0 0 2px #D2CEB4, inset 0 0 2rem 0 #D2D2B6;
}

.menu-circle-lgOuter {
	display:flex;
	justify-content: center;
  	align-items: center;
	width: 11rem;
	height: 11rem;
	background: rgb(190,195,197);
	background: -webkit-linear-gradient(bottom, rgba(190,195,197,1) 15%, rgba(125,130,133,1) 50%, rgba(190,195,197,1) 85%);
	background: -o-linear-gradient(bottom, rgba(190,195,197,1) 15%, rgba(125,130,133,1) 50%, rgba(190,195,197,1) 85%);
	background: linear-gradient(to top, rgba(190,195,197,1) 15%, rgba(125,130,133,1) 50%, rgba(190,195,197,1) 85%);
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #ABAFB1, 0 0 .5rem 0 rgba(0,0,0,.5);
}

.menu-circle-lgInner {
	display:flex;
	justify-content: center;
	align-items: center;
	width: 9rem;
	height: 9rem;
	background: rgb(243,240,227);
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px #D1D6D9, inset 0 0 0 2px #D2CEB4, inset 0 0 2rem 0 #D2D2B6;
}

/* Stats Elements */
.stats-container {
	left: 13rem;
	bottom: -1.9rem;
	height: 5rem;
	position: absolute;
	display: flex;
	gap: .8rem;
}

.stats-element-container {
	position: relative;
	background: #FFFFFF;
	width: 8rem;
	height: 2.5rem;
	border-radius: .3rem;
	box-shadow: 0 2px 0 0 rgba(0,0,0,.1);
}

.stats-barHolder {
	position: absolute;
	right: .5rem;
	bottom: .5rem;
	width: 5rem;
	height: .3rem;
	background: #C6C6C5;
}

.stats-barGreen {
	display: block;
	width: 75%;
	height: 100%;
	background: #749619;
}

.stats-barOrange {
	display: block;
	width: 50%;
	height: 100%;
	background: #F29100;
}

.stats-barRed {
	display: block;
	width: 25%;
	height: 100%;
	background: #BD1622;
}

.stats-ammount {
	position: absolute;
	left: 2.5rem;
	top: .3rem;
	font-family: "Arial", sans-serif;
	font-size: 1.1rem;
}

.stats-divider {
	width: 1px;
	height: 2.5rem;
	background: #FFFFFF;
	box-shadow: 1px 0 0 0 rgba(0,0,0,.1);
	margin:0 4rem 0 1.5rem;
}