.custom-loader{width:40px;aspect-ratio:1;--_c:no-repeat radial-gradient(farthest-side,#cfd3d7 92%,#0000);background:var(--_c) top,var(--_c) left,var(--_c) right,var(--_c) bottom;background-size:10px 10px;animation:customLoaderSpin 1s infinite}@keyframes customLoaderSpin{to{transform:rotate(.5turn)}}.dark .custom-loader{--_c:no-repeat radial-gradient(farthest-side,#9ca3af 92%,#0000)}.connection-loader-text-in{animation:connectionLoaderTextIn .4s cubic-bezier(.23,1,.32,1)}.connection-loader-text-out{animation:connectionLoaderTextOut .4s cubic-bezier(.23,1,.32,1) forwards}@keyframes connectionLoaderTextIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes connectionLoaderTextOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}@media (prefers-reduced-motion:reduce){.connection-loader-text-in,.connection-loader-text-out{animation:none}}