<div style="padding: 2em; text-align: center;" id="map-generate-text">
  <h1 style="margin-bottom: 0.3em"><i class="fa-solid fa-location-smile fa-bounce"></i> Generating...</h1>
  <div class="loading" style="width: 100%; height: 35px; display: flex; justify-content: center; align-items: center;">
    <div class="spinner"></div>
  </div>
  <style>
      .spinner {
          border-style: solid;
          border-color: #312c85;
          border-top-color: #0000;
          border-width: 4px;
          border-radius: 50%;
          width: 35px;
          height: 35px;
          animation: spin .6s linear infinite;
      }
      @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
      }
  </style>
  <iframe id="{{uuid}}" src="{{url}}" frameborder="0" style="opacity: 0;"></iframe>
</div>
