.custom-radio .custom-control-input:disabled:checked ~ .custom-control-indicator {
  background-color: $input-bg-disabled;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23889198'/%3E%3C/svg%3E");
}
