@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

.emoji {
  font-family: "Noto Color Emoji", sans-serif!important; 
}

#mainContent {
  display: none;
  position: fixed;
}

#inventoryDisplay {
  overflow-y: scroll;
  min-height: 75vh;
  max-height: 75vh;
  border-style: solid;
  border-color: rgb(49, 49, 49);
  border-left: none;
  border-right: none;
  background-color: #1a1a1a;
}

#inventoryDisplay > * {
  font-size: 1vw;
  height: 10%;
  text-align: center;
}

.oreDisplay {
  margin: 0;
  font-weight: 500;
  width: 100%!important;
  height: 1.25vw;
}
.inventoryImage img {
  height: 1vw;
  width: 1vw;
}
.craftingImage img {
  width: 3.25vw;
  height: 3.25vw;

}
.movementButton {
  width:20%;
  height:50%;
  font-size: 1vw!important;
  background: none;
  border: none;
  margin-right: 0px;
  padding: 0%;
  float: left;
  border:0.1vw solid #2e2e2e;
  z-index: 9999;
}
.movementButton:hover {
  background-color: gray;
}
.latestFind {
  margin: 0;
  font-size: 100%;
  font-weight: 750;
  height: 1.25vw;
}
.latestImage img {
  width: 1vw;
  height: 1vw;
}
.inventoryElement1 {
  width: 10%;
  text-align: left;
  text-shadow:0.1vw 0.1vw 0.5vw black;
}
.inventoryElement2 {
  width: 50%;
  font-weight: 750;
}
.inventoryElement3 {
  width: 40%;
  font-weight: 750;
}
.inventoryHolder {
  width: 100%!important;
  min-height: 75vw;
}
#menuHolder {
  height: 15vw;
  width: 7.5vw;
  position: absolute;
  background-color: black;
  top:2vw;
  left: 7.5vw;
  display: none;
  flex-wrap: wrap;
  text-align: center;
}
.menuButton {
  width: 100%;
  height: 2.5vw;
  background-color: #1a1a1a;
  color: white;
  font-size: 1vw;
  font-weight: 750;
  border-radius: 0px;
  border: 0.2vw solid #333;
  border-top: none;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuButton:hover {
  background-color: gray;
}
#menuSelectionContainer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.75);
  overflow-y: auto;
  z-index: 10000000;
}
.menuCategory {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow-y: auto;
  z-index: 10000000;
}
.menuCategoryTitle {
  font-size: 2vw;
  font-size: 2vw;
  font-weight: 1000;
  color: white;
}
#nameHolder {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vw;
  width: 50%;
  font-size: 2vw;
}
#submitName {
  height: 2vw;
  width: 10vw;
  font-size: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: none;
  background: none;
  border: 0.1vw solid white;
  border-radius: 0.75vw;
}
#submitName:hover {
  background-color: #2e2e2e;
}
.settingsTopButton {
  background: none;
  border: none;
  color: white;
  font-size: 1.35vw;
  font-weight: 750;
  width: 17.5vw;
  white-space: nowrap;
}
#settingsSelector {
  display: inline-flex;
}
#locationSelector {
  display: inline-flex;
}
#generatedLogs {
  width: 80%;
  height: 5vw;
  font-size: 1vw;
  text-align: left;
  float: right;
}
#logHolder {
  width: 100%;
  height: 5vw;
  font-size: 1vw;
  text-align: center;
}
#statisticsTableHolder {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}
.statsRow {
  width: 10vw;
  color: white;
  height: 2vw;
  font-size: 1vw;
  font-weight: 750;
}
#gameSettings {
  height: 100%;
}
#playerStatisticsHolder {
  margin-top: 2vw;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
.playerStat {
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1vw;
  width: 25%;
  white-space: nowrap;
  text-align: center;
}
#faqTopButtons {
  height: 4vw;
  width: 80vw;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.faqButton {
  height: 2vw;
  width: 10vw;
  font-size: 1vw;
  margin: 0;
  border-radius: 0px;
  background-color: #2e2e2e;
}
.faqPage {
  display: none;
}
.faqTitle {
  display: block;
  font-weight: bolder;
  font-size: 2vw;
  width: 50%;
  margin: auto;
  color: white;
}
.faqSection {
  display: block;
  font-weight: bold;
  font-size: 1.5vw;
  width: 50%;
  margin: auto;
  color: white;
}
.faqText {
  display: block;
  font-size: 1vw;
  width: 50%;
  margin: auto;
  color: white;
}
#dailyMessages {
  position: absolute;
  width: 60vw;
  height: 20vw;
  left: 20vw;
  top: 5vw;
  display: none;
  background-color: #1a1a1a;
  border: 0.2vw solid white;
  z-index: 100000;
}
.dailyMessage {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.dailyText {
  font-size: 1.5vw;
  margin-bottom: 5vw;
  margin-top: 1vw;
}
.closeDailyMessage {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3vw;
  height: 3vw;
  color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8vw;
  padding: 0px;
  border-radius: 0px;
  background-color: #2e2e2e;
}
.closeDailyMessage:hover {
  background-color: #3d3c3c;
}
.newPlayerButton {
  width: 15vw;
  height: 3vw;
  margin: auto;
}
#leftAutoMine {
 background-image:url('media/leftautomine.png'); 
 background-size:50%;
 
}

#rightAutoMine {
  background-image:url('media/rightautomine.png'); 
  background-size:50%;
}

#upAutoMine {
  background-image:url('media/upautomine.png'); 
  background-size:50%;
}

#downAutoMine {
  background-image:url('media/downautomine.png'); 
  background-size:50%;
}

#leftOne {
  background-image:url('media/leftone.png'); 
  background-size:50%;
}

#rightOne {
  background-image:url('media/rightone.png'); 
  background-size:50%;
}

#upOne {
  background-image:url('media/upone.png'); 
  background-size:50%;
}

#downOne {
  background-image:url('media/downone.png'); 
  background-size:50%;
}

.horizontalArrow {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.verticalArrow {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 100%;
}
.craftingButton span {
  font-size: 1.25vw;
}
.selectedOutline {
  border: 0.2vw solid #494949!important;
}
.equippedOutline {
  box-shadow: 0 0 10px #00FF23;
}
#craftingTimeDisplay {
  width: 100%;
  height: 2vw;
  font-size: 1vw;
  border-bottom:3px solid #333; 
  margin-bottom: 0px;
}
.mobile {
  display: inline-block;
  cursor:default;
  width: 100%;
  height: 4vw;
  vertical-align: middle;
  
}
#craftingClick {
  overflow-x: hidden;
}

.craftingAmountsDisplay {
  font-size: 1vw;
  display: none;
  width: 100%;
  border:0.25vw solid #333; 
  border-top: none;
  border-left: none;
  border-right: none;
  text-align: center;
  margin: auto;
}
.recipeOreDisplay {
  align-self: center;
  font-size: 1.25vw;
  font-weight: 1000;
  border: none;
  margin: 0;
}
#displayRecipe {
  margin-top: -0.25vw;
  height: auto;
  width: 100%;
  text-align: center;
  border-bottom: 0.25vw solid #333;
}

