.loader-wrapper{z-index:99999;width:100%;height:100%;position:fixed;top:0;left:0;background-color:#f4f4f4;display:grid;place-items:center;animation:spin 1s linear}.loader{border:16px solid #e3e3e3;border-top:16px solid #f4c430;border-radius:50%;width:140px;height:140px;animation:spin 1s linear infinite}@keyframes spin{0%{opacity:0}100%{opacity:1}}.empty-state{border:9px solid #f4f4f4;border-radius:50%;border-top:10px solid #222;width:50px;height:50px;margin:200px;-webkit-animation:spin-empty-state 1s linear infinite;animation:spin-empty-state 1s linear infinite}.elements{display:flex;align-items:center;flex-direction:column;justify-content:center;margin:0,auto;margin-bottom:235px}.logo-empty-state{margin-top:-235px}@-webkit-keyframes spin-empty-state{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin-empty-state{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

/*# sourceMappingURL=main.230e69fc.css.map*/