@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

.emoji {
  font-family: system-ui, "Noto Color Emoji", normal;
}
#mainContent {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
}
:root {
  --main-bg-color:#16171f;
  --main-lbg-color:#15151b;
  --main-border-color:#2b2c34;
  --main-hl-color:#42434a;
  --main-shadow-color:#42434a;
  --better-red:#FF3D3D;
  --better-green:#6BC267;
}
#topMessages {
  height: 3vw;
  width: 100%;
  color:white;
  line-height: 1vw;
  font-size: 1.25vw;
  font-weight: 1000;
  background-color: var(--main-lbg-color);
  border: 0.1vw solid var(--main-border-color);
  border-top: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0px 0px 0.2vw var(--main-shadow-color);
  z-index: 100;
  padding-top: 0.25vw;
}
#topMessageHolder {
  position: relative;
  height: 3vw;
  width: 100%;
  z-index: 20;
}
#isOre {
  position: absolute;
  top: 0px;
  left: 0px;
}
#isEvent {
  position: absolute;
  top: 0px;
  right: 0px;
}
.selectedIndicator {
  box-shadow: 0px 0px 0.5vw white;
  color: white;
}
#inventoryDisplay {
  overflow-y: scroll;
  min-height: 75vh;
  max-height: 75vh;
  border-style: solid;
  border-color: var(--main-border-color);
  border-left: none;
  border-right: none;
  background-color: var(--main-lbg-color);
}
#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;
  margin-right: 0.75vw;
  margin-left: 0.75vw;
  filter: drop-shadow(0.1vw 0.1vw 0.25vw black);
}
.craftingImage {
  width: min(3vh, 1.5vw);
}
.craftingImage img {
  height: min(3vh, 1.5vw);
  width: min(3vh, 1.5vw);
}
.movementButton {
  width:20%;
  height:50%;
  font-size: 1vw!important;
  margin-right: 0px;
  padding: 0%;
  float: left;
  border:0.1vw solid var(--main-border-color);
  background-color: var(--main-bg-color);
  z-index: 9999;
  border-radius: 0px;
}
.movementButton:hover {
  background-color: var(--main-border-color);
}
.secondaryButton {
  width:20%;
  height:50%;
  font-size: 1vw!important;
  font-weight: 750;
  margin-right: 0px;
  padding: 0%;
  float: left;
  border:0.1vw solid var(--main-border-color);
  background-color: var(--main-bg-color);
  z-index: 9999;
  border-radius: 0px;
}
.secondaryButton:hover {
  background-color: var(--main-border-color);
}
#messageType {
  width: 40%;
  margin: 0;
}
.mobile {
  display: inline-block;
  cursor:default;
  width: 100%;
  height: 4vw;
  vertical-align: middle;
  box-shadow: 0px 0px min(0.4vh,0.2vw) var(--main-shadow-color);
  position: relative;
  z-index: 9999999999999999;
}
#latestOres {
  width: 100%;
  position: relative;
}
#latestOresHolder {
  width: 100%;
}
.latestHolder {
  width: 50vw;
  height: 1vw;
  border-width: 0.15vw 0;
  border-style: solid;
  border-color: var(--main-border-color);
  color: white;
  font-weight: 750;
  font-size: 0.85vw;
}
.latestSection {
  width: 15%;
  height: 1.5vw;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.minedLatestOre {
  box-shadow: inset 0px 0px 0.3vw #00FF23;
}
.notMinedLatestOre {
  box-shadow: inset 0px 0px 0.3vw #FF3D3D;
}
.voidedLatestOre {
  box-shadow: inset 0px 0px 0.3vw #000000;
}
.latestWasMined {
  width: 20%;
}
.latestTable {
  width: 100%;
  height: 2vw;
  display: table-row;
}
#newCraftingHolder {
  width: min(48vh,24vw);
  border-radius: min(2vh,1vw);
  min-height: min(26vh, 13vw);
  height: max-content;
  padding-bottom: min(2vh, 1vw);
  margin-bottom: max(-2vh, -1vw);
  margin-top: 0;
  border: min(0.5vh,0.25vw) solid var(--main-border-color);
  background-color: var(--main-lbg-color);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  pointer-events: all;
  position: relative;
}
#scrollableCraft {
  width: min(98vh,49vw);
  height: min(140vh,70vw);
  z-index: 9999999999;
  position: absolute;
  top: min(16vh,8vw);
  left: min(52vh,26vw);
  display: none;
  overflow-y: auto;
  pointer-events: none;
  flex-direction: column;
}
#pinnedRecipeHolder {
  position: absolute;
  top: min(2vh,1vw);
  left: min(2vh,1vw);
  width: min(48vh,24vw);
  height: min(42vh,21vw);
  max-height: min-content;
  border-radius: min(2vh,1vw);
  border: min(0.5vh,0.25vw) solid var(--main-border-color);
  background-color: var(--main-lbg-color);
  display: inline-flex;
  flex-wrap: wrap;
  z-index: 100;
}
.newCraftingText {
  margin: 0px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
#newCraftingName {
  width: 100%;
  height: min(4vh,2vw);
  font-size: min(3vh,1.5vw);
}
#newCraftingTier {
  width: 100%;
  height: min(4vh,2vw);
  font-size: min(2.5vh,1.25vw);
}
#newCraftingImageHolder {
  height: min(25vh,12.5vw);
  width: 100%;
  display: flex;
  justify-content: center;
}
#newCraftingAbilityImage {
  width: 50%;
  min-width: 50%;
  padding: min(0.4vh,0.2vw);
  object-fit: contain;
  image-rendering: pixelated;
  border: min(0.5vh,0.25vw) solid var(--main-border-color);
}
#newCraftingPickaxeIcon {
  min-width: 50%;
  width: 100%;
  padding: min(0.4vh,0.2vw);
  object-fit: contain;
  image-rendering: pixelated;
  border: min(0.5vh,0.25vw) solid var(--main-border-color);
  
}
#newCraftingStatTitle {
  height: min(4vh,2vw);
  font-size: min(3vh,1.5vw);
  width: 100%;
}
#newCraftingGearDescription {
  height: min(8vh,4vw);
  font-size: min(3vh,1.5vw);
  width: 100%;
  text-align: center;
}
#newCraftingGearEffect {
  height: min-content;
  font-size: min(2vh,1vw);
  line-height: min(2vh,1vw);
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
#newCraftingMined {
  height: min(3vh,1.5vw);
  font-size: min(2vh,1vw);
  width: 100%;
}
#newCraftingRevealed {
  height: min(3vh,1.5vw);
  font-size: min(2vh,1vw);
  width: 100%;
}
#newCraftingRate {
  height: min(3vh,1.5vw);
  font-size: min(2vh,1vw);
  width: 100%;
}
#newCraftingLuck {
  height: min(3vh,1.5vw);
  font-size: min(2vh,1vw);
  width: 100%;
}
#newCraftingCons {
  height: min(3vh,1.5vw);
  font-size: min(2vh,1vw);
  width: 100%;
}
#newCraftingRecipeHolder {
  width: 100%;
  height: min(29.2vh,14.6vw);
  max-height: min-content;
  overflow: auto;
  line-height: 100%;
  border-top: min(0.4vh,0.2vw) solid var(--main-border-color);
  position: relative;
  z-index: 20;
  padding-bottom: 0vw;
  display: block;
}
#pinAndCraft {
  width: 100%;
  height: min(4vh,2vw);
  border-top: min(0.4vh,0.2vw) solid var(--main-border-color);
  display: flex;
  justify-content: center;
}
#craftingContainer {
  height: min-content;
  position: relative;
  width: min(48vh,24vw);
  max-height: min(37.8vh,18.9vw);
  background-color: var(--main-bg-color);
  border: min(0.5vh,0.25vw) solid var(--main-border-color);
  border-radius: min(1vh,0.5vw);
  border-top-left-radius: 0vw;
  border-top: none;
  border-bottom-left-radius: 0vw;
  pointer-events: all!important;
  z-index: 21;
  margin-left: min(-0.1vh, -0.05vw);
}
#HideCompleted {
  position: absolute;
  left: 0px;
  width: min(4vh,2vw);
  height: min(4vh,2vw);
  background:none;
  border: none;
  background-image: url('media/hide.png');
  background-size: contain;
  background-repeat: no-repeat;
}
#estimatedTime {
  width: 100%;
}
#estimatedTimeHolder {
  width: 100%;
  height: min(4vh,2vw);
  margin: 0;
  border-top: min(0.2vh,0.1vw) solid var(--main-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(2vh,1vw);
  font-weight: 500;
}
.recipePin {
  width: 50%;
  height: min(4vh,2vw);
  border: none;
  background: none;
  border-right: min(0.2vh,0.1vw) solid var(--main-border-color);

}
#pinRecipe {
  background-image: url(media/craftingPin.png);
  background-size: min(3vh,1.5vw);
  background-repeat: no-repeat;
  background-position: center;
}
#unpinRecipe {
  width: 25%;
}
#newCraftingHolderheader {
  background-image: url(media/dragIcon.png);
  background-size: min(2.8vh,1.4vw);
  background-repeat: no-repeat;
  background-position: center;
  touch-action: none;
  width: 25%;
  cursor: move;
}
#newCraftingHolderheader:hover {
  background-color: var(--main-hl-color);
}
#newCraftingHolderheader.held::before {
  content: " ";
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: 21;
  margin: -150px -150px;
}
#unpinRecipe {
  background-image: url(media/returnIcon.png);
  background-size: min(2.8vh,1.4vw);
  background-repeat: no-repeat;
  background-position: center;
  width: 25%;
}
#unpinRecipe:hover {
  background-color: var(--main-hl-color);
}
#newCraftItem {
  width: 50%;
  height: min(3.6vh,1.8vw);
  border: none;
  background: none;
  border-left: 0.1vw solid var(--main-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
#pinRecipe:hover {
  background-color: var(--main-hl-color);
}
#newCraftItem:hover {
  background-color: var(--main-hl-color);
}
.newCraftingImage {
  width: min(25vh,12.5vw);
  height: min(25vh,12.5vw);
  margin: 0px;
}
#collapseRecipe {
  height: min(4vh,2vw);
  width: 50%;
  font-size: min(2.5vh,1.25vw);
  color: white;
  font-weight: 800;
  display: none;
  background-color: var(--main-bg-color);
  border: none;
  border-right: 0.2vw solid var(--main-border-color);
  border-top-left-radius: min(2vh, 1vw);
}
#collapseRecipe span span{
  background-image: url(media/downone.png);
  background-position: right;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  background-size: min(9vh,4.5vw);
  width: 52.5%;
  height: min(4vh,2vw);
  
}
#collapseRecipe span{
  height: min(4vh,2vw);
}
#lockRecipe {
  background: none;
  border: none;
  display: none;
  width: 50%;
  height: min(4vh,2vw);
  font-size: min(2.5vh,1.25vw);
  color:#6BC267;
  font-weight: 800;
  border-left: 0.2vw solid var(--main-border-color);
}
#lockRecipe:hover, #collapseRecipe:hover {
  background-color: var(--main-hl-color);
}
#extraPickaxeInformation {
  position: absolute;
  top: min(0.4vh,0.2vw);
  left:min(6vh,3vw);
  width: min(48vh,24vw);
  height: min(8vh,4vw);
  border-radius: 0.5vw;
  background-color: var(--main-lbg-color);
  border: 0.25vw solid var(--main-border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#extraInformationText {
  margin: 0px;
  padding-left: min(2vh,1vw);
  padding-right: min(6vh,3vw);
  width: min(50vh,25vw);
  height: min(4vh,2vw);
}
#extraInformationIcon {
  margin: 0px;
  padding-left: min(2vh,1vw);
  padding-right: min(6vh,3vw);
  width: min(50vh,25vw);
  height: min(3.2vh,1.6vw);
}
.extraInfoText {
  font-size: min(1.6vh,0.8vw);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: min(1.6vh,0.8vw);
}
#toggleExtraInformation {
  position: absolute;
  width: min(6vh,3vw);
  height: min(7.6vh,3.8vw);
  right: 0px;
  bottom:min(-0.2vh,-0.1vw);
  background: none;
  border: min(0.2vh,0.1vw) solid var(--main-border-color);
  pointer-events: all;
  background-image: url(media/rightone.png);
  background-size: min(10vh, 5vw);
  background-repeat: no-repeat;
  background-position: center;
  rotate: 0deg;
}
@keyframes extendExtra {
  0% {left: min(6vh,3vw);}
  20% {left: min(14vh,7vw);}
  40% {left: min(22vh,11vw);}
  60% {left: min(30vh,15vw);}
  80% {left: min(38vh,19vw);}
  100% {left: min(47vh,23.5vw);}
}
@keyframes retractExtra {
  0% {left: min(47vh,23.5vw);}
  20% {left: min(38vh,19vw);}
  40% {left: min(30vh,15vw);}
  60% {left: min(22vh,11vw);}
  80% {left: min(14vh,7vw);}
  100% {left: min(6vh,3vw);}

}
#pickaxeHolder {
  width: 100%;
}
#gearHolder {
  width: 100%;
}
#toggleExtraInformation:hover {
  background-color: var(--main-hl-color);
}
#craftingWorldSelect {
  height: 3vw;
  width: 100%;
  position: relative;
  user-select: none;
}
#craftingWorldSelect:hover {
  background-color: var(--main-hl-color);
}
#worldSelectables {
  position: absolute;
  left: auto;
  top: 3vw;
  height: auto;
  width: auto;
  display: none;
  border: none;
  z-index: 5;
}
.worldCraftSelector {
  width: 3.5vw;
  height: 3.5vw;
  background-color: var(--main-lbg-color);
  border: 0.1vw solid var(--main-border-color);
  font-size: 1.5vw;
  font-weight: 800;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.worldCraftSelector:hover {
  background-color: var(--main-hl-color);
}
.worldSelectStyles {
  border-width: 0.2vw 0;
  border-style: solid;
  border-top: none;
  border-color: var(--main-border-color);
  background-color: var(--main-bg-color);
  color: white;
  font-size: 1.5vw;
  font-weight: 650;
  display: flex;
  align-items: center;
  justify-content: center;
}
#worldSelectButton {
  width: 100%;
  height: 3vw;
}
#worldSelectButton:hover {
  background-color: var(--main-hl-color);
}
.currentCraftingWorld {
  box-shadow: inset 0px 0px 0.25vw #00FF23;
}
.currentIndexWorld, .currentEventWorld {
  box-shadow: inset 0px 0px 0.25vw #00FF23;
}
#loungeHolder {
  height: 100vh;
  width: 100vw;
  background-color: var(--main-bg-color);
  display: inline-flex;
  flex-wrap: wrap;
  align-content: flex-start;
  color: white;
  font-size: 2vw;
}
#loungeGameSettings {
  display: inline-flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.gameSetting {
  width: 33.333%;
  height: min(8vh, 4vw);
  border-radius: 0;
  border: 0.2vw solid var(--main-border-color);
  font-size: min(2vh, 1vw);
  font-weight: 700;
}
.inputAndButton {
    width: 33.333%;
    height: min(8vh, 4vw);
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}
#loungeAudioSettings {
  display: inline-flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.spawnSoundSettings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
  height: min(8vh, 4vw);
  border:0.2vw solid var(--main-border-color);
  margin: 0;
  max-height: 10vw;
}
.soundMuteButtonHolder {
  display: flex;
  justify-content: center;
  height: 50%;
  width: 100%;
}
.soundSliderHolder {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50%;
}
.spawnSoundContainer {
  float: left;
  width: 100%;
  height:100%;
}
.muteButton {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height:100%;
  width: 50%;
  background: none;
  color: #fff;
  border: none;
  font-size: min(2.5vh, 1.25vw);
  white-space: nowrap;
  border: 0.1vw solid var(--main-shadow-color);
}
.muteButton:hover {
  background-color: var(--main-hl-color);
}
.testButton {
  float: left;
  height: 100%;
  width: 50%;
  background-color: #FF3D3D;
  border: none;
  font-size: min(2.5vh, 1.25vw);
  font-weight: 750;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 0.1vw 0;
  border-style: solid;
  border-color: var(--main-hl-color);
}
#musicStuff {
  width: 50%;
  height: min(10vh, 5vw);
  border: 0.2vw solid var(--main-border-color);
}
#musicSettings {
  width: 50%;
  height: min(10vh, 5vw);
  max-height: 10vw;
}
#disguisedChillHolder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-height: 10vw;
}
.otherAudio {
  height: 50%;
  width: 100%;
  border: 0.2vw solid var(--main-border-color);
  font-size: min(2.5vh, 1.25vw);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
#musicButton {
  width: 50%;
  height: 50%;
  background: none;
  border: 0.1vw solid var(--main-hl-color);
  font-size: min(2.5vh, 1.25vw);
  font-weight: 750;
  display: flex;
  align-items: center;
  justify-content: center;
}
#musicButton:hover {
  background-color: var(--main-shadow-color);
}
.slideContainer {
  width: 100%;
  height: 51%;
}
#musicVolume {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: var(--main-lbg-color);
  border-width: 0.2vw 0;
  border-style: solid;
  border-color: var(--main-border-color);
  outline: none;
}
#musicVolume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1vw;
  height: 100%;
  background: white;
  cursor: pointer;
}
#musicVolume::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3vw;
  height: 10%;
  background: white;
  cursor: pointer;
}
#loungeData {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#dataText {
  width: 40%;
  height: 100%;
}
#dataFileUpload {
  display: none;
}
#dataImport {
  width: 10%;
}
#dataExport {
  width: 10%;
}
#forceSave {
  width: 20%;
}
#dataFileLabel {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  font-size: min(2vh, 1vw);
  font-weight: 500;
}
.dataDiv {
  height: min(10vh, 5vw);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataButton {
  height: 100%;
  background-color: var(--main-lbg-color);
  border: 0.2vw solid var(--main-border-color);
  font-size: min(2vh, 1vw);
  font-weight: 500;
}
.dataButton:hover {
  background-color: var(--main-hl-color);
}
#hardReset {
  background-color: #6e0505;
}
#loungeLogs {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#logsButtons {
  width: 30%;
  height: 100%;
}
#logsButtons button {
  border: 0.1vw solid var(--main-border-color);
}
#logsButtons button:hover {
  background-color: var(--main-hl-color);
}
#logHolder {
  width: 70%;
  height: 94%;
  font-size: min(2vh, 1vw);
  text-align: center;
}
#logsButton {
  width: 100%;
  height: min(10vh, 5vw);
  background: none;
  font-size: min(2vh, 1vw);
  font-weight: 750;
}
#savedLogsButton {
  width: 100%;
  height: min(10vh, 5vw);
  background: none;
  font-size: min(2vh, 1vw);
  font-weight: 750;
}
#logSort {
  height: min(10vh, 5vw);
  width: 100%;
  font-size: min(2vh, 1vw);
  text-align: center;
  background-color: var(--main-bg-color);
  outline: none;
  color: white;
  font-weight: 750;
  border: 0.1vw solid var(--main-border-color);
}
#logButtonHolder {
  height: min(10vh, 5vw);
  width: 40vw;
  display: inline-flex; 
  justify-content: center; 
  align-items: center;
  flex-wrap: wrap;
}
.logFilters {
  height: min(10vh, 5vw);
  width: 100%;
  font-size: min(2vh, 1vw);
  text-align: center;
  font-weight: 750;
}
#loungeOverallStatistics {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#statisticsHolder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
#tierStatSelectors {
  width: 25%;
  height: 100%;
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.tierSelector {
  width: 100%;
  margin-right: 20%;
  height:min(6vh, 3vw);
  background-color: var(--main-bg-color);
  border: 0.2vw solid var(--main-border-color);
  transition: margin-right 50ms 100ms;
  font-size: min(2vh, 1vw);
  font-weight: 750;
}
.tierSelector:hover {
  margin-right: 0%;
}
#tierStatsHolder {
  width: 75%;
  height: 100%;
}
#currentTierInformation {
  width: 100%;
  height: 50%;
}
.tierInfoRow {
  width: 100%;
  height: 10%;
  color: white;
  font-size: min(3vh, 1.5vw);
  font-weight: 1000;
  text-align: center;
}
#playerStatisticsHolder {
  padding: 2%;
  width: 75%;
  height: 50%;
  display: inline-flex;
  flex-wrap: wrap;
}
.playerStat {
  font-size: min(2vh, 1vw);
  font-weight: 1000;
  width: 50%;
  height: 10%;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}