.latestDisplay {
  text-align: center !important;
  float: left;
  width: 50%;
  font-size: 0.8vw;
  background-color: #1a1a1a;
  position: relative;
}
.itemDescription {
  font-size:1.5vw;
  position: relative;
  margin-bottom: 0.25vw;
}
#gearCrafts {
  display:flex;
  flex-flow:column;
  align-items:center;
  gap:1vh;
  width: 100%;
  border-top:1px solid #333;
  padding-top: 3%;
  padding-bottom: 0.5vw;
}
#pickaxeCrafts {
  display:flex;
  flex-flow:column;
  align-items:center;
  gap:0.5vw;
  width: 100%;
  border-top:1px solid #333;
  padding-top: 3%;
  padding-bottom: 0.5vw;
  border-bottom: none;
}
.craftPickaxeButton {
  background: none;
  border: none;
  border-top:3px solid #333;
  height: 3vw;
  font-size: 1.6vw;
  color: white;
  font-weight: 1000;
  padding-bottom: 10%;
  text-shadow: -0.05em -0.05em 0 #000, 0.05em -0.05em 0 #000, -0.05em 0.05em 0 #000, 0.05em 0.05em 0 #000;
}
.craftPickaxeButton:hover {
  background-color: gray;
}
.craftingSelector {
  width: 50%;
  height: 100%;
  float: left;
  background:none;
  border-bottom: none;
  border-color: #333;
}
#craftingSelectionContainer {
  height: 2vw;
}
#switchInventory {
  width: 70%;
  float: left;
  background: none;
  cursor: default;
}
#inventoryLeft {
  width: 15%;
  float: left;
  background: none;
}
#inventoryRight {
  width: 15%;
  float: left;
  background: none;
}
.inventoryButtons {
  height: 2vw;
  font-weight: 750;
  font-size: 100%;
  margin: 0;
}
#inventoryRight:hover {
  background-color: gray;
}
#inventoryLeft:hover {
  background-color: gray;
}
.craftingSelector:hover {
  background-color: gray;
}
.craftingButton {
  width: 100%;
  background: none;
  margin: -0.2vw;
  border: none;
  height: 2.25vw;
  font-weight: 750;
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.craftingButton:hover {
  background-color: gray;
}
#crafting {
  padding-bottom: 5%;
  font-size: 2.5vw;
}
#craftingRecipeTitle {
  font-size: 2.5vw;
}
.middleTitle {
  height:4vw;
  font-size: 1.7vw;
  margin-bottom: 0%!important;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.topButtons {
  height: 2vw;
  float: left;
  background: none;
  border:0.2vw solid #333;
  border-top: 1px solid #333;
  margin-bottom: 2%;
  margin-top: 0;
}
#settings {
  width: 30%;
}
#resetMine {
  width: 30%;
  font-size: 1vw;
  white-space: nowrap;
}
#settings:hover {
  background-color: gray;
}
#resetMine:hover {
  background-color: lightcoral;
}
#descriptionTitle {
  border-bottom:1px solid #333; 
  margin-bottom: 2%!important;
  font-size: 2.5vw;
}
#pressPlay {
  overflow-y: hidden;
  background-image:url("media/silly caverns picture.png");
  background-repeat: no-repeat;
  background-size:cover;
  height: 100%;
  width: 100%;
}

.hidden{display: none !important;}

#mineResetProgress {
  font-size: 1vw;
  width: 100%;
  height: 3vw;
  display: flex;
  flex-wrap: wrap;
}
#resetNumber {
  width: 100%;
  color: white;
  height: 1.5vw;
}
#resetPercent {
  width: 100%;
  font-weight: 750;
  height: 1.5vw;
}
#blocksMined {
  margin: 0.5vw;
  font-size: 1vw;
}
#location {
  margin: 0.5vw;
  font-size: 1vw;
}

.col-5 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

#dataExport {
  padding: 3em;
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  overflow-y: scroll!important;
}

#dataText {
  width: 25vw;
  height: 100%;
}
#dataFileUpload {
  display: none;
}
#dataFileLabel {
  width: 10vw;
  height: 100%;
  color: white;
  border: 0.1vw solid white;
  background-color: #333;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
}
body {
  background-color: #1a1a1a;
  margin: 0;
  padding: 0;
  height: 100vh;
  justify-content: flex-end;
  overflow-x: hidden;
}
img.roundcat {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20vw;
  max-height: 40vh;
}
.credits {
  color: black;
  float: left;
  width: 33%;
  font-size: 1vw;
  text-align: center;
  font-weight: 1000;
}
.hologram {
  height: 2vw;
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: auto;
  justify-content: center;
  position: relative;
  
}
.hologram button {
  height: 100%;
  width: 40%;
  border: none;
  background: none;
  font-size: 1.25vw;
  font-weight: 750;
  box-shadow: 0px -0.2vw 6px -1px red;
}
#hologramTriangle {
  position: absolute;
  margin-bottom: 2vw;
  background-image: url(media/hologram.avif);
  opacity: 25%;
}
#abilityImage {
  z-index: 11!important;
  width: 25vw;
  height: auto;
  position: absolute;
  bottom: 16.7vw;
  border-top: 0.1vw solid white;
  border-bottom: 0.1vw solid white;
  box-shadow: 0 0 10px white;
}
.boostedOreImage {
  width: 2vw;
  height: 2vw;
}
.boostedOreHolder {
  width: 100%;
}
#stopOnRareList {
  height: 21vw;
  width: 30%;
  position: absolute;
  right:0px;
  background-color: white;
  z-index: 14;
  justify-content: center;
  flex-wrap: wrap;
}
.stopOnRareTier {
  width: 100%;
  height: 1.5vw;
  font-size: 0.9vw;
  border: 0.1vw solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
  color:#6BC267;
  text-shadow:0.1em -0.1em 0 #000, -0.1em -0.1em 0 #000, -0.1em 0.1em 0 #000, 0.1em 0.1em 0 #000;
  user-select: none;
}
.stopOnRareTierDivider {
  width: 100%;
  height: 3vw;
  border: 0.1vw solid white;
  border-right-width:0.1vw;
}
#spawnTierList {
  width: 50%;
  height: 21vw;
  position: absolute;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 12;
}
#spawnMessageHolder {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 15;
}
.spawnMessageTier {
  width: 100%;
  height: 1.5vw;
  font-size: 0.9vw;
  border: 0.1vw solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
  color:#6BC267;
  text-shadow:0.1em -0.1em 0 #000, -0.1em -0.1em 0 #000, -0.1em 0.1em 0 #000, 0.1em 0.1em 0 #000;
  user-select: none;
  margin: 0px;
}
.spawnMessageTierDivider {
  width: 100%;
  height: 3vw;
  background:none;
  z-index: 0;
}
@keyframes extendHologramUp {
  0% {height: 0vw;}
  25% {height: 3vw;}
  50% {height: 8vw;}
  100% {height: 15vw;}
}
@keyframes extendImageAbility {
  0% {width: 0%;}
  25% {width: 25%;}
  50% {width: 50%;}
  100% {width: 100%;}
}
@keyframes extendHologramSide {
  0% {width:10%;}
  25% {width: 40%;}
  50% {width: 70%;}
  100% {width: 100%;}
}
.play-button {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  padding: 0.25vw 1.2vw;
  font-size: 5vw;
  font-weight: 750;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  animation: playButton 1.25s infinite;
  background: none;
}
@keyframes playButton {
  50% {font-size: 4vw;}
}
.server-link {
  color: #3498db;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  margin-top: 1vh;
  display: flex;
  align-items: center;
}
.server-link img {
  margin-right: 1rem;
  max-height: 10vh;
} 
.row {
  display: flex;
  height: 100%;
}



