#overlayer{width:100%;background:#ffffff;height:60vh;visibility:visible;opacity:1;display:flex;justify-content:center;align-items:center}.loader-overlay{top:50%;left:50%;transform:translate(-50%,-50%)}.spin-list .atbd-spin-dots:not(:last-child){margin-right:20px}.atbd-spin-dots{position:relative;display:inline-block;width:1em;height:1em;transform:rotate(45deg);animation:rotate 1.2s linear infinite}.atbd-spin-dots .spin-dot{transform:scale(.75);position:absolute;opacity:.3;animation:spinMove 1s linear infinite alternate}.atbd-spin-dots .spin-dot:first-child{left:0;top:0}.atbd-spin-dots .spin-dot:nth-child(2){right:0;top:0;animation-delay:.3s}.atbd-spin-dots .spin-dot:nth-child(3){left:0;bottom:0;animation-delay:.5s}.atbd-spin-dots .spin-dot:nth-child(4){right:0;bottom:0;animation-delay:.7s}.atbd-spin-dots.spin-md{font-size:24px}.atbd-spin-dots.spin-md .spin-dot{width:8px;height:8px}.atbd-spin-dots.spin-lg{font-size:30px}.atbd-spin-dots.spin-lg .spin-dot{width:10px;height:10px}.badge-dot{display:block;width:6px;height:6px;border-radius:50%}.dot-primary{background:#5f63f2}@keyframes spinMove{to{opacity:1}}@keyframes rotate{to{transform:rotate(410deg)}}