.svgNotification{width:85px;display:block;margin:25px auto 40px auto}.path{stroke-dasharray:1000;stroke-dashoffset:0}.path.circle{animation:dash .9s ease-in-out}.path.line{stroke-dashoffset:1000;animation:dash .9s .35s ease-in-out forwards}.path.check{stroke-dashoffset:-100;animation:dash-check .9s .35s ease-in-out forwards}p.success{color:#73af55}p.error{color:#d06079}@keyframes dash{0%{stroke-dashoffset:1000}100%{stroke-dashoffset:0}}@keyframes dash-check{0%{stroke-dashoffset:-100}100%{stroke-dashoffset:900}}.modal.notification .content{padding:5px 0px !important}