*,
*:before,
*:after {
  box-sizing: border-box;
}
li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
}
h4 {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.2;
    color: #ccc;
    font-size: 130%;
    margin-top: 50px;
    margin-bottom: 10px;
}
#checkbox_custom {
    display: block;
    clear: both;
    color:#ccc;
	text-align: right;
  margin-bottom: 10px;
}
#checkbox a {
	color: #e2c600;	
}
#checkbox_custom label span {
	color: #ccc;
}
#checkbox_custom p.p__radio {
  font-size: 1.2rem;
	padding-right: 0;
	margin-right: 0;
	margin-left:0;
	margin-bottom: 20px;
	color: #e2c600;
	width: 100%;
}
#checkbox_custom input[type="radio"] {
	position: absolute;
   opacity: 0;
     /*width: 0;
    height: 0;*/
}
#checkbox_custom2 .radio {

width: 100%;	
  display: inline-grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
}
#checkbox_custom .radio {
  font-size: 1.2rem;
  display: inline-grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
}
#checkbox_custom .radiolina {
  font-size: 1.2rem;
width: 60px;	
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
}
#checkbox_custom .inlinea {
width: 30%;	
  display: inline-grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
}
#checkbox_custom input.radio__input {
  display: flex;
}
#checkbox_custom .radio__control {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 10%;
  border: 0.1em solid currentColor;
  transform: translateY(-0.05em);
}
#checkbox_custom .radio__label {
	text-align: left;
  line-height: 1;
}	
#checkbox_custom input:checked + .radio__control {
      /*background: radial-gradient(currentcolor 50%, rgba(255, 0, 0, 0) 60%);*/
	background-color: transparent;
}
#checkbox_custom input:checked + .radio__label {
	color: #be202f;
}
#checkbox_custom .radio__control {
  display:grid;
  place-items: center;
}
#checkbox_custom .radio__control::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
#checkbox_custom input:checked ~ .radio__control::after {
	display: block;
}
#checkbox_custom input.radio__control::before {
  content: "";
  width: .5em;
  height: .5em;
  box-shadow: inset .5em .5em currentColor;
  border-radius: 10%;
  transition: 180ms transform ease-in-out;
  transform: scale(0);    
}
#checkbox_custom input:checked + .radio__control::before {
  transform: scale(1);
}

#checkbox_custom2 {
    display: block;
    clear: both;
    color: #ccc;
}
#checkbox_custom2 label span {
	color: #ccc;
}
#checkbox_custom2 p.p__radio {
  font-size: 1.2rem;
	margin-left:0;
	margin-bottom: 20px;
	color: #e2c600;
}
#checkbox_custom2 input[type="radio"] {
	position: absolute;
   opacity: 0;
     /*width: 0;
    height: 0;*/
}
#checkbox_custom2 .radio {
width: 100%;	
  display: inline-grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
}
#checkbox_custom2 .inlinea {
width: 30%;	
  display: inline-grid;
  grid-template-columns: min-content auto;
  grid-gap: 0.5em;
}
#checkbox_custom2 input.radio__input {
  display: flex;
}
#checkbox_custom2 .radio__control {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 10%;
  border: 0.1em solid currentColor;
  /*transform: translateY(-0.05em);*/
}
#checkbox_custom2 .radio__label {
	text-align: left;
  line-height: 1;
}	
#checkbox_custom2 input:checked + .radio__control {
  background: radial-gradient(currentcolor 50%, rgba(255, 0, 0, 0) 60%);
	background-color: #add8d9;
}
#checkbox_custom2 input:checked + .radio__label {
	color: #add8d9;
}
#checkbox_custom2 .radio__control {
  display:grid;
  place-items: center;
}
#checkbox_custom2 .radio__control::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
#checkbox_custom2 input:checked ~ .radio__control::after {
	display: block;
}
#checkbox_custom2 input.radio__control::before {
  content: "";
  width: .5em;
  height: .5em;
  box-shadow: inset .5em .5em currentColor;
  border-radius: 10%;
  transition: 180ms transform ease-in-out;
  transform: scale(0);    
}
#checkbox_custom2 input:checked + .radio__control::before {
  transform: scale(1);
}
@media only screen and (max-width: 768px) {
	
	#checkbox_custom label {
		display: block;
		margin-bottom: 20px;
	}

  #checkbox_custom2 label {
		display: block;
		margin-bottom: 20px;
	}
}