#loungeOreIndex {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
#loungeEventIndex {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.eventCardOre {
  font-size: 5cqw;
}
.eventCardOre img {
  max-width: 100%;
  max-height: 100%;
}
#eventIndexTop {
  width: 70vw;
  height: min-content;
  max-height: min(16vh, 8vw);
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 3px;
}
#eventIndexTop div {
  width: 70vw;
}

#loungeLayersHolder, #loungeEventWorldsHolder {
  width: 80%;
  height: min(16vh, 8vw);
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#worldIndexTop {
  width: 100%;
  height: 15%;
  max-height: min(16vh, 8vw);
  display: flex;
  flex-wrap: nowrap;
}
.switchIndexWorld {
  width: 10%;
  height: 100%;
  background: none;
  border-width: 0 0.1vw;
  border-style: solid;
  border-color: var(--main-border-color);
  background-size: min(20vh, 10vw);
  background-repeat: no-repeat;
  background-position: center;
}
#worldIndexRight {
  background-image: url(media/rightone.png);
}
#worldIndexLeft {
  background-image: url(media/leftone.png);
}
#loungeIndexCards {
  width: 100%;
  height: 85%;
  border-top: 0.25vw solid var(--main-border-color);
  background: none;
  overflow-y: auto;
}
#indexCardCopy {
  display: none;
}
#loungeCardHolder {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: none;
}
.loungeLayerSelector {
  width: 20%;
  height: min(4vh, 2vw);
  background-color: var(--main-lbg-color);
  border: 0.1vw solid var(--main-border-color);
  font-size: min(2vh, 1vw);
  line-height: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexCard {
  width: 32.8%;
  height: min(20vh, 10vw);
  background-color: var(--main-lbg-color);
  border: 0.1vw solid var(--main-border-color);
  margin: 0.25%;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.indexCardTop {
  height: min(7vh, 3.5vw);
  width: auto;
  margin: auto;
}
.indexTierSpan {
  text-shadow: 0 0 0.1vw white;
  font-weight: 1000;
  font-size: min(2vh, 1vw);
  margin-left: min(1vh, 0.5vw);
}
.indexCardText {
  margin: 0;
  z-index: 10;
}
.indexCardOre {
  height: min(7vh, 3.5vw);
  width: min(7vh, 3.5vw);
  font-size: min(5vh, 2.5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  border-right: 0.1vw solid var(--main-border-color);
}
.indexCardImageOre {
  width: 100%;
  height: 100%;
}
.indexCardImageOre img {
  width: 100%;
  height: 100%;
}
.indexCardBlackout {
  filter:brightness(0) drop-shadow(0 0 min(0.1vh,0.05vw) white);
}
.indexCardTier {
  height: min(3.5vh, 1.75vw);
  width: 100%;
  font-size: min(1.5vh, 0.75vw);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexCardFound {
  height: min(3.5vh, 1.75vw);
  width: 100%;
  font-size: min(1.5vh, 0.75vw);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexCardLuck {
  height: min(5vh, 2.5vw);
  width: 100%;
  font-size: min(2vh, 1vw);
  font-weight: 1000;
  padding-left: min(1vh, 0.5vw);
  display: flex;
  align-items: center;
  justify-content: left;
}
.indexCardVariants {
  height: min(2.8vh, 1.4vw);
  width: 8em;
  font-size: min(1.5vh, 0.75vw);
  white-space: nowrap;
  font-weight: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.1vw solid var(--main-border-color);
}
.indexCardEvent {
  width: auto;
  height: min(2.8vh, 1.4vw);
  font-size: min(1.5vh, 0.75vw);
  font-weight: 800;
  text-align: center;
  margin: auto;
}
.indexCardBackground {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(14vh, 7vw);
  background-size: min(18vh, 9vw);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 5%;
}
.loungeLayerSelector:hover {
  background-color: var(--main-hl-color);
}
.oreIndexSpawnMessage {
	text-align: center;
	position: absolute;
	user-select: none;
	pointer-events: none;
	font-size: min(2vh, 1vw);
	font-weight: 1000;
	padding: 5%;
	background-color: #15151b99;
	backdrop-filter: blur(8px);
	width: 100%;
	height: 100%;
	z-index: 11;
	transition-duration: 0.4s;
}
#loungeEventCards {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	overflow-y: scroll;
	height: max-content;
}
#loungeEventHolder {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: max-content;
	overflow-y: scroll;
}
.eventCard {
	width: 95%;
	height: min-content;
	border: 2px solid var(--main-border-color);
	margin-bottom: 3px;
	padding: 3% 1%;
	
	background-color: var(--main-lbg-color);
}
.eventCard table {
	width: 100%;
	table-layout: fixed;
}
.eventCardOre {
	width: 20%;
	text-align: center;
	height: min(20vh, 10vw);
}
.eventTexts {
	width: 100%;
	color: white;
	font-size: max(1.2vw, 1em);
}
.eventSpawnMessage {
	max-height: 3.5em;
	overflow-y: clip;
}
#eventCardCopy{
	display: none;
}
.loungeEventSelector {
	width: 20%;
	height: 100%;
	background-color: var(--main-lbg-color);
	border: 0.1vw solid var(--main-border-color);
	font-size: min(2vh, 1vw);
	line-height: 100%;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loungeEventSelector:hover {
	background-color: var(--main-hl-color);
}
#loungeMilestones {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: scroll;
  touch-action: none;
  user-select: none;
}
#milestonesHolder {
  width: 70vw;
  height: 80vh;
  margin-top: 0.75vh;
  position: absolute;
  top: 0;
}
#milestoneWrapper {
  width: auto;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  touch-action: none;
  user-select: none;
}
#copyMilestone {
  display: none;
}
.milestoneInfoHolder {
  width: min(45vh, 22.5vw);
  height: min(18vh, 9vw);
  background-color: var(--main-lbg-color);
  border: 0.1vw solid var(--main-hl-color);
  position: absolute;
  top: min(5vh, 2.5vw);
  z-index: 10;
  touch-action: none;
  user-select: none;
}
.milestoneInfoDescription {
  width: 100%;
  height: 55%;
  margin: 0;
  overflow-y: auto;
  font-size: min(1.5vh, 0.75vw);
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding-top: 2%;
  border-bottom: 0.2vh solid var(--main-border-color);
  text-align: center;
  white-space: pre-line;
  line-height: min(2vh, 1vw);
}
.milestoneInfoImage {
  width: min(1.5vh, 0.75vw);
  height: min(1.5vh, 0.75vw);
  margin-top: -0.25vh;
}
.milestoneInfoTitle {
  width: 100%;
  height: 25%;
  margin: 0;
  font-size: min(2vh, 1vw);
  line-height: 100%;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.2vh solid var(--main-border-color);
  text-align: center;
}
.milestoneInfoCompleted {
  width: 100%;
  height: 20%;
  margin: 0;
  font-size: min(1.5vh, 0.75vw);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verticalConnector {
  position: absolute;
  width: min(45vh, 22.5vw);
  height: min(8vh, 4vw);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.verticalConnectorLight {
  width: 20%;
  height: 100%;
}
#connector2Copy {
  display: none;
}
.horizontalConnector {
  position: absolute;
  width: min(8vh, 4vw);
  height: min(18vh, 9vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizontalConnectorLight {
  width: 100%;
  height: 50%;
}
.greenConnector {
  box-shadow: inset 0 0 0.3vw var(--better-green);
  background-color: rgba(79, 220, 74, 0.025);
}
.redConnector {
  box-shadow: inset 0 0 0.3vw var(--better-red);
  background-color: rgba(255, 0, 0, 0.025)
}
#connectorCopy {
  display: none;
}
.completedMilestone {
  box-shadow: inset 0 -10px 1vw #497e46;
}
.completedTrophy {
  box-shadow: inset 0 -10px 1vw #7d7e46;
}
#loungeWorlds {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
#loungeWorldImage {
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  opacity: 5%;
  filter: blur(0.1vw);
}
#worldInformation {
  width: 50%;
  height: 100%;
}
#teleportHolder {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  border-left: 0.2vw solid var(--main-border-color);
}
.scrollTeleport {
  width: 100%;
  height: 25%;
  background: none;
  background-repeat: no-repeat;
  background-size: min(60vh, 30vw);
  background-position: center;
  border: none;
  z-index: 2;
}
.scrollTeleport:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#worldPortal {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  background-size: min(35vh,17.5vw);
  background-image: url(media/portalTexture.png);
  background-repeat: no-repeat;
  background-position: center;
  animation: rotatePortal 20s linear infinite;
  transition: background-size 0.75s;
  z-index: 1;
  position: relative;
  max-width: 50vw;

}
#portalLock {
  width: 50%;
  height: 50%;
  border: none;
  position: absolute;
  top: 25%;
  z-index: 3;
  filter: blur(min(0.8vh, 0.4vw));
  backdrop-filter: blur(min(0.4vh, 0.2vw));
}
#worldPortal:hover {
  background-size: min(40vh, 20vw);
}
#teleportUp {
  background-image: url(media/upone.png);
  border-bottom: 0.2vw solid var(--main-border-color);
}
#teleportDown {
  background-image: url(media/downone.png);
  border-top: 0.2vw solid var(--main-border-color);
}
#worldTitle {
  width: 100%;
  height: min(15vh, 7.5vw);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(5vh, 2.5vw);
  font-weight: 1000;
  border-bottom: 0.2vw solid var(--main-border-color);
}
#worldDescription {
  width: 100%;
  height: auto;
  margin: 0;
  font-size: min(2vh, 1vw);
  text-align: left;
  font-weight: 800;
  line-height: min(3vh, 1.5vw);
  padding-left: 0.5vw;
}
#loungeForgeAndVariants {
  width: 100%;
  height: 100%;
  display: none;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow-y: hidden;
}
#variantActions {
  width: 100%;
  height: 5%;
  display: flex;
  justify-content: center;
}
.variantActionButton {
  width: 33.3333%;
  height: 100%;
  background-color: var(--main-lbg-color);
  border: 0.1vw solid var(--main-border-color);
  font-weight: 800;
  font-size: min(0.75vw, 1.5vh);
  transition: font-size 0.1s;
}
.variantActionButton:hover {
  background-color: var(--main-hl-color);
  font-size: min(0.8vw, 1.6vh);
}
#mainVariantArea {
  width: 100%;
  height: 5%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.variantInput {
  height: 100%;
  width: 20%;
  font-size: 0.5vw;
  text-align: center;
  border: 0.1vw solid var(--main-border-color);
  font-weight: 1000;
  background-color: var(--main-bg-color);
  outline: none;
  border-radius: 0;
  color: white;
}
.variantInput::placeholder {
  opacity: 0.5;
  color: white;
}
.variantType {
  height: 100%;
  width: 15%;
  background-color: var(--main-bg-color);
  border: 0.1vw solid var(--main-border-color);
  font-size: min(0.75vw, 1.5vh);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: font-size 0.1s;
}
.variantType:hover {
  background-color: var(--main-hl-color);
  font-size: min(0.8vw, 1.6vh);
}
#forgeRecipeHolder {
  width: 60%;
  height: 78%;
  border-right: 0.1vw solid var(--main-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
#forgeRecipeInformation {
  width: 40%;
  height: 100%;
  border-left: 0.1vw solid var(--main-border-color);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: min(20vh, 10vw);
}
#forgeCost {
  width: 40%;
  height: 100%;
  border-right: 0.1vw solid var(--main-border-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  overflow-y: auto;
}
#forgeOutput {
  width: 40%;
  height: 100%;
  border-left: 0.1vw solid var(--main-border-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
#forgeCenterHolder {
  width: 20%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
}
#forgeArrow {
  width: 100%;
  height: 7%;
  max-height: 3vw;
  padding: 0.2vw;
  border-width: 0.1vw 0;
  border-style: solid;
  border-color: var(--main-border-color);
}
#forgeMultiplier {
  height: 5%;
  width: 100%;
  color: white;
  font-size: min(1vw, 2vh);
  font-weight: 650;
  text-align: center;
  border-bottom: 0.1vw solid var(--main-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#forgeSetMulti {
  width: 100%;
  height: 10%;
  display: flex;
  flex-wrap: wrap;
}
#forgeOre {
  width: 100%;
  height: 5%;
  font-size: min(1vw, 2vh);
  background-color: var(--main-bg-color);
  border: none;
  border-bottom: 0.1vw solid var(--main-border-color);
  font-weight: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#forgeHover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#forgeHover:hover {
  font-size: min(1.1vw, 2.2vh);
  animation: smallShake 0.2s linear infinite;
}
@keyframes smallShake {
  0% {rotate: 0deg;}
  33% {rotate: 2deg;}
  66% {rotate: -2deg}
  100% {rotate: 0deg;}
}
.forgeOreDisplay {
  width: 100%;
  height: min(2.5vh, 1.25vw);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
  font-size: min(1.25vh, 0.75vw);
  color: white;
  text-shadow: 0 0 min(0.2vw, 0,5vh) black;
}
.beginningElem {
  border-top: 0.1vw solid white!important;
}
.endingElem {
  border-bottom: 0.1vw solid white!important;
}
#oreFissionList {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  border-right: 0.1vw solid var(--main-border-color);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#oreCraftList {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  border-left: 0.1vw solid var(--main-border-color);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.forgeType {
  width: 100%;
  height: 5%;
  font-size: min(1vw, 2vh);
  font-weight: 1000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0.1vw solid var(--main-border-color);
}
#forgeMultiInput {
  width: 100%;
  height: 50%;
  border: none;
  background-color: var(--main-lbg-color);
  color: white;
  font-size: min(1vw, 2vh);
  text-align: center;
  border-top: 0.1vw solid var(--main-border-color);
  outline: none;
}
#forgeChangeMulti {
  width: 100%;
  height: 50%;
  background-color: var(--main-bg-color);
  border: none;
  border-top: 0.1vw solid var(--main-border-color);
  border-bottom: 0.1vw solid var(--main-border-color);
  font-size: min(1vw, 2vh);
  font-weight: 700;
}
#forgeChangeMulti:hover {
  background-color: var(--main-shadow-color);
}
#loungeWebhookSettings {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow-y: hidden;
}
.toggledOn {
  background-color: var(--better-green);
}
.toggledOff {
  background-color: var(--better-red);
}
.selectedLoungeArea {
  box-shadow: inset 0 0 0.25vw var(--better-green);
}
#loungeHeader {
  width: 100%;
  height: min(10vh, 5vw);
  border-bottom: 0.25vw solid var(--main-border-color);
  display: flex;
  align-items: center;
  font-size: 3vw;
}
#loungeExit {
  width: 15vw;
  height: 100%;
  border: 0.2vw solid var(--main-border-color);
  background-color: var(--better-red);
  font-size: min(3vh, 1.5vw);
  font-weight: 1000;
}
#loungeTitle {
  width: 70vw;
  height: 100%;
  margin: 0;
  margin-left: 15vw;
  font-size: min(6vh, 3vw);
  font-weight: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loungeMenuList {
  width: 15vw;
  height: 100%;
  border-right: 0.25vw solid var(--main-border-color);
  border-bottom: 0.25vw solid var(--main-border-color);
  overflow-y: auto;
  padding-bottom: min(20vh, 10vw);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#loungeMenuLocation {
  width: 70vw;
  height: 80%;
  border-bottom: 0.25vw solid var(--main-border-color);
}
#loungeRight {
  width: 15vw;
  height: 80%;
  display: inline-flex;
  flex-wrap: wrap;
}
#loungeStatistics {
  width: 15vw;
  height: 70%;
  border-left: 0.25vw solid var(--main-border-color);
  border-bottom: 0.25vw solid var(--main-border-color);
}
#loungeSettings {
  width: 15vw;
  height: 30%;
  border-left: 0.25vw solid var(--main-border-color);
  border-bottom: 0.25vw solid var(--main-border-color);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.loungeMenuLocationButton {
  width: 100%;
  height: min(9vh, 4.5vw);
  background-color: var(--main-lbg-color);
  border-width: min(0.5vh, 0.1vw);
  border-style: solid;
  border-color: var(--main-border-color);
  border-top: none;
  font-size: min(2.8vh, 1.4vw);
  font-weight: 1000;
  white-space: nowrap;
  text-align: center;
}
.loungeMenuLocationButton:hover {
  background-color: var(--main-shadow-color);
}
.loungeStatisticText {
  width: 100%;
  height: 7%;
  font-size: min(1.5vh, 0.75vw);
  text-align: center;
  margin: 0px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loungeSettingButton {
  width: 100%;
  height: min(7vh, 3.5vw);
  border: 0.1vw solid var(--main-border-color);
  background-color: var(--better-green);
  font-size: min(2vh, 1vw);
  line-height: 100%;
  font-weight: 750;
}
.loungeMenuTitle {
  width: 100%;
  height: 6%;
  font-size: min(1.25vw, 2.5vh);
  font-weight: 1000;
  text-align: center;
  margin: 0;
  border-bottom: 0.1vw solid var(--main-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.latestImage img {
  width: 1vw;
  height: 1vw;
}
.inventoryElement1 {
  width: 2.5vw;
  text-align: center;
  text-shadow:0.1vw 0.1vw 0.5vw black;
}
.inventoryElement2 {
  width: 10vw;
  font-weight: 750;
}
.inventoryElement3 {
  width: 10vw;
  font-weight: 750;
  font-size: 0.9vw;
}
.inventoryElement4 {
  width: 2.5vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.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;
}
#enterName {
  width: min(50vh, 25vw);
  height: min(5vh, 2.5vw);
  font-size: min(2vh, 1vw);
  background-color: var(--main-bg-color);
  border: min(0.4vh, 0.2vw) solid var(--main-border-color);
  color: white;
  font-weight: 750;
  outline: none;
}
#submitName {
  height: min(4vh,2vw);
  width: min(30vh,15vw);
  font-size: min(2vh,1vw);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: none;
  background: none;
  border: min(0.2vh,0.1vw) solid var(--main-border-color);
  font-weight: 600;
  transition: box-shadow 0.5s;
}
#submitName:hover {
  background-color: var(--main-hl-color);
  box-shadow: inset 0 0 min(0.5vh, 0.25vw) var(--better-green);
}
.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: 100%;
  height: 100%;
  font-size: 70%;
  overflow-y: scroll;
  line-height: 150%;
  font-weight: 700;
}

