.bdp-checkbox {
  width: 30px;
  height: 30px;
  border: 1px solid #31ABDF;
  background-color: #F1F1F1;
}
.bdp-checkbox i {
  color: #F1F1F1;
  font-size: 200%;
  text-align: center;
  margin-left: 3px;
}
.bdp-checkbox.ng-invalid {
  border: 2px solid #E33243;
}
.bdp-checkbox.selected {
  border: 1px solid #31ABDF;
  background-color: #31ABDF;
}
.bdp-checkbox.selected i {
  color: white;
  font-size: 200%;
  text-align: center;
  margin-left: 3px;
}
.bdp-radio {
  width: 30px;
  height: 30px;
  border: 2px solid black;
  background-color: white;
  border-radius: 100%;
  line-height: 30px;
}
.bdp-radio i {
  color: white;
  font-size: 160%;
  text-align: center;
  margin-left: 6px;
  position: absolute;
  margin-top: 2px;
}
.bdp-radio.selected {
  border: 1px solid #31ABDF;
  background-color: #31ABDF;
}
.bdp-radio.selected i {
  color: white;
  font-size: 160%;
  text-align: center;
  margin-left: 6px;
  position: absolute;
  margin-top: 2px;
}
