
.green{
  --main-bg-color: #2cd521;
}
.cyan{
  --main-bg-color: cyan;
}
.glow{
display:inline-block;
color: var(--main-bg-color);
box-shadow: 0px 0px 12px 3px var(--main-bg-color);
padding:5px;
margin:5pt 0 0 15pt;
  border-radius: 4px;
}
.theisred{
border: 5px solid red;
}
.theisgreen{
border: 5px solid green;
}
.theis{
border: 5px solid green;
backdrop-filter: blur(8px); 


position: fixed;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,222,0.3);
z-index: 2;
cursor: pointer;
}

.theis:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .2);
	filter: blur(10px);
	margin: -20px;
}


.frosted-glass {
	width: 50vw;
	height: 100vh;
	position: relative;
	z-index: 1;
	background: inherit;
	overflow: hidden;
}

.frosted-glass:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .2);
	filter: blur(10px);
	margin: -20px;
}