#gameSettings {
  height: 100%;
}
#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: min(20vw,40vh);
  left: 20vw;
  top: 10vh;
  display: block;
  z-index: 10000000;
  padding: 0;
}
.dailyMessage {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  background-color: var(--main-lbg-color);
  border: min(0.4vh,0.2vw) solid var(--main-border-color);
  box-shadow: 0 0 min(1vh, 0.5vw) white;
}
#generatingSeed {
  height: min(6vw, 12vh);
  display: block;
  color: white;
  font-size: min(3vh, 1.5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 1000;
}
.dailyText {
  font-size: min(3vh,1.5vw);
  margin-top: min(2vh,1vw);
  margin-bottom: min(2vh, 1vw);
  font-weight: 800;
}
.closeDailyMessage {
  position: absolute;
  top: 0px;
  right: 0px;
  width: min(6vh,3vw);
  height: min(6vh,3vw);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(4vh,2vw);
  padding: 0px;
  border-radius: 0px;
  background-color: var(--main-bg-color);
  border: min(0.4vh, 0.2vw) solid var(--main-border-color);
}
.closeDailyMessage:hover {
  background-color: var(--main-hl-color);
}
.newPlayerButton {
  width: min(30vh,15vw);
  height: min(6vh,3vw);
  font-size: min(2vh, 1vw);
  font-weight: 1000;
  margin: auto;
  margin-top: min(6vh, 3vw);
  border: min(0.2vh, 0.1vw) solid white;
  transition: transform 0.5s;
}
.newPlayerButton:hover {
  transform:scale(110%);
}
#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 var(--main-border-color)!important;
}
.equippedOutline {
  box-shadow: 0 0 10px #00FF23;
}
#craftingTimeDisplay {
  width: 100%;
  height: 2vw;
  font-size: 1vw;
  border-bottom:3px solid #333; 
  margin-bottom: 0px;
}
#craftingClick {
  overflow-y: visible;
  overflow-x: visible;
  overscroll-behavior-y: contain;
  height: 100%;
}

