.loading-overlay{position:fixed;inset:0;background-color:hsla(0,0%,100%,.8);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:9999}.bouncing-loader{display:flex;justify-content:space-between;width:80px}.bouncing-loader div{width:16px;height:16px;background-color:#000;border-radius:4px;animation:bounce .6s ease-in-out infinite}.bouncing-loader div:first-child{animation-delay:0s}.bouncing-loader div:nth-child(2){animation-delay:.1s}.bouncing-loader div:nth-child(3){animation-delay:.2s}.bouncing-loader div:nth-child(4){animation-delay:.3s}@keyframes bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-12px);opacity:.7}}.circle-spinner{width:30px;height:30px;border:3px solid rgba(89,90,91,.2);border-top-color:#000;border-radius:50%;animation:spin .6s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(1turn)}}