.btnGhostIcon{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.btnGhostIcon:hover:not(:disabled){background:#f7f9ff}.btnGhostIcon:disabled{opacity:.6;cursor:not-allowed}.iconRefresh{color:#0b5fd3}.spin{animation:.9s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