.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: min(2.5vh,1.25vw);
  font-weight: 1000;
  height: min(4vh,2vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0;
  width: 100%;
  white-space: pre;
}
#displayRecipe {
  margin-top: -0.25vw;
  height: auto;
  width: 100%;
  text-align: center;
  border-bottom: 0.25vw solid #333;
}

.itemDescription {
  font-size:1.5vw;
  position: relative;
  margin-bottom: 0.25vw;
}
.craftingList {
  display:flex;
  flex-flow:column;
  align-items:center;
  gap:0.45vw;
  width: 100%;
  border-bottom: none;
  z-index: 100;
}
.craftPickaxeButton {
  background: none;
  border: none;
  height: min(4vh,2vw);
  font-size: min(2.8vh,1.4vw);
  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;
  padding: 0;
}
.craftPickaxeButton:hover {
  background-color: gray;
}
.craftingSelector {
  width: 50%;
  height: 100%;
  float: left;
  background:none;
  border:none;
  border-bottom: 0.2vw solid var(--main-border-color);
  font-size: 1.5vw;
  font-weight: 600;
}
#craftingSelectionContainer {
  height: 3vw;
}
.inventoryVariantButton {
  width: 25%;
  height: 2vw;
  background-color: var(--main-bg-color);
  border: 0.1vw solid var(--main-border-color);
  border-radius: 0px;
}
.selectedInventory {
  box-shadow: inset 0px 0px 0.5vw #6BC267;
}
.inventoryVariantButton:hover {
  background-color: var(--main-hl-color);
}
#invVariantHolder {
  height: 2vw; 
  display: flex; 
  justify-content: center; 
  align-items: center;
  background: none;
}

