.full-loader{position:fixed;inset:0;background:#fff;z-index:99998;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;animation:full-loader-fade .18s ease-out}.full-loader__spinner{width:56px;height:56px;border-radius:50%;border:4px solid #ffe2d4;border-top-color:#f63;animation:full-loader-spin .7s linear infinite}.full-loader__label{font:500 14px/1.4 Inter,system-ui,sans-serif;color:#4b5563;letter-spacing:.01em}.full-loader__sub{font:400 12px/1.4 Inter,system-ui,sans-serif;color:#9ca3af;margin-top:-14px}@keyframes full-loader-spin{to{transform:rotate(360deg)}}@keyframes full-loader-fade{0%{opacity:0}to{opacity:1}}.btn-spinner{display:inline-block;width:12px;height:12px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;border-top-color:transparent;opacity:.85;animation:full-loader-spin .65s linear infinite;vertical-align:-1px;margin-right:8px;flex-shrink:0}.btn-spinner--sm{width:10px;height:10px;border-width:1.5px;margin-right:6px}
