@keyframes "fadeOut" {
  from {
    opacity: 0.95;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes "fadeOut" {
  from {
    opacity: 0.95;
  }
  to {
    opacity: 0;
  }
}
@keyframes "fade-in" {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes "fade-in" {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes "portrait-warning-fade" {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes "portrait-warning-fade" {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes "collapsefrom200" {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes "shake" {
  0% {
    transform: translate(1px, 1px);
  }
  20% {
    transform: translate(-1px, -2px);
  }
  40% {
    transform: translate(-3px, 0px);
  }
  60% {
    transform: translate(-3px, 1px);
  }
  80% {
    transform: translate(3px, 1px);
  }
  100% {
    transform: translate(1px, -2px);
  }
}
@keyframes "shake" {
  0% {
    transform: translate(1px, 1px);
  }
  20% {
    transform: translate(-1px, -2px);
  }
  40% {
    transform: translate(-3px, 0px);
  }
  60% {
    transform: translate(-3px, 1px);
  }
  80% {
    transform: translate(3px, 1px);
  }
  100% {
    transform: translate(1px, -2px);
  }
}
@keyframes "floatUp" {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -80px;
  }
}
@-webkit-keyframes "floatUp" {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: -80px;
  }
}
html {
  height: 100%;
  overflow: hidden;
}
body {
  padding: 0px;
  margin: 0px;
  font: 12px "Lucida Grande", Helvetica, Arial, sans-serif;
  height: 100%;
  overscroll-behavior-y: contain;
  user-select: none;
  -webkit-text-size-adjust: auto;
}
div.game {
  height: 100%;
  width: 100%;
  background-color: #323232;
}
div.title-screen {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
div.title-screen .backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  z-index: 1;
  text-align: center;
  background-color: #000;
}
div.title-screen .backdrop img {
  height: 100%;
}
div.title-screen .torches {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  z-index: 2;
  text-align: center;
}
div.title-screen .torches img {
  height: 100%;
}
div.title-screen .logo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 200px;
  max-height: 290px;
  min-width: 100px;
  min-height: 100px;
  z-index: 9;
  font-size: 1em;
  text-align: center;
  color: #fff;
  line-height: 2.5em;
}
div.title-screen .logo img {
  width: 100%;
}
div.title-screen .prev-dungeon-records-holder {
  position: absolute;
  left: 10px;
  top: 10px;
  max-width: 250px;
  max-height: calc(100%);
  min-width: 200px;
  z-index: 9;
  font-size: 1em;
  text-align: center;
  color: #fff;
  line-height: 2.5em;
  font-size: 0.75em;
  overflow-y: auto;
}
div.title-screen .prev-dungeon-records-holder h1 {
  font-size: 1.3em;
}
div.title-screen .prev-dungeon-records-holder h2 {
  font-size: 1.3em;
  margin-left: 20px;
}
div.title-screen .prev-dungeon-records-holder h3 {
  font-size: 1.15em;
  margin-left: 20px;
}
div.title-screen .prev-dungeon-records-holder h4 {
  font-size: 1.05em;
  margin-left: 20px;
}
div.title-screen .records-holder {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 250px;
  max-height: calc(100% - 320px);
  min-width: 200px;
  z-index: 9;
  font-size: 1em;
  text-align: center;
  color: #fff;
  line-height: 2.5em;
  font-size: 0.75em;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-page-alert {
  line-height: 1.5em;
  color: yellow;
}
#PortraitWarning {
  display: none;
}
.randomize-name-button {
  width: 50px;
  height: 50px;
  float: right;
  position: absolute;
  right: -40px;
  top: 38px;
  cursor: pointer;
}
.randomize-name-button img {
  width: 100%;
  height: 100%;
}
div.the-story {
  position: absolute;
  top: 10px;
  max-width: 1200px;
  width: 80%;
  z-index: 99;
  color: #dcdcc8;
  text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 4px #000;
  size: 1em;
  font-weight: bold;
  line-height: 1em;
  max-height: calc(100% - 420px);
  height: 100%;
  overflow-y: auto;
  padding: 10px 0px;
  animation-delay: 1s;
  animation: fade-in 1s both ease-in;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.decorative-initial {
  font-size: 2.5em;
  font-weight: normal;
  color: #e6dc32;
  text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 4px #000;
}
.the-story .details {
  padding: 0px 40px;
}
.the-story .story {
  margin-bottom: 20px;
}
.the-story .highlight {
  color: #e6dc32;
  text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 4px #000;
}
.prev-dungeon-records-holder .dungeon-age {
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding: 10px 0px;
}
.prev-dungeon-records-holder .record {
  opacity: 0;
}
.prev-dungeon-records-holder .record.fade-in {
  animation: fade-in 1s both ease-in;
}
.record {
  text-align: left;
  line-height: 20px;
  padding: 10px 0px;
}
.records-holder .dungeon-age {
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding: 10px 0px;
}
.records-holder .record {
  opacity: 0;
}
.records-holder .record.fade-in {
  animation: fade-in 1s both ease-in;
}
.hidden {
  display: none !important;
}
.full-transparent {
  opacity: 0 !important;
}
.transparent20 {
  opacity: 0.2 !important;
}
div.default-button {
  text-align: center;
  border: solid thin #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  min-width: 350px;
  width: 100%;
}
div.button-enter-dungeon-holder {
  bottom: 20px;
  position: absolute;
  text-align: center;
  z-index: 99;
  left: 50%;
  width: 500px;
  margin-left: -200px;
}
div.character-select {
  width: 450px;
  left: 50%;
  margin-left: -250px;
  position: relative;
  color: #fff;
}
div.character-return {
  width: 450px;
  left: 50%;
  margin-left: -250px;
  position: relative;
  color: #fff;
}
.button-enter-name {
  text-align: center;
  padding: 15px 40px;
  border: solid thin #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  min-width: 350px;
  width: 100%;
}
.character-name-entry-holder {
  color: #fff;
  line-height: 2em;
}
#txt_PlayerName {
  padding: 8px;
  font-size: 1.25em;
  min-width: 350px;
  width: 100%;
  text-align: center;
}
#txt_Mantra {
  padding: 8px;
  font-size: 1.25em;
  min-width: 350px;
  width: 100%;
  text-align: center;
}
div.button-enter-dungeon {
  text-align: center;
  padding: 15px 40px;
  border: solid thin #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  width: 100%;
}
div.button-back-to-main {
  text-align: center;
  padding: 15px 40px;
  border: solid thin #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  width: 30%;
}
#btn_Return {
  width: 70%;
  min-width: unset;
}
div.button-return-to-dungeon {
  text-align: center;
  padding: 15px 40px;
  border: solid thin #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  width: 100%;
}
div.button-character-select {
  text-align: center;
  padding: 15px 40px;
  border: solid thin #fff;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  color: #fff;
}
div.room-ui {
  height: 100%;
}
div.current-room-holder {
  position: relative;
  user-select: none;
  max-width: 100%;
  height: calc(100%);
  overflow: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-blend-mode: darken;
}
.background1 {
  background-image: url(../images/backgrounds/background1.png);
}
.background2 {
  background-image: url(../images/backgrounds/background2.png);
}
.background3 {
  background-image: url(../images/backgrounds/background3.png);
}
.background4 {
  background-image: url(../images/backgrounds/background4.png);
}
.background5 {
  background-image: url(../images/backgrounds/background5.png);
}
.forestbackground1 {
  background-image: url(../images/backgrounds/forestbackground1.png);
}
.forestbackground2 {
  background-image: url(../images/backgrounds/forestbackground2.png);
}
.forestbackground3 {
  background-image: url(../images/backgrounds/forestbackground2.png);
}
.foresthutbackground1 {
  background-image: url(../images/backgrounds/foresthutbackground1.png);
}
.waspbackground1 {
  background-image: url(../images/backgrounds/waspbackground1.png);
}
.townbackground1 {
  background-image: url(../images/backgrounds/townbackground1.png);
}
.townbackground2 {
  background-image: url(../images/backgrounds/townbackground1.png);
}
div.current-room-outer-holder {
  height: calc(100% - 250px);
  width: 100%;
  overflow-x: auto;
}
div.current-room-outer-holder .room-warning {
  position: absolute;
  top: 25px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px;
  color: #FFF;
  text-align: center;
}
div.menu-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  max-width: calc(100% - 100px);
  width: 600px;
  pointer-events: none;
}
div.menu-holder .toggle-inventory.off {
  filter: contrast(0.5);
}
div.menu-holder * {
  pointer-events: all;
}
div.menu-button {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 1px #fff);
  line-height: 64px;
}
div.menu-button:hover {
  filter: drop-shadow(0px 0px 1px gold) drop-shadow(0px 0px 1px gold) drop-shadow(0px 0px 1px gold);
}
div.menu-button img {
  width: 100%;
}
div.menu-button.yellow-alert {
  filter: drop-shadow(0px 0px 1px gold) drop-shadow(0px 0px 1px gold) drop-shadow(0px 0px 1px gold) drop-shadow(0px 0px 2px gold) drop-shadow(0px 0px 2px gold) drop-shadow(0px 0px 4px gold) drop-shadow(0px 0px 5px gold);
}
div.main-menu {
  border: solid thin black;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 75px;
  display: inline-block;
  padding: 4px;
  line-height: 46px;
  font-size: 1.25em;
}
div.main-menu span {
  padding: 0px 20px;
}
div.warhorn-modal {
  border: solid thin black;
  background-color: #222;
  width: 450px;
  position: absolute;
  top: 200px;
  left: 75px;
  display: inline-block;
  line-height: 46px;
  font-size: 1.25em;
  z-index: 9999;
  color: #fff;
}
div.warhorn-modal .grabber {
  background-color: gold;
  padding: 0px 4px;
  color: #000;
}
.warhorn-details {
  padding: 20px;
}
div.chat-holder {
  border: solid thin black;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 4px;
  left: 75px;
  display: inline-block;
  line-height: 46px;
  font-size: 1.25em;
  resize: both;
  overflow: auto;
  height: 350px;
}
div.chat-holder .channel.channel-room {
  border: solid 4px #000066;
  border-radius: 7px;
  cursor: pointer;
  line-height: 30px;
  padding: 8px 33px;
  color: #000066;
}
div.chat-holder .channel.channel-room.selected {
  color: #fff;
  background-color: #000066;
}
div.chat-holder .messages.channel-room {
  color: #000066;
}
div.chat-holder .channel.channel-local {
  border: solid 4px #006600;
  border-radius: 7px;
  cursor: pointer;
  line-height: 30px;
  padding: 8px 33px;
  color: #006600;
}
div.chat-holder .channel.channel-local.selected {
  color: #fff;
  background-color: #006600;
}
div.chat-holder .messages.channel-local {
  color: #006600;
}
div.chat-holder .channel.channel-all {
  border: solid 4px #660000;
  border-radius: 7px;
  cursor: pointer;
  line-height: 30px;
  padding: 8px 33px;
  color: #660000;
}
div.chat-holder .channel.channel-all.selected {
  color: #fff;
  background-color: #660000;
}
div.chat-holder .messages.channel-all {
  color: #660000;
}
div.chat-holder #chatHelp {
  position: absolute;
  right: 10px;
  border: solid thin black;
  padding: 0px;
  border-radius: 30px;
  width: 32px;
  text-align: center;
}
div.chat-holder .auto-open-holder {
  position: absolute;
  right: 130px;
  padding: 0px;
  text-align: center;
  cursor: pointer;
}
div.chat-holder #autoOpen {
  position: absolute;
  border: solid thin black;
  padding: 0px;
  border-radius: 30px;
  width: 22px;
  line-height: 22px;
  margin-top: 4px;
  text-align: center;
}
div.chat-holder #autoOpen.selected {
  background: radial-gradient(black 60%, transparent 40%);
}
div.chat-holder .messages {
  height: calc(100% - 150px);
  overflow-y: auto;
  word-break: break-all;
  line-height: 20px;
  font-size: 1em;
  border: solid thin black;
  margin: 4px;
  user-select: text;
}
div.chat-holder .grabber {
  background-color: gold;
  padding: 0px 4px;
}
div.inventory-holder {
  position: absolute;
  left: 130px;
  width: calc(100% - 200px);
  height: calc(100% - 200px);
  margin-top: 100px;
  background-color: rgba(50, 50, 50, 0.8);
  border: solid thin black;
  overflow-y: auto;
  z-index: 10000;
}
div.inventory-holder .grabber {
  padding: 0px 4px;
}
div.main-inventory .player-card {
  margin: 65px;
  transform: scale(1.5) !important;
}
div.main-inventory .player-details-card {
  margin: 65px;
  transform: scale(1.5) !important;
  width: 400px;
  text-align: left;
  padding: 10px;
  position: absolute;
  float: left;
  left: 50%;
  margin-left: -200px;
  border-radius: 20px;
  background-color: #999;
}
.auto-open-label {
  position: relative;
  left: 40px;
}
div.message.allmessages-room {
  color: #000066;
}
div.message.allmessages-local {
  color: #006600;
}
div.message.allmessages-whisper {
  font-style: italic;
}
div.message.allmessages-system {
  font-weight: bold;
}
#txt_chat {
  line-height: 24px;
  width: calc(100% - 100px);
  margin-left: 4px;
}
#btn_submit {
  line-height: 24px;
  width: 75px;
  margin: 0px 10px;
  display: inline-block;
  border: solid thin black;
  background-color: gold;
  text-align: center;
}
div.current-room-options-holder {
  position: absolute;
  top: 13%;
  left: 13%;
  background: white;
  width: 75%;
  height: 75%;
  z-index: 9999;
  box-shadow: black 3px 3px 10px;
  background-color: #141414;
  color: #fff;
}
div.current-room-options-holder div.image-section {
  position: absolute;
  right: -100px;
  top: -100px;
  height: 400px;
  z-index: 1;
}
@media only screen and (min-width: 1700px) {
  div.current-room-options-holder.chat-open {
    top: 18%;
    left: 700px;
    background: white;
    width: unset;
    height: 75%;
    right: 200px;
  }
  div.current-room-options-holder.chat-open div.image-section {
    position: absolute;
    right: -100px;
    top: -100px;
    height: 400px;
    z-index: 1;
  }
}
div.current-room-options {
  background-color: #141414;
  color: #fff;
  overflow-y: auto;
  padding-right: 300px;
  height: 100%;
}
div.current-room-options.full-width {
  padding-right: unset !important;
}
@media only screen and (max-width: 1300px) {
  div.current-room-options {
    padding-right: 0px;
  }
  div.current-room-options {
    padding-right: 0px;
  }
  div.image-section {
    display: none;
  }
}
div.close-deck {
  position: absolute;
  top: 0%;
  left: 0%;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0);
}
.card-upgrade-option {
  text-align: center;
  display: inline-block;
  box-shadow: black 2px 2px 9px;
  margin: 13px;
  border: solid thin #fff;
}
.current-player {
  display: inline-block;
  background-color: #323232;
}
.dragover.dragallowed .character-portrait img {
  -webkit-filter: drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow);
  filter: drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow);
}
.dragover.dragnotallowed .character-portrait img {
  -webkit-filter: drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red);
  filter: drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red);
}
.character-list {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.character-list .monster-details {
  float: right;
  user-select: none;
}
.character-list .player-details {
  float: left;
}
.character-list .player-details.not-active .character-name {
  background-color: #000;
  color: #fff;
}
.monstercards {
  border: solid thin black;
  padding: 10px;
}
.monster-details .monster-details-card {
  padding: 10px;
  border: solid thin black;
}
.gamelog {
  display: inline-block;
  max-height: 180px;
  overflow: auto;
  background-color: rgba(200, 200, 200, 0.7);
  float: right;
  position: relative;
  z-index: 99;
  right: 50%;
  max-width: 30%;
}
.map-message-background {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.map-message {
  position: absolute;
  width: 300px;
  border: solid thin black;
  background-color: gold;
  z-index: 10;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.75em;
  text-align: center;
}
.map-message .button {
  display: inline-block;
  border: solid thin black;
  margin: 10px;
  padding: 4px 20px;
  border-radius: 4px;
}
.death-button-option {
  display: inline-block;
  border: solid thin #fff;
  margin: 10px;
  padding: 5px 20px;
  font-size: 1.5em;
  border-radius: 10px;
  width: 400px;
}
.forest-map-holder.locked .room {
  border: solid thin grey !important;
}
.forest-map-holder {
  position: absolute;
  width: 100%;
  max-height: calc(100%);
  overflow: auto;
}
.forest-map-holder .hidden {
  opacity: 0;
  display: unset !important;
  pointer-events: none;
}
.forest-map-holder .room.fog-of-war {
  filter: brightness(0);
}
.forest-map-holder .worldLocation-tile-detail.fog-of-war {
  display: none;
}
.forest-map-holder .map-character-badge.fog-of-war,
.forest-map-holder .map-army-badge.fog-of-war {
  display: none;
}
.forest-map-holder div.map {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 700px;
  min-height: 100%;
}
.forest-map-holder div.map .floor {
  text-align: center;
  position: relative;
}
.forest-map-holder div.map .floor:last-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0)), linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  opacity: 1;
  pointer-events: none;
}
.forest-map-holder div.map .floor:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), #000000), linear-gradient(0deg, rgba(0, 0, 0, 0), #000000);
  opacity: 1;
  pointer-events: none;
}
.forest-map-holder div.map .floor.entry::after {
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0px;
  background-color: rgba(0, 255, 0, 0.25);
}
.forest-map-holder div.map .room {
  display: inline-block;
  border: solid 1px yellow;
  padding: 0px 0px;
  margin: 0px 0px;
  width: 256px;
  height: 256px;
  cursor: pointer;
  text-shadow: white 1px 1px 1px;
  position: relative;
}
.forest-map-holder div.map .room > div {
  position: absolute;
}
.forest-map-holder div.map .room.fade-room {
  opacity: 0.5;
}
.forest-map-holder div.map .room.fade-room.completed {
  opacity: 1;
  color: darkgreen;
  font-weight: bold;
}
.dungeon-map-holder {
  position: absolute;
  width: 100%;
  max-height: calc(100%);
  overflow: auto;
}
.dungeon-map-holder .hidden {
  opacity: 0;
  display: unset !important;
  pointer-events: none;
}
.dungeon-map-holder div.map {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 700px;
  min-height: 100%;
}
.dungeon-map-holder div.map .floor.entry {
  padding-top: 400px;
  background-color: unset !important;
}
.dungeon-map-holder div.map .floor.entry::after {
  display: none;
}
.dungeon-map-holder div.map .floor {
  text-align: center;
  position: relative;
}
.dungeon-map-holder div.map .floor:last-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0)), linear-gradient(0deg, #000000, rgba(0, 0, 0, 0));
  opacity: 1;
  pointer-events: none;
}
.dungeon-map-holder div.map .floor:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), #000000), linear-gradient(0deg, rgba(0, 0, 0, 0), #000000);
  opacity: 1;
  pointer-events: none;
}
.dungeon-map-holder div.map .floor.entry::after {
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0px;
  background-color: rgba(0, 255, 0, 0.25);
}
.dungeon-map-holder div.map .room {
  display: inline-block;
  padding: 24px 18px;
  margin: 24px 20px;
  width: 150px;
  height: 120px;
  cursor: pointer;
  text-shadow: white 1px 1px 1px;
  position: relative;
}
.dungeon-map-holder div.map .room > div {
  position: absolute;
}
.dungeon-map-holder div.map .room.fade-room {
  opacity: 0.5;
}
.dungeon-map-holder div.map .room.fade-room.completed {
  opacity: 1;
  color: darkgreen;
  font-weight: bold;
}
.dungeon-map-holder div.map-inner-holder {
  width: 100%;
  background-image: url(../images/map_entrance.png);
  background-size: 3000px;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-color: black;
  position: relative;
}
div.map-fog {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}
div.map-fog div.top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95), #000000);
}
div.map-fog div.bottom {
  bottom: 0px;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95), #000000);
}
.map-campfire {
  width: 48px;
  position: absolute;
}
svg.map {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.forest-map-holder div.map .floor.entry {
  background-color: unset !important;
}
.forest-map-holder div.map .floor.entry::after {
  display: none;
}
.room.disabled {
  border: solid thin #444 !important;
  cursor: default;
}
.elite-wing {
  position: relative;
  color: darkred;
  font-weight: bold;
}
div.map-character-badge {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 99;
  margin-top: -20px;
  margin-left: -20px;
}
div.map-character-badge img {
  width: 100%;
}
div.map-character-badge.other-players {
  transition: left 0s, top 0s !important;
  width: 30px;
  height: 30px;
}
div.map-character-badge.animated {
  transition: left 1s, top 1s;
}
div.map-army-badge {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 99;
  margin-top: -20px;
  margin-left: -20px;
}
div.map-army-badge img {
  width: 100%;
}
div.map-army-badge.undead {
  filter: drop-shadow(0px 0px 4px black) drop-shadow(0px 0px 6px black) drop-shadow(0px 0px 10px green);
}
div.map-army-badge.wasp {
  filter: drop-shadow(0px 0px 4px black) drop-shadow(0px 0px 6px black) drop-shadow(0px 0px 10px yellow);
}
div.map-army-badge.horde {
  filter: drop-shadow(0px 0px 6px black) drop-shadow(0px 0px 8px red) drop-shadow(0px 0px 8px red) drop-shadow(0px 0px 8px black);
}
div.map-army-badge.animated {
  transition: left 1s, top 1s;
}
div.room-dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}
div.room-dialog-background {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(100, 100, 100, 0.95);
  z-index: 10;
  text-align: center;
}
.small-dialog {
  max-height: 400px !important;
  max-width: 600px !important;
}
div.room-dialog-content {
  border: 2px solid #eee;
  border-radius: 20px;
  width: 80%;
  height: 80%;
  max-height: 600px;
  max-width: 900px;
  padding: 20px;
  background: #141414;
  z-index: 20;
  color: #e1e1e1;
  display: inline-block;
  text-align: left;
  position: relative;
  top: 10%;
  overflow-y: auto;
}
div.room-dialog-content .card-sacrifice-owl-1 {
  height: 100%;
  float: right;
  position: relative;
}
div.room-dialog-content .card-sacrifice-owl-2 {
  height: 200%;
  float: right;
  margin-top: -100px;
  left: 350px;
  position: relative;
}
.dialog-inner-content {
  width: 100%;
  overflow: auto;
  position: relative;
  float: left;
  font-size: 1.5em;
  color: #eee;
}
.card-sacrifice-owl-portrait {
  width: 50%;
  overflow: hidden;
  height: 100%;
  position: relative;
  float: right;
}
.room-dialog-option {
  font-weight: bold;
  text-align: right;
  cursor: pointer;
  margin: 20px;
}
.room-dialog-option.left {
  text-align: left;
}
div.current-player .left-info {
  width: 99px;
  min-height: 200px;
  float: left;
}
div.current-player .draw-deck {
  margin-right: 10px;
  border: solid thin black;
  text-align: center;
  display: inline-block;
  font-size: 2em;
  line-height: 200px;
  background-image: url('../images/interface/card_back_pattern.png');
  background-size: contain;
  background-position-y: 50%;
  background-color: silver;
}
div.current-player .discard-deck {
  margin-left: 10px;
  border: solid thin black;
  text-align: center;
  display: inline-block;
  right: 0px;
  position: relative;
  float: right;
  font-size: 2em;
  line-height: 200px;
  background-image: url('../images/interface/card_back_pattern.png');
  background-size: contain;
  background-position-y: 50%;
  background-color: silver;
}
div.current-player .right-info {
  width: 99px;
  min-height: 200px;
  float: left;
}
div.hand-outer-holder {
  width: calc(100% - 110px);
  white-space: nowrap;
  float: left;
  margin-right: 10px;
  position: relative;
}
div.hand-inner-holder {
  position: absolute;
  left: 150px;
  overflow-y: auto;
  width: calc(100% - 300px);
  user-select: none;
  top: 0px;
}
div.hand {
  display: inline-block;
  white-space: nowrap;
  min-width: 100%;
  text-align: center;
}
div.player-card {
  border: solid thin black;
  width: 150px;
  height: 200px;
  display: inline-block;
  font-size: 1.25em;
  background-color: #ffffff;
  white-space: break-spaces;
  margin: 15px;
  text-align: center;
  overflow: hidden;
  padding: 1px;
  color: #000;
  transform: rotate(2deg);
}
div.player-card .title {
  width: 100%;
}
div.player-card .description {
  padding-left: 12px;
  pading-right: 12px;
}
div.player-card .row {
  padding: 0px;
}
div.player-card .card-border {
  width: 100%;
}
div.player-card .energy {
  background-color: silver;
  width: 100%;
  border: solid thin black;
  border-radius: 30px;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  line-height: 26px;
  text-align: center;
  padding: 0px;
  background-image: url(../images/interface/energy_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px;
  color: #FFF;
  font-size: 16px;
}
div.player-card .icon {
  background-color: silver;
  width: 100%;
  border: solid thin black;
  border-radius: 30px;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  line-height: 26px;
  text-align: center;
  padding: 0px;
}
div.player-card .icon img {
  width: 100%;
  height: 100%;
}
div.player-card:nth-child(2n) {
  transform: rotate(-1deg);
}
div.player-card:nth-child(3n) {
  transform: rotate(1deg);
}
div.player-card:nth-child(4n) {
  transform: rotate(-2deg);
}
div.player-card:nth-child(5n) {
  transform: rotate(-2deg);
}
div.player-card:nth-child(6n) {
  transform: rotate(2deg);
  transform: rotate(3deg);
  transform: rotate(-1deg);
}
div.player-card > * {
  pointer-events: none;
}
div.player-card.player-type5 {
  background-color: #d2e6fa;
}
div.player-card.player-type4 {
  background-color: #e67d50;
}
div.player-card.player-type3 {
  background-color: #ffb400;
}
div.player-card.player-type2 {
  background-color: #ffc8c8;
}
div.player-card.player-type1 {
  background-color: #c8ffc8;
}
div.player-card.player-type0 {
  background-color: #c8c8ff;
}
div.player-card.curse-card {
  background-color: #323232;
  color: #fff !important;
  border: solid thin #fff;
}
div.player-card.item-card {
  background-color: #e1ffbe;
}
div.player-card-back {
  border: solid thin black;
  width: 120px;
  height: 160px;
  display: inline-block;
  font-size: 1em;
  background-color: #e6e6e6;
  white-space: break-spaces;
  margin: 15px;
}
div.character-tag {
  width: 250px;
  background-color: #fff;
  border: solid 2px black;
  position: relative;
}
div.character-name {
  width: calc(100% - 50px);
  padding: 4px 25px;
  width: 100%;
  text-align: center;
  font-size: 1em;
}
div.character-health {
  width: 64px;
  height: 64px;
  position: absolute;
  left: -24px;
  top: -21px;
  z-index: 10;
}
div.character-health-background {
  background-image: url(../images/interface/heart_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(50%) sepia(100) saturate(100) hue-rotate(25deg);
  position: absolute;
  width: 100%;
  height: 100%;
}
div.character-health-details {
  filter: grayscale(1);
  font-size: 1.75em;
  text-align: center;
  line-height: 64px;
  color: #fff;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px;
  position: absolute;
  width: 100%;
  height: 100%;
}
div.character-block {
  width: 64px;
  height: 64px;
  position: absolute;
  right: -24px;
  top: -20px;
  z-index: 10;
}
div.character-block-background {
  background-image: url(../images/interface/defend_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(50%) sepia(100) saturate(100) hue-rotate(200deg);
  position: absolute;
  width: 100%;
  height: 100%;
}
div.character-block-details {
  filter: grayscale(1);
  font-size: 1.5em;
  text-align: center;
  line-height: 64px;
  color: #fff;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px;
  position: absolute;
  width: 100%;
  height: 100%;
}
div.character-buffs {
  position: absolute;
  overflow: hidden;
  width: calc(100% + 28px);
  bottom: 30px;
  left: -14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  z-index: 2;
}
div.character-debuffs {
  position: absolute;
  overflow: hidden;
  width: calc(100% + 28px);
  top: 25px;
  left: -14px;
  z-index: 2;
}
div.se-icon {
  width: 48px;
  height: 48px;
  border-right: 30px;
  display: inline-block;
  position: relative;
}
div.se-icon > img {
  width: 100%;
}
div.se-icon .content {
  position: absolute;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px;
  color: #FFF;
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 48px;
  z-index: 1;
}
div.character-energy {
  margin-top: 10px;
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
}
div.character-energy-background {
  background-image: url(../images/interface/energy_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(50%) sepia(100) saturate(100) hue-rotate(200deg);
  position: absolute;
  width: 100%;
  height: 100%;
}
div.character-energy-background.blacked-out {
  filter: brightness(0%);
}
div.character-energy-details {
  filter: grayscale(1);
  font-size: 2em;
  text-align: center;
  line-height: 89px;
  color: #fff;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px;
  position: relative;
  width: 100%;
  height: 100%;
}
.end-turn {
  height: calc(100% - 150px);
  margin-top: 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.end-turn-text {
  text-align: center;
  font-size: 1.5em;
  margin-top: 25px;
  color: #fff;
}
div.character-intention-list {
  min-height: 45px;
  text-align: center;
  position: relative;
  top: 15px;
  z-index: 9;
}
div.current-intention {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 120px;
}
div.current-intention > div {
  margin-top: 5px;
  pointer-events: none;
}
div.future-intention {
  opacity: 0.66;
  background-color: #111111;
}
div.current-intention-detail {
  position: absolute;
  color: #fff;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px;
  font-size: 2em;
  width: 100%;
  text-align: center;
  height: 100%;
  line-height: 38px;
}
div.current-intention-detail > div {
  transform: rotate(45deg);
}
.current-intention.sunder {
  background-color: #7896c8;
}
.current-intention-detail.poison {
  color: #0F0;
}
.current-intention-detail.fire {
  color: #FF4400;
}
.current-intention-detail.bleed {
  color: #F00;
}
img.current-intention-image {
  width: 40px;
  margin-top: -4px;
}
.collapse-fade-in-from-200 {
  animation: collapsefrom200 0.5s;
  animation-iteration-count: 1;
}
.impact-shake {
  animation: shake 0.2s;
  animation-iteration-count: infinite;
}
div.character-portrait {
  height: 100%;
  position: relative;
  text-align: center;
}
div.character-portrait img {
  position: relative;
  bottom: 0px;
  pointer-events: none;
}
div.player-details .character-portrait {
  transform: scale(-1, 1);
}
div.character-details {
  height: 100%;
  padding: 10px;
  display: inline-block;
  margin: 0px;
  min-width: 250px;
  position: relative;
  bottom: 0px;
  margin: 0px 20px;
}
div.character-details .character-holder {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.character-details.empty .character-holder {
  display: none !important;
}
div.character-details.allowed-selection .character-portrait img {
  -webkit-filter: drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow);
  filter: drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow) drop-shadow(0px 0px 1px yellow);
}
div.character-details.not-allowed-selection .character-portrait img {
  -webkit-filter: drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red);
  filter: drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red) drop-shadow(0px 0px 1px red);
}
div.monster-intention-modal {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  font-size: 1.33em;
  z-index: 999;
  width: 300px;
  margin-left: -200px;
  border-right: 10px;
  border: solid thin black;
  border-radius: 10px;
  padding: 15px;
  opacity: 1;
}
div.monster-intention-modal.hiding {
  pointer-events: none;
  animation: fadeOut 1s forwards;
}
div.active-card {
  position: absolute;
  width: 240px;
  height: 320px;
  background-color: #e6e6e6;
  border: solid thin black;
  white-space: break-spaces;
  z-index: 999;
  user-select: none;
}
.transition1 {
  transition: 1s;
}
.transition500ms {
  transition: 0.5s;
}
.active-card.transition500ms {
  pointer-events: none;
}
.character-effect-holder {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
}
.character-effect-holder .effect {
  display: none;
}
.character-effect-holder div.effect.showing {
  animation: fadeOut 2s forwards;
  animation-delay: 0.25s;
  display: unset;
  opacity: 0.9;
  transform-origin: center center;
  position: absolute;
  z-index: 3;
}
.character-effect-holder div.effect img {
  width: 100%;
}
.character-effect-holder .effect-number {
  display: none;
}
.character-effect-holder div.effect-number.showing {
  animation: fadeOut 2s forwards, floatUp 4s forwards;
  animation-delay: 2s, 0s;
  display: unset;
  opacity: 0.95;
  transform-origin: center center;
  position: absolute;
  font-size: 4em;
  font-weight: bold;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px, #000 0px 0px 1px, #000 0px 0px 2px, #000 0px 0px 3px, #000 0px 0px 4px;
  z-index: 4;
}
.starting-dialog-background {
  z-index: 998;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.starting-dialog {
  width: 75%;
  height: 85%;
  max-width: 1000px;
  max-height: 500px;
  overflow: auto;
  color: #dcdcdc;
  z-index: 999;
  background-color: #111;
  padding: 25px;
  text-align: center;
}
.starting-dialog p {
  text-align: center;
  font-size: 1.75em;
}
.starting-dialog .starting-dialog-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 20px 0px;
  list-style: none;
  overflow: auto;
}
.starting-dialog .relic-button {
  border: solid thin #AAA;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  background-color: #999;
  color: #000;
  font-size: 1em;
  max-width: 350px;
  width: 30%;
  cursor: pointer;
}
.starting-dialog .relic-button img {
  max-width: 100%;
  max-height: 150px;
}
.starting-dialog .relic-button p {
  margin: 25px 5px 0px 5px;
  font-size: 1.33em;
}
.starting-dialog .continue-button {
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  padding: 15px;
  text-align: center;
  border: solid thin white;
  border-radius: 10px;
  display: inline-block;
  margin-top: 10px;
}
.potion-holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 20px 0px;
  list-style: none;
  overflow: auto;
}
.potion-holder .relic-button {
  border: solid thin #AAA;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  background-color: #999;
  color: #000;
  font-size: 1em;
  max-width: 350px;
  width: 30%;
  cursor: pointer;
}
.potion-holder .relic-button img {
  max-width: 100%;
  max-height: 150px;
}
.potion-holder .relic-button p {
  margin: 25px 5px 0px 5px;
  font-size: 1.33em;
}
.inventory-options-holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 20px 0px;
  list-style: none;
  overflow: auto;
}
.inventory-options-holder .inventory-option-button {
  border: solid thin #AAA;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  background-color: #999;
  color: #000;
  font-size: 1em;
  max-width: 350px;
  width: 30%;
  cursor: pointer;
}
.inventory-options-holder .inventory-option-button img {
  max-width: 100%;
  max-height: 150px;
}
.inventory-options-holder .inventory-option-button p {
  margin: 25px 5px 0px 5px;
  font-size: 1.33em;
}
.death-div-backdrop {
  z-index: 9980;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.9);
}
.death-div {
  z-index: 9990;
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  top: 0;
  margin-top: 0;
  left: 0;
  margin-left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  height: 100%;
}
.death-div a {
  color: #fff;
  font-size: 2em;
  text-decoration: none;
}
.tutorial {
  z-index: 9999;
  position: absolute;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  top: 0;
  margin-top: 0;
  left: 0;
  margin-left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  height: 100%;
  background-size: contain;
}
@media (max-width: 900px) and (orientation: portrait) {
  #PortraitWarning {
    position: absolute;
    z-index: 99999;
    float: left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.96;
    display: flex;
    animation: portrait-warning-fade 0.5s 1;
    -webkit-animation: portrait-warning-fade 0.5s 1;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 3s;
  }
  #PortraitWarning h1 {
    width: 100%;
    align-self: center !important;
    text-align: center;
    font-size: 3.5em;
  }
}
@media only screen and (min-width: 1600px) {
  div.title-screen {
    font-size: 1.66em;
  }
}
@media only screen and (max-width: 600px) {
  div.map .room {
    padding: 15px;
    margin: 12px 10px;
    width: 60px;
    height: 25px;
    font-size: 0.75em;
  }
}
.permanent-buffs-holder {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 70px;
  left: 0px;
  pointer-events: none;
  align-content: center;
  text-align: center;
  margin-top: -50px;
}
.permanent-buff {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 4px #fff, 0px 0px 6px #fff, 0px 0px 8px #fff, 0px 0px 10px #fff;
  border-radius: 100px;
  font-size: 2em;
  color: white;
  text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 4px #000;
  line-height: 40px;
  margin: 0px 5px;
  pointer-events: all;
}
.permanent-buff span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  z-index: 10;
}
.permanent-buff div {
  background-size: cover;
  height: 80%;
  width: 80%;
  margin-top: 10%;
  margin-left: 10%;
}
/*# sourceMappingURL=style.css.map */