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;
}


.text-below
{
	position: absolute;
	font-family: "Univers Condensed", sans-serif;
	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: "Univers Condensed", sans-serif;
	font-size: 14px;
	position: absolute;
	left: 0px;
	top:0px;
	color: #feb300;
	background-color: #7D3BBB;
	border-radius: 50px 50px 50px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 1000;
}

.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: center;
    align-content: center;
    text-align: center;
    font-size: 18px;
    color: #7D3BBB;
	margin-top: 10px;
}

.grid-style-box
{
	position: absolute;
	border: transparent;
	border-radius: 6px;
}

.grid-style-box:hover
{
    cursor: pointer;
	transform: scale(1.2);
}

.scroll-mthod-holl
{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	justify-items: center;
	flex-direction: column;
}

.scroll-ele-hol
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0;
    font-family: "Univers Condensed", sans-serif;
	flex-direction: column;
}


.scroll-ele-hol:hover
{
	background-color: rgba(83, 83, 83, 0.1);
	cursor: pointer;
}

.scroll-ele-hol-top-menu
{
	display: flex;
	justify-content:right;
	flex-direction: row;
}
.scroll-ele-hol-top-menu-item
{
	display: flex;
	justify-content:center;
	align-items: center;
	text-align:right;
}
.scroll-ele-hol-top-menu-item:hover
{
    cursor: pointer;
	transform: scale(1.05);
	background-color: rgb(255, 229, 229);
}
.span-4-create-Mg-Scroll
{

	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
}

.span-4-create-Mg-Scroll-innerButt
{
	display: flex;
	justify-content: right;
	align-items: center;
	flex-direction: row;
	
}

.span-4-create-Mg-Scroll-Act-Butt
{
	display: flex;
	justify-content: center;
	align-items: center;
}


.span-4-create-Mg-Scroll-IN-IN
{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	
}

.scroll-element-holder-img
{
	position: absolute;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items:center;
	text-align: center;
	
}

.landscape-holder
{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 25px;
	color: #7D3BBB;
}

.portrait-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: lightgrey;
	display: flex;
	justify-content:center;
    justify-items:center;
    align-items:center;
	text-align:center;
	z-index: 1000;
	border-radius: 2px;
}


.resize-text-- 
{
	overflow: hidden;
	white-space: nowrap;
}

.close-button
{
	position: absolute;
	z-index: 3000;
}

.close-button:hover
{
  cursor: pointer;
  transform: scale(1.2);
}

.saucer-alien 
{
	position: absolute;
	font-size: 30px;
	transition: transform 2s linear;
	width: 40px;
	height: 40px;
	z-index: 2000;
}

.quick-look
{
	position: absolute;
	border-radius: 8px;
	display: flex;
	justify-content:center;
    justify-items:center;
    align-items:center;
	text-align:center;
	color:#7D3BBB;
	font-size: 25px;
}

.intro-4-games-holder
{
	position: absolute;
	border-radius: 30px;
	border-right: thick solid #feb300;
	border-left: thick solid #feb300;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: column;
}

.intro-4-games
{
	border-radius: 8px;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	text-align: center;
	color: #7D3BBB;
}

.intro-4-games-close-acc-panel
{
	border-radius: 8px;
	display: flex;
	justify-content: center;
	justify-items: center;
	align-items: center;
	flex-direction: row;
}

.big-title-def
{
	position: absolute;
}

.big-title-def-ho
{
	position: absolute;
	display: flex;
	justify-content: left;
	justify-items: center;
	align-items: left;
	flex-direction: column;
}

.title-in-def
{
	border-radius: 8px;
	display: flex;
	justify-content:left;
    justify-items:center;
    align-items:left;
	text-align:justify;
	color:#7D3BBB;
}

.prompt-box 
{
	display: flex;
	flex-direction: column;
	background-color: transparent;
	padding: 5px;
	border-radius: 6px;
	width: 100%;
	max-width: calc(0.7 * 100vw);
	position: relative;
}
  
.prompt-input 
{
	resize:none;
	overflow-y: hidden;
	height: 70%;
	min-height: 40px;
	max-height: 100px;
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 1.5;
	background-color: #f9f9f9;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	border-radius: 12px;
}
  
  
  .prompt-actions {
	display: flex;
	gap: 5px;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
  }
  
  .clickable {
	cursor: pointer;
  }
  
  .prompt-button {
	padding: 10px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	text-align: center;
	font-size: 15px;
  }
  
  .prompt-button:hover 
  {
		transform: scale(1.1);
  }

  @keyframes glowMic 
  {
	0% {
		box-shadow: 0 0 10px red;
	}
	25% {
		box-shadow: 0 0 15px red;
	}
	50% {
		box-shadow: 0 0 20px red;
	}
	75% {
		box-shadow: 0 0 25px red;
	}
	100% {
		box-shadow: 0 0 30px red;
	}
}


  
 
 
  