.styledform {
}

    .styledform.clear {
        clear: both;
    }

    .styledform .clear {
        clear: both;
    }

    .styledform .w25 {
        width: 25%;
        float: left;
        position: relative;
    }

    .styledform .w40 {
        width: 40%;
        float: left;
        position: relative;
    }

    .styledform .w50 {
        width: 50%;
        float: left;
        position: relative;
    }

    .styledform .w60 {
        width: 60%;
        float: left;
        position: relative;
    }

    .styledform .w75 {
        width: 75%;
        float: left;
        position: relative;
    }

    .styledform .w100 {
        width: 100%;
        float: left;
        position: relative;
    }

    .styledform .form-row {
        margin-bottom: 15px;
    }

        .styledform .form-row .field-validation-valid {
            display: none;
        }

        .styledform .form-row .field-validation-error {
            font-size: 12px;
            color: #CC3333;
            display: block;
        }

        .styledform .form-row label {
            width: 100%;
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
        }

            .styledform .form-row label a {
                color: #2f2f2f;
            }

        .styledform .form-row .fileUpload {
            position: relative;
            overflow: hidden;
        }

        .styledform .form-row .delete-file {
            position: absolute;
            right: 12px;
            top: 9px;
        }

        .styledform .form-row .fileUpload input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .styledform .form-row input[type="text"],
        .styledform .form-row input[type="date"],
        .styledform .form-row input[type="email"],
        .styledform .form-row input[type="password"],
        .styledform .form-row select {
            border: 1px solid #e5e3e0;
            height: 42px;
            width: 100%;
            padding: 10px;
            font-size: 14px;
        }

            .styledform .form-row input[type="text"].input-validation-error,
            .styledform .form-row input[type="date"].input-validation-error,
            .styledform .form-row input[type="email"].input-validation-error,
            .styledform .form-row input[type="password"].input-validation-error {
                background: #ffe7e7;
            }

        .styledform .form-row input[type="submit"],
        .styledform .form-row input[type="button"] {
            font-size: 15px;
            border: none;
            background: #a1d7c4;
            color: #fff;
            padding: 12px 30px;
        }

            .styledform .form-row input[type="submit"]:hover,
            .styledform .form-row input[type="submit"]:focus,
            .styledform .form-row input[type="submit"]:active,
            .styledform .form-row input[type="button"]:hover, .styledform .form-row input[type="button"]:focus, .styledform .form-row input[type="button"]:active {
                background: #68a190;
            }

        .styledform .form-row textarea {
            border: 1px solid #e5e3e0;
            height: 175px;
            width: 100%;
            padding: 10px;
            outline: none;
            font-size: 14px;
        }

            .styledform .form-row textarea.input-validation-error {
                background: #ffe7e7;
            }

        .styledform .form-row .w50:nth-of-type(1) {
            padding-right: 10px;
        }

        .styledform .form-row .w50:nth-of-type(2) {
            padding-left: 10px;
        }

        .styledform .form-row .w25:nth-of-type(1) {
            padding-right: 10px;
        }

        .styledform .form-row .w25:nth-of-type(2) {
            padding-left: 10px;
        }

        .styledform .form-row .w25:nth-of-type(3) {
            padding-left: 10px;
        }

        .styledform .form-row .w75 {
            padding-left: 10px;
        }

        .styledform .form-row .form-title {
            width: 100%;
            display: block;
            float: left;
            font-size: 14px;
        }

        .styledform .form-row .checkbox {
            margin: 0;
            display: inline;
            padding: 1px 10px 0 1px;
        }

            .styledform .form-row .checkbox label {
                display: inline-block;
                width: auto;
            }

            .styledform .form-row .checkbox input[type="checkbox"] {
                float: left;
                margin-right: 5px;
                position: relative;
                top: 6px;
            }

            .styledform .form-row .checkbox input[type="radio"] {
                position: relative;
                top: 4px;
                margin-right: 5px;
            }

        .styledform .form-row .radio {
            margin: 0;
            display: inline-block;
            padding: 8px 0 0;
        }

            .styledform .form-row .radio label {
                display: inline-block;
                width: auto;
            }

            .styledform .form-row .radio input[type="checkbox"] {
                position: relative;
                top: 4px;
                margin-right: 5px;
            }

            .styledform .form-row .radio input[type="radio"] {
                position: relative;
                top: 1px;
                margin-right: 5px;
            }

