.delegation-category-choice {
  position: relative;
  padding-bottom: 2.9rem !important;
}

.delegation-category-select-all {
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  left: 0.45rem;
  display: inline-flex;
  min-height: 1.85rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #c7d2fe;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.94);
  color: #4338ca;
  font-size: 0.65rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 2px 7px rgba(79, 70, 229, 0.08);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.delegation-category-select-all:hover {
  border-color: #818cf8;
  background: #eef2ff;
  color: #312e81;
}

.delegation-category-select-all:focus-visible {
  outline: 3px solid rgba(99, 102, 241, 0.22);
  outline-offset: 1px;
}

.delegation-category-select-all[aria-busy="true"] {
  cursor: wait;
  opacity: 0.65;
}

