.content-panel{animation:none!important}.content-panel.panel-enter-forward{animation:panel-from-right 2s ease-out both!important}.content-panel.panel-enter-back{animation:panel-from-left 2s ease-out both!important}@keyframes panel-from-right{from{opacity:.8;transform:translateX(18px)}to{opacity:1;transform:translateX(0)}}@keyframes panel-from-left{from{opacity:.8;transform:translateX(-18px)}to{opacity:1;transform:translateX(0)}}
