@keyframes swipe-left-right{0%{width:0;left:0}to{width:100%;left:0}}.card-hover-effect{position:relative;overflow:hidden}.card-hover-effect:before{content:"";position:absolute;top:0;left:0;height:100%;width:0;background:#00628C;transition:width .5s ease-out;z-index:1}.card-hover-effect:hover:before{width:100%}.card-hover-effect .card-body{position:relative;z-index:2}.card-hover-effect:hover .card-body,.card-hover-effect:hover .card-body .card-title{color:white}.card-hover-effect:hover .card-body .badge{border-color:white;color:white}.card-hover-effect:hover .card-body .text-gray-500{color:rgba(255,255,255,.8)}