.chips{--text-color:#fff;--bg-color:rgb(var(--color-primary));border-radius:.375rem;display:flex;gap:.25rem;margin-bottom:auto;max-width:20rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-bg-opacity:1;background-color:rgb(var(--color-primary)/var(--tw-bg-opacity,1));padding:.125rem .5rem;--tw-text-opacity:1;background:var(--bg-color);color:rgb(255 255 255/var(--tw-text-opacity,1));color:var(--text-color);transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.chips_wide{max-width:42rem}.chips_narrow{max-width:130px}.chips_color_success{--text-color:rgb(var(--color-success-dark));--bg-color:rgb(var(--color-success-light))}.chips_color_success_animated{--text-color:rgb(var(--color-success-dark));animation:colorPulse 2s ease-in-out infinite;background:rgb(var(--color-success-light))}@keyframes colorPulse{0%{background:rgb(var(--color-success-light))}50%{background:rgb(var(--color-success))}to{background:rgb(var(--color-success-light))}}.chips_color_gray{--text-color:rgb(var(--color-dark));--bg-color:rgb(var(--color-grayLight))}.chips_color_danger2{--text-color:#fff;--bg-color:rgb(var(--color-danger2))}.chips_color_white{--text-color:rgb(var(--color-dark));--bg-color:#fff}.chips__close{border-radius:9999px;cursor:pointer;font-size:.875rem;height:1.25rem;line-height:1.25rem;text-align:center;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:1.25rem}.chips__close:hover{background:var(--text-color);color:var(--bg-color)}.chips_clickable{cursor:pointer}
