.hsdivinit{display:inline-block;position:fixed;padding:10px 15px;transition:all 1s cubic-bezier(.25,.8,.25,1);background:#34495e;left:50%;bottom:-200px;transform:translate(-50%,-50%);color:#fff;border-radius:3px;font-family:Jaldi,sans-serif}.icon-success,.icon-warning{color:#fff;padding:10px;border-radius:50%;box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);text-align:center;margin-right:6px}.hsdivshow{-webkit-animation:hsshowpulse .5s ease both}@-webkit-keyframes hsshowpulse{0%{opacity:1;bottom:-100px}100%{opacity:1;bottom:20px}}.hsdivhide{-webkit-animation:hshidepulse .3s ease both}@-webkit-keyframes hshidepulse{0%{opacity:1;bottom:20px}100%{opacity:0;bottom:-100px}}.icon-success{background:#2ecc71}.icon-warning{background:#f1c40f}.hstext{padding:0 10px;font-size:20px;line-height:20px}@media (max-width:640px){.hsdivinit{left:50%;width:90%}}