:root {
  --color-slate: #242d36;
  --color-slate-transparent: #242d36ea;
}

input[type='checkbox'] {
  cursor: pointer;
  accent-color: var(--bs-primary);
}

input[type='checkbox'] ~ label {
  user-select: none;
  -webkit-user-select: none;
}

input:disabled {
  cursor: not-allowed;
}

img {
  user-select: none;
  -webkit-user-select: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}
