.neoforum_loading{ 
    background-image: url("../img/loading.svg") !important;
    background-repeat: no-repeat;
}

.neoforum_users_editor_list{
    position:absolute;
    background: white;
    padding: 3px;
    width: 700px;
    max-height: 1000px;
    overflow-y: overlay;
    display:none;
}
.neoforum_users_content{
    width:900px;
    background-size: 30px;
    background-position: center top;
    min-height: 30px;
}
#neoforum_users_input{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
#neoforum_users_input:focus+.neoforum_users_editor_list, .neoforum_users_editor_list:hover{
    display: block;
}

.neoforum_search_users_item{
    border-bottom: 1px solid gray;
    height: 28px;
    line-height: 27px;
    padding: 4px;
    transition: 0.2s ease 0s;
}

.neoforum_user_supermod {
    color: blue;
}

.neoforum_search_users_item:hover {
    background-color: #dde0ec;
    transition: 0.2s ease 0s;
}

.neoforum_search_users_item span {
    margin-left: 20px;
    display: inline-block;
}

.neoforum_user_admin {color: red;}

.neoforum_search_users_item button:hover {
    transform: scale(1.2);
    transition: 0.2s ease 0s;
}
.neoforum_search_users_item button{
     width: 25px;
     height: 25px;
     margin: 1px 5px;
     float: right;
     background-color: transparent;
     border: 0;
     background-repeat: no-repeat;
     background-size: cover;
     cursor: pointer;
     background-position: center;
     transition: 0.2s ease 0s;
     }

.neoforum_add_admin {
    background-image: url("../img/admin.svg");
}

.neoforum_ban_user {
    background-image: url("../img/ban.svg");
}

.neoforum_unban_user {
    background-image: url("../img/unban.svg");
}

.neoforum_remove_admin {
    background-image: url("../img/remove-admin.svg");
}
.neoforum_users_window_wrap{
    position:fixed;
    height:100vh;
    width:100vw;
    top: 0;
    left: 0;
    z-index: 99997;
    display: none;
    background-color: rgba(0, 0, 0, 0.75);
}

.neoforum_users_window_wrap>div {
    position: absolute;
    background: white;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    padding: 45px;
    box-shadow: 0px 2px 20px 2px #dadada;
}
