#notify{position:fixed;top:150px;right:0;z-index:10000}#notify:empty{display:none}#notify .notification{position:relative;left:100%;min-width:300px;min-height:50px;margin-bottom:2px;padding-right:40px;display:flex;flex-direction:column;justify-content:center;transition-duration:500ms;transition-timing-function:cubic-bezier(.35, 1.52, .71, .77)}#notify .notification .h3{margin-top:8px}#notify .notification .close{position:absolute;right:5px;top:50%;opacity:initial;transform:translateY(-50%)}#notify .notification .close .fa{opacity:.3}#notify .notification .close svg{opacity:.5;position:absolute;top:-2px;right:-3px;width:25px;height:25px;transform:rotateY(-180deg) rotateZ(-90deg)}#notify .notification .close svg circle{stroke-dasharray:60px;stroke-dashoffset:0;stroke-linecap:round;stroke-width:3px;stroke:black;fill:none;animation:linear infinite forwards}@keyframes countdown{from{stroke-dashoffset:0}to{stroke-dashoffset:60px}}#notify .notification:hover .fa{opacity:.7}#notify .notification.stay svg{opacity:0}#notify .notification.active{left:0}/*# sourceMappingURL=notify.css.map */