@keyframes spin-slowing-spin{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}75%{transform:rotate(290deg)}100%{transform:rotate(360deg)}}.collapsed-panel{padding:0 18px;background-color:#fff;max-height:0;overflow:hidden;transition:max-height .2s ease-out}.uncollapsed-panel{padding:0 18px;background-color:#fff;max-height:50rem;overflow:hidden;transition:max-height .2s ease-out}