.portal-loader{display:inline-block;position:relative;width:80px;height:80px}.portal-loader div{box-sizing:border-box;display:block;position:absolute;width:64px;height:64px;margin:8px;border:8px solid #fff;border-radius:50%;-webkit-animation:sha-loader 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:sha-loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.portal-loader div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.portal-loader div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.portal-loader div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes sha-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes sha-loader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}