html.candidate-assistant-open {
  overflow: hidden;
  touch-action: none;
}

html.candidate-assistant-open::before {
  content: '';
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1029;
}
