.add-user-lists-wrapper{
    max-height: 200px;
    overflow-y: scroll;
}

.list-item .user-avatar{
    width:40px;
    height:40px;
    margin-left:-18px
}

.list-item .separator{
    right: 1rem;
}

.no-notifications{
    max-width: 200px
}

input[type=checkbox]
{
    width: 25px; height: 25px;
}

.list-members-search-field {
    min-height: 38px;
    padding: 0 0.75rem;
    border: 1px solid rgba(127, 127, 127, 0.28);
    border-radius: 999px;
    background: rgba(127, 127, 127, 0.06);
}

.list-members-search-field:focus-within {
    border-color: rgba(203, 12, 159, 0.65);
    box-shadow: 0 0 0 0.12rem rgba(203, 12, 159, 0.12);
}

.list-members-search-input {
    height: 36px;
    min-height: 36px;
    padding: 0 0.5rem;
    background: transparent !important;
    min-width: 0;
}

.list-members-search-input::-webkit-search-cancel-button,
.list-members-search-input::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.list-members-search-input::-ms-clear {
    display: none;
}

.list-members-search-clear {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 999px;
}

.list-members-search-icon {
    flex: 0 0 20px;
    justify-content: center;
}
