html body #mid-member-list-filters input.mantine-MultiSelect-searchInput {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  padding: 0;
  margin: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  width: 100%;
  height: 16px;
  border: none;
  outline: none;
  box-shadow: none;
}

.mantine-1kunnmy.mantine-MultiSelect-values {
  height: 41px;
  overflow-y: auto;
}

html body #mid-member-list-filters .mantine-Switch-input {
  border: none;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}
