﻿.custom-radio .custom-control-label {
  margin-top: 0.25rem;
  margin-right: 2rem;
  font-size: 16px;
}
.custom-radio .custom-control-label:before {
  background-color: #ffffff;
  border-color: #767777;
  box-shadow: none;
  outline: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
  border-color: #7fba00;
  box-shadow: none;
  outline: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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='%237fba00'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  outline: none;
  box-shadow: none;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #E3E3E3;
}
.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #E3E3E3;
}
