body{margin:0;display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif}.loading-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.ios-spinner{width:28px;height:28px;position:relative;margin-bottom:16px}.ios-spinner div{transform-origin:14px 14px;animation:ios-spinner-fade 1.2s linear infinite}.ios-spinner div:after{content:" ";display:block;position:absolute;top:0;left:13px;width:2px;height:7px;border-radius:1px;background:#07c160}.ios-spinner div:nth-child(1){transform:rotate(0);animation-delay:-1.1s}.ios-spinner div:nth-child(2){transform:rotate(30deg);animation-delay:-1s}.ios-spinner div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s}.ios-spinner div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s}.ios-spinner div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s}.ios-spinner div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s}.ios-spinner div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s}.ios-spinner div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s}.ios-spinner div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s}.ios-spinner div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s}.ios-spinner div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s}.ios-spinner div:nth-child(12){transform:rotate(330deg);animation-delay:0s}@keyframes ios-spinner-fade{0%{opacity:1}to{opacity:.15}}.status-text{color:#999;font-size:14px;letter-spacing:.5px}
