.expandContainer[data-state=open]{animation:.35s linear slideDownRadix}.expandContainer[data-state=closed]{animation:.35s linear slideUpRadix}@keyframes slideDownRadix{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes slideUpRadix{0%{height:var(--radix-collapsible-content-height)}to{height:0}}
[data-slot=sheet-overlay][data-state=open]{animation:.35s ease-out forwards sheetFadeIn}[data-slot=sheet-overlay][data-state=closed]{opacity:1}[data-slot=sheet-content][data-state=open]{animation:.3s ease-out forwards sheetSlideInFromRight}[data-slot=sheet-content][data-state=closed]{animation:.3s ease-in forwards sheetSlideOutToRight}@keyframes sheetFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetFadeOut{0%{opacity:1}to{opacity:0}}@keyframes sheetSlideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes sheetSlideOutToRight{0%{transform:translate(0)}to{transform:translate(100%)}}
