﻿.snackbar{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#6495ed;color:#fff;text-align:center;border-radius:5px;padding:16px;position:fixed;z-index:1;left:40%;bottom:130px;font-size:large;z-index:1050;max-height:unset;opacity:1;}.snackbar.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 5.5s;animation:fadein .5s,fadeout .5s 5.5s;}@-webkit-keyframes fadein{from{bottom:0;opacity:0;}to{bottom:130px;opacity:1;}}@keyframes fadein{from{bottom:0;opacity:0;}to{bottom:130px;opacity:1;}}@-webkit-keyframes fadeout{from{bottom:130px;opacity:1;}to{bottom:0;opacity:0;}}@keyframes fadeout{from{bottom:130px;opacity:1;}to{bottom:0;opacity:0;}}