/*! Watnotif v1 | MIT License | github.io/watnotif*/
#watnotif-wrapper,#watnotif-wrapper *,#watnotif-wrapper :after,#watnotif-wrapper :before{box-sizing:border-box}#watnotif-wrapper{position:fixed;display:block;width:100%;max-width:450px;height:0;overflow:visible;z-index:9999;top:20px;left:50%;margin-left:-225px}#watnotif-wrapper>.notif{display:block;min-height:50px;height:auto;padding:10px 20px;cursor:pointer;color:#fff;box-shadow:0 0 2px 0 rgba(0,0,0,.9);overflow:hidden;position:relative;margin:0 0 20px;left:0;width:100%;opacity:1;transition-property:width,left;transition-duration:.15s;transition-delay:0s;transition-timing-function:ease-out}#watnotif-wrapper>.notif.inactive{width:120%;left:-10%;max-width:550px;margin:0 0 20px}#watnotif-wrapper>.notif.inactive:not(.going-out):before{opacity:0;top:60%}#watnotif-wrapper>.notif.inactive.going-out{left:50%;width:0;opacity:0;height:50px;transition-property:left,width,opacity,height;transition-duration:.15s,.15s,.1s,.15s;transition-delay:.1s,.1s,.25s,0s;transition-timing-function:linear}#watnotif-wrapper>.notif.inactive.going-out>p{opacity:0;height:100%;margin:0;transition-property:opacity;transition-delay:0s;transition-duration:.15s;transition-timing-function:ease-out}#watnotif-wrapper>.notif:before{position:absolute;top:50%;left:0;display:block;width:50px;height:50px;margin-top:-25px;padding:10px;text-align:center;line-height:30px;font-family:initial,sans-serif}#watnotif-wrapper>.notif>.close-notif{position:absolute;top:0;right:5px;z-index:2;display:block;width:30px;height:30px;padding:5px;background:0 0;border:none;opacity:0;outline:0;font-size:30px;font-weight:400;line-height:30px;transition:opacity .1s ease-out}#watnotif-wrapper>.notif:hover>.close-notif{opacity:.4}#watnotif-wrapper>.notif:hover>.close-notif:hover{opacity:1}#watnotif-wrapper>.notif>p{position:relative;display:block;width:100%;height:100%;padding:0 12px 0 50px;opacity:1;margin:0;transition-property:height,opacity,margin;transition-duration:.15s;transition-delay:.1s}#watnotif-wrapper>.notif>p a{color:inherit;text-decoration:underline}#watnotif-wrapper>.notif.inactive>p{height:0;margin:-10px 0 0;opacity:0;overflow:hidden}#watnotif-wrapper>.notif.confirmed{background:linear-gradient(135deg,#59caff 0,#26adec 100%)}#watnotif-wrapper>.notif.confirmed:before{content:":)"}#watnotif-wrapper>.notif.success{background:linear-gradient(135deg,#92db7b 0,#70cf51 100%)}#watnotif-wrapper>.notif.success:before{content:":D"}#watnotif-wrapper>.notif.error{background:linear-gradient(135deg,#ff6159 0,#ec3026 100%)}#watnotif-wrapper>.notif.error:before{content:":("}#watnotif-wrapper>.notif.default{background:linear-gradient(135deg,#dadada 0,#cbcbcb 100%);color:#333}#watnotif-wrapper>.notif.default:before{content:":|"}@media (max-width:520px){#watnotif-wrapper{top:0;left:0;width:100%;max-width:100%}#watnotif-wrapper>.notif{margin-bottom:0}#watnotif-wrapper>.notif>.close-notif{opacity:.4}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#watnotif-wrapper>.notif{transition:none}#watnotif-wrapper>.notif>p{transition-delay:0s}}