.row * {
  text-align: center;
}


#blockDisplay {
  position: absolute;
  margin-top: 1%;
  margin-bottom: 1%;
  width: 31.75vw;
  height: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
}
.blockDisplayRow {
  width: 1.15em;
  height: 100%;
  line-height: 1.4vw;
  text-wrap: wrap;
  overflow-wrap: break-word;
}
#blockContainer {
  margin-top: 0;
  padding: 0;
  width: 100%;
  height: 27vw;
  line-height: 1.4vw;
  font-size: 1.5vw;
  user-select: none;
  text-wrap: nowrap;
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#eventMessages {
height: 3vw;
width: 100%;
color:white;
text-align: center;
line-height: 1vw;
font-size: 1vw;
padding: 0.2vw;
border-bottom: 0.2vw solid #333;
font-weight: 1000;
position: relative;
z-index: 20;
}
#webhookSettings {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#serverHook {
  width: 100%;
  display: flex;
  justify-content: center;
}
#customHookContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2vw;
}
.webhookInfoInputSection {
  width: 100%;
  height: 3vw;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.webhookInputSection {
  width: 100%;
  height: 5vw;
}
.webhookInfoSection {
  width: 15vw;
  height: 100%;
}
.webhookInfo {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-size: 1vw;
}
.createButton {
  border: 0.1vw solid white;
  background-color: #6BC267;
}
.createButton:hover {
  background-color: #6ad466;
}
#createdWebhooks {
  width: 100%;
  margin-top: 2vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.createdHookDisplay {
  width: 100%;
  height: 3vw;
  margin-top: 0.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.createdHookInfo {
  width: 20vw;
  height: 3vw;
  background-color: white;
  border: 0.1vw solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
}
.deleteHookButton {
  background-color: #FF3D3D;
  font-size: 1.5vw;
}
.deleteHookButton:hover {
  background-color: #ba0d0d;
}
#newHookCopyable {
  display: none;
}
#createdHookCopyable {
  display: none;
}
#createNewWebhook {
  width: 4vw;
  height: 4vw;
  font-size: 1vw;
  margin-top: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10vw;
  background-color: #6BC267;
}
#createNewWebhook:hover {
  background-color: #6ad466;
}
.createdWebhooksLabel {
  width: 100%;
  font-size: 2vw;
  color: white;
  font-weight: 1000;
  margin-top: 1vw;
}
@keyframes invisible {
  0% {filter: opacity(100%);}
  5% {filter: opacity(80%);}
  10% {filter: opacity(60%);}
  15% {filter: opacity(40%);}
  20% {filter: opacity(10%);}
  30% {filter: opacity(10%);}
  35% {filter: opacity(40%);}
  40% {filter: opacity(60%);}
  45% {filter: opacity(80%);}
  50% {filter: opacity(100%);}
  51% {filter: contrast(100%);}
  60% {filter: contrast(90%);}
  65% {filter: contrast(70%);}
  70% {filter: contrast(50%);}
  75% {filter: contrast(30%);}
  80% {filter: contrast(30%);}
  85% {filter: contrast(50%);}
  90% {filter: contrast(70%);}
  95% {filter: contrast(90%);}
  100% {filter: contrast(100%);}
}
@keyframes blackout {
  0% {filter: brightness(100);}
  5% {filter: brightness(75);}
  10% {filter: brightness(50);}
  15% {filter: brightness(25);}
  40% {filter: brightness(0);}
  80% {filter: brightness(0);}
  85% {filter: brightness(25%);}
  90% {filter: brightness(50%);}
  95% {filter: brightness(75%);}
  100% {filter: brightness(100%);}
}
@keyframes blur {
  1% {filter:blur(0.2px);}
  2% {filter:blur(0.4px);}
  3% {filter:blur(0.6px);}
  4% {filter:blur(0.8px);}
  5% {filter:blur(1px);}
  6% {filter:blur(1.2px);}
  7% {filter:blur(1.4px);}
  8% {filter:blur(1.6px);}
  9% {filter:blur(1.8px);}
  10% {filter:blur(2px);}
  90% {filter:blur(2px);}
  91% {filter:blur(1.8px);}
  92% {filter:blur(1.6px);}
  93% {filter:blur(1.4px);}
  94% {filter:blur(1.2px);}
  95% {filter:blur(1px);}
  96% {filter:blur(0.8px);}
  97% {filter:blur(0.6px);}
  98% {filter:blur(0.4px);}
  99% {filter:blur(0.2px);}
  100% {filter:blur(0px);}
}
@keyframes darken {
  30% {filter: grayscale(1);}
  70% {filter: grayscale(1);}
}
@keyframes invert {
  30% {filter: invert(1);}
  70% {filter: invert(1);}
}
@keyframes rotate {
  25% {filter: hue-rotate(90deg);}
  50% {filter: hue-rotate(180deg);}
  75% {filter: hue-rotate(270deg);}
  100% {filter: hue-rotate(360deg);}
}
@keyframes saturate {
  10% {filter: saturate(1);}
  20% {filter: saturate(2);}
  30% {filter: saturate(3);}
  40% {filter: saturate(4);}
  50% {filter: saturate(5);}
}
@keyframes sepia {
  30% {filter: sepia(1);}
  70% {filter: sepia(1);}
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-2deg); }
  20% { transform: translate(-3px, 0px) rotate(2deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(2deg); }
  50% { transform: translate(-1px, 2px) rotate(-2deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-2deg); }
  80% { transform: translate(-1px, -1px) rotate(2deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-2deg); }
}
#powerupHolder {
  width: 4vw;
  height: 27vw;
  position: absolute;
  left: 0px;
  bottom: 0vw;
  white-space: wrap!important;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 30;
}
#mainPowerup {
  background-image: url("media/rightArrowIcon.png");
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  position: relative;
  height: 60%;
  width: 100%;
  z-index: 22;
}
#powerupTop {
  height: 20%;
  width: 50%;
  float: left;
  position: relative;
}
#powerupBottom {
  height: 20%;
  width: 50%;
  float: left;
  position: relative;
}
.powerupStyling {
  border: 0.1vw solid white;
  border-radius: 0px;
  border-left: none;
  background-color: #212121;
}
#powerupInfoExtension {
  position: absolute;
  height: 10.6vw;
  width: 25vw;
  display: block;
  z-index: 20;
  left: 4vw;
  background-color: #2e2e2e;
  border: 0.1vw solid white;
}
#allowAutoPowerup {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5vw;
  height: 2vw;
  white-space: nowrap;
  background-color: #fc492d;
  font-size: 0.75vw;
}
#powerupTitle {
  width: 80%;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  font-weight: 1000;
  margin-bottom: 0.5vw;
}
#powerupTitle span {
  background: linear-gradient(to right, #FF0B0B, #FFEB00, #7AFF1F);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#powerupDescription {
  width: 25vw;
  height: 4vw;
  font-size: 0.8vw;
  line-height: 1vw;
  margin-bottom: 0px;
  padding: 0.1vw;
}
#powerupTimes {
  display: flex;
  flex-wrap: wrap;
  height: 4vw;
  width: 50%;
}
#powerupCooldown {
  width: 100%;
  height: 2vw;
  background: linear-gradient(to right, #6BC267 0%, #6BC267 100%);
  border: 0.1vw solid white;
  border-left: none;
  border-radius: 0px;
  font-size: 0.75vw;
}
#powerupActive {
  width: 100%;
  height: 2vw;
  background: linear-gradient(to right, #FF3D3D 0%, #FF3D3D 100%);
  border: 0.1vw solid white;
  border-left: none;
  border-radius: 0px;
  color: white;
  font-size: 0.75vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.powerupLabel {
  position: absolute;
  left: 0px;
  height: 2vw;
  width: 100%;
  font-size: 2vw;
  font-weight: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.powerupStatus {
  font-size: 1.35vw;
}
#topPowerupLabel {
  bottom: 5px;
  font-size: 1.75vw;
}
#topPowerupReady {
  top:5px;
}
#mainPowerupLabel {
  top: 5px;
}
#mainPowerupReady {
  bottom:5px;
}
#bottomPowerupLabel {
  top: 5px;
  font-size: 1.75vw;
}
#bottomPowerupReady {
  bottom:5px;
}
#powerupBottomArea {
  display: flex;
  flex-wrap: nowrap;
}
#powerupLabels {
  width: 50%;
  height: 4vw;
}
#powerupInformation {
  width: 100%;
  height: 4vw;
  display: flex;
  justify-content: center;
  margin: 0px;
  font-size: 1vw;
  flex-wrap: wrap;
}
#powerupLock {
  position: absolute;
  height: 10.6vw;
  width: 25vw;
  z-index: 21;
  background-color: rgba(46, 46, 46, 0.9);
  border: 0.1vw solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#powerupLock p {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.25vw;
  font-weight: 1000;
  filter: drop-shadow(0 0 0.4vw gray);
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#powerupLockChain {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("media/portalChain.png");
  background-size: 200% 200%;
  background-position: center;
  background-clip: border-box;
  background-repeat: no-repeat;
  filter: blur(0.1vw);
}
@keyframes extendPowerup {
  0% {left:-25vw;}
  20% {left:-18vw;}
  40% {left:-14vw;}
  60% {left:-8vw;}
  80% {left:-2vw;}
  100% {left:4vw;}
}
@keyframes retractPowerup {
  0% {left:4vw;}
  20% {left:-2vw;}
  40% {left:-8vw;}
  60% {left:-14vw;}
  80% {left:-18vw;}
  100% {left:-25vw;}
}
#oreTrackerButton {
  height: 2vw;
  width: 100%;
  background: none;
  border: none;
  border-bottom:0.2vw solid #333;
  font-size:1vw;
  font-weight: bold;
}
#oreTrackerButton:hover {
  background-color: #494949;
}
#oreTrackerHolder {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  top: 5vw;
  right:0px;
  height: 15vw;
  width: 7vw;
  border:0.25vw solid #333;
  border-right: none;
}
#trackerArrow {
  position: relative;
  width: 5.4vw;
  height: 1vw;
  filter: drop-shadow(0 0 1px white);
}
#nyerd {
  position: relative;
  width: 4.5vw;
  height: 4.5vw;
  filter: drop-shadow(0 0 3px white);
}
#trackerOre {
  position: inherit;
  width: 100%;
  height: 2vw;
  font-size: 1vw;
  top:2vw;
  text-align: left;
  margin:0;
  letter-spacing: 1px;
  margin-left: 5%;
}
#trackerX {
  position: inherit;
  width: 100%;
  height: 2vw;
  font-size: 1vw;
  top:4vw;
  text-align: left;
  margin:0;
  letter-spacing: 1px;
  margin-left: 5%;
}
#trackerY {
  position: inherit;
  width: 100%;
  height: 2vw;
  font-size: 1vw;
  top:6vw;
  text-align: left;
  margin:0;
  letter-spacing: 1px;
  margin-left: 5%;
}
.trackerImage img {
  width: 1vw;
  height: 1vw;
}
#arrowHolder {
  position: inherit;
  z-index:9999;
  bottom: 5px;
  height:6vw;
  width: 6vw;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  border:0.3vw solid black;
  border-radius: 50%;
  background:none;
  box-shadow: 0px 0px 5px white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#trackerLock {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  top: 5vw;
  right:0px;
  height: 17.5vw;
  width: 7.5vw;
  border:0.25vw solid #333;
  border-right: none;
  background: linear-gradient(to bottom, #005820, #00FF23);
  z-index:99990;
}
#lockImage {
  position: inherit;
  top: 5%;
  width: 100%;
  height: 40%;
}
#lockDescription {
  position: inherit;
  top:50%;
  font-size: 1vw;
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-wrap: wrap;
  color: black;
  font-weight: bolder;
}
#displayDisabled {
  position: absolute;
  top:40%;
  height: 20%;
  bottom: 40%;
  letter-spacing: 0.1em;
  font-size: 2vw;
  display: none;
}
#spawnMessage {
  margin-top: 1vw;
  margin-bottom: 0;
  font-size: 0.8vw;
  font-weight: 750;
}

