@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css");
.styled-radio-selection {
  border-radius: 5px;
  color: #666c75;
  line-height: 30px;
  width: 100%;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: 21px;
  padding-right: 21px;
  grid-gap: 20px;
}
.styled-radio-selection input[type=radio] {
  display: none;
}
.styled-radio-selection input[type=radio]:not(:disabled) ~ label {
  cursor: pointer;
}
.styled-radio-selection input[type=radio]:disabled ~ label {
  color: hsl(150deg, 5%, 75%);
  border-color: hsl(150deg, 5%, 75%);
  box-shadow: none;
  cursor: not-allowed;
}
.styled-radio-selection input[type=radio]:checked + label {
  background: #e5e7eb;
  border-color: hsl(150deg, 75%, 45%);
  color: hsl(150deg, 75%, 45%);
}
.styled-radio-selection input[type=radio]:checked + label::after {
  color: hsl(215deg, 5%, 25%);
  font-family: FontAwesome;
  border: 2px solid hsl(150deg, 75%, 45%);
  content: "\f00c";
  font-size: 18px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px hsla(0deg, 0%, 0%, 0.25);
}
.styled-radio-selection label {
  position: relative;
}

/*# sourceMappingURL=qualityControl.css.map */
