input[type=radio] {
  appearance: none;
  content: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

input[type=checkbox] {
  appearance: none;
  content: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

input[type=radio]:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  border: none;
}

input[type=checkbox]:checked {
  appearance: none;
  outline: none;
  padding: 0;
  content: none;
  border: none;
}

input[type=radio]:checked::before {
  position: absolute;
  color: #000000 !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  margin-top: -9px;
  font-size: 20px;
  margin-left: -5px;
}

input[type=checkbox]:checked::before {
  position: absolute;
  color: #000000 !important;
  content: "\00A0\2713\00A0" !important;
  font-weight: bolder;
  margin-top: -9px;
  font-size: 20px;
  margin-left: -5px;
}

.form-check-input[type=radio] {
  border-radius: 0;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.form-check-input:checked {
  background-color: rgba(13, 110, 253, 0);
  border-color: #0d6efd;
}

.table.table-bordered {
  --bs-table-border-color: #212529;
}

.form-check {
  display: block;
  min-height: 0;
  padding-left: 1.5em;
  margin-bottom: 0;
}