p {
  color: white;
}

button, .col-3 > div > button {
  font-size: 1vw;
  background-color: #494949;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  border-radius: 2px;
  color: white;
  text-align: center;
}

#musicButton {
  width: auto;
}

.slidecontainer {
  display: inherit;
  padding: 0.5em;
}

.slidecontainer > input {
  width: 10%;
}

.col-7 {
  overscroll-behavior-y: contain;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  max-height: 100vh;
  width: 50%;
  float: left;
  text-align: center;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0!important;
  background-color: #1a1a1a;
  border-right:0.2vw solid #333;
  border-left:0.2vw solid #333;
}
#mainSticky {
  position: sticky;
  height: 36vw;
  width: 100%;
  top:0px;
  z-index: 99999;
  background-color: #1a1a1a;
  border-bottom:0.2vw solid #333;
  margin-bottom: 0px;
}

.col-2 {
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  overflow-x: hidden!important;
  max-width: 25%;
  width: 25%;
  height: 100vh;
  max-height: 100vh;
  background-color: #1a1a1a;
  border-top: 0;
  border-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}
#mainTop {
width: 100%;
height: auto;
border-bottom:1px solid #333; 
position: sticky;
background-color: #1a1a1a;
top:0px;
z-index: 10;
}
#mainLower {
  overscroll-behavior-y: contain;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  border-bottom:1px solid #333; 
  border-right:1px solid #333; 
  position: relative;
}
::-webkit-scrollbar {
  width: 0;
}

