#divesiteMap { width: 100%; height: 420px; border-radius: 1.2rem; margin-bottom: 2rem; box-shadow: 0 3px 24px #0002; }
.awesomplete { width:100%; }
.input-group.mb-2 { max-width: 360px; }
#uploadSpinner {
  display: none;
  text-align: center;
  margin: 20px 0 0 0;
  z-index: 20;
}
.spin-anim {
  animation: spin 1s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes spin {
  100% { transform: rotate(360deg); }
}
