.header-members {
    display: flex;
    align-items: center;
    min-height: 48px;
    justify-content: space-between;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    font-family: var(--main-font-family-additional);
    padding-bottom: 32px;
}

.head-members-wrapper {
    display: flex;
}

.header-members .box_header_search {
    position: static;
}

.header-members .box_header_search .header-advanced-search {
    z-index: 1;
}

.form_main_search_wrap {
  height: 56px;
}

.box_header_search {
    max-width: 600px;
    margin: 0 auto;
}


.header_search_holder:hover,
.header_search_holder:focus-within {
    box-shadow: 0 1px 6px rgba(32,33,36,0.28);
    border-color: rgba(223,225,229,0);
}

.search-icon {
    color: #9aa0a6;
    font-size: 20px;
    margin-right: 10px;
}

.input-space-members-search {
    background-color: #fff;
    border: 1px solid var(--border-color);
    font-size: 16px;
    color: #333;
    width: 100%;
    outline: none;
    border-radius: var(--main-btn-border-radius);
    height: 48px;
    padding-left: 58px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23333333"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>');
    background-repeat: no-repeat;
    background-position: 28px center;
    background-size: 24px;
}

.input-space-members-search::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.space-members-wrapper {
    border: 1px solid var(--box-border-color);
    border-radius: var(--main-border-radius);
    background-color: var(--card-color);
}

.user-lists {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.status-group {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    width: 100%;
}

.user-item-holder {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.user-item-name .dropdown {
    position: absolute;
    transform: translateY(-45%);
}

.user-item-name {
    font-weight: 600;
    width: 100%;
    text-align: center;
    position: relative;
}

.user-item-name .name-wrapper {
    width: 100%;
    text-align: center;
}

.user-item-name .list_option {
    top: 0;
}

.modal-content .modal-content {
    position: relative;
    background-color: var(--card-color);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* border: 1px solid #999; */
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    border-radius: var(--main-border-radius);
    outline: 0;
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--border-color);

}

.user-name-truncate {
    display: inline-block;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
    .user-name-truncate {
        display: inline-block;
        max-width: 80px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header-members {
        display: block;
        padding-bottom: 24px;
    }

    .header-members .box_header_title {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #333333;
        padding-bottom: 16px;
        margin-bottom: 0;
    }
}


.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.user-item-warp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dropdown-menu {
    min-height: fit-content;
    min-width: fit-content;
    padding: 16px 16px 0 16px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    box-shadow: none;
    z-index: 1000;
}

.user-item-name .dropdown-menu {

}

.dropdown-menu {
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 5px;
}


.user-item-warp .list_option ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #333333;
    padding: 0;
    padding-bottom: 16px;
}



.user-item-figure {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
}

.user-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 16px;
}

.user-item-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.user-item-date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: var(--main-additional-color);
    margin-top: 8px;
}

.list_option {
    margin-top: 10px;
}

.badge {
    display: inline-block;
    padding: 4px 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--main-border-radius);
    height: 32px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
}

.badge-administrators {
    background-color: #333333;
}
.badge-content-creators {
    background-color: #BD8E8D;
}
.badge-members {
    background-color: #F0F0F0;
    color: #333333;
}

.status-separator {
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 24px 0;
}


@media screen and (max-width: 1200px) {
    .status-group {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media screen and (max-width: 992px) {
    .status-group {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .status-group {
        grid-template-columns: repeat(3, 1fr);
    }
}
