.chat-animation-chat-input-send{animation:chat-animation-chat-input-send .35s ease-in-out}@keyframes chat-animation-chat-input-send{0%{transform:scale(1)}55%{transform:scale(.7)}60%{transform:scale(.7)}to{transform:scale(1)}}.collapsible-content{overflow:hidden}.collapsible-content[data-state=open]{animation:slideDown .3s ease-out}.collapsible-content[data-state=closed]{animation:slideUp .3s ease-out}@keyframes slideDown{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes slideUp{0%{height:var(--radix-collapsible-content-height)}to{height:0}}.chat-animation-profile-input-send{animation:chat-animation-profile-input-send .35s ease-in-out}@keyframes chat-animation-profile-input-send{0%{transform:scale(1)}55%{transform:scale(.7)}60%{transform:scale(.7)}to{transform:scale(1)}}