.custom-control-input:checked ~ .custom-control-label:before {
  width: 18px;
  height: 18px;
  border-color: #dbdbdb;
  background-color: transparent;
}
.custom-radio .form-check-label:before {
  top: 1px;
  width: 20px;
  height: 20px;
}
.form-check-label:after {
  color: #048361;
  font-size: 13px;
  margin: 3px 0 0 2px;
  content: "\53";
  font-family: "dripicons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  opacity: 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  background: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  opacity: 1;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  width: 20px;
  height: 20px;
}
.custom-radio .form-check-label:after {
  font: none;
  width: 14px;
  height: 14px;
  background: #048361;
  content: "";
  border-radius: 100%;
  margin: 0 3px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background: #048361;
  opacity: 1;
}