.loading{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;top:0;left:0;text-align:center;opacity:.7;background-color:#fff;z-index:9999999}.loading__icon{z-index:100;width:100px;height:100px}.pulse{animation-name:spin-animation;animation-direction:normal;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:steps(8)}@keyframes spin-animation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
