.new-item{animation:glow 2s ease-in-out,scaleInOut 1.2s cubic-bezier(.34,1.56,.64,1);position:relative;transform-origin:center}.new-item:after,.new-item:before,.new-item>:after,.new-item>:before{animation:borderGlow 2s ease-in-out;background:#22c55e;content:"";position:absolute}.new-item:after,.new-item:before{height:2px;left:0;right:0}.new-item>:after,.new-item>:before{bottom:0;top:0;width:2px}.new-item:before{top:0}.new-item:after{bottom:0}.new-item>:before{left:0}.new-item>:after{right:0}@keyframes scaleInOut{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes borderGlow{0%{box-shadow:0 0 5px #22c55e,0 0 10px #22c55e,0 0 15px #22c55e;opacity:1}50%{box-shadow:0 0 10px #22c55e,0 0 20px #22c55e,0 0 30px #22c55e;opacity:1}90%{opacity:1}to{box-shadow:0 0 5px #22c55e,0 0 10px #22c55e,0 0 15px #22c55e;opacity:0}}@keyframes glow{0%{box-shadow:0 0 5px #22c55e1a}50%{box-shadow:0 0 10px #22c55e33}to{box-shadow:0 0 5px #22c55e1a}}
