.map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background-color: #f5f5f5;
  color: #616161;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
