.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5dc715;
  background-color: #5dc715;
}

