.loader{align-items:center;background-color:#ffffff80;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.spinner{animation:spin 1s linear infinite;border:6px solid #0000001a;border-left-color:#09f;border-radius:50%;height:60px;width:60px}@keyframes spin{to{transform:rotate(1turn)}}.dark .spinner{border:6px solid #ffffff1a;border-left-color:#09f}body{margin:0;padding-right:0!important}html{font-family:sans-serif!important}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}