.craftingSelector:hover {
  background-color: var(--main-hl-color);
}
.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 {
  font-size: 2.5vw;
  position: relative;
  z-index: 8;
  border-width: 0.2vw 0;
  border-style: solid;
  border-color: var(--main-border-color);
  letter-spacing: 0.1vw;
  font-weight: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#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.1vw solid var(--main-border-color);
  border-radius: 0px;
}
#settings {
  width: 50%;
  font-size: min(2vh, 1vw);
  font-weight: 500;
}
#resetMine {
  width: 50%;
  font-size: min(2vh,1vw);
  white-space: nowrap;
  font-weight: 500;
  background-color: var(--better-red);
  transition: background-color 0.5s;
}
#settings:hover {
  background-color: var(--main-hl-color);
}
#resetMine:hover {
  background-color: red;
}
#descriptionTitle {
  border-bottom:1px solid #333; 
  margin-bottom: 2%!important;
  font-size: 2.5vw;
  position: relative;
}
#recipeLockHolder {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 1.75vw;
  width: 1.75vw;
}
#recipeLock {
  width: 100%;
  height: 100%;
  background-color: #FF3D3D;
  border: none;
  border-radius: 0px;
}
#pressPlay {
  overflow-y: hidden;
  background-image:url("media/silly caverns picture.png");
  background-repeat: no-repeat;
  background-size:contain;
  background-position: top center;
  background-color: #FFF;
  height: 100vh;
  width: 100vw;
}

