/* body {
  background-color: #1a1a1a;
  text-align: center;
  padding-top: 3em;
} */

.deathMenu_node_unLocked {
	appearance: none;
	display: inline-block;
	/* width: 50px;
	height: 50px; */
	position: relative;
	cursor: pointer;
	border: 2px solid #000;
	border-top-color: #262626;
	border-right-color: #404040;
	border-bottom-color: #404040;
	border-left-color: #262626;
	z-index: 0;
	font-size: 30px;
	font-weight: 900;
	transition: all 250ms;
	outline: none;
	transition: all 200ms;
	
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
}
  
/* .deathMenu_node_unLocked_hover 
{
	border-color: #97ffff;
} */
  
/* .deathMenu_node_unSelected 
{
	box-shadow: inset 0 0 9px 3px #000000c7;
} */
  
.deathMenu_node_selected 
{
	box-shadow: #ffffffc7 0px 0px 9px 3px inset;
}
  
.deathMenu_nodeInner_unSelected 
{
	position: absolute;
	/* background: #7ce1ff00; */
	width: 34px;
	height: 34px;
	/* left: 6px;
	top: 6px; */
	/* left: 8px;
	top: 8px; */
	border-radius: 61px;
	pointer-events: none;
  }
  
/* .deathMenu_nodeInner_selected
{
	position: absolute; */
	/* background: #7ce1ffff; */
	/* width: 34px;
	height: 34px;
	left: 8px;
	top: 8px;
	border-radius: 61px; */
	/* box-shadow: #0089ff87 0px 0px 3px 3px inset; */
	/* filter: blur(1px);
	pointer-events: none;
  } */
  
.deathMenu_nodeLine 
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-24deg);
	
	height: 2px;
	width: 85px;
	
	background: #00000038;
	border-radius: 20px;
	border: 1.5px solid #000000c2;
	border-right-color: #9c9c9cbf;
	border-bottom-color: #9c9c9ca3;
	box-shadow: 0 0 5px 0px #00000087;

	z-index: -1;
}

.deathMenu_node_disabled {
	opacity: 0.5;
	pointer-events: none;
}

.deathMenu_node_disabled_moreOpacity {
	opacity: 0.2;
	pointer-events: none;
}