.loader-wrapper{-webkit-user-select:none;user-select:none;width:auto;height:120px;color:hsl(var(--foreground));justify-content:center;align-items:center;margin:2rem;font-family:Poppins,sans-serif;font-size:1.6em;font-weight:600;display:flex;position:relative;scale:1.5}.loader{z-index:1;background-color:#0000;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask:repeating-linear-gradient(90deg,#0000 0 6px,#000 7px 8px);mask:repeating-linear-gradient(90deg,#0000 0 6px,#000 7px 8px)}.loader:after{content:"";background-image:radial-gradient(circle at 50% 50%,hsl(var(--primary))0%,transparent 50%),radial-gradient(circle at 45% 45%,hsl(var(--destructive))0%,transparent 45%),radial-gradient(circle at 55% 55%,hsl(var(--accent))0%,transparent 45%),radial-gradient(circle at 45% 55%,#0f0 0%,transparent 45%),radial-gradient(circle at 55% 45%,#00f 0%,transparent 45%);width:100%;height:100%;animation-name:transform-animation,opacity-animation;animation-duration:2s,4s;animation-timing-function:cubic-bezier(.6,.8,.5,1);animation-iteration-count:infinite,infinite;animation-direction:alternate,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:none,none;animation-timeline:auto,auto;position:absolute;top:0;left:0;-webkit-mask:radial-gradient(circle,#0000 0% 10%,#000 25%);mask:radial-gradient(circle,#0000 0% 10%,#000 25%)}@keyframes transform-animation{0%{transform:translate(-55%)}to{transform:translate(55%)}}@keyframes opacity-animation{0%,to{opacity:0}15%{opacity:1}65%{opacity:0}}.loader-letter{opacity:0;z-index:2;animation:4s linear infinite loader-letter-anim;display:inline-block}.loader-letter:first-child{animation-delay:.1s}.loader-letter:nth-child(2){animation-delay:.205s}.loader-letter:nth-child(3){animation-delay:.31s}.loader-letter:nth-child(4){animation-delay:.415s}.loader-letter:nth-child(5){animation-delay:.521s}.loader-letter:nth-child(6){animation-delay:.626s}.loader-letter:nth-child(7){animation-delay:.731s}.loader-letter:nth-child(8){animation-delay:.837s}.loader-letter:nth-child(9){animation-delay:.942s}.loader-letter:nth-child(10){animation-delay:1.047s}.loader-letter:nth-child(11){animation-delay:1.152s}.loader-letter:nth-child(12){animation-delay:1.257s}.loader-letter:nth-child(13){animation-delay:1.362s}.loader-letter.space{width:1rem}@keyframes loader-letter-anim{0%{opacity:0}5%{opacity:1;text-shadow:0 0 4px hsl(var(--foreground));transform:scale(1.1)translateY(-2px)}20%{opacity:.2}to{opacity:0}}
