.metas {
  --bg-color: #e1e1e1;
  --color: black;
}
.list .listfilterbar{
  background: #787878;
}
.list .filterbutton:not([is-active]){
  background: transparent;
}
.list .listheader {
background:#e1e1e1;

}
.list .filterbutton:hover{
  background:#606060;
}
.list .listrow, .list .listheader {
  grid-template-columns: 3fr 0.5fr 1fr 1fr 1fr 0.5fr  4.25em;
  border-bottom: 1px solid rgb(0 0 0 / 25%);
}

.pagemenu {
    color: white;
    --color: white;
    background: #b5b5b5;
}


*[pagestyle-location] .showbt,
*[pagestyle-contributororg] .showbt,
*[pagestyle-contributoruser] .showbt{
  display: none;
}
body:not([user-role="superadmin"]) .list.eventpagelist .filterbutton:first-child{
    display: block;
}
body:not([user-role="superadmin"]) .metas {
  display: none;
}

body:not([user-role="superadmin"]) *[name="input_old_id"]{
  display: none;
}