@keyframes expandFromBottom{0%{border-radius:12px;width:450px;right:20px;transform:translateY(calc(100vh - 160px))}to{border-radius:0;width:600px;right:0;transform:translateY(0)}}@keyframes collapseToBottom{0%{border-radius:0;width:600px;right:0;transform:translateY(0)}to{border-radius:12px;width:450px;right:20px;transform:translateY(calc(100vh - 160px))}}.sidebar-entering{animation:.3s ease-out forwards expandFromBottom}.sidebar-exiting{animation:.3s ease-in forwards collapseToBottom}[data-testid=virtuoso-scroller] table thead{z-index:3!important}
/*# sourceMappingURL=index.87064265.css.map*/