/* Forest area exported from the Forest map-layer artwork. */
.forest-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 3000px;
  height: 3000px;
  transform-origin: 0 0;
  background: #102c1c;
  will-change: transform;
}

.forest-base-layer,
.forest-tree-layer,
.forest-transition-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 3000px;
  height: 3000px;
  pointer-events: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 3000px 3000px;
  image-rendering: pixelated;
}

.forest-base-layer {
  z-index: 1;
  background-image: url("../../assets/sprites/environment/map-layers/Forest/forestfloor.png");
}

.forest-tree-layer {
  z-index: 2;
  background-image: url("../../assets/sprites/environment/map-layers/Forest/forest.png");
}

.forest-area .player:not(.is-flying):not(.is-taking-off):not(.is-landing):not(.is-moving) .pixel-bird {
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background-image: url("../../assets/sprites/environment/map-layers/Forest/forestcover.png");
  animation: none;
}

.forest-transition-marker {
  display: none;
  background-image: url("../../assets/sprites/environment/map-layers/Forest/transition/transition.png");
}

.forest-map-sign {
  position: absolute;
  pointer-events: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  image-rendering: pixelated;
  z-index: 6;
}

.cricket-thicket-sign {
  left: 2075px;
  top: 2830px;
  width: 40px;
  height: 100px;
  background-image: url("../../assets/sprites/environment/map-layers/Forest/transition/cricketsthicketsign.png");
}

.forest-dilly-building {
  position: absolute;
  left: 2166px;
  top: 2135px;
  width: 480px;
  height: 520px;
  pointer-events: none;
  background: url("../../assets/sprites/environment/map-layers/Forest/transition/dilly-treehouse.png") center bottom / contain no-repeat;
  image-rendering: pixelated;
  z-index: 6;
}

.majira-npc {
  position: absolute;
  left: 1193px;
  top: 925px;
  width: 69px;
  height: 120px;
  background: url("../../assets/sprites/environment/map-layers/Forest/WizardBrush.png") center bottom / contain no-repeat;
  image-rendering: pixelated;
  pointer-events: auto;
  z-index: 7;
}