.hidden{display: none !important;}

#mineResetProgress {
  font-size: 1vw;
  width: 100%;
  height: 5vw;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--main-bg-color);
}
#resetNumber {
  width: 100%;
  color: white;
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  font-weight: 750;
  border: 0.1vw solid var(--main-border-color);
  border-right: none;
  border-left: none;
  box-shadow: 0px 0px 0.2vw var(--main-shadow-color);
}
#resetPercent {
  width: 100%;
  font-weight: 750;
  height: 2.9vw;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 0px 0.05vw black;
}
#resetProgressBar {
  width: 100%;
  height: 3vw;
  position: relative;
  border-width: 0.1vw 0px;
  border-style:solid;
  border-color: var(--main-border-color);
  border-top: none;
  background-color: var(--main-lbg-color);
  box-shadow: 0px 0px 0.2vw var(--main-shadow-color);
}
.resetBarPart {
  width: 10%;
  height: 100%;
  border: 0.1vw solid black;
  display: block;
  float:left;
}
.blackShadow {
  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;
}
.whiteShadow {
  text-shadow: -0.05em -0.05em 0 #fff, 0.05em -0.05em 0 #fff, -0.05em 0.05em 0 #fff, 0.05em 0.05em 0 #fff;
}
.col-5 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

body {
  background-color: var(--main-bg-color);
  margin: 0;
  padding: 0;
  min-height:100vh;
  width: 100%;
  position: fixed;
  justify-content: flex-end;
  overflow-x: visible;
}
html {
  width: 100%;
  min-height:100vh;
}
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;
  overflow-y: visible;
}
.boostedOreImage {
  width: 2vw;
  height: 2vw;
}
.boostedOreHolder {
  width: 100%;
}
#stopOnRareList {
  height: 19vw;
  width: 50%;
  position: absolute;
  right:0px;
  top: 100%;
  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;
}
#spawnTierList {
  width: 50%;
  height: 19vw;
  position: absolute;
  top: 100%;
  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;
}
@keyframes extendHologramUp {
  0% {height: 0vw;}
  25% {height: 3vw;}
  50% {height: 8vw;}
  100% {height: 15vw;}
}
@keyframes extendImageAbility {
  0% {width: 0vw;}
  25% {width: 8vw;}
  50% {width: 16vw;}
  100% {width: 25vw;}
}
@keyframes extendHologramSide {
  0% {width:10%;}
  25% {width: 40%;}
  50% {width: 70%;}
  100% {width: 100%;}
}
.play-button {
  position: absolute;
  top: 15vw;
  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;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-left: -0.35em;
}
.blockDisplayRow {
  width: 1.075em;
  height: 19em;
  line-height: 1em;
  text-wrap: wrap;
  overflow-wrap: break-word;
  text-align: center;
}
.teleportImage {
  width: 1.6vw;
  height: 1.6vw;
  margin: auto;
  border: 0.025vw solid white;
  box-shadow: 0px 0px 0.5vw white;
}
#blockContainer {
  margin-top: 0;
  padding: 0;
  width: 100%;
  height: 27.5vw;
  line-height: 1.5vw;
  font-size: 1.4vw;
  user-select: none;
  text-wrap: nowrap;
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-width: 0 0.2vw;
  border-style: solid;
  border-color: var(--main-border-color);
}
#webhookSettings {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  overflow-y: auto;
}
#serverHook {
  width: 100%;
  display: flex;
  justify-content: center;
  height: min(8vh, 4vw);
}
#customHookContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.webhookInfoInputSection {
  width: 100%;
  height: min(6vh, 3vw);
  overflow-y: auto;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.webhookInputSection {
  width: 100%;
  height: min(10vh,5vw);
}
.webhookInfoSection {
  width: 20%;
  height: 100%;
  text-align: center;
}
.webhookInfo {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-size: min(2vh,1vw);
  text-align: center;
  background-color: var(--main-lbg-color);
  border: 0.15vw solid var(--main-border-color);
  color: white;
  outline: none;
}
.createButton {
  border: 0.1vw solid white;
  background-color: #6BC267;
}
.createButton:hover {
  background-color: #6ad466;
}
#createdWebhooks {
  width: 100%;
  margin-top: min(4vh,2vw);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow-y: auto;
}
.createdHookDisplay {
  width: 100%;
  height: min(6vh, 3vw);
  margin-top: min(1vh,0.5vw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.createdHookInfo {
  width: 20%;
  height: 100%;
  background-color: var(--main-lbg-color);
  border: 0.15vw solid var(--main-border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(2vh,1vw);
  color: white;
  text-align: center;
  font-weight: 750;
}
.deleteHookButton {
  background-color: #FF3D3D;
  font-size: min(3vh,1.5vw);
  color: white;
}
.deleteHookButton:hover {
  background-color: #ba0d0d;
}
#newHookCopyable {
  display: none;
}
#createdHookCopyable {
  display: none;
}
#createNewWebhook {
  width: min(8vh,4vw);
  height: min(8vh,4vw);
  font-size: min(2vh,1vw);
  margin-top: min(2vh,1vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #6BC267;
  border: 0.1vw solid var(--main-border-color);
  margin-bottom: min(2vh, 1vw);
}
#createNewWebhook:hover {
  background-color: #6ad466;
}
.createdWebhooksLabel {
  width: 100%;
  font-size: min(4vh,2vw);
  color: white;
  font-weight: 1000;
  text-align: center;
  height: min(6vh, 3vw);
}
#webhookDescription {
  width: 100%;
  height: min(20vh, 10vw);
  font-size: min(2vh, 1vw);
  text-align: center;
  font-weight: 1000;
}
@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); }
}
@keyframes chaos {
  5% {filter: hue-rotate(180deg);}
  10% {filter: hue-rotate(0deg);}
  15% {filter: saturate(3);}
  20% {filter: saturate(0);}
  25% {filter: grayscale(1);}
  30% {filter: grayscale(0);}
  35% {filter: contrast(10%);}
  40% {filter: contrast(100%);}
  45% {filter: sepia(1);}
  50% {filter: sepia(0);}
  55% {filter: hue-rotate(180deg);}
  60% {filter: hue-rotate(0deg);}
  65% {filter: saturate(3);}
  70% {filter: saturate(0);}
  75% {filter: grayscale(1);}
  80% {filter: grayscale(0);}
  85% {filter: contrast(10%);}
  90% {filter: contrast(100%);}
  95% {filter: sepia(1);}
  100% {filter: sepia(0);}
}
#powerupLock {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 46, 46, 0.9);
  backdrop-filter: blur(0.1vw);
}
#powerupChain {
  width: 100%;
  height: 100%;
  background-image: url(media/portalChain.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: blur(0.1vw);
}
#powerupRequirement {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35vw;
  font-weight: 800;
  text-shadow: 0 0 0.2vw white;
  letter-spacing: 0.05vw;
}
#powerupHolder {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35.4vw;
  height: 15.4vw;
  background-color: rgba(22, 23, 31, 0.75);
  border: 0.2vw solid var(--main-border-color);
  z-index: 50;
  display: inline-flex;
  flex-wrap: wrap;
}
#allowAutoPowerup {
  position: absolute;
  right: 0px;
  width: 6vw;
  font-size: 0.75vw;
  background-color: var(--better-green);
  color: white;
  font-weight: 1000;
  border: 0.1vw solid  var(--main-border-color);
}
#powerupName {
  height: 2vw;
  width: 100%;
  font-weight: 1000;
  font-size: 1.5vw;
  margin: 0;
}
#powerupDescription {
  height: 5vw;
  width: 100%;
  font-size: 0.8vw;
  padding: 0.1vw;
  font-weight: 800;
  text-wrap: wrap;
  line-height: 1vw;
  margin: 0;
  text-align: center;
}
#powerupButtonHolder {
  width: 50%;
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-left:none;
}
.powerupActivation {
  display: block;
  width: 100%;
  height: 4vw;
  border: 0.1vw solid var(--main-border-color);
  border-left: none;
  background-color: var(--main-bg-color);
  color: white;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#powerupInformation {
  width: 50%;
  height: 8vw;
  font-size: 1.5vw;
  color: white;
  margin: 0;
  font-weight: 700;
  line-height: 2vw;
}
#powerupSelections {
  width: 4vw;
  height: 15.3vw;
  position: absolute;
  left: -4.1vw;
  top:-0.2vw;
  border: 0.2vw solid var(--main-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.selectPowerup {
  width: 100%;
  height: 3vw;
  border: none;
  background: none;
  border-width: 0.1vw 0vw;
  border-style: solid;
  border-color: var(--main-border-color);
  border-top: 0;
}
.openPowerup {
  box-shadow: inset 0 0 0.5vw #00FF23;
}
.selectPowerup:hover {
  background-color: var(--main-shadow-color);
}
#bottomButtonHolder {
  width: 100%;
  height: 2.7vw;
  border-bottom: 0.2vw solid var(--main-border-color);
  border-left: 0.2vw solid var(--main-border-color);
  border-top: 0.2vw solid var(--main-border-color);
  display: flex;
  justify-content: end;
  position: relative;
  background-color: var(--main-lbg-color);
}
.bottomButton {
  width: 2.9vw;
  height: 100%;
  background-color:var(--main-lbg-color);
  border: none;
  font-size: 1vw;
  color: white;
  font-weight: 900;
  border-width: 0 0.2vw;
  border-style: solid;
  border-color: var(--main-border-color);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.bottomButton:hover, #forceSave:hover {
  background-color: var(--main-shadow-color);
}
#displayPowerups {
  width: 10vw;
}
#trackerLock p {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 1.25vw;
  font-weight: 1000;
  filter: drop-shadow(0 0 0.4vw var(--main-shadow-color));
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: wrap;
}
#trackerLockChain {
  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% {right:-35.8vw;}
  100% {right:0vw;}
}
@keyframes retractPowerup {
  0% {right:0vw;}
  100% {right:-35.8vw;}
}
@keyframes extendTracker {
  0% {right:-7vw;}
  100% {right:0vw;}
}
@keyframes retractTracker {
  0% {right:-0vw;}
  100% {right:-7vw;}
}
@keyframes extendOffline {
  0% {right:-30vw;}
  100% {right:0vw;}
}
@keyframes retractOffline {
  0% {right:0vw;}
  100% {right:-30vw;}
}
@keyframes extendEventActions {
  0% {right:-15vw;}
  100% {right:0vw;}
}
@keyframes retractEventActions {
  0% {right:0vw;}
  100% {right:-15vw;}
}
#sideIconHolder {
  width: 2.5vw;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.sideIcon {
  width: 2.5vw;
  height: 2.5vw;
  border: 0.1vw solid white;
  box-shadow: 0px 0px 0.5vw white;
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  z-index: 21;
}
#toggleOrePlacer {
  border: 0.1vw solid red; 
  box-shadow: 0px 0px 0.5vw red;
}
#galacticaCrafts {
  border: none;
  background: none;
  background-image: url("media/space.png");
  position: absolute;
  top: 0.1vw;
  left: 2.5vw;
  width: 4vw;
  height: 4vw;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}
