html
{
	background: black;
	touch-action: manipulation;
}

.main-frame-panel
{
	left:0px; 
	top:0px;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
	position: absolute;
}

.main-frame-BG-picture-panel
{
	left:0px; 
	top:0px;
	background-position: center;
	overflow: hidden;
    margin: 0 auto;
	position: absolute;	
	opacity: 0.3;
}

.core-frame
{
	display: none;
	position: absolute;
}

.linkology-background-panel
{
	display: block;
	background-position: center;
	background-color: black;
	overflow: hidden;
    margin: 0 auto;
    position: absolute;
}
.goto-LS
{
    position:absolute; 
    border: thin ghostwhite; 
    background-color:lightblue;
    text-align: center;
    vertical-align: middle;
    line-height:370px;
	font-size: 40px;
	color:ghostwhite;
}

.linkology-game-level
{
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:100;
	background-position: center;
	overflow: hidden;
}

.search-icon-game
{
    position: absolute; 
    top: 328px; 
    right:0px; 
    z-index: 420;
}

.linkology-loader
{
	position:absolute;
	display:none; 
	width:445px; 
	height:210px; 
	z-index:304
}

.game-end-history-view
{
    display:block;
    width:auto;
    height:auto;
    position: absolute;
    z-index: 200;
    color:ghostwhite;
    font-size: 14px;
    text-align: center;
    top: 220px;
    left:325px;
    text-decoration:underline;
    text-decoration-color: #FEB300;
}

.game-end-history-view:hover
{
    cursor: pointer;
    color:red;
}

.player-point
{
	font-family: 'Bubblegum Sans';
	font-size: 14px;
	position: absolute;
	left: 0px;
	top:0px;
	color: #7D3BBB;
	text-align:center;
	display: block;
	background-color: #feb300;
	border-radius: 50px 50px 50px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1000;
}

.text-below
{
	position: absolute;
	font-family: 'Bubblegum Sans';
	font-size: 24px;
	color: #FEB300;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top:220px;
	border: thin solid #FEB300;
	border-radius: 4px;
}

.linars-point
{
	font-family: 'Bubblegum Sans';
	font-size: 14px;
	position: absolute;
	left: 0px;
	top:0px;
	color: #feb300;
	text-align:center;
	display: block;
	background-color: #7D3BBB;
	border-radius: 50px 50px 50px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1000;
}

#earth_div{top: 0; right: 0; bottom: 0; left: 0;
	position: absolute !important;
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(253,253,253)),
	  color-stop(0.15, rgb(253,253,253)),
	  color-stop(0.53, rgb(223,223,223)),
	  color-stop(0.56, rgb(255,255,255)),
	  color-stop(1, rgb(253,253,253))
	  );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(253,253,253) 0%,
	  rgb(253,253,253) 15%,
	  rgb(223,223,223) 53%,
	  rgb(255,255,255) 56%,
	  rgb(253,253,253) 100%
	  );
}

.whats-going-on-holder
{
	position: absolute;
	display: flex;
    justify-content: center;
    align-content: center;
	flex-direction: column;
    border-radius: 4px;
}

.whats-going-on
{
    display: flex;
    justify-content: left;
    align-content: center;
    text-align: justify;
    font-size: 12px;
    color: ghostwhite;
}

.grid-style-box
{
	position: absolute;
	border: 3px solid #feb300;
	border-radius: 6px;
}

.grid-style-box:hover
{
    cursor: pointer;
	border: 2px solid salmon;
}
.span-4-create-Mg-Scroll
{
	color: ghostwhite;
	font-size: 16px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1px;
}

.span-4-create-Mg-Scroll:hover
{
	cursor: pointer;
}

.landscape-holder
{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 25px;
	color: #7D3BBB;
}

.slider-where-RU
{
	position: absolute;
	color: gray;
	display: flex;
	justify-content:center;
    justify-items:center;
    align-items:center;
	text-align:center;
	z-index: 1000;
}


.resize-text-- 
{
	overflow: hidden;
	white-space: nowrap;
}


