@font-face {
  font-family: PixelFont;
  src: url(./fonts/pixel_font.otf) format("opentype");
}
body {
  margin: 0;
  background-color: #151519;
}
img {
  image-rendering: pixelated;
}
.flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.outcome-effects {
  display: flex;
  align-items: center;
}
.start {
  font-family: PixelFont;
  width: 100%;
  height: 100svh;
  height: 100vh;
  background-color: #151519;
  position: relative;
  overflow: hidden;
}
.start .delete-button {
  color: #ef1527;
  font-size: 30px;
  margin-left: 20px;
}
.start .delete-button:hover {
  cursor: pointer;
  filter: brightness(50%);
}
.start.character-select .bar-top {
  top: 70svh;
  top: 70vh;
  transition: 1s;
}
.start.character-select .bar-top:hover {
  top: 60svh;
  top: 60vh;
  cursor: pointer;
}
.start.character-select .bar-bottom {
  top: 450svh;
  top: 450vh;
}
.start.character-select .menu {
  top: 350svh;
  top: 350vh;
}
.start .bar-top {
  width: 5.556%;
  height: 60svh;
  height: 60vh;
  top: -50svh;
  top: -50vh;
  position: absolute;
  display: flex;
  justify-content: center;
}
.start .bar-top .lifer-img {
  transform: translateY(-73px);
}
.start .bar-bottom {
  width: 5.55555%;
  height: 60svh;
  height: 60vh;
  top: 90svh;
  top: 90vh;
  position: absolute;
}
.start .menu {
  position: absolute;
  top: 10svh;
  top: 10vh;
  height: 80svh;
  height: 80vh;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.start .menu .game-logo {
  width: 420px;
  height: 312px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAaCAMAAAAKchUOAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABOUExURUvvFTnvFUvwFF3wE2/wE4HwE5TwE6bwE7jvE8rvE93vE+/vE+/dE+/KE++4E++mE++TE++BE+9vE+9cE+9KE+83E+8lE+8TE+8TJQAAAAYjAR0AAAAadFJOU/////////////////////////////////8AFCIA2gAAAAlwSFlzAAAN1wAADdcBQiibeAAAAN9JREFUOE+Fj4FugzAQQ9MEwmClhW6U+v9/dLLvCLRKV+scO8cTgoDPCkCQSp54WPdNQIxkYyxZDntLREAC0ou580tKCQEN0EhMs+Sl4fe04KDlcUiVtuUZkIHsptT3Zc4ZAV3HRx1jtxc94b9/SR4VkQH6vpfrTcwwYJCrzZjv4loz5ux/e642Y8ZR13GsNmNwufx3GIPrlfOuGYNpmqzUmph5nmePVxXmplEwWbcszI9GIVOehfnVKJhsWxZm0SjkZbHO28bcgTvF0O24cmYVvq7ufWUh5vGs46owH/QHH95F4liHxTkAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  image-rendering: pixelated;
}
.start .menu .disclaimer {
  color: #fff;
  width: 420px;
  display: flex;
  justify-content: center;
  font-size: 25px;
}
.start .menu .version {
  color: #fff;
  width: 420px;
  display: flex;
  justify-content: center;
  font-size: 15px;
}
.start .menu .new-game-buttons {
  margin-left: 100px;
  height: 290px;
  width: 370px;
  display: flex;
  row-gap: 20px;
  justify-content: center;
  flex-direction: column;
}
.start .menu .new-game-buttons .button {
  display: flex;
  width: 320px;
  justify-content: center;
  align-items: center;
}
@keyframes menu-animation {
  0% {
    top: 350svh;
    top: 350vh;
  }
  to {
    top: 10svh;
    top: 10vh;
  }
}
@keyframes bar-top-animation {
  0% {
    top: 350svh;
    top: 350vh;
  }
  to {
    top: -50svh;
    top: -50vh;
  }
}
@keyframes bar-bottom-animation {
  0% {
    top: 450svh;
    top: 450vh;
  }
  to {
    top: 90svh;
    top: 90vh;
  }
}
@keyframes menu-animation-reverse {
  0% {
    top: 10svh;
    top: 10vh;
  }
  to {
    top: 100svh;
    top: 100vh;
  }
}
@keyframes bar-top-animation-reverse {
  0% {
    top: -50svh;
    top: -50vh;
  }
  to {
    top: 70svh;
    top: 70vh;
  }
}
@keyframes bar-bottom-animation-reverse {
  0% {
    top: 90svh;
    top: 90vh;
  }
  to {
    top: 250svh;
    top: 250vh;
  }
}
@keyframes bar-top-animation-show-game {
  to {
    top: 70svh;
    top: 70vh;
  }
}
@keyframes bar-bottom-animation-show-game {
  to {
    top: 250svh;
    top: 250vh;
  }
}
.game {
  display: flex;
  flex-direction: column;
  height: 100svh;
  height: 100vh;
  max-height: 100svh;
  max-height: 100vh;
  width: 100%;
  background-color: #151519;
  color: #fff;
  font-family: PixelFont;
  animation: game-up 2s;
}
.game .bars {
  height: 25px;
  display: flex;
}
.game .bars .bar {
  width: 5.5555555556%;
  height: 25px;
}
.game .row {
  display: flex;
  height: calc(100% - 250px);
}
.game .player-info {
  height: 200px;
}
.faded {
  filter: grayscale(100%);
}
.arrow {
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 8px;
}
.lifer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.continue-series-buttons {
  display: flex;
}
.continue-as-another-lifer {
  margin: 60px 0 20px;
  font-size: 30px;
}
.continue-as-another-lifer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 60px;
  box-sizing: border-box;
  padding: 0 70px;
}
.continue-as-another-lifer-buttons div {
  margin: 10px;
}
.gameover {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: center;
  align-items: center;
  overflow: auto;
}
.gameover .winner {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin-bottom: 40px;
}
.gameover .winner img {
  margin-right: 20px;
}
.gameover .gameover-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gameover .gameover-buttons .button {
  margin: 0 15px;
}
.main-view {
  display: flex;
  flex-direction: column;
  padding: 30px;
  width: 100%;
  overflow: auto;
}
.main-view .nav {
  width: 100%;
  display: flex;
}
.main-view .nav .button {
  margin: 0;
}
.main-view.centered {
  justify-content: center;
  align-items: center;
}
.main-view .secondary-buttons {
  margin: 15px 0;
  display: flex;
}
.main-view .button {
  margin: 0 10px;
}
.main-view .craft {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.main-view .craft .button {
  width: 280px;
  margin: 15px;
}
.main-view .enchant {
  padding: 100px;
  display: flex;
  flex-wrap: wrap;
}
.main-view .enchant .button {
  margin: 10px;
}
.main-view .explore-mine {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-view .explore-mine .explore-mine-images {
  display: flex;
  width: 700px;
  justify-content: space-between;
  align-items: end;
  height: 50%;
  overflow: hidden;
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder
  img.flip {
  transform: scaleX(-1);
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder
  img.tool.flip {
  transform: scaleX(-1) translate(26.8%);
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.damaged
  img {
  animation: damaged 1s normal;
}
@keyframes damaged {
  0% {
    filter: none;
  }
  19% {
    filter: none;
  }
  20% {
    filter: sepia(100%) saturate(500%) brightness(60%) hue-rotate(315deg);
  }
  30% {
    filter: sepia(100%) saturate(500%) brightness(60%) hue-rotate(315deg);
  }
  31% {
    filter: none;
  }
  59% {
    filter: none;
  }
  60% {
    filter: sepia(100%) saturate(500%) brightness(60%) hue-rotate(315deg);
  }
  70% {
    filter: sepia(100%) saturate(500%) brightness(60%) hue-rotate(315deg);
  }
  71% {
    filter: none;
  }
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.killed
  img {
  opacity: 0;
  animation: killed 2s normal;
}
@keyframes killed {
  0% {
    opacity: 100;
    filter: none;
  }
  9% {
    filter: none;
  }
  10% {
    filter: sepia(100%) saturate(500%) brightness(60%) hue-rotate(315deg);
  }
  15% {
    filter: sepia(100%) saturate(500%) brightness(60%) hue-rotate(315deg);
  }
  16% {
    filter: none;
  }
  29% {
    filter: none;
  }
  30% {
    filter: sepia(100%) saturate(500%) brightness(60%) hue-rotate(315deg);
  }
  35% {
    filter: sepia(100%) saturate(500%) brightness(60%) hue-rotate(315deg);
  }
  36% {
    filter: none;
  }
  99% {
    opacity: 0;
  }
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.invisible {
  opacity: 0;
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.primary.position-middle {
  margin-left: 30%;
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.secondary.position-middle {
  margin-right: 30%;
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.primary.position-offscreen {
  margin-left: -30%;
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.secondary.position-offscreen {
  margin-right: -30%;
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.primary.move-from-edge-to-middle {
  margin-left: 30%;
  animation: move0 1s normal;
}
@keyframes move0 {
  0% {
    margin-left: 0%;
  }
  to {
    margin-left: 30%;
  }
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.secondary.move-from-edge-to-middle {
  margin-right: 30%;
  animation: move1 1s normal;
}
@keyframes move1 {
  0% {
    margin-right: 0%;
  }
  to {
    margin-right: 30%;
  }
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.primary.move-from-edge-to-offscreen {
  margin-left: -30%;
  animation: move2 1s normal;
}
@keyframes move2 {
  0% {
    margin-left: 0%;
  }
  to {
    margin-left: -30%;
  }
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.secondary.move-from-edge-to-offscreen {
  margin-right: -30%;
  animation: move3 1s normal;
}
@keyframes move3 {
  0% {
    margin-right: 0%;
  }
  to {
    margin-right: -30%;
  }
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.primary.move-from-middle-to-edge {
  margin-left: 0%;
  animation: move4 1s normal;
}
@keyframes move4 {
  0% {
    margin-left: 30%;
  }
  to {
    margin-left: 0%;
  }
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.secondary.move-from-middle-to-edge {
  margin-right: 0%;
  animation: move5 1s normal;
}
@keyframes move5 {
  0% {
    margin-right: 30%;
  }
  to {
    margin-right: 0%;
  }
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.primary.move-from-middle-to-offscreen {
  margin-left: -30%;
  animation: move6 1s normal;
}
@keyframes move6 {
  0% {
    margin-left: 30%;
  }
  to {
    margin-left: -30%;
  }
}
.main-view
  .explore-mine
  .explore-mine-images
  .explore-mine-image-holder.secondary.move-from-middle-to-offscreen {
  margin-right: -30%;
  animation: move7 1s normal;
}
@keyframes move7 {
  0% {
    margin-right: 30%;
  }
  to {
    margin-right: -30%;
  }
}
.main-view .explore-mine .explore-mine-bottom {
  height: 50%;
}
.main-view .explore-mine .event-text {
  margin-top: 20px;
  padding: 20px 30px;
  background-color: #1c1c21;
  font-size: 20px;
  width: 700px;
  box-sizing: border-box;
}
.main-view .explore-mine .event-text .actual-boon {
  display: flex;
}
.main-view .explore-mine .options {
  align-self: start;
  margin-top: 20px;
  display: flex;
}
.main-view .explore-mine .options .green,
.main-view .explore-mine .options .red,
.main-view .explore-mine .options .yellow {
  margin-left: auto;
}
.main-view .factions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: start;
  justify-content: start;
  align-content: start;
}
.main-view .factions .faction {
  background-color: #1c1c21;
  min-width: 440px;
  margin: 25px;
  padding: 25px;
}
.main-view .factions .faction .faction-name {
  font-size: 18px;
  margin-bottom: 15px;
}
.main-view .factions .faction .lifer-row {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.main-view .factions .button {
  margin-top: 50px;
  align-self: start;
}
.main-view .base {
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.main-view .base .empty-farm-slot {
  width: 150px;
  height: 150px;
  background-color: brown;
  margin: 10px;
  box-sizing: border-box;
}
.main-view .base .base-lifers {
  display: flex;
}
.main-view .base .full-farm {
  display: flex;
  padding: 10px;
  color: #000;
  margin: 10px;
  box-sizing: border-box;
  height: 160px;
}
.main-view .base .full-farm .farm-buttons {
  display: flex;
  align-items: end;
}
.main-view .base .full-farm .farm-slot {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 40px;
  justify-content: end;
}
.main-view .base .full-farm .farm-slot.can-harvest {
  background-color: #32cd32;
}
.main-view .base .buttons {
  display: flex;
}
.main-view .base .buttons .button {
  margin: 10px;
}
.reputations {
  height: 100%;
  width: 100%;
  font-size: 20px;
}
.reputations .reputations-inner {
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.reputations .reputations-inner .reputation {
  padding: 10px;
  display: flex;
  align-items: center;
}
.reputations .reputations-inner .reputation .lifer-name {
  margin-left: 10px;
  width: 90px;
}
.reputations .reputations-inner .reputation .reputation-title {
  width: 120px;
}
.news-bar-thing {
  width: 25px;
  min-width: 25px;
  background-color: #2a2a32;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.news-container {
  overflow-y: auto;
  padding: 10px;
  box-sizing: border-box;
  min-width: 500px;
  width: 500px;
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
}
.news-container .news-line {
  margin: 3px;
  padding: 8px;
}
.news-container .news-line.dialogue {
  background-color: #2a2a32;
}
.farm-container-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
}
.farm-container-buttons .button {
  margin: 5px;
}
.death-by-fellow-lifer {
  position: relative;
  width: 50px;
  height: 50px;
}
.death-by-fellow-lifer .lifer-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.death-by-fellow-lifer .lifer-icon img {
  width: 25px !important;
  height: 25px !important;
}
.death-by-fellow-lifer .mob-icon {
  position: absolute;
  top: 5px;
  left: 5px;
}
.death-by-fellow-lifer .mob-icon img {
  width: 25px !important;
  height: 25px !important;
}
.player-info {
  height: 190px;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  border-top: 3px solid hsl(242, 9%, 12%);
}
.player-info .special {
  display: flex;
  flex-wrap: wrap;
  max-width: 50px;
  align-items: start;
  margin-left: 10px;
}
.player-info .special .special-slot {
  margin: 5px;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #23232a;
  font-size: 27px;
}
.player-info .equipment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  width: 220px;
  margin-left: 10px;
}
.player-info .equipment .equipment-slot {
  margin: 3px 6px;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1c21;
}
.player-info .inventory {
  flex-wrap: wrap;
  display: flex;
  font-size: 20px;
  align-self: flex-start;
  max-height: 100%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: -25px;
  margin-left: -25px;
}
.player-info .inventory .item {
  margin-right: 15px;
}
.name-health-hunger {
  margin-left: 20px;
}
.name-health-hunger .name {
  font-size: 50px;
}
.name-health-hunger .health {
  margin-top: 10px;
  width: 200px;
  height: 15px;
  background-color: #23232a;
}
.name-health-hunger .health .health-inner {
  height: 15px;
}
.name-health-hunger .health .health-inner.red {
  background-color: #ef1527;
}
.name-health-hunger .health .health-inner.yellow {
  background-color: #efef15;
}
.name-health-hunger .health .health-inner.green {
  background-color: #3aef15;
}
.name-health-hunger .hunger {
  margin-top: 10px;
  width: 200px;
  height: 15px;
  background-color: #000;
}
.name-health-hunger .hunger .hunger-inner {
  height: 15px;
  background-color: #f4a460;
}
.dono {
  text-decoration: underline;
  color: #fff;
  width: 420px;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 15px;
}
.timeline-container .timeline {
  background-color: #7fffd4;
  position: relative;
  width: 300px;
}
.h {
  font-size: 30px;
  margin-bottom: 20px;
}
.stats {
  padding: 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.stats .lifer-deaths,
.stats .all-deaths {
  margin: 15px;
}
.stats .lifer-deaths {
  display: flex;
  flex-direction: column;
}
.stats .lifer-deaths .lifer-deaths-row {
  display: flex;
}
.stats .lifer-deaths .lifer-deaths-row:nth-child(odd) {
  background-color: #1c1c21;
}
.stats .lifer-deaths .lifer-deaths-row:nth-child(2n) {
  background-color: #23232a;
}
.stats .lifer-deaths .lifer-deaths-row .lifer-deaths-cell {
  padding: 10px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.item-icon {
  margin: 6px;
  position: relative;
}
.item-icon .amount {
  font-size: 12px;
  position: absolute;
  top: 25px;
  right: -5px;
}
.item-icon .enchantment {
  color: #efef15;
  font-size: 12px;
  position: absolute;
  top: 25px;
  right: -5px;
}
.item-icon.enchantment-1 {
  filter: drop-shadow(0 0 1px yellow);
}
.item-icon.enchantment-2 {
  filter: drop-shadow(0 0 2px yellow);
}
.item-icon.enchantment-3 {
  filter: drop-shadow(0 0 3px yellow);
}
.item-icon.enchantment-4 {
  filter: drop-shadow(0 0 4px yellow);
}
.item-icon.enchantment-5 {
  filter: drop-shadow(0 0 5px yellow);
}
.reputation-effect {
  margin: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reputation-effect .amount {
  font-size: 20px;
  margin-left: 6px;
}
.reputation-effect .amount.green {
  color: #3aef15;
}
.reputation-effect .amount.red {
  color: #ef1527;
}
.fight-log {
  margin-top: 20px;
}
.button {
  -webkit-user-select: none;
  user-select: none;
  color: #151519;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.button:hover {
  background-color: #ccc;
}
.button:hover img {
  filter: brightness(30%);
}
.button.outline {
  border: 4px solid hsl(0, 0%, 100%);
  background-color: transparent;
  color: #fff;
  box-sizing: border-box;
}
.button.outline:hover {
  border-color: #999;
  color: #999;
}
.button.outline-green {
  background-color: transparent;
  border: 4px solid hsl(110, 87%, 51%);
  color: #3aef15;
  box-sizing: border-box;
}
.button.outline-green:hover {
  border-color: #0c3404;
  color: #0c3404;
}
.button.outline-yellow {
  background-color: transparent;
  border: 4px solid hsl(60, 87%, 51%);
  color: #efef15;
  box-sizing: border-box;
}
.button.outline-yellow:hover {
  border-color: #343404;
  color: #343404;
}
.button.outline-red {
  background-color: transparent;
  border: 4px solid hsl(355, 87%, 51%);
  color: #ef1527;
  box-sizing: border-box;
}
.button.outline-red:hover {
  border-color: #340408;
  color: #340408;
}
.button.big {
  min-height: 65px;
  padding: 0 24px;
  font-size: 38px;
}
.button.med {
  min-height: 50px;
  padding: 0 20px;
  font-size: 24px;
}
.button.smol {
  min-height: 30px;
  padding: 5px 15px;
  font-size: 18px;
}
.button.blue {
  background-color: #cfcffc;
  color: #fff;
}
.button.blue:hover {
  background-color: #6e6ef7;
}
.button.dark {
  color: #fff;
  background-color: #23232a;
}
.button.dark:hover {
  background-color: #000;
}
.button.green {
  background-color: #3aef15;
  color: #151519;
}
.button.green:hover {
  background-color: #21940a;
}
.button.yellow {
  background-color: #efef15;
  color: #151519;
}
.button.yellow:hover {
  background-color: #94940a;
}
.button.red {
  background-color: #ef1527;
  color: #151519;
}
.button.red:hover {
  background-color: #940a16;
}
.button.grey {
  background-color: #78778d;
  color: #151519;
}
.button.grey:hover {
  background-color: #484856;
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  filter: drop-shadow(0 0 3px hsl(240, 90%, 90%));
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #23232a;
}
::-webkit-scrollbar-thumb {
  background: #3f3f4b;
}
::-webkit-scrollbar-thumb:hover {
  background: #4d4d5c;
}
.gold {
  color: #d5c767;
}
.silver {
  color: #abb7ba;
}
.bronze {
  color: #dea282;
}
.green {
  color: #3aef15;
}
.yellow {
  color: #efef15;
}
.red {
  color: #ef1527;
}
.grey {
  color: #78778d;
}
.name-tag {
  position: absolute;
  top: -45px;
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.name-tag .name-tag-inner {
  padding: 4px 8px;
  background-color: #23232a;
}
.reputation-over-name-tag {
  position: absolute;
  top: -72px;
  display: flex;
  justify-content: center;
  font-size: 17px;
}
.tooltip-wrapper {
  position: relative;
}
.tooltip-text {
  font-size: 15px;
  visibility: hidden;
  opacity: 0;
  background: #222;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 4px 8px;
  position: absolute;
  z-index: 1;
  bottom: 105%;
  left: 50%;
  transform: translate(-50%);
  transition: opacity 0.2s;
  white-space: nowrap;
  pointer-events: none;
}
.tooltip-text .tooltip-text-inner {
  position: fixed;
}
.tooltip-wrapper:hover .tooltip-text,
.tooltip-wrapper:focus-within .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.no-items-no-craft {
  font-size: 18px;
  padding: 50px;
  width: 100%;
  text-align: center;
}
.recipe-book-header {
  font-size: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.recipe {
  display: flex;
  align-items: center;
  background-color: #23232a;
  padding: 10px;
  margin: 5px;
}
.form-label {
  font-size: 25px;
  color: #fff;
}
.custom-mui.MuiSlider-root {
  width: 250px;
}
.custom-mui .MuiSlider-track {
  background-color: #ef1527;
  border: 0;
  border-radius: 0;
  height: 15px;
}
.custom-mui .MuiSlider-rail {
  color: #3aef15;
  height: 15px;
  border-radius: 0;
  opacity: 1;
}
.custom-mui .MuiSlider-thumb {
  color: #78778d;
  height: 25px;
  border-radius: 0;
  opacity: 1;
  box-shadow: none !important;
}
.easy-hard-labels {
  width: 250px;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.fight-options {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 320px) and (max-width: 990px) {
  .start .menu .game-logo {
    width: 200px;
    height: 184px;
  }
  .start .menu .disclaimer,
  .start .menu .version,
  .start .menu .dono {
    width: 280px;
    font-size: 16px;
  }
  .start .menu .new-game-buttons {
    margin-left: 30px;
    width: 250px;
    display: flex;
    justify-content: center;
  }
  .start.character-select img {
    transform: translateY(-40px);
    width: 44px !important;
  }
  .start .bar-top .name-tag {
    width: 44px !important;
    transform: translateY(-25px);
    font-size: 10px;
  }
  .start .menu .new-game-buttons .button {
    width: 200px;
  }
  .start .menu .new-game-buttons .button .lifer-icon img {
    width: 30px;
    height: 30px;
  }
  .button.big {
    min-height: 50px;
    padding: 0 15px;
    font-size: 20px;
  }
  .button.med {
    min-height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }
  .button.smol {
    min-height: 20px;
    padding: 5px 10px;
    font-size: 12px;
  }
  .game .bars,
  .game .bars .bar {
    height: 15px;
  }
  .game .row {
    width: 100%;
    height: calc(100svh - 30px);
    height: calc(100vh - 30px);
  }
  .main-view.centered {
    height: 100%;
    padding: 0;
    justify-content: space-evenly;
  }
  .main-view .secondary-buttons {
    flex-wrap: wrap;
  }
  .game .player-info {
    height: 80px;
    padding: 5px 10px;
    border-top: none;
  }
  .player-info .equipment {
    width: 175px;
    min-width: 175px;
  }
  .player-info-0 {
    justify-content: start;
    height: 50px;
    display: flex;
    margin-left: 30px;
  }
  .player-info-0 .name {
    font-size: 20px;
  }
  .player-info-0 .health {
    margin: 5px 0;
  }
  .player-info {
    justify-content: start;
  }
  .player-info .equipment .equipment-slot {
    width: 30px;
    height: 30px;
  }
  .player-info .inventory .item {
    margin-right: 8px;
  }
  .inventory {
    height: 100%;
  }
  .item-icon .amount {
    font-size: 10px;
    position: absolute;
    top: 15px;
    right: -5px;
  }
  .item-icon {
    margin: 3px;
  }
  .mobile-view {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile-view .buttons {
    display: flex;
    flex-direction: column;
    flex: column;
    justify-content: center;
    height: 100%;
  }
  .mobile-view .secondary-buttons {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-view .secondary-buttons .button {
    margin: 0 10px;
  }
  .main-view {
    padding: 10px;
  }
  .main-view .explore-mine {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .main-view .explore-mine .explore-mine-images,
  .main-view .explore-mine .explore-mine-bottom {
    width: 100%;
  }
  .main-view .explore-mine .explore-mine-bottom .event-text {
    padding: 10px 20px;
    font-size: 15px;
    width: 100%;
  }
  .news-container {
    width: 100%;
  }
}
