.animated-card-container{position:relative;cursor:pointer;border-radius:8px}.border-segment{position:absolute;background-color:#45B8B1;pointer-events:none;z-index:10;opacity:0;transition:opacity .3s ease-out;border-radius:8px}.border-top{top:0;left:0;width:0;height:2px}.border-right{top:0;right:0;width:2px;height:0}.border-bottom{bottom:0;right:0;width:0;height:2px}.border-left{bottom:0;left:0;width:2px;height:0}@keyframes border-top{0%{width:0;opacity:1}25%{width:100%;opacity:1}50%{width:100%;opacity:1}75%{width:100%;opacity:1}to{width:100%;opacity:1}}@keyframes border-right{0%{height:0;opacity:1}25%{height:0;opacity:1}50%{height:100%;opacity:1}to{height:100%;opacity:1}}@keyframes border-bottom{0%{width:0;opacity:1}25%{width:0;opacity:1}50%{width:0;opacity:1}75%{width:100%;opacity:1}to{width:100%;opacity:1}}@keyframes border-left{0%{height:0;opacity:1}25%{height:0;opacity:1}50%{height:0;opacity:1}75%{height:0;opacity:1}to{height:100%;opacity:1}}.animate-border-top{animation:border-top 3s forwards}.animate-border-right{animation:border-right 3s forwards}.animate-border-bottom{animation:border-bottom 3s forwards}.animate-border-left{animation:border-left 3s forwards}.fade-out{opacity:0!important}