.loader-container{justify-content:center;align-items:center;width:100%;padding:2.5rem;display:flex}.loader-container.full-screen{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#f9f7f2d9;width:100vw;height:100vh;position:fixed;top:0;left:0}.spinner{border:3px solid #3a5a4026;border-top-color:var(--color-primary);width:44px;height:44px;animation:spin .9s var(--easing-organic)infinite;border-radius:50%}.spinner.small{border-width:2px;width:22px;height:22px}.spinner.large{border-width:4px;width:64px;height:64px}@keyframes spin{to{transform:rotate(360deg)}}
