#vanillatoasts-container{font-family:Helvetica;pointer-events:none;position:fixed;width:320px;z-index:99999}.toasts-top-right{right:0;top:0}.toasts-top-left{left:0;top:0}.toasts-bottom-left{bottom:0;left:0}.toasts-bottom-right{bottom:0;right:0}.toasts-top-center{bottom:0;left:0;margin:auto;right:0;top:0}.toasts-bottom-center{bottom:0;left:50%;transform:translateX(-50%)}.vanillatoasts-toast{animation-duration:.3s;animation-name:VanillaToasts;animation-timing-function:cubic-bezier(.215,.61,.355,1);background:#f5f5f5;border-radius:10px;box-shadow:1px 1px 3px rgba(0,0,0,.1);cursor:pointer;margin:20px;padding:20px 17px;pointer-events:all;position:relative}.vanillatoasts-fadeOut{animation-duration:.3s;animation-fill-mode:forwards;animation-name:VanillaToastsFadeOut;animation-timing-function:cubic-bezier(.215,.61,.355,1)}#vanillatoasts-container h4,#vanillatoasts-container p{margin:3px 0!important}.vanillatoasts-title{font-size:15px;font-weight:700;margin-bottom:10px}.vanillatoasts-text{color:#777;font-size:14px}.vanillatoasts-icon{background:#fff;border-radius:100%;box-shadow:1px 1px 3px rgba(0,0,0,.1);height:50px;left:-40px;position:absolute;top:5px;width:50px}.vanillatoasts-toast a,.vanillatoasts-toast a:hover{color:#549edb!important;text-decoration:none!important}.vanillatoasts-success{border-bottom:2px solid #51c625}.vanillatoasts-warning{border-bottom:2px solid #db9215}.vanillatoasts-error{border-bottom:2px solid #db2b1d}.vanillatoasts-info{border-bottom:2px solid #27abdb}@keyframes VanillaToasts{0%{opacity:0;transform:translate3d(400px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes VanillaToastsFadeOut{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(400px,0,0)}}