#galacticaCrafts:hover {
  transform: scale(105%);
}
#sidebar{
	z-index: 50;
	width: 100%;
	position: relative;
	height: 0;
}
#cloudSaving {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  color: white;
  font-size: min(2vh, 1vw);
  bottom: 0;
  right:-15vw;
  height: max-content;
  width: 15vw;
  border:0.2vw solid var(--main-border-color);
  box-shadow: 0px 0px 0.5vw var(--main-shadow-color);
  background-color: rgba(22, 23, 31, 0.75);
  display: none;
  z-index: 20;
}
#displayCloud {
	padding: 0;
}
#displayCloudIcon {
	width: 100%;
	height: 100%;
	-webkit-mask-image: url('media/cloud.svg');
	mask-image: url('media/cloud.svg');
	mask-size: 80%;
	mask-position: center;
	mask-repeat: no-repeat;
}
#forceSave {
  background-color: var(--main-lbg-color);
  border: 0.2vw solid var(--main-border-color);
  font-size: min(2vh, 1vw);
  font-weight: 500;
  margin-bottom: 3px;
  width: 90%;
  display: none;
}
#offlineHolder {
  width: 30vw;
  height: 15.5vw;
  position: absolute;
  right: 2.5vw;
  bottom: 0vw;
  background-color: rgba(22, 23, 31, 0.75);
  border:0.2vw solid var(--main-border-color);
  box-shadow: 0px 0px 0.5vw var(--main-shadow-color);
  display: none;
}
#offlineTitle {
  width: 100%;
  text-align: center;
  height: 2vw;
  white-space: nowrap;
  padding-top: 0.25vw;
  font-size: 1.25vw;
  font-weight: 1000;
  text-shadow: 0px 0px 0.25vw var(--main-shadow-color);
  margin: 0px;
}
#offlineStats {
  width: 100%;
  height: 2vw;
  font-size: 1vw;
  font-weight: 750;
  margin: 0px;
}
#offlineLayerTitle {
  font-size: 1vw;
  width: 100%;
  height: 2vw;
  margin: 0px;
  font-weight: 750;
}
#offlineLayer {
  height: 3.5vw;
  font-size: 1vw;
  width: 100%;
  overflow-y: auto;
  text-wrap: nowrap;
  padding-bottom: 0px!important;
  margin:0;
  overscroll-behavior: contain;
  line-height: 1.1vw;
}
#offlineActivate {
  width: 50%;
  height: 1.5vw;
  background: none;
  border: 0.1vw solid var(--main-border-color);
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: 750;
}
#offlineActivate:hover {
  transform: scale(105%);
  box-shadow: 0px 0px 0.5vw var(--main-hl-color);
}
#offlineProgressBar {
  width: 100%;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: content-box, border-box;
}
#offlineBar {
  width: 80%;
  height: 50%;
  border-radius: 1vw;
  border: 0.1vw solid var(--main-border-color);
  box-shadow: 0px 0px 0.5vw var(--main-shadow-color-color);
}
#offlineInteriorGradient {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
}
.offlineProgressImage {
  width: 1vw;
  height: 1vw;
}
#oreTrackerButton {
  height: 2vw;
  width: 100%;
  background: none;
  border: none;
  border-bottom:0.2vw solid var(--main-border-color);
  font-size:0.9vw;
  text-align: center;
  font-weight: bold;
}
#oreTrackerButton:hover {
  background-color: var(--main-shadow-color);
}
#oreTrackerHolder {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  bottom:0;
  right:-7vw;
  height: 15vw;
  width: 7vw;
  border:0.2vw solid var(--main-border-color);
  box-shadow: 0px 0px 0.5vw var(--main-shadow-color);
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 20;
}
#eventActionHolder {
  position: absolute;
  display: inline-flex;
  justify-content: center;
  bottom: 0;
  right:-15vw;
  height: 10vw;
  width: 15vw;
  border:0.2vw solid var(--main-border-color);
  box-shadow: 0px 0px 0.5vw var(--main-shadow-color);
  background-color: rgba(22, 23, 31, 0.75);
  display: none;
  z-index: 20;
}
#actionTitle {
  height: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  font-weight: 750;
  margin: 0px;
}
#actionCooldown {
  height: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75vw;
  font-weight: 500;
  margin: 0px;
}
#eventStats {
  height: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75vw;
  font-weight: 500;
  margin: 0px;
}
#actionHolder {
  width: 100%;
  height: 5.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.eventActionButton {
  width: 50%;
  height: 50%;
  background: none;
  font-size: 1vw;
  border: none;
}
.eventActionButton:hover {
  background-color: rgba(66, 67, 74, 0.75);
}
#trackerArrow {
  position: relative;
  width: 5.4vw;
  height: 1vw;
  filter: drop-shadow(0 0 0.2vw var(--main-hl-color));
}
#nyerd {
  position: relative;
  width: 4.5vw;
  height: 4.5vw;
  filter: drop-shadow(0 0 0.2vw var(--main-hl-color));
}
#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.2vw solid var(--main-bg-color);
  border-radius: 50%;
  background:none;
  box-shadow: 0px 0px 0.2vw var(--main-hl-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:0.25vw;
}
#trackerLock {
  position: absolute;
  display: flex;
  justify-content: center;
  background-color: rgba(46, 46, 46, 0.9);
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index:99999;
  padding: 0px;
}
#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;
  color: white;
  text-align: center;
}
.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: var(--main-bg-color);
  border: 0.1vw solid var(--main-border-color);
}
#mainSticky {
  position: sticky;
  height: 34.5vw;
  width: 100%;
  top:0px;
  background-color: var(--main-lbg-color);
  margin-bottom: 0px;
}
@media screen and (max-height: 34.5vw) {
	#mainSticky{
		position: relative;
	}
}
.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: var(--main-bg-color);
  border-top: 0;
  border-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  border: 0.1vw solid var(--main-border-color);
}
#mainTop {
  width: 100%;
  height: 13vw;
  border-bottom:1px solid var(--main-border-color);
  position: sticky;
  background-color: var(--main-bg-color);
  top:0px;
  z-index: 10;
}
.mainStat {
  margin: 0px;
  height: 2vw;
  width: 100%;
  font-size: 1.25vw;
  font-weight: 800;
}
#mainLower {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
#lowerChild {
  min-height: 0; 
  max-height: 1000vh; 
  overflow-y: auto; 
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0;
}
.col-3 {
  width: 25%;
  height: 100%;
  max-height: 100vh;
  padding: 0px;
  background-color: var(--main-bg-color);
}

