.icon{display:inline-block;width:1em;height:1em;vertical-align:-0.125em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-sm{width:0.875em;height:0.875em}.icon-lg{width:1.25em;height:1.25em}.icon-xl{width:1.5em;height:1.5em}.icon-2x{width:2em;height:2em}.icon-3x{width:3em;height:3em}.icon-4x{width:4em;height:4em}.icon-5x{width:5em;height:5em}.icon-huge{width:6rem;height:6rem}@media (min-width:768px){.icon-huge{width:10rem;height:10rem}}.icon-accent{stroke:var(--accent)}.icon-error{stroke:#e74c3c}.icon-success{stroke:#2ecc71}.icon-warning{stroke:#f1c40f}.icon-spin{animation:icon-spin 1s linear infinite}@keyframes icon-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.icon-pulse{animation:icon-pulse 2s ease-in-out infinite}@keyframes icon-pulse{0%,100%{transform:scale(1);opacity:0.8}50%{transform:scale(1.05);opacity:1}}.icon svg{width:100%;height:100%}#export-btn .icon,#import-btn .icon{width:1.2em;height:1.2em}