.col-3 {
  width: 25%;
  height: 100%;
  max-height: 100vh;
  padding: 0px;
  background-color: #1a1a1a;
}

#musicStuff > label {
  padding: 0;
  padding-bottom: 0.5em;
}

#musicStuff > p {
  text-wrap: nowrap;
  margin-top: 0.5em;
  margin-bottom: 0;
}

#discord {
  display: flex;
  align-items: center;
  text-decoration: none;
}

#discord > img {
  width: 3em;
  height: 3em;
  aspect-ratio: 1;
}

#discord > p {
  width: 100%;
  font-size: 100%;
  margin: 0;
  text-wrap: nowrap;
}


#latestSpawns {
  color: white;
}
#latestFinds {
  color: white;
}
.tempOreDisplay {
  color: white;
}
.latestSpawnHolder td{
  font-weight: 500;
}

.container-fluid {
  height: 100%;
}
#masterVolume {
  text-align: center;
  border-style: solid;
  border-color: white;
  max-width: 10vw;
}
#noscript {
  user-select: none;
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10vw;
  text-align: center;
  text-wrap: wrap;
}

#settingsContainer {
  width: 100%;
  max-width: 100%;
  margin: 0.5vh auto;
  background-color: #1a1a1a!important;
  padding: 1vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: #1a1a1a;
  border-style: solid;
}
.settingsTitle {
  text-align: center;
  color: #fff;
}
.settingsCategorySelector {
   display: block;
   padding: 10px;
   width: 25%;
   background-color: #333;
   color: #fff;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   font-size: 1vw;
   height: 4vw;
   margin: auto;
   margin-top: 1vw;
}
.settingsCategorySelector:hover {
  background-color: #2e2e2e;
}
.frame {
  text-align: center;
  display: none;
  width: 100%;
  margin: auto;
  margin-top: 35px;
}

.frame h2 {
  color: #fff;
} 

.spawnSoundSettings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 30%;
  height: 5vw;
  border:0.2vw solid white;
  z-index: inherit;
  margin: auto;
}
.soundMuteButtonHolder {
  display: flex;
  justify-content: center;
  height: 2vw;
  width: 100%;
  line-height: 1vw;
}
.soundSliderHolder {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 2vw;
}
.spawnSoundContainer {
  float: left;
  width: 100%;
  height:100%;
}
.muteButton {
  display: flex;
  align-items: center;
  float: left;
  height:100%;
  width: 50%;
  background: none;
  color: #fff;
  border: none;
  font-size: 1.25vw;
  white-space: nowrap;
}
.spawnVolume {
  -webkit-appearance: none;
  width: 100%;
  height: 1.5vw;
  background: #d3d3d3;
  outline: none;
}
.spawnVolume:hover {
  opacity: 1; 
}
.spawnVolume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2.5vw;
  height: 1.75vw;
  background: white;
  cursor: pointer;
}

.spawnVolume::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3vw;
  height: 2vw;
  background: white;
  cursor: pointer;
}
.testButton {
  float: left;
  height: 100%;
  width: 50%;
  background-color: #FF3D3D;
  border: none;
  font-size: 1.5vw;
  font-weight: 750;
}
.settingsSeparator {
  width:100%;
  height: 5px!important;
  color:white;
}
#soundScrollContainer {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
#audioSettings {
  overflow-y: hidden;
  height: 50vw;
}
#disguisedChillHolder {
  display: inline-flex;
  justify-content: center;
}
.textInput {
  width: 50%;
  border-style: solid;
  border-color: black;
  font-size: 1vw;
  font-weight: 1000;
}

.inputAndButton {
   border-style: solid;
   border-color: white;
   height: 3vw;
   margin: auto;
   width: 33%;
   background-color: white;
   border-radius: 20px;
   border-width: 1px;
   margin-top: 0.5em;
   margin-left: 0;
   margin-right: 0;
   float: left;
   position: relative;
   display: flex;
   align-items: center;
}
.inputAndButton2 {
  border-style: solid;
   border-color: white;
   height: 4%;
   margin: auto;
   width: 33%;
   background-color: white;
   border-radius: 20px;
   border-width: 1px;
   margin-top: 0.5em;
}
.inputButton {
  width: 50%;
  background-color: #333;
  border-style: solid;
}
.stopOnRareButton {
  width: 70%;
  border-style: solid;
  background-color: #FF3D3D;
}
.stopOnRareSelector {
  width:30%;
  background-color: #333;
  padding: 1px;
  z-index: 15;
}
#stopOnRareDisplay {
  font-size: 1vw;
  font-weight: 750;
}
.toggleDisplay {
  width: 100%;
  background-color: #333;
  background-color: #6BC267;
}
.inputButton:hover {
  background-color: #2e2e2e;
}
.invSettingButton {
  width: 100%;
  background-color: #6BC267;
  border-radius: 20px;
}
.displayColorButton {
  float:right;
  height: 100%;
  width: 25%;
  background-color: #333;
  font-size: 0.75vw;
}
.displayValueInput {
  width: 25%;
  text-align: center;
  font-size: 0.75vw;
  font-weight: 1000;
}
.roundedRight {
  float: right;
  border-radius: 20px;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  border-style: solid;
  height:100%;
  text-align: center;
  padding: 1px;
  font-size: 0.85vw;
}
.roundedLeft {
  float:left;
  border-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-style: solid;
  height:100%;
  text-align: center;
  padding: 1px;
}
.fullyRounded {
  height: 100%;
  border-radius: 20px;
  border-style: solid;
  padding: 1px;
  font-size: 1vw;
}
.twoButtons {
  width: 37.5%!important;
}
.dataButton {
  width: auto;
  height: 100%;
  background-color: #333;
}
.dataButton:hover {
  background-color: #3d3c3c;
}
#logsButton {
  width: 10vw;
  height: 2vw;
  background: none;
}
#logSort {
  height: 2vw;
}
.dataDiv {
  height: 2.5vw;
  vertical-align: middle;
}
#lastAutoSave {
  font-size: 0.5vw;
  width: 40%;
}
#indexSwitchButton {
  width: 50%;
  height: 3vw;
  border-radius: 0px;
  background-color: #3d3c3c;
  border-style: solid;
  border-width: 2px;
  font-size: 1vw;
  display: inline-flex;
  align-content: space-around;   
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -5%;
  margin-left: -5%;
  margin-bottom: 0;
}
.indexDirectionButton {
   width: 30%;
   height: 3vw;
   border-radius: 10px;
   border-width: 2px;
   font-size: 1vw;
   background-color: #333;
   margin: 0;
   z-index: 99999;
}
.indexDirectionButton:hover {
  background-color: #2e2e2e;
}
#indexButtonHolder {
  display: inline-flex;
  width: 30%;
  margin-bottom: 3vw;
  justify-content: center;
  align-items: center;
}

