@keyframes spinner-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

#loading-map, #loading {
  height: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50% !important;
  transform: translateY(-50%);
  width: 50px;
}

#loading-results {
  height: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 250px;
  width: 50px;
}

@media (max-width:767px) {
  @media (min-height:700px) {
    #loading-results {
      top: 200px;
    }
  }

  @media (max-height:700px) {
    #loading-results {
      top: 150px;
    }
  }

  @media (max-height:600px) {
    #loading-results {
      top: 100px;
    }
  }
}

.spinner, .spinner-active {
  animation: 2s spinner-rotate linear infinite;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 50px;
  position: absolute;
  width: 50px;
}

.spinner {
  border-bottom: 0;
  border-left: 1px solid;
  border-right: 0;
  border-top: 1px solid;
  opacity: 0.5;
}

.spinner-active {
  animation: 1s spinner-rotate linear infinite;
  border-bottom: 1px solid;
  border-left: 0;
  border-right: 1px solid;
  border-top: 0;
}

/*
     FILE ARCHIVED ON 12:59:28 Aug 12, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:20:02 Jan 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.755
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.015
  esindex: 0.014
  cdx.remote: 118.885
  LoadShardBlock: 146.012 (3)
  PetaboxLoader3.datanode: 179.092 (4)
  PetaboxLoader3.resolve: 57.346 (2)
  load_resource: 113.009
*/