.loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.spinner{width:40px;height:40px;border-bottom-color:var(--Primary-Amthyste-300);border-right-color:var(--Primary-Amthyste-300);border-top-color:var(--Primary-Amthyste-300);border:4px solid var(--Primary-Amthyste-Main);border-left-color:var(--Primary-Amthyste-300);border-radius:50%;animation:spin 1s linear infinite}.loader-spinner{color:var(--Grayscale-600);font-weight:400;font-size:14px;line-height:136%;letter-spacing:0;text-align:center}@keyframes spin{to{transform:rotate(1turn)}}