.admin-wheel-page #adminListSwitch {
  position: relative;
  isolation: isolate;
  pointer-events: auto;
  touch-action: manipulation;
}

.admin-wheel-page #adminListSwitch::before,
.admin-wheel-page #adminListSwitch::after,
.admin-wheel-page #adminListSwitch .responsibility-list-thumb {
  pointer-events: none !important;
}

.admin-wheel-page #adminListSwitch > button {
  position: relative;
  z-index: 4;
  pointer-events: auto !important;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.admin-wheel-page #adminListSwitch > button:focus-visible {
  outline: 3px solid rgba(124, 58, 237, 0.42);
  outline-offset: 2px;
}
