.is-hidden {
  display: none !important;
}

.is-active {
  font-weight: bold;
}

.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
