.cesium-container canvas {
  cursor: grab;
}

.map-panel.is-map-dragging .cesium-container canvas {
  cursor: grabbing;
}

.earth-navigation {
  position: absolute;
  right: 17px;
  bottom: 56px;
  z-index: 5;
  display: flex;
  width: 48px;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.earth-nav-button,
.earth-nav-label {
  box-sizing: border-box;
  width: 40px;
  color: #dce8f0;
  border: 1px solid rgba(80, 118, 145, .72);
  border-radius: 4px;
  background: rgba(5, 20, 32, .93);
  box-shadow: 0 3px 10px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .045);
}

.earth-nav-button {
  display: grid;
  place-items: center;
  height: 33px;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.earth-nav-button:hover,
.earth-nav-button:focus-visible {
  color: #ffffff;
  border-color: rgba(89, 194, 239, .92);
  background: rgba(14, 43, 63, .96);
  outline: none;
}

.earth-nav-button:active {
  background: rgba(20, 64, 91, .98);
}

.earth-nav-button--compass {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  overflow: hidden;
  border-color: rgba(98, 137, 165, .76);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 58%, rgba(14, 39, 57, .94), rgba(3, 15, 25, .98) 70%);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(166, 205, 227, .08);
}

.earth-nav-button--compass::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid rgba(113, 151, 176, .28);
  border-radius: 50%;
}

.earth-compass {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.earth-compass strong {
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  color: #f1f5f7;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

.earth-compass-needle {
  position: absolute;
  top: 17px;
  left: 18px;
  width: 14px;
  height: 27px;
  transform-origin: 7px 11px;
  transition: transform 80ms linear;
}

.earth-compass-needle i,
.earth-compass-needle b {
  position: absolute;
  left: 2px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.earth-compass-needle i {
  top: 0;
  border-bottom: 13px solid #e45e59;
  filter: drop-shadow(0 0 2px rgba(235, 91, 84, .65));
}

.earth-compass-needle b {
  top: 12px;
  border-top: 12px solid #e9eef1;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .55));
}

.earth-nav-button--mode {
  height: 29px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.earth-nav-label {
  display: grid;
  place-items: center;
  height: 25px;
  color: #c8d5dd;
  font-size: 13px;
  line-height: 1;
  cursor: default;
  user-select: none;
}

.earth-nav-button--zoom {
  height: 34px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.earth-nav-button--location {
  height: 38px;
  margin-top: 3px;
}

.earth-nav-button--location svg {
  width: 22px;
  height: 22px;
}
