table tbody tr {
  cursor: pointer;
}
table tbody tr td img {
  height: 24px;
  width: 24px;
}
.position-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.game-font {
  font-family: 'Quicksand', sans-serif;
}
.dialogue-line {
  border: 2px solid black;
  color: white;
  margin: 10px;
  padding: 10px;
  border-radius: 10px;
  font-family: 'Quicksand', sans-serif;
  line-height: 30px;
}
.dialogue-line.disabled {
  background: #494949;
}
.dialogue-line.villager {
  background: #0c4664;
}
.dialogue-line.player {
  background: #412957;
}
.dialogue-line.player.dialogue-link {
  cursor: pointer;
}
.dialogue-line.player.dialogue-link:hover {
  background: #69428c;
}
.dialogue-line.option {
  background: #074d33;
}
.dialogue-line.option.dialogue-link {
  cursor: pointer;
}
.dialogue-line.option.dialogue-link:hover {
  background: #09724b;
}
.dialogue-line img {
  height: 32px;
  width: 32px;
}
.script-selector {
  margin-left: 10px;
}
.villager-filter-wrapper {
  column-gap: 8px;
}
.villager-filter-button {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
}
.villager-filter-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.villager-filter-button:active {
  background: rgba(255, 255, 255, 0.4);
}
.villager-filter-button.selected {
  background: rgba(0, 120, 255, 0.33);
}
/*# sourceMappingURL=main.css.map */