.Loader{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:fit-content;display:flex}.Loader__wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Loader--fullscreen{z-index:2147483647;background:#00000080;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:fixed;inset:0}.Loader__message{color:#969696;text-align:center;margin:0;font-size:1.2rem}.Loader__svg{transform-origin:50%;width:40px;min-width:40px;height:40px;min-height:40px;animation:2s linear infinite Loader-rotate;display:block}.Loader__circle{fill:none;stroke:#534cdd;stroke-width:3.6px;stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:1.5s ease-in-out infinite Loader-dash}.Loader--small .Loader__svg{width:30px;min-width:30px;height:30px;min-height:30px}@keyframes Loader-rotate{to{transform:rotate(360deg)}}@keyframes Loader-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}
