:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}.org-card{display:flex;justify-content:center;align-items:center}.org-status{padding:0 6px;text-align:center;font-size:12px;margin-left:8px;display:inline-block;border-radius:8px;font-weight:800}.org-status1{border:1px solid #12a512;box-sizing:border-box;color:#12a512}.org-status2{border:1px solid rgba(252,5,5,.938);box-sizing:border-box;color:rgba(252,5,5,.938)}