#vanillatoasts-container{position:fixed;top:0;right:0;width:230px;font-family:poppins,sans-serif}.vanillatoasts-toast{position:relative;padding:10px 17px;margin:20px;border-radius:10px;background:#fff;cursor:pointer;box-shadow:1px 1px 3px rgba(0,0,0,.1);animation-duration:.5s;animation-name:VanillaToasts;animation-timing-function:cubic-bezier(.215,.61,.355,1)}@media screen and (max-width:550px){.vanillatoasts-toast{margin:10px}#vanillatoasts-container{width:180px}}.vanillatoasts-fadeOut{animation-name:VanillaToastsFadeOut;animation-duration:.5s;animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-fill-mode:forwards}#vanillatoasts-container p,#vanillatoasts-container h4{margin:3px 0!important}.vanillatoasts-title{font-weight:700;font-size:15px;margin-bottom:10px;color:#000}.vanillatoasts-text{font-size:14px;color:#777}.vanillatoasts-icon{position:absolute;top:4px;left:-50px;width:60px;height:60px;border-radius:25px;background:#fff;border:8px solid #fff;box-shadow:0 0 3px rgba(0,0,0,.1)}.vanillatoasts-toast a,.vanillatoasts-toast a:hover{color:#549edb!important;text-decoration:none!important}.vanillatoasts-success{border-bottom:2px solid #414141}.vanillatoasts-warning{border-bottom:2px solid #db9215}.vanillatoasts-error{border-bottom:2px solid #db2b1d}.vanillatoasts-info{border-bottom:2px solid #27abdb}@keyframes VanillaToasts{from{transform:translate3d(400px,0,0);opacity:0}to{transform:translate3d(0,0,0);opacity:1}}@keyframes VanillaToastsFadeOut{from{transform:translate3d(0,0,0);opacity:1}to{transform:translate3d(400px,0,0);opacity:0}}