.loading{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;z-index:100}.loading,.loading2{margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading svg{margin-bottom:2px}#infinity-outline{fill:transparent;stroke-width:4;stroke:#217225;stroke-dasharray:3px,300px;stroke-dashoffset:0;animation:anim 3s linear infinite}#infinity-bg{fill:transparent;stroke-width:4;stroke:#212580;opacity:.2}@keyframes anim{12.5%{stroke-dasharray:42px,300px;stroke-dashoffset:-33px}43.75%{stroke-dasharray:105px,300px;stroke-dashoffset:-105px}to{stroke-dasharray:3px,300px;stroke-dashoffset:-297px}}.loading-text{font-size:18px;color:#424242;font-weight:600}