html.hsz-permission-reset-open input[type="checkbox"],
body.hsz-permission-reset-open input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  min-height: 15px !important;
  max-width: 15px !important;
  max-height: 15px !important;
  transform: none !important;
  scale: 1 !important;
  margin: 0 6px !important;
  padding: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  vertical-align: middle !important;
  accent-color: #0b132b !important;
}

html.hsz-permission-reset-open label,
body.hsz-permission-reset-open label {
  align-items: center !important;
  gap: 6px !important;
  line-height: 1.4 !important;
}
