.empty-state-container{width:320px;height:208px;position:relative}.empty-state-card{width:320px;height:208px;position:absolute}.empty-state-card-inner{border-radius:8px;width:124px;height:124px;position:relative;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 4px 8px -2px #13171f1a,0 2px 4px -2px #13171f0f,0 0 4px #13171f0f}.empty-state-card-inner img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.empty-state-card-left{animation:1s cubic-bezier(.175,.885,.32,1.275) .5s forwards emptyStateAnimLeft}.empty-state-card-right{animation:1s cubic-bezier(.175,.885,.32,1.275) .5s forwards emptyStateAnimRight}.empty-state-card-center .empty-state-card-inner{animation:1s cubic-bezier(.175,.885,.32,1.275) .5s forwards emptyStateAnimCenter}@keyframes emptyStateAnimLeft{to{transform:rotate(-8deg)translate(-80px,-12px)}}@keyframes emptyStateAnimRight{to{transform:rotate(8deg)translate(80px,-12px)}}@keyframes emptyStateAnimCenter{to{width:160px;height:160px}}
