.loading{border-radius:100%;height:50px;position:relative;width:50px}.loading:after,.loading:before{animation:spin 1s cubic-bezier(.28,.5,.61,.4) infinite;background-image:conic-gradient(transparent 57%,#267acc),conic-gradient(from 180deg,transparent 57%,#a359b6);border-radius:100%;content:"";height:100%;left:50%;padding:27.5px;position:absolute;top:50%;translate:-50% -50%;width:100%;z-index:-1}.loading:before{filter:blur(1.5rem);opacity:.5}@keyframes spin{to{transform:rotate(1turn)}}@media screen and (max-width:600px){.loading{height:35px;width:35px}.loading:after,.loading:before{padding:19.5px}}.icon-wrapper{align-items:center;display:flex;justify-content:center;overflow:hidden;transition:width .1s ease;width:0}.icon-wrapper:has(svg){width:20px}.fade-enter-active,.fade-leave-active{transition:all .1s ease}.fade-enter-from,.fade-leave-to{transform:scale(0)}
