/**handles:st-trigger-button-style**/
.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;
    }
}

/*
playback timings (ms):
  captures_list: 0.434
  exclusion.robots: 0.014
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 25.43
  LoadShardBlock: 416.318 (3)
  PetaboxLoader3.resolve: 753.923 (3)
  PetaboxLoader3.datanode: 520.156 (5)
  load_resource: 1017.265
  loaddict: 271.768
*/