#loading {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.loading {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: var(--button--color-background);
  border-radius: var(--button--border-radius);
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*
     FILE ARCHIVED ON 00:40:23 Aug 13, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:18:42 Oct 09, 2025.
     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.621
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 35.755
  LoadShardBlock: 381.83 (3)
  PetaboxLoader3.datanode: 517.798 (5)
  load_resource: 740.162
  PetaboxLoader3.resolve: 344.959
  loaddict: 236.933
*/