#oreCardHolder {
  float: left;
  width: 100%;
  height: auto;
}
.oreCard {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 1000;
  color: white;
  width: 30vw;
  height: 17.5vw;
  margin: 0.25vw;
  border-radius: 30px;
}
.indexOre {
  text-shadow:0.1vw 0.1vw 0.3vw black;
  font-size: 5vw;
  position: absolute;
  top: 0%;
  left: 0px;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
}
.indexVariants {
  position: absolute;
  bottom:1vw;
  left: 1vw;
  font-size: 1vw;
}
.indexTier {
  position: absolute;
  bottom: 1vw;
  left:8vw;
  text-align: right;
  font-size: 1vw;
  white-space: nowrap;
}
.indexBlackout {
  color:transparent; 
  text-shadow:0 0 0 black;
  user-select: none;
}
.indexRarity {
  text-align: left;
  line-height: 100%;
  font-size: 1.5vw;
  position: absolute;
  top: 1.5vw;
  left: 8vw;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
}
.indexWithLuck {
  text-align: left;
  font-size: 1.5vw;
  position: absolute;
  top: 4.5vw;
  left: 8vw;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
}
.indexSpawnMessage {
  text-align: center;
  position: absolute;
  font-size: 1vw;
  top: 9vw;
  left: 1px;
  right: 1px;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
}
.eventLayers {
  text-align: center;
  position: absolute;
  font-size: 0.75vw;
  top: 6.75vw;
  left: 1px;
  right: 1px;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
}
.eventMonths {
  text-align: center;
  position: absolute;
  font-size: 0.75vw;
  top: 7.65vw;
  left: 1px;
  right: 1px;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
}
.indexTextOutline {
  text-shadow: -0.05em -0.05em 0 #000, 0.05em -0.05em 0 #000, -0.05em 0.05em 0 #000, 0.05em 0.05em 0 #000;
}
.indexWrapper {
  height: 100%;
  border: solid 0.6vw transparent;
  border-radius: 2vw;
 
  background-origin: border-box;
  background-clip: content-box, border-box;
}
#pathBlocks {
  background-color: #FF3D3D;
}
.h-10 {
  height: 10%;
  align-items: center;
}
#largeDisplay {
  padding: 0.5em;
  width: 100%;
  margin: 0;
  line-height: 1.8vw;
  font-size: 1.55vw;
  user-select: none;
  text-wrap: nowrap;
  text-align: center;
  letter-spacing: -0.2em;
  border-radius: 10px;
  border-style: solid;
  border-color: #fff;
}
#gameTitle {
  color: white;
  width: 100%;
  margin-top: 5vw;
  text-align: center;
  font-size: 5vw;
  font-weight: 1000;
}
#changeSMrarityDisplay {
  width: 100%;
  font-size:1vw;
  font-weight: 750;
  position: relative;
  z-index: 13;
  background-color: #333;
}
#secretButton {
  background: none;
  width: 4vw;
  height: 4vw;
  border: none;
  position: fixed;
  top: 50%;
}
#celestialContainer {
  background-color: black;
  width: 100%;
  height: 100%;
}
#conversionContainer {
  width: 100%;
  height: 100%;
  display: none;
}
#conversionTitle {
  font-size: 2.5vw;
  text-align: center;
}
#conversionDescription {
  font-size: 1vw;
  text-align: center;
}
#underMachine {
  height: 4vw;
  width: 20vw;
  margin-left: 25.25vw;
}
#machineHolder {
  height: 6vw;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
}
#machineForm {
  display: inline-flex;
  margin:0;
}
#oreInput {
  float: left;
  height: 6vw;
  width: 10vw;
  font-size: 2vw;
  align-self: center;
  background: none;
  color: white;
  text-shadow:0.1vw 0.1vw 0.5vw white;
  border:0.4vw solid white;
}
#oreInput:focus {
  outline: none;
}
#amtInput {
  float: left;
  height: 6vw;
  width: 10vw;
  font-size: 2vw;
  align-self: center;
  background: none;
  color: white;
  border-bottom:0.4vw solid white;
  border-top:0.4vw solid white;
  border-left: none;
  text-shadow:0.1vw 0.1vw 0.5vw white;
}
#amtInput:focus {
  outline: none;
}
#variantSelect {
  align-self: center;
  text-align: center;
  height: 6vw;
  width: 17.5vw;
  background: none;
  font-size: 3vw;
  color: white;
  border: 0.3vw solid white;
}
#currentSelectedVariant {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3vw;
  width: 100%;
  height: 100%;
  margin: 0;
}
.potentialVariant {
  display: none;
  align-items: center;
  justify-content: center;
  height: 4vw;
  width: 100%;
  margin: 0;
  display: none;
  border: 0.2vw solid white;
  cursor: pointer;
}
select option:hover {
  background-color: transparent;
}
#variantConvert {
  align-self: center;
  height: 6vw;
  width: 12vw;
  font-size: 2vw;
  border-bottom:0.2em solid white;
  border-top:0.2em solid white;
  font-weight: bolder;
  background: none;
}
#variantConvert:hover {
  background-color: rgba(73, 73, 73, 0.5);
}
#leaveConversion {
  height: 6vw;
  font-size: 2vw;
  width: 15vw;
  align-self: center;
  background: none;
  border:0.2em solid white;
}
#leaveConversion:hover {
  background-color: #494949;
}
#machineError {
  font-size: 3vw;
  text-align: center;
  font-weight: 1000;
}
#convertAll {
  border:0.4vw solid white;
  border-top: none;
  border-radius: 0;
  width: 10vw;
  height: 4vw;
  float: left;
  font-size: 0.8vw;
  background: none;
}
#convertAll:hover {
  background-color: rgba(73, 73, 73, 0.5);
}
#conversionButton {
  height: 3vw;
  font-size: 1vw;
  width: 50%;
  background: none;
  border-left: none;
  border-top: none;
  border-color: #2e2e2e;
  border-width: 0.25em;
  float: left;
}
#conversionButton:hover {
  background-color: #494949;
}
#forgeButton {
  height: 3vw;
  font-size: 1vw;
  width: 50%;
  background: none;
  border-right: none;
  border-top: none;
  border-color: #2e2e2e;
  border-width: 0.25em;
}
#forgeButton:hover {
  background-color: rgba(73, 73, 73, 0.75);
}
#forgeContainer {
  display: none;
  width: 100%;
  height: 100vw;
  overflow-y: auto;
}
#forgeTitle {
  width: 100%;
  font-size: 4vw;
  margin-bottom: 3vw;
  text-align: center;
}
#forgeSelectionContainer {
  height: 3vw;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.forgeTypeSelect {
  height: 100%;
  width: 25%;
  font-size: 2.5vw;
  line-height: 100%;
  background: none;
}
.forgeTypeSelect:hover {
  background-color: #494949;
}
#descriptionContainer {
  margin-left: 25%;
  width: 75%;
  display: inline-flex;
}
.buttonDescriptor {
  font-size: 0.75vw;
  float: left;
  margin-right: 9.5%;
}
button {
  outline: none;
}
#forgeSeparator {
  height: 0.25vw;
  width: 100%;
  color: #d3d3d3;
}
.craftingSelections {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: auto;
}
.forgeCraftingButton {
  height: 3vw;
  width: 10vw;
  margin: 0;
  font-size: 1.5vw;
  background: none;
}
.forgeCraftingButton:hover {
  background-color: #494949;
}
.forgeOreDisplay {
  text-shadow: -0.05em -0.05em 0 #000, 0.05em -0.05em 0 #000, -0.05em 0.05em 0 #000, 0.05em 0.05em 0 #000;
}
#forgeRecipeDisplayContainer {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  height: auto;
}
#forgeRecipeDisplay {
  width: 50%;
  height: 100%;
  border: 1px solid white;
  justify-self: center;
  text-align: center;
}
#forgeSettings {
  width: 20%;
  height: 100%;
  color: white;
  border: 1px solid white;
  text-align: center;
}
#forgeCraftingAmount {
  width: 100%;
  height: 3vw;
  font-size: 2vw;
  margin: 0;
}
#forgeAmountContainer {
  display: inline-flex;
  width: 100%;
}
#amountInput {
  width: 100%;
  height: 15%;
  margin: 0;
  font-size: 1vw;
}
#amountInputText {
  width: 100%;
  text-align: center;
  height: 100%;
  font-size: 1vw;
}
#setForgeAmount {
  font-size: 1vw;
  width: 100%;
  margin: 0;
  height: 15%;
  background: none;
}
#setForgeAmount:hover {
  background-color: #494949;
}
.forgeRecipeOreDisplay {
  text-align: center;
  margin: 0;
  height: 3vw;
  line-height: 3vw;
  font-size: 2vw;
  width: 100%;
}
#craftOreButton {
  background: orange;
  background-image:url('media/forge_hammer-1.png'), linear-gradient(to right, black, orange, black);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
  height: 2vw;
  width: 100%;
}

