.alert{position:fixed;top:16px;left:0;right:0;display:flex;justify-content:center;pointer-events:none}.alert-content{height:38px;display:flex;align-items:center;background:#000c;border-radius:4px;padding:0 16px;margin:0 auto}.alert-icon{width:20px;height:20px;margin-right:8px}.alert-text{color:#fff;font-size:14px}.alert-enter{animation:alertEnter .3s ease forwards}.alert-exit{animation:alertExit .3s ease forwards}@keyframes alertEnter{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes alertExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}
