@keyframes slideIn{0%{right:-100%}to{right:0}}@keyframes slideOut{0%{right:0}to{right:-100%}}.slideIn{animation:slideIn .3s ease-in-out forwards}.slideOut{animation:slideOut .3s ease-in-out forwards}@keyframes slideInL{0%{left:-100%}to{left:0}}@keyframes slideOutL{0%{left:0}to{left:-100%}}.slideInL{animation:slideInL .3s ease-in-out forwards}.slideOutL{animation:slideOutL .3s ease-in-out forwards}.info{max-height:0;overflow:hidden;transition:max-height .5s ease-out,opacity .5s ease-out;opacity:0}.info.show{max-height:max-content;opacity:1;background-color:#000}.info.hide{max-height:0;opacity:0;max-width:0;background-color:"none"}
