* {
	box-sizing: border-box;
}

body{
	background-color: #f5f5f5;
}

#menu{
	padding: 8px;
	background-color: #e6e6e6;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
}

#Icon{
   margin-bottom: -0.5em;
   height: 2.2em;
   width: 2.2em;
   display: inline-block;
   cursor: pointer;
}

#menuCurrentLink{
	padding: 5px;
	padding-right: 2px;
	font-weight: bold;
	color: black;
	display: inline-block;
}
#menuCurrentLink:visited{
	color: black;
}
#menuCurrentLink:hover{
	color: black;
}
#menuCurrentLink:active{
	color: black;
}
#menuCurrentLink a{
	cursor: pointer;
}

#menuLink{
	padding: 5px;
	padding-right: 2px;
	font-weight: bold;
	color: #a0a0a0;
   display: inline-block;
}
#menuLink:visited{
	color: #a0a0a0;
}
#menuLink:hover{
	color: black;
}
#menuLink:active{
	color: black;
}

#lang {
	top: 0.4em;
	float: right;
	font-size: 1.8em;
	position: relative;
}

#flg {
	top: 0.05em;
	font-size: 0.96em;
	position: relative;
	width: max-content;
	padding-left: 0.2em;
	padding-right: 0.25em;
	display: inline-block;
}

.subA{
	color: white;
}
.subA:visited{
	color: white;
}
.subA:hover{
	color: rgb(180, 180, 180);
}
.subA:active{
	color: rgb(180, 180, 180);
}

a{
	color: black;
}
a:visited{
	color: black;
}
a:hover{
	color: #5a5a5a;
}
a:active{
	color: black;
}

#PROG {
	border-radius: 9px;
	border: 2px solid black;
	width: 98%;
	margin-top: 1em;
	display: inline-block;
	position: relative;
	margin-left: 1%;
}

#ONL {
	border-radius: 9px;
	border: 2px solid black;
	width: 98%;
	margin-top: 1em;
	display: inline-block;
	position: relative;
	margin-left: 1%;
}

#Prog {
	top: 50%;
	right: 2.8em;
	max-height: 256px;
	margin-top: -7.5em;
	position: absolute;
}

#ProgIcon {
	top: 50%;
	float: left;
	height: 256px;
	padding: 16px;
	position: absolute;
	margin-top: -120px;
	padding-inline: 2em;
	vertical-align: middle;
}
#ProgDet{
	position: relative;
	padding-inline: 2em;
	min-height: 256px;
	padding-bottom: 1em;
}

#selector{
	text-align: center;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	height: 60px;
	margin-top: -30px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 0px;
	border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
	color: black;
	background-color: rgba(255,255,255,0.8);
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	width: 15px;
	margin: 2px;
	border-radius: 50%;
	display: inline-block;
	background-color: rgb(113, 113, 113);
	transition: background-color 0.6s ease;
}

.pos {
	margin: 0.2em;
}

.single-chart{
	width: 3em;
	height: 2.8em;
	position: absolute;
	display: inline-block;
	top: 0px;
	right: 0px;
	margin: 10px;
}
.circular-chart{
	display: block;
	max-width: 80%;
	max-height: 250px;
}
.circle{
	fill: none;
	stroke-width: 3.5;
	stroke-linecap: round;
	animation: progress 1s ease-out forwards;
	stroke: #dddddd;
}
.circle-bg{
	fill: none;
	stroke: rgba(0, 0, 0, 0.5);
	stroke-width: 3.8;
}