<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spinner-reusable{animation:spinner-reusable 2s linear infinite}.spinner-dots{display:flex;align-items:center;justify-content:center;height:15px;animation:dots 1s linear infinite}.spinner-dots-circle{margin:0 5px;width:10px;height:10px;border-radius:10px;background:#576ce4}.custom-spinner-full-page{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:rgba(0,7,47,.84);z-index:99999}.big-dot{width:15px;height:15px;border-radius:15px}.medium-dot{width:12px;height:12px;border-radius:12px}#dot1{animation:dot1 1s linear infinite}#dot2{animation:dot2 1s linear infinite}#dot3{animation:dot3 1s infinite}@keyframes dot1{0%{width:15px;height:15px;border-radius:15px}50%{width:10px;height:10px;border-radius:10px}to{width:5px;height:5px;border-radius:5px}}@keyframes dot2{0%{width:5px;height:5px;border-radius:5px}50%{width:15px;height:15px;border-radius:15px}to{width:10px;height:10px;border-radius:10px}}@keyframes dot3{0%{width:10px;height:10px;border-radius:10px}50%{width:5px;height:5px;border-radius:5px}to{width:15px;height:15px;border-radius:15px}}@keyframes spinner-reusable{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
</pre></body></html>