.dropdown-menu-with-arrow{position:relative}.dropdown-menu-with-arrow:before{content:"";position:absolute;top:50%;left:-10px;transform:translateY(-50%) translateX(-50%);border:10px solid transparent;border-right-color:#fff}.menu-header{transition:max-width .3s ease-in-out,min-width .3s ease-in-out;width:100%}.menu-header--expanded{max-width:200px;min-width:200px}.menu-header--collapsed{max-width:52px;min-width:52px}.suboptions-container{overflow:hidden;transition:max-height all .3s ease-in-out}.suboptions-container--expanded{max-height:500px}.suboptions-container--collapsed{max-height:0}.chevron-icon{transition:transform .3s ease-in-out}.chevron-icon--expanded{transform:rotate(-90deg)}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}.sidebar-enter{animation:slideOut .3s forwards}.sidebar-enter-active{animation:slideIn .3s forwards}