.loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:98vh;font-family:'Mona Sans',sans-serif;font-weight:700;color:#22C7DD}.ant-spin{box-sizing:border-box;margin:0;padding:0;font-size:14px;font-variant:tabular-nums;line-height:1.5715;list-style:none;font-feature-settings:"tnum";position:absolute;display:none;color:#001fc5;text-align:center;vertical-align:middle;opacity:0;transition:transform .3s cubic-bezier(.78,.14,.15,.86)}@keyframes antRotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.ant-spin-dot-spin{transform:rotate(45deg);animation:antRotate 1.2s infinite linear}.ant-spin-spinning{position:static;display:inline-block;opacity:1}.ant-spin-lg .ant-spin-dot i{width:14px;height:14px}.ant-spin-lg .ant-spin-dot{font-size:32px}.ant-spin-dot-item:nth-child(1){top:0;left:0}.ant-spin-dot-item:nth-child(2){top:0;right:0;animation-delay:.4s}.ant-spin-dot-item:nth-child(3){right:0;bottom:0;animation-delay:.8s}.ant-spin-dot-item:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.ant-spin-dot{position:relative;display:inline-block;font-size:20px;width:1em;height:1em}.ant-spin-dot-item{position:absolute;display:block;width:9px;height:9px;background-color:#12a0cb;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s infinite linear alternate}