@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-scaleIn{animation:scaleIn .3s ease-out}.animate-slideUp{animation:slideUp .3s ease-out}.animate-fadeOut{animation:fadeOut .3s ease-out}.animate-scaleOut{animation:scaleOut .3s ease-out}.animate-slideDown{animation:slideDown .3s ease-out}.top-level-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;pointer-events:auto}.top-level-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10001;pointer-events:auto}.top-level-popup{position:fixed;z-index:10002;pointer-events:auto}.top-level-loading{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10003;pointer-events:auto}
