*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{transform:translate(-16px);opacity:0}to{transform:translate(0);opacity:1}}.animate-fadeIn{animation:fadeIn .22s ease-out}.animate-slideInLeft{animation:slideInLeft .26s ease-out}
