- .radio-circle.green input[type=radio]:checked + label {
 
- 	border-color: #28a745;
 
- }
 
- .radio-circle.green input[type=radio]:focus + label {
 
- 	box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 50%);
 
- }
 
- .radio-circle.green input[type=radio]:checked + label:before {
 
- 	background: #28a745;
 
- }
 
 
  |