.chip{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.chip.sm{padding:2px 6px;border-radius:14px;font-size:11px}.chip.md{padding:4px 10px;border-radius:18px;font-size:13px}.chip.lg{padding:6px 14px;border-radius:20px;font-size:15px}.chip.xl{padding:10px 18px;border-radius:24px;font-size:17px}.chip.default.fill-contrast{background-color:#d6d7f5;color:#6264d5}.chip.default.filled{background-color:#6264d5;color:#fefefe}.chip.default.outlined{background-color:#fefefe;color:#6264d5;outline:1px solid #6264d5}.chip.danger.filled{background-color:#fb2c36;color:#fefefe}.chip.danger.fill-contrast{background-color:#fef2f4;color:#fb2c36}.chip.danger.outlined{background-color:#fefefe;color:#fb2c36;outline:1px solid #fb2c36}.chip.warning.filled{background-color:#fdc700;color:#fefefe}.chip.warning.fill-contrast{background-color:#fefce8;color:#fdc700}.chip.warning.outlined{background-color:#fefefe;color:#fdc700;outline:1px solid #fdc700}.chip.info.filled{background-color:#2b7fff;color:#fefefe}.chip.info.fill-contrast{background-color:#eff6ff;color:#2b7fff}.chip.info.outlined{background-color:#fefefe;color:#2b7fff;outline:1px solid #2b7fff}.chip.success.filled{background-color:#00c950;color:#fefefe}.chip.success.fill-contrast{background-color:#f0fdf4;color:#00c950}.chip.success.outlined{background-color:#fefefe;color:#00c950;outline:1px solid #00c950}.chip.ag-grid-chip{min-width:100px;line-height:24px}