#snackbar{background-color:#003865;border-radius:15px;bottom:30px;color:#fff;font-family:Open Sans Semibold;font-weight:600;left:50%;min-width:250px;padding:13px 32px 12px;position:fixed;text-align:center;transform:translateX(-50%);visibility:hidden;z-index:1}#snackbar.show{-webkit-animation:fadein .5s,fadeout .5s 2.5s;animation:fadein .5s,fadeout .5s 2.5s;visibility:visible}@-webkit-keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}