.checkbox.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

/* Make sure checkbox and label are inline */
.checkbox.form-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  top: 0;
}

/* Ensure label stays aligned and doesn't wrap awkwardly */
.checkbox.form-check .form-check-label {
  margin: 0;
  line-height: 1.5;
  display: inline-block;
  white-space: normal;
}

.color-primary {
  color: #00bfff !important;
}


