.expand-enter-active,.expand-leave-active{transition:height .2s ease;overflow:hidden}.expand-enter,.expand-leave-to{height:0}.zi-badge{padding:0 4px;background-color:#000;color:#fff;display:inline-block;font-size:.625rem;font-weight:700;line-height:.9375rem;min-width:.9375rem;border-radius:8px;text-align:center}.zi-badge.red{background-color:red}.zi-badge.success{background-color:$STATUS_SUCCESS}.zi-badge.warning{background-color:$STATUS_WARNING}.zi-badge.danger,.zi-badge.error{background-color:$STATUS_DANGER}.zi-badge.dot{width:.375rem;height:.375rem;border-radius:50%;padding:0;min-width:unset;overflow:hidden;line-height:0;color:transparent}.zi-badge-group{position:relative;display:inline-block}.zi-badge-group .zi-badge{position:absolute;right:0;top:0;transform:translate(45%,-45%);vertical-align:baseline}.zi-badge-group .zi-badge.dot{top:.3em}