#please-wait-global-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(255 255 255 / .8);color:#333;font-size:1.5em;font-weight:700;flex-direction:column;justify-content:center;align-items:center;z-index:9999}#please-wait-global-overlay .spinner{width:40px;height:40px;border:4px solid #8bb197;border-top-color:#fff0;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}