#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;
}
#patreonHolder {
  width: 100%;
  height: 3vw;
  font-size: 1.25vw;
  border-top: 0.15vw solid var(--main-border-color);
  border-bottom: 0.15vw solid var(--main-border-color);
}
#patreon {
  text-decoration: none;
  width: 100%;
  height: 100%;
  font-weight: 750;
  margin: 0px;
}
.patreonText {
  height: 100%;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.patreonText:hover {
  background-color: var(--main-hl-color);
}
.tempOreDisplay {
  color: white;
}
.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;
} 
.spawnVolume {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: #d3d3d3;
  outline: none;
}
.spawnVolume:hover {
  opacity: 1; 
}
.spawnVolume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2vw;
  height: 100%;
  background: white;
  cursor: pointer;
}
.spawnVolume::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 3vw;
  height: 2vw;
  background: white;
  cursor: pointer;
}

.settingsSeparator {
  width:100%;
  height: 5px!important;
  color:white;
}
#soundScrollContainer {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
}
#audioSettings {
  overflow-y: hidden;
  height: 50vw;
}
.textInput {
  width: 50%;
  height: 100%;
  font-size: min(1.5vh, 0.75vw);
  font-weight: 1000;
  border: 0.2vw solid var(--main-border-color);
  text-align: center;
  border-radius: 0;
  outline: none;
}
.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%;
  border-radius: 0;
  border: 0.2vw solid var(--main-border-color);
  background-color: var(--main-bg-color);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.5vh, 0.75vw);
  font-weight: 800;
}
.stopOnRareButton {
  width: 50%;
  height: 100%;
  border-style: solid;
  background-color: #FF3D3D;
  border: 0.2vw solid var(--main-border-color);
  font-size:min(2vh, 1vw);
}
.stopOnRareSelector {
  width:50%;
  background-color: var(--main-bg-color);
  height: 100%;
  z-index: 15;
  border: 0.2vw solid var(--main-border-color);
}
#stopOnRareDisplay {
  font-size: 0.75vw;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}

#lastAutoSave {
  font-size: min(1vh,0.5vw);
  width: 40%;
  border-right: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}
#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: 1vw;
  position: absolute;
  top: 4.5vw;
  left: 8vw;
  padding-left: 0.75vw;
  white-space: nowrap;
}
.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%;
  height: 100%;
  font-size:min(2vh, 1vw);
  font-weight: 750;
  position: relative;
  z-index: 13;
  background-color: var(--main-bg-color);
}
#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 {
  width: 100%;
  height: min(4vh, 2vw);
  margin: 0;
  font-size: min(1vw, 2vh);
  background: var(--main-lbg-color);
  border: none;
  border-bottom:0.1vw solid var(--main-border-color);
  font-weight: 600;
}
.forgeCraftingButton:hover {
  background-color: var(--main-hl-color);
}
.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;
}
.hugeMineImage {
  position: absolute;
  width: 30vw;
  height: 30vw;
  z-index: 19;
}
.mineImage {
  position: absolute;
  height: 100%;
  width: auto;
  z-index: 19;
}
.mineOre {
  position: absolute;
  width: 3.4vw;
  height: 3.4vw;
  z-index: 19;
}
.mineSpan {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.4vw;
  width: 100%;
  margin-left: 0.2em;
}
.electrifiedBlock {
  position: relative;
  z-index: 99999;
  text-shadow: 0px 0px 3vw #e365fc, 0px 0px 3vw #e365fc, 0px 0px 3vw #e365fc, 0px 0px 3vw #e365fc;
  filter: hue-rotate(75deg);
}
.radioactiveBlock {
  position: relative;
  z-index: 99999;
  text-shadow: 0px 0px 3vw #c9fc3a, 0px 0px 3vw #c9fc3a, 0px 0px 3vw #c9fc3a, 0px 0px 3vw #c9fc3a;
  filter: hue-rotate(-90deg);
}
.explosiveBlock {
  position: relative;
  z-index: 99999;
  text-shadow:0px 0px 3vw #ff4b33, 0px 0px 3vw #ff4b33, 0px 0px 3vw #ff4b33, 0px 0px 3vw #fc492d;
  filter: hue-rotate(210deg);
}
.electrifiedBlockImg {
  position: relative;
  z-index: 99999;
  filter: drop-shadow(0px 0px 2vw #e365fc) hue-rotate(30deg);
}
.radioactiveBlockImg {
  position: relative;
  z-index: 99999;
  filter: drop-shadow(0px 0px 2vw #c9fc3a) hue-rotate(-90deg);
}
.explosiveBlockImg {
  position: relative;
  z-index: 99999;
  filter: drop-shadow(0px 0px 2vw #ff4b33) hue-rotate(125deg);
}
.normalSpawnMessage {
  text-shadow: 0px 0px 0.1vw #ffffff;
}
.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: min(2vh, 1vw);
  height: min(2vh, 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;
}
#worldPortalHolder {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#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 {
  50% {background-color:#6BC267;}
}
@keyframes flashRed {
  50% {background-color:#FF3D3D;}
}
@keyframes textGreen {
  50% {color:#6BC267;}
}
@keyframes rotatePortal {
  0% {transform: rotate(0deg);}
  0% {transform: rotate(360deg);}
}
#catStuff {
  position: absolute;
  width: 30vw;
  height: 6vw;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: var(--main-lbg-color);
  border: 0.1vw solid var(--main-border-color);
  display: none;
  z-index: 99999999999;
  box-shadow: 0px 0px 0.5vw white;
}
#catSubmit {
  width: 20%;
  height: 50%;
  background-color: var(--main-bg-color);
  border: 0.1vw solid var(--main-border-color);
  color: white;
}
#catSubmit:hover {
  background-color: var(--main-hl-color);
}
#catText {
  width: 80%;
  height: 50%;
  background-color: var(--main-bg-color);
  color: white;
  font-size: 1.1vw;
  font-weight: 750;
  outline: none;
  border: 0.1vw solid var(--main-border-color);
}
#catDescriptions {
  width: 30vw;
  height: 50%;
  color:white;
  font-size: 0.9vw;
  font-weight: 1000;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.attemptingPickaxeCelestial{
  margin: 0.5em 0 -0.5em 0
}