input[type="radio"] {
  box-shadow      : 0 2px 4px 0 rgba(0, 67, 175, 0.1)!important;
  border          : 1px solid #cbd7e8 !important;
  background-color: #ffffff;

  border-radius   : 50%!important;

  &:focus,
  &:hover {
    border: 1px solid $red !important;
  }

  &::before {
    width           : 10px;
    height          : 10px;
    background-color: #e01747 !important;

  }

}
