.toast{position:relative;min-height:96px;-webkit-box-shadow:0 0 5px 3px rgba(0,0,0,.75);-moz-box-shadow:0 0 5px 3px rgba(0,0,0,.75);box-shadow:0 0 5px 3px rgba(0,0,0,.75);min-width:400px;z-index:999;background-color:#fff;transition:all .3 linear;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0;opacity:0;max-width:640px}.toast .toast-type{text-align:center;position:absolute;left:0;top:0;height:100%;width:60px}.toast .toast-type i{color:#fff;font-size:16px;position:absolute;top:50%;left:52%;transform:translate(-50%,-50%)}.toast .toast-message{position:relative;background-color:#fff;margin-left:60px}.toast .toast-message p{color:#000;font-size:13px;line-height:18px;padding:20px 30px 20px 10px}.toast .toast-message p a{font-weight:700;display:block}.toast .toast-message p a:hover{text-decoration:underline}.toast .toast-message button{border:0;background-color:transparent;font-size:16px;text-align:center;position:absolute;top:10px;right:10px;padding:0}.toast.fixed{position:fixed}.toast.info .toast-type{background-color:#7a8b98}.toast.error .toast-type{background-color:#ff2c33}.toast.success .toast-type{background-color:#469a1f}.toast.animate-in.fromTop{animation:goInFromTop .5s ease-out forwards}.toast.animate-in.fromBottom{animation:goInFromBottom .5s ease-out forwards}.toast.animate-out.fromTop{animation:goOutFromTop .5s ease-out forwards}.toast.animate-out.fromBottom{animation:goOutFromBottom .5s ease-out forwards}.toast.regular{opacity:1}.toast-container{position:fixed;z-index:9999}.toast-container ul{margin:0;padding:0;list-style-type:none}.toast-container ul li{margin:0;padding:0;margin-top:20px}.toast-container.bl{bottom:10px;left:0}@media(min-width:768px){.toast-container.bl{left:10px}}.toast-container.br{bottom:10px;right:0}@media(min-width:768px){.toast-container.br{right:10px}}.toast-container.tl{top:10px;left:0}@media(min-width:768px){.toast-container.tl{left:10px}}.toast-container.tr{top:10px;right:0}@media(min-width:768px){.toast-container.tr{right:10px}}.toast-closed{display:none}@keyframes goInFromTop{0%{transform:translatey(-50px);opacity:0}100%{transform:translatey(0);opacity:1}}@keyframes goInFromBottom{0%{transform:translatey(50px);opacity:0}100%{transform:translatey(0);opacity:1}}@keyframes goOutFromTop{0%{transform:translatey(0);opacity:1}100%{transform:translatey(-50px);opacity:0}}@keyframes goOutFromBottom{0%{transform:translatey(0);opacity:1}100%{transform:translatey(50px);opacity:0}}