.slideDown{animation:slideDown var(--animation-duration) ease-in-out forwards;overflow-y:visible;transform:translateY(0);max-height:var(--max-height);opacity:1;z-index:1}.slideUp{animation:slideUp var(--animation-duration) ease-in-out;overflow-y:hidden;transform:translateY(-15px);max-height:0;opacity:0;z-index:-1}.slideLeft{animation:slideLeft var(--animation-duration) ease-in-out forwards;overflow-y:visible;transform:translate(-100%);opacity:1;z-index:1}.slideRight{animation:slideRight var(--animation-duration) ease-in-out;overflow-y:hidden;transform:translate(100%);opacity:0;z-index:-1}.pulseOpacity{animation:pulseOpacity 2.5s infinite linear}@keyframes pulseOpacity{0%{opacity:.2}50%{opacity:1}to{opacity:.2}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px);max-height:0;overflow:hidden}to{opacity:1;transform:translateY(0);max-height:var(--max-height)}}@keyframes slideUp{0%{opacity:1;transform:translateY(0);max-height:var(--max-height)}10%{opacity:0;transform:translateY(0);max-height:var(--max-height)}to{transform:translateY(-20px);max-height:0}}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes slideRight{0%{transform:translate(-100%)}to{transform:translate(100%)}}
