@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pointer{cursor:pointer}.loading{justify-content:center;display:flex}.loading--full-height{align-items:center;height:100%}.loading .loader{box-sizing:border-box;border:5px solid #fff;border-bottom-color:#9c42ff;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}
