body {
  background-color: #000;
  color: #F5F5F5;
  font-family: "Noto Sans Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body .ui-box {
  border-radius: 12px;
  padding: 16px;
  background-color: #212121;
}
body .ui-mon-details {
  display: flex;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #212121;
  user-select: none;
}
body .ui-mon-details .mon-image-holder {
  width: 200px;
  border-radius: 6px;
  margin-right: 16px;
}
body .ui-mon-details .mon-image-holder img.mon-image {
  border-radius: 6px;
  width: 200px;
  height: 200px;
  border: 1px solid #616161;
  margin-bottom: 16px;
  background-color: #424242;
}
body .ui-mon-details .mon-image-holder .genders {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
body .ui-mon-details .mon-image-holder .genders .gender-icon {
  width: 40px;
  height: 40px;
}
body .ui-mon-details .mon-image-holder .genders .gender-icon.clickable {
  cursor: pointer;
}
body .ui-mon-details .mon-image-holder .genders .gender-icon.clickable img {
  cursor: pointer;
}
body .ui-mon-details .mon-image-holder .genders .gender-icon img {
  width: 33px;
  height: 33px;
  position: absolute;
}
body .ui-mon-details .mon-image-holder .genders .gender-icon img.overlay {
  width: 40px;
  height: 40px;
}
body .ui-mon-details .mon-details {
  flex: 1;
}
body .ui-mon-details .mon-details p {
  margin: 0;
}
body .ui-mon-details .mon-details .mon-evolve-row {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
body .ui-mon-details .mon-details .mon-evolve-row .mon-evolve {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .ui-mon-details .mon-details .mon-evolve-row .mon-evolve img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #616161;
  background-color: #424242;
}
body .ui-mon-wishlist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
body .ui-mon-wishlist div.wishlist-option {
  border: 1px solid #616161;
  display: flex;
  width: 100%;
  padding: 16px;
  border-radius: 6px;
  align-items: center;
}
body .ui-mon-wishlist div.wishlist-option div.icon, body .ui-mon-wishlist div.wishlist-option div.gender-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  flex-wrap: wrap;
  margin-right: 16px;
}
body .ui-mon-wishlist div.wishlist-option div.icon.lucky, body .ui-mon-wishlist div.wishlist-option div.gender-icon.lucky {
  background: #ebc89b;
}
body .ui-mon-wishlist div.wishlist-option div.icon.shiny, body .ui-mon-wishlist div.wishlist-option div.gender-icon.shiny {
  background: #f0d077;
}
body .ui-mon-wishlist div.wishlist-option div.icon.nundo, body .ui-mon-wishlist div.wishlist-option div.gender-icon.nundo {
  background: #e9bc62;
}
body .ui-mon-wishlist div.wishlist-option div.icon.hundo, body .ui-mon-wishlist div.wishlist-option div.gender-icon.hundo {
  background: #f19fac;
}
body .ui-mon-wishlist div.wishlist-option div.icon.looking-for, body .ui-mon-wishlist div.wishlist-option div.gender-icon.looking-for {
  background: #328e95;
}
body .ui-mon-wishlist div.wishlist-option div.icon .fg, body .ui-mon-wishlist div.wishlist-option div.gender-icon .fg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}
body .ui-mon-wishlist div.wishlist-option div.icon img, body .ui-mon-wishlist div.wishlist-option div.gender-icon img {
  width: 40px;
}
body .ui-dex-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
body .ui-dex-header .prev, body .ui-dex-header .next {
  width: 20%;
  display: flex;
  align-items: center;
}
body .ui-dex-header .prev a, body .ui-dex-header .next a {
  display: flex;
  align-items: center;
  color: #F5F5F5;
}
body .ui-dex-header .prev a img, body .ui-dex-header .next a img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #616161;
  margin-right: 16px;
}
body .ui-dex-header .next {
  justify-content: end;
}
body .ui-dex-header .current {
  flex: 1;
  text-align: center;
}
body #map {
  height: 100vh;
}
body #map .info-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #FFF;
  color: #424242;
}
body #map .info-content .marker-title {
  font-weight: 700;
  margin-bottom: 6px;
}
body .controls {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.95);
  color: #424242;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}
body .controls button {
  margin: 3px 0;
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
