@keyframes fadeInOut{0%{opacity:0}40%{opacity:1}80%{opacity:1}to{opacity:0}}.alert-fade{opacity:0;-webkit-animation:fadeInOut 6s;animation:fadeInOut 6s}
