:root {
	--deathMenu_node_card_hoverColor0: rgb(255 255 255 / 45%);
	--deathMenu_node_card_hoverColor1: rgb(189 222 255 / 42%);
	--deathMenu_node_card_perspective: 500px;
}
  
@keyframes holoSparkle {
	0%, 5% {
	  opacity: 1;
	}
	20% {
	  opacity: 1;
	}
	100% {
	  opacity: 1;
	}
}
  
  @keyframes holoGradient {
	0%, 100% {
	  opacity: 1;
	  background-position: 0% 0%;
	}
	8% {
	  opacity: 1;
	}
	10% {
	  background-position: 0% 0%;
	}
	19% {
	  background-position: 100% 100%;
	  opacity: 1;
	}
	35% {
	  background-position: 100% 100%;
	}
	55% {
	  background-position: 0% 0%;
	  opacity: 1;
	}
	75% {
	  opacity: 1;
	}
  }
  @keyframes holoCard {
	0%, 100% {
	  transform: none;
	}
	33% {
	  transform: rotateZ(-3deg) rotateX(-7deg) rotateY(10deg);
	}
	66% {
	  transform: rotateZ(3deg) rotateX(7deg) rotateY(-10deg);
	}
  }

/* [START] ************** BOPAD button *************** */
#deathMenu_nodeCard_BOPADButton {
	position: relative;
	background: #860000;
	border: 1px solid #ff0000;
	box-shadow: inset 0 0 0px 0px #000000c7, 0 0 0px 0 #f00;
	transition: 0.35s;
	overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
	padding: 2px;
	margin: 0 0 20px 0;
	text-align: center;
}

#deathMenu_nodeCard_BOPADButton:hover {
	background: #d40000;
	/* border: 1px solid #ff0000;
	box-shadow: 0 0px 12px 0px #f00; */
}

#deathMenu_nodeCard_BOPADButton::BEFORE {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, transparent, #fff, transparent);
	transition: 0.35s;
}
  
#deathMenu_nodeCard_BOPADButton:hover::before {
	animation: deathMenu_node_card_buyButtonShine 0.75s ease 1;
}
/* [END] ************** BOPAD button *************** */
  
@keyframes deathMenu_node_card_buyButtonShine {
	0% {
		left: -100%;
	}
	50% {
		left: 100%;
	}
	100% {
		left: -100%;
	}
}

#deathMenu_nodeCard_parent {
	position: absolute;
	display: flex;
	bottom: 77px;
    left: 331px;
}

#deathMenu_nodeCard_bulletin {
	color: white;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 6px 8px;
	text-shadow: 0 1px 0 black;
	width: 250px;
  	height: 300px;
}
  
.deathMenu_nodeCard_bulletinAndThumbnailColor {
	background: #060b10e8;
}

#deathMenu_nodeCard_thumbnail {
	width: 64px;
	height: 64px;
	margin: 0 10px 0 0;
	background-image: url(http://www.creepers.io/assets/images/Creepers/Thumbnails/Thumb_Spider.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#deathMenu_nodeCard_typeTitle {
	font-size: 18px;
  	color: #ff7c0a;
}

#deathMenu_nodeCard_title {
	color: #00bb00;
}

#deathMenu_nodeCard_tierDescription {
	color: #ffffff;
  	padding: 0 0 20px 0;
}

#deathMenu_nodeCard_description {
	color: #ffffff;
  	padding: 0 0 20px 0;
}

#deathMenu_nodeCard_typeDescription {
	color: #ffffff;
  	padding: 0 0 20px 0;
}

#deathMenu_nodeCard_cost {
	color: #ffdd40;
}

#deathMenu_nodeCard_flavorText {
	color: #ffd100;
	font-style: italic;
}
  
.deathMenu_nodeCard_border {
	border-style: solid;
	border-width: 5px;
	border-image: url(../assets/images/wow-tooltip-border-2.png) 5 repeat;
	border-radius: 4px;
	box-shadow: -1px -1px 15px 4px rgba(10, 0, 5, 0.5), -1px 1px 1px rgba(10, 0, 5, 0.5), 1px 1px 1px rgba(10, 0, 5, 0.5), 1px -1px 1px rgba(10, 0, 5, 0.5);
}
  
.deathMenu_nodeCard_text {
	padding: 0 0 3px 0;
}
  
.deathMenu_nodeCard_textSize {
	font-size: 14px;
}
  
