html,
body {
  width: 100%;
  height: 100%;
}

div[picimo] > canvas {
  outline: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: fixed;
  overscroll-behavior-y: none;

  color: #333;
  background-color: #325d82;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.searchForKiwotigoInfo {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
}

.searchForKiwotigoInfo.open {
  display: block;
}

.searchForKiwotigoInfo > a {
  color: #69f;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px dotted #f06;
  cursor: pointer;
}

.infoIconsPane {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  flex-direction: row;
}

.infoIcon {
  width: 48px;
  height: 48px;
  border: 3px solid #000;
  border-radius: 6px;
  background-color: #989898;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.infoIcon + .infoIcon {
  margin-left: 10px;
}

.onlineOfflineIcon {
  background-image: url(heroicons/status-offline.svg);
}

.onlineOfflineIcon.online {
  background-image: url(heroicons/status-online.svg);
}

.fetchBuildIcon {
  background-image: url(heroicons/cloud-download.svg);
}

.onlineOfflineIcon.online,
.fetchBuildIcon.active {
  background-color: #e5e5e5;
  box-shadow: inset 2px 2px 0 #fff, inset -2px -2px 0 #bbb;
}

.fetchBuildIcon:hover {
  cursor: pointer;
  background-color: #e0e0e0;
}

.fetchBuildIcon.active:hover {
  cursor: default;
}

.worldInfo {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px;
}

.worldInfo .infoText {
  color: #eee;
  text-align: right;
  font-size: 11px;
}

.worldInfo .coord {
  display: inline-block;
  min-width: 3.66em;
  color: #902;
  background-color: #ddd;
  font-family: monospace;
  font-size: 11px;
  text-align: center;
}

.worldInfo .regionId {
  display: inline-block;
  min-width: 2.5em;
  color: #000000;
  background-color: #f0f0f0;
  font-family: monospace;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
