#mainContainer > div, #mainContainer > div > div {
	position: absolute;
	display: block;
}
#mainContainer {
	position: relative;
	min-height: 800px;
	height: 100%;
	min-width: 1000px;
	width: 100%;
	z-index: 0;
}
#mainContainer > div:nth-child(1){
	top: 5%;
	width: 96%;
	height: 70%;
	left: 2%;
}
#mainContainer > div:nth-child(1) > div:nth-child(1) {
	height: 105%;
	width: 34%;
	z-index: 2;
	padding-left: 11.5%;
	padding-top: 12%;
	border-radius: 15px 30px 30px 0px;
	border-right: 5px solid white;
}
#mainContainer > div:nth-child(1) > div:nth-child(2) {
	height: 10%;
	width: 70%;
	left: 30%;
	border-radius: 0px 15px 0px 0px;
	padding-top: 1%;
	text-align: center;
	font-size: x-large;
	color: white;
}
#mainContainer > div:nth-child(1) > div:nth-child(3) {
	top: 10%;
	height: 91%;
	width: 70%;
	left: 30%;
}
#mainContainer > div:nth-child(2) {
	top: 75%;
	height: 5%;
	width: 96%;
	left: 2%;
	padding-top: .5%;
	color: white;
	border-radius: 0px 0px 15px 15px;
	text-align: center;
	z-index: 3;
}
#MainArea {
	overflow-y: hidden;
	overflow-x: hidden;
}
#MainArea > iframe {
	padding-left: 6%;
	display: block;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}
#MainArea image {
	width: 100%;
}
#StarterButton {
	z-index: 6;
}
.circleCSS {
	position: absolute;
	width: 100px;
	height: 100px;
	background: black;
	clip-path: circle(42px at center);
	display: flex;
	align-items: center;
	font-size: smaller;
	justify-content: center;
}
.circleCSS:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-circle {
	z-index: 4;
}
.sub-circle {
	z-index: 3;
    background: rgb(234, 204, 229);
}
#hideButtons {
	clip-path: circle(45px at center);
	z-index: 2;
    transform: translate(0px, 150px);
}
.subsub-circle {
	z-index: 1;
}
.selectedState {
    transform: scale(1.3);
}
.selectedSubState {}
.expandedMenu {}

.statusBar[_ngcontent-ng-c3028978852] {display: none !important;}