.loading-spinner{align-items:center;background-color:#fff;display:flex;height:100vh;justify-content:center;position:fixed;width:100vw;z-index:9999}.loading-spinner-inner{height:40px;position:relative;width:40px}.loading-spinner-bounce1,.loading-spinner-bounce2{animation:loading-spinner-bounce 2s ease-in-out infinite;background-color:var(--wp--preset--color--green);border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.loading-spinner-bounce2{animation-delay:-1s}.loading-spinner.is-loaded{clip:rect(1px,1px,1px,1px);animation-delay:0s;animation-direction:normal;animation-duration:.2s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:loading-spinner-fade-out;animation-play-state:running;animation-timing-function:ease;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;z-index:-9999}@keyframes loading-spinner-fade-out{0%{opacity:1}to{opacity:0}}@keyframes loading-spinner-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}
