.loader-spinner{justify-content:center;align-items:center;display:inline-flex}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}.loader-sm .spinner{border-width:2px;width:16px;height:16px}.loader-md .spinner{border-width:2px;width:18px;height:18px}.loader-lg .spinner{border-width:3px;width:24px;height:24px}.loader-spinner.loader-orange .spinner{border-color:#ff7b5c #ff7b5c4d #ff7b5c4d}@keyframes spin{to{transform:rotate(360deg)}}
.btn{cursor:pointer;width:fit-content;height:48px;transition:all .2s var(--transition);white-space:nowrap;border:none;border-radius:10px;outline:none;justify-content:center;place-self:start;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:500;display:inline-flex}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary:disabled{color:#9ca3af;background:#e5e7eb}.btn-full-width{width:100%}.btn-primary{color:#fff;background:#ff7b5c}.btn-primary:hover:not(:disabled),.btn-primary:active:not(:disabled){background:#ff6a47}.btn-secondary{background:var(--secondary);color:var(--primary);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--secondary-hover);border-color:var(--border-hover)}.btn-google{color:var(--text-primary);background:#fff;border:1px solid #f1e5e1;height:48px;font-weight:500}.btn-google:hover:not(:disabled){background:#fff5f2;border-color:#e5d4ce}.btn-outline{color:#6b7280;background:#fff;border:1px solid #e5e7eb;font-weight:500}.btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.btn-icon{justify-content:center;align-items:center;display:inline-flex}.btn-loading{pointer-events:none}
