.info-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #999;
  color: #fff;
  margin-left: 6px;
  cursor: pointer;
  position: relative;
}

.info-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}

.info-icon:hover::after {
  opacity: 1;
}

#component_box {
  text-align: center;
  border-top: 4px solid #fff;
}

#component_box:first-of-type {
  border-top-color: #64748B;
}

.center-container {
  text-align: center;
}

.center-scale {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}

.center-ring {
    width:auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.potential {
  position: relative;
}

.potential svg {
  position:relative;
}

#mapengine-legend {
  max-width: initial;
}
