.suretrigger_button { 
    position: relative;
}

.st_trigger_button_loading:after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}

.st_trigger_button_loading:before {
    content: "";
    border-radius: 50%;
    right: 0px;
    top: 50%;
    position: absolute;
    border-right: 3px solid #ffffff;
    animation: rotate360 .5s infinite linear, exist .1s forwards ease ;
}

@keyframes rotate360 { 
    100% {
        transform: rotate(360deg);
    }
}
@keyframes exist { 
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}
/*
     FILE ARCHIVED ON 17:05:49 Dec 11, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:48:08 Apr 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):
  capture_cache.get: 0.561
  captures_list: 1.327
  exclusion.robots: 0.046
  exclusion.robots.policy: 0.018
  esindex: 0.017
  cdx.remote: 290.409
  LoadShardBlock: 148.013 (3)
  PetaboxLoader3.datanode: 220.617 (5)
  PetaboxLoader3.resolve: 227.623 (2)
  load_resource: 352.367
  loaddict: 67.834
*/