#statsTitle {
  font-size: 3vw;
  font-weight: 750;
}
.oreStats {
  text-align: center;
  font-size: 1vw;
  font-weight: bold;
  margin-top: 0.05vw;
  margin-bottom: 0.05vw;
}
.normalRare {
  position: relative;
  z-index: 19;
  font-size: 1.7vw;
}
.largeMineImage {
  position: absolute;
  width: 10vw;
  height: 10vw;
  z-index: 19;
}
.mineImage {
  position: absolute;
  width: 1.7vw;
  height: 1.7vw;
  z-index: 19;
}
.mineSpan {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.2631%;
  width: 100%;
}
.electrifiedBlock {
  position: relative;
  z-index: 99999;
  color:rgba(247, 243, 104, 0.35);
  text-shadow: 0px 0px 3vw #e365fc, 0px 0px 3vw #e365fc, 0px 0px 3vw #e365fc, 0px 0px 3vw #e365fc;
}
.radioactiveBlock {
  position: relative;
  z-index: 99999;
  color:rgba(201,252,58, 0.35);
  text-shadow: 0px 0px 3vw #c9fc3a, 0px 0px 3vw #c9fc3a, 0px 0px 3vw #c9fc3a, 0px 0px 3vw #c9fc3a;
}
.explosiveBlock {
  position: relative;
  z-index: 99999;
  color:rgba(252, 73, 45);
  text-shadow:0px 0px 3vw #ff4b33, 0px 0px 3vw #ff4b33, 0px 0px 3vw #ff4b33, 0px 0px 3vw #fc492d;
}
.electrifiedBlockImg {
  position: relative;
  z-index: 99999;
  filter: drop-shadow(0px 0px 2vw #e365fc);
}
.radioactiveBlockImg {
  position: relative;
  z-index: 99999;
  filter: drop-shadow(0px 0px 2vw #c9fc3a);
}
.explosiveBlockImg {
  position: relative;
  z-index: 99999;
  filter: drop-shadow(0px 0px 2vw #ff4b33);
}
.electrifiedSpawnMessage {
  text-shadow: 0px 0px 1vw #e365fc, 0px 0px 1vw #e365fc;
}
.radioactiveSpawnMessage {
  text-shadow: 0px 0px 1vw #c9fc3a, 0px 0px 1vw #c9fc3a;
}
.explosiveSpawnMessage {
  text-shadow: 0px 0px 1vw #ff4b33, 0px 0px 1vw #ff4b33;
}
#workshopContainer {
  display: none;
  width: 100%;
  height: 100%;
}
#workshopTitle {
  font-size: 4vw;
  font-weight: 750;
  width: 100%;
  text-align: center;
}
#workshopImageHolder {
  display: inline-flex;
  align-items: center;
  height: 10vw;
  width: 100%;
}
.workshopImage {
  width: 10vw;
  margin: auto;
  height: 90%;
  color: white;
}
#treeOfLifeThumbnail {
  width: 100%;
  height: 100%;
}
#workshopInformationHolder {
  width: 100%;
  height: 10vw;
  display: inline-flex;
}
.workshopInformation {
  display: block;
  width: 17.5vw;
  height: 12.1vw;
  margin: auto;
  border: 0.2vw solid #1a1a1a;
  background-color: #333;
}
.workshopInformationName {
  font-size: 1.5vw;
  white-space: nowrap;
  font-weight: 1000;
  margin-bottom: 0;
  height: 2.5vw;
}
.workshopInformationLevelDescriptor {
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 750;
  margin-bottom: 0;
  height: 5vw;
}
.workshopInformationLevel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1vw;
  font-weight: 750;
  margin-bottom: 0;
  height: 2vw;
}
.workshopDisplayUpgrade {
  width: 100%;
  height: 2.5vw;
  background: none;
  border: none;
  margin: 0;
  border-top:0.2vw solid #1a1a1a;
  border-radius: 0px;
}
.workshopDisplayUpgrade:hover {
  background-color: rgba(211,211,211, 0.3);
}
#upgradeRecipeHolder {
  display: none;
  position: absolute;
  width: 17.5vw;
  border: 0.2vw solid #1a1a1a;
  border-top: none;
}
.upgradeRecipeElement {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2vw;
  margin: 0;
  font-weight: 1000;
  font-size: 1vw;
}
.upgradeRecipeProgress {
  background-color: #333;
  border: none;
  border-top:0.1vw solid #1a1a1a;
  height: 2vw;
  font-size: 1.3vw;
  color: white;
  font-weight: 1000;
  text-shadow: -0.05em -0.05em 0 #000, 0.05em -0.05em 0 #000, -0.05em 0.05em 0 #000, 0.05em 0.05em 0 #000;
  margin: 0;
}
.upgradeMaxLevel {
  background-color: #333;
  border:0.1vw solid #1a1a1a;
  width: 100%;
  height: 2vw;
  font-weight: 750;
  margin: 0;
  font-size: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexImage {
  width: 5vw;
  height: 5vw;
  position: absolute;
  top:1vw;
  left: 1vw;
	-webkit-user-drag: none;
	-moz-user-select: none;
}
.blackoutImage {
  filter: brightness(0%);
  -webkit-user-drag: none;
	-moz-user-select: none;
}

.indexImageVariant {
  width: 1vw;
  height: 1vw;
  -webkit-user-drag: none;
	-moz-user-select: none;
}
.eventGradient {
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
}
.rainbowBackground {
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 1) 0%,
    rgba(255, 154, 0, 1) 10%,
    rgba(208, 222, 33, 1) 20%,
    rgba(79, 220, 74, 1) 30%,
    rgba(63, 218, 216, 1) 40%,
    rgba(47, 201, 226, 1) 50%,
    rgba(28, 127, 238, 1) 60%,
    rgba(95, 21, 242, 1) 70%,
    rgba(186, 12, 248, 1) 80%,
    rgba(251, 7, 217, 1) 90%,
    rgba(255, 0, 0, 1) 100%
);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent; 
-moz-text-fill-color: transparent;
}
#portalRoom {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
#portalHolder {
  display: flex;
  width: 100%;
  height: 25vw;
  align-items: center;
  margin-top: 5vw;
}
#portal {
  width: 30vw;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5vw;
  background-image: url("media/portalTexture.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#blackScreen {
  opacity: 0;
  z-index:99999999;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  display: none;
}
@keyframes fadeToBlack {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
}
@keyframes engulfPlayer {
  0% {transform: scale(1);}
  50% {transform: scale(3);}
  100% {transform: scale(5);}
}
.portalTransition {
  animation: engulfPlayer 1s linear 1;
}
#leftPortal {
  width: 12vw;
  height: 17vw;
  margin-left: auto;
  border-bottom-right-radius: 2.5vw;
  border-top-right-radius: 2.5vw;
  background-image: url("media/portalTexture.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#rightPortal {
  width: 12vw;
  height: 17vw;
  margin-right: auto;
  border-bottom-left-radius: 2.5vw;
  border-top-left-radius: 2.5vw;
  background-image: url("media/portalTexture.png");
  background-position: 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#portalLabelHolder {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
#portalName {
  margin-top: 3vw;
  width: 30vw;
  height: 4vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 2vw;
  font-family:Fredoka One;
}
#leftPortalName {
  width: 12vw;
  height: 4vw;
  margin-left: auto;
  margin-top: -18vw;
  filter: blur(0.05vw);
  font-size: 1.5vw;
  font-family:Fredoka One;
}
#rightPortalName {
  width: 12vw;
  height: 4vw;
  margin-right: auto;
  margin-top: -18vw;
  filter: blur(0.05vw);
  font-size: 1.5vw;
  font-family:Fredoka One;
}
#portalArrows {
  position: absolute;
  width: 50vw;
  left: 25vw;
  right: 25vw;
  top: 8vw;
}
.portalSwitcher {
  width: 10vw;
  height: 10vw;
  position: relative;
  z-index: 20;
}
#leftArrowPortal {
  float: left;
}
#rightArrowPortal {
  float: right;
}
#portalLockReason {
  width: 15vw;
  height: 4vw;
  margin: auto;
  margin-top: -23.5vw;
  position: relative;
  z-index: 10;
  font-family: Fredoka One;
  display: flex;
  justify-content: center;
  align-items: center;
}
#portalLockText {
  width: 15vw;
  margin: 0;
  font-size: 1vw;
  z-index: 10;
}
#portalChain {
  filter:blur(2px);
  width: 25vw;
  position: absolute;
  z-index: 9;
}
#trophyRoom {
  width: 100%;
  height: 100%;
  display: none;
  background: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: rgba(26, 26, 26, 0.75);
}
#trophyMargin {
  width: 100%;
  height: 10vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.shelfComponent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 25vw;
}
.chainConnector {
  height: 100%;
  width: 5%;
  z-index: 0;
  background-image: url(media/chainTexture.png);
  background-size: auto;
  background-repeat: repeat-y;
  background-position: center;
  filter: drop-shadow(0 0 0.1vw white);
}
.mainShelfContent {
  width: 90%;
  height: 100%;
  z-index: 1;
}
.trophyImages {
  width: 100%;
  height: 80%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.trophyDisplayImage {
  width: 30%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.trophy {
  width: auto;
  height: 100%;
}
.unownedTrophy {
  filter: brightness(0%);
}
.horizontalPlank {
  width: 115%;
  height: 20%;
  margin-left: -7.5%;
  z-index: 1;
  background-image: url(media/plankTexture.jpg);
  background-size: auto;
  background-repeat: repeat;
  border: 0.1vw solid white;
}
#catPlayerStats {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 2vw;
  color: white;
  font-size: 0.75vw;
  text-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shelfStart {
  width: 100%;
  height: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
#shelfStartMargin {
  width: 80%;
}
.shelfStartPlank {
  height: 2vw;
  width: 10%;
  background-image: url(media/plankTexture.jpg);
  z-index: 1;
}
#leaveTrophyRoom {
  height: 25%;
  width: 25%;
  font-size: 2vw;
  background: none;
  border: none;
  font-family: Fredoka One;
  white-space: nowrap;
  cursor: pointer;
  margin: 0px;
}
#trophyTitle {
  height: 50%;
  width: 100%;
  font-size: 3vw;
  letter-spacing: 0.2vw;
  background: none;
  border: none;
  font-family: Fredoka One;
  white-space: nowrap;
  margin: 0px;
  text-align: center;
}
#requirementTextArea {
  position: absolute;
  width: 80%;
  height: auto;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  top: 100%;
  left: 10%;
}
#textBottom {
  height: 100%;
  width: 100%;
  background-color: #3d3c3c;
  border: 0.1vw solid white;
  border-radius: 1vw;
  color: white;
  text-align: center;
  display: flex;
  font-size: 1.15vw;
  font-weight: 750;
  line-height: 1.1vw;
  flex-wrap: wrap;
  justify-content: center;
}
.trophyRequirements {
  width: 100%;
  height: 60%;
  margin:0px;
  display: flex;
  align-items: top;
  padding-top: 3%;
  justify-content: center;
  line-height: 1.3vw;
  margin-bottom: 5%;
}
.trophyReward {
  width: 100%;
  height: 20%;
  display: flex;
  align-items: top;
  margin-bottom: 5%;
  justify-content: center;
}
.trophyIcon {
  width: 100%;
  height: 15%;
  font-size: 75%;
  display: flex;
  align-items: top;
  justify-content: center;
  margin-bottom: 3%;
}
#worldTwoCompletion {
  width: auto;
  height: auto;
}
@keyframes flashGreen {
  0% {background-color:white;}
  50% {background-color:#6BC267;}
  100% {background-color:white;}
}
@keyframes flashRed {
  0% {background-color:white;}
  50% {background-color:#FF3D3D;}
  100% {background-color:white;}
}
@keyframes textGreen {
  0% {color:white;}
  50% {color:#6BC267;}
  100% {color:white;}
}
@keyframes rotatePortal {
  0% {transform: rotate(0deg);}
  0% {transform: rotate(360deg);}
}
#catStuff {
  position: absolute;
  width: 30vw;
  height: 3vw;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: #212121;
  display: none;
  z-index: 99999999999;
}
#catSubmit {
  width: 20%;
  height: 100%;
}
#catText {
  width: 80%;
  height: 100%;
}