#gview {
    position: fixed;
}
#app {
    background-color: black;
    color: white;
    display: flex;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    overflow: hidden;
}
#app > canvas {
    bottom: 20px;
    left: 20px;
}
#app canvas.hidden {
    left: -5000px;
}
.glcanv[data-v-b1c0c3c6] {
    width: 1280px;
    height: 960px;
}
span[data-v-b1c0c3c6] {
    display: none;
}
h1[data-v-469af010], h2[data-v-469af010] {
  font-weight: normal;
}
ul[data-v-469af010] {
  list-style-type: none;
  padding: 0;
}
li[data-v-469af010] {
  display: inline-block;
  margin: 0 10px;
}
a[data-v-469af010] {
  color: #42b983;
}
/* line 202, src/components/CharacterImage.vue */
.chimg .sel-ch {
  min-width: 380px;
  min-height: 200px;
  width: fit-content;
  transform-origin: left top;
  transform: translateX(20%) translateY(-50%);
  border: 3px solid #555588;
  background-color: black;
  z-index: 50; }

/* line 213, src/components/CharacterImage.vue */
.scaler-enter-active {
  animation: 0.4s ease scaler; }

/* line 216, src/components/CharacterImage.vue */
.scaler-leave-active {
  animation: 0.4s ease reverse scaler; }

@keyframes scaler {
  from {
    transform: scale(0.05) translateX(93%) translateY(3%); }
  to {
    transform: scale(1) translateX(20%) translateY(-50%); } }
/* line 162, src/components/EventDialog.vue */
.tpanel {
  border-radius: 5px;
  border: 1px solid blue;
  background: #d7eafe;
  padding: 3px; }
  /* line 167, src/components/EventDialog.vue */
  .tpanel .tpanel-head {
    font-size: 0.8em;
    line-height: 0.7em;
    color: #000033; }
/* line 696, src/components/RoomCanvas.vue */
.pad-zero {
  padding: 0 !important; }

/* line 697, src/components/RoomCanvas.vue */
.no-scroll {
  overflow: hidden !important; }

/* line 698, src/components/RoomCanvas.vue */
.border-777 {
  border: 1px solid #777777 !important; }

/* line 699, src/components/RoomCanvas.vue */
.border-2-777 {
  border: 2px solid #777777 !important; }

/* line 700, src/components/RoomCanvas.vue */
.spanel {
  min-width: 400px;
  height: -webkit-fill-available;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  flex: 0; }

/* line 708, src/components/RoomCanvas.vue */
.paleta {
  flex: 1;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  overflow-y: auto; }

/* line 715, src/components/RoomCanvas.vue */
.tree {
  flex: 0 0;
  width: 400px;
  overflow: auto; }

/* line 720, src/components/RoomCanvas.vue */
.peektiles {
  position: fixed;
  top: 0;
  right: 1em; }

/* line 725, src/components/RoomCanvas.vue */
.peektiles > ul {
  list-style-type: none;
  padding: 0; }

/* line 729, src/components/RoomCanvas.vue */
.peektiles > ul li {
  display: inline-block;
  width: 2em;
  margin-left: 0.3em;
  padding: 0; }