.custom-more-members {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    border-radius: 9999px;
    background-color: #dbeafe;
    color: #1e40af;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer
}

.swal2-container {
    z-index: 99999999 !important;
}

div:where(.swal2-container) {
    z-index: 99999999 !important;
}