.loader-wrapper{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;position:fixed;top:0;left:0;background:rgba(255,255,255,.9);z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loader-container{display:flex;flex-direction:column;align-items:center;gap:15px}.loader{width:50px;height:50px;animation:rotate 1s linear infinite}.loader circle{fill:none;stroke:url(#gradient);stroke-width:4;stroke-dasharray:80;stroke-dashoffset:0;animation:dash 1.4s ease-in-out infinite;will-change:stroke-dashoffset,stroke-dasharray}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:10,200;stroke-dashoffset:0}50%{stroke-dasharray:80,200;stroke-dashoffset:-35}to{stroke-dasharray:80,200;stroke-dashoffset:-110}}