.spinner-overlay{z-index:9999;background:#fff9;height:100%;position:fixed;inset:0}.spinner-overlay__inner{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.loader-dots{justify-content:center;align-items:flex-end;gap:8px;height:32px;display:flex}.loader-dots__dot{background-color:var(--color-primary,#1951ab);border-radius:50%;width:10px;height:10px;animation:1.1s ease-in-out infinite loader-dot-wave}.loader-dots__dot:first-child{animation-delay:0s}.loader-dots__dot:nth-child(2){animation-delay:.18s}.loader-dots__dot:nth-child(3){animation-delay:.36s}@keyframes loader-dot-wave{0%,60%,to{opacity:.45;transform:translateY(0)scale(.9)}30%{opacity:1;transform:translateY(-12px)scale(1)}}
