.quiz-default fieldset {
    padding: 0;
    border: 0;
}

.quiz-default .form-type-textfield label,
.quiz-default .form-type-checkbox label,
.quiz-default .form-type-select label {
    font-family: "Graphik LC Semibold Web";
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1f1f1f;
}

.quiz-default .form-type-radios > label {
    font-family: "Graphik LC Semibold Web";
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.quiz-default .form-type-radios > label > .form-required {
    display: none;
}

.quiz-default .form-type-radio > input:disabled + label {
    opacity: 0.5;
}

.quiz-default .form-type-checkbox {
    position: relative;
    margin: 25px 0;
}

.quiz-default .form-type-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.quiz-default .form-type-checkbox label {
    user-select: none;
    display: block;
    position: relative;
    padding-left: 38px;
    padding-top: 2px;
}

.quiz-default .form-type-checkbox input+label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    margin-right: 16px;
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}

.quiz-default .form-type-checkbox input.error+label::before {
    border: 1px solid red;
}

.quiz-default .form-type-checkbox input[type=checkbox]:checked+label::before {
    border-color: #00ad21;
    background-color: #00ad21;
}

.quiz-default .form-type-checkbox input[type=checkbox]:checked+label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.quiz-default .form-type-textfield input {
    width: 100%;
    font-family: "Graphik LC Regular Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: normal;
    color: #1f1f1f;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #1f1f1f;
}

.quiz-default input[type="submit"] {
    cursor: pointer;
    background: #00ad21;
    height: 50px;
    outline: none;
    border: 0;
    width: 100%;
    font-family: "Graphik LC Semibold Web";
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    color: #f7f7f7;
}

.quiz-default input[type="submit"]:hover {
    background: #00BA23;
}

.quiz-default input[type="submit"]:disabled {
    background: #a0adb4;
    cursor: default;
}

.quiz-default input[type="submit"]:disabled {

}

.quiz-default .form-radios .form-item {
    margin: 0;
}

.quiz-default .form-radios label {
    font-family: "Graphik LC Regular Web";
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    color: #1f1f1f;
    padding: 7px 7px 7px 15px;
    border-top: 1px solid #e3e8ed;
    border-left: 1px solid #e3e8ed;
    border-right: 1px solid #e3e8ed;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

.quiz-default .form-radios > .form-item:last-child {
    border-bottom: 1px solid #e3e8ed;
}

.quiz-default .form-radios input:checked + label {
    background: #e3e8ed;
    border-left: 4px solid #a0adb4;
    padding-left: 11px;
}

.quiz-default .form-radios input {
    display: none;
}

.quiz-default .img-centre {
    margin: 0 auto;
    display: block;
}

.quiz-default .confirmation {
    font-family: "Graphik LC Semibold Web";
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1f1f1f;
    text-align: center;
    padding-top: 50px;
}

.quiz-default .preview-text {
    font-family: "Graphik LC Semibold Web";
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #1f1f1f;
}

.quiz-default .counter {
    font-family: "Graphik LC Semibold Web";
    font-size: 21px;
    line-height: 32px;
    color: #9b9b9b;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.quiz-default .answers .right {
    color: #00ad21;
}

.quiz-default .answers .noright {
    color: red;
}

.quiz-default .form-type-textfield input.error {
    border-bottom: 1px solid red;
}

.quiz-default .form-type-textfield textarea.error {
    border-bottom: 1px solid red;
}
