.loading{height:100%;width:100%;position:fixed;z-index:1000;margin-top:0;top:0;background-color:#fff;transition:opacity 1s;display:flex;align-items:center;justify-content:center}.loader{width:48px;height:48px;border-radius:50%;display:inline-block;position:relative;animation:1s linear infinite rotation}.loader:after,.loader:before{content:"";position:absolute;left:0;top:0;background:#0084e8;width:16px;height:16px;transform:translate(-50%,50%);border-radius:50%}.loader:before{left:auto;right:0;background:#94c11c;transform:translate(50%,100%)}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}