/*SURVEY*/
.styled-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* Rating */
    /* File upload survey */
    /* Selectie met afbeeldingen */
}

    .styled-form .surveyElement, .styled-form .sv_main, .styled-form .sv_container {
        width: 100%;
    }

    .styled-form form {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .styled-form .sv_row, .styled-form .form-row {
        margin-bottom: 20px;
        width: 100%;
    }

    .styled-form .form-row-label {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        display: block;
        margin-bottom: 10px;
    }

    .styled-form label, .styled-form .sv_q_title {
        font-size: 15px;
        font-weight: 400;
        cursor: pointer;
        display: block;
        margin-bottom: 5px;
    }

        .styled-form .sv_q_title .sv_q_num {
            display: none;
        }

    .styled-form .sv_q_description {
        width: 100%;
        display: block;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .styled-form input[type='text'], .styled-form input[type='email'], .styled-form input[type='number'], .styled-form input[type='password'], .styled-form input[type='date'], .styled-form input[type='datetime-local'], .styled-form input[type='time'], .styled-form select {
        width: 100%;
        border: 1px solid;
        width: 100%;
        padding: 15px 10px;
        font-size: 16px;
    }

    .styled-form textarea {
        width: 100%;
        border: 1px solid;
        width: 100%;
        padding: 15px 10px;
        font-size: 16px;
        outline: none !important;
        resize: none;
        min-height: 200px;
    }

    .styled-form select {
        box-shadow: none;
        background: transparent;
        background-image: url("data:image/svg+xml; charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3e%3cg%3e%3cg%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='20' stroke-width='2' d='M1 1v0l6 6v0l6-6v0'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: calc(100% - 12px) center;
        -webkit-appearance: none;
        padding-right: 35px;
    }

    .styled-form .sv_q_radiogroup {
        margin: 0 0 5px 0;
        padding: 0;
        display: block;
    }

        .styled-form .sv_q_radiogroup label {
            display: inline-block;
            width: auto;
            position: relative;
            padding-left: 35px;
            cursor: pointer;
            font-size: 15px;
            font-weight: 400;
        }

            .styled-form .sv_q_radiogroup label::before, .styled-form .sv_q_radiogroup label::after {
                content: '';
                border: 1px solid #000;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 0;
                width: 20px;
                height: 20px;
                transition: 0.28s ease;
            }

        .styled-form .sv_q_radiogroup input[type="checkbox"], .styled-form .sv_q_radiogroup input[type="radio"] {
            display: none;
        }

        .styled-form .sv_q_radiogroup.checked label::before, .styled-form .sv_q_radiogroup input:checked + label::before {
            border: 2px solid #000;
        }

        .styled-form .sv_q_radiogroup.checked label::after, .styled-form .sv_q_radiogroup input:checked + label::after {
            transform: scale(0.6);
            background-color: black;
            border: 1px solid black;
        }

        .styled-form .sv_q_radiogroup label::before, .styled-form .sv_q_radiogroup label::after {
            border-radius: 50%;
        }

    .styled-form .checkbox, .styled-form .sv_q_checkbox {
        position: relative;
        margin: 0 0 0.5px 0;
        padding: 0;
        display: block;
    }

        .styled-form .checkbox [type="checkbox"]:not(:checked), .styled-form .sv_q_checkbox [type="checkbox"]:not(:checked), .styled-form .checkbox [type="checkbox"]:checked, .styled-form .sv_q_checkbox [type="checkbox"]:checked {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }

        .styled-form .checkbox [type="checkbox"] + span, .styled-form .sv_q_checkbox [type="checkbox"] + span {
            position: relative;
            padding-left: 30px;
            cursor: pointer;
            display: inline-block;
            height: 20px;
            line-height: normal;
            font-size: 1.5px;
            user-select: none;
        }

        .styled-form .checkbox [type="checkbox"]:disabled + span, .styled-form .sv_q_checkbox [type="checkbox"]:disabled + span {
            opacity: 0.5;
            color: #999;
        }

        .styled-form .checkbox [type="checkbox"] + span::after, .styled-form .sv_q_checkbox [type="checkbox"] + span::after {
            border: 0;
            transform: scale(0);
        }

        .styled-form .checkbox [type="checkbox"] + span::before, .styled-form .sv_q_checkbox [type="checkbox"] + span::before, .styled-form .checkbox [type="checkbox"] + span::after, .styled-form .sv_q_checkbox [type="checkbox"] + span::after {
            content: '';
            position: absolute;
            top: 5px;
            left: 0;
            width: 20px;
            height: 20px;
            z-index: 0;
            border: 1px solid #c5c5c5;
            transition: 0.2s;
        }

        .styled-form .checkbox [type="checkbox"]:disabled + span::before, .styled-form .sv_q_checkbox [type="checkbox"]:disabled + span::before, .styled-form .checkbox [type="checkbox"]:disabled + span::after, .styled-form .sv_q_checkbox [type="checkbox"]:disabled + span::after {
            background: #c5c5c5;
        }

        .styled-form .checkbox [type="checkbox"]:checked + span::before, .styled-form .sv_q_checkbox [type="checkbox"]:checked + span::before {
            top: 2px;
            left: -2px;
            width: 12px;
            height: 20px;
            border-top: 2px solid transparent;
            border-left: 2px solid transparent;
            border-right: 2px solid #000;
            border-bottom: 2px solid #000;
            transform: rotate(40deg);
            backface-visibility: hidden;
            transform-origin: 100% 100%;
        }

        .styled-form .checkbox input, .styled-form .sv_q_checkbox input {
            margin-left: 5px;
        }

        .styled-form .checkbox label, .styled-form .sv_q_checkbox label {
            display: inline-block;
            margin: 0;
        }

    .styled-form .sv_q_rating {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }

    .styled-form .sv_q_rating_item {
        display: inline-flex;
        width: auto;
        border: 1px solid;
        margin: 3px;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 14px;
        transition: all ease-in-out 0.3s;
    }

        .styled-form .sv_q_rating_item:hover, .styled-form .sv_q_rating_item.active {
            background: #000;
            color: #fff;
        }

    .styled-form .sv_q_file {
        position: relative;
    }

        .styled-form .sv_q_file .sv_q_file_remove_button {
            position: absolute;
            right: 0;
        }

        .styled-form .sv_q_file .sv_q_file_remove_button, .styled-form .sv_q_file .sv_q_file_remove {
            padding: 5px 15px;
            display: inline-block;
            background-color: #000;
            color: #fff;
            font-size: 15px;
            font-weight: 400;
            border: none;
        }

        .styled-form .sv_q_file .sv_q_file_preview {
            margin-top: 20px;
        }

            .styled-form .sv_q_file .sv_q_file_preview > div:first-of-type {
                padding: 5px 0 10px 0;
            }

                .styled-form .sv_q_file .sv_q_file_preview > div:first-of-type a {
                    text-decoration: none;
                    pointer-events: none;
                }

            .styled-form .sv_q_file .sv_q_file_preview img {
                max-width: 100%;
            }

    .styled-form .sv_main .sv_q_imgsel {
        position: relative;
    }

        .styled-form .sv_main .sv_q_imgsel::before, .styled-form .sv_main .sv_q_imgsel::after {
            content: '';
            width: 20px;
            height: 20px;
            border: 2px solid;
            background: #fff;
            position: absolute;
            left: 15px;
            top: 15px;
        }

        .styled-form .sv_main .sv_q_imgsel::after {
            width: 12px;
            height: 12px;
            background: transparent;
            border: none;
            left: 19px;
            top: 19px;
        }

        .styled-form .sv_main .sv_q_imgsel.checked::after {
            background: #000;
        }

        .styled-form .sv_main .sv_q_imgsel.checked::before {
            border-color: #000;
        }

        .styled-form .sv_main .sv_q_imgsel.checked .sv_q_imgsel_image {
            border-color: #000;
        }

        .styled-form .sv_main .sv_q_imgsel label > div {
            border: none !important;
            cursor: pointer;
        }

        .styled-form .sv_main .sv_q_imgsel .sv_q_imgsel_image {
            border: 2px solid transparent;
            object-fit: cover !important;
        }

        .styled-form .sv_main .sv_q_imgsel .sv_q_imgsel_text {
            font-size: 14px;
            line-height: 1.2;
            padding-top: 1rem;
            display: block;
        }

    .styled-form .list .checkbox, .styled-form .list .sv_q_checkbox {
        display: block;
    }

    .styled-form .list .radio, .styled-form .list .sv_q_radiogroup {
        display: block;
    }

    .styled-form .divider {
        border-top: 10px solid #eaeaea;
        margin: 20px 0 40px 0;
    }

    .styled-form .hidden-on-load {
        display: none;
    }

    .styled-form .title {
        font-size: 32px;
        margin: 0;
    }

    .styled-form .subtitle {
        font-size: 20px;
        margin: 0;
    }

    .styled-form .field-validation-valid {
        display: none;
    }

    .styled-form .field-validation-error, .styled-form .sv_qstn_error_top {
        display: block;
        background: #000;
        color: #fff;
        font-size: 13px;
        padding: 5px 10px;
    }

    .styled-form .sv_qstn_error_top {
        padding: 0;
    }

        .styled-form .sv_qstn_error_top .sv_q_erbox {
            padding: 5px 10px;
        }

    .styled-form .sv_qstn_error_top {
        margin-bottom: 10px;
    }

    .styled-form .validation-summary-errors {
        color: #ff5252;
    }

    .styled-form .sv_next_btn, .styled-form .sv_prev_btn {
        font-size: 15px;
        font-weight: 400;
        padding: 8px 12px;
        background-color: #000;
        border: none;
        color: #fff;
        position: relative;
    }

    .styled-form .sv_complete_btn {
        font-size: 15px;
        font-weight: 400;
        padding: 8px 12px;
        background-color: #000;
        border: none;
        color: #fff;
        position: relative;
    }

.surveySummary-wrapper {
    padding-top: 20px;
}
