.field-error {
    border: 2px solid red !important;
    background-color: #ffe6e6;
}

.formulier_steps {
    padding: 0;
    background: transparent;
    .label {
        color: #fff!important;
    }
    h3 {
        color: #9798a6!important;
        .the_day_field,
        .the_date_field {
            color: #d5cac2;
        }
    }
    .text_des {
        margin-bottom: 35px;
    }
    #datepicker {
        margin-bottom: 50px;
    }
    .wpcf7-checkbox {
        wpcf7-list-item.first {
            margin-left: 0!important;
        }
        label {
            border: 1px solid #ccc;
            display: block;
            padding: 10px 15px;
            border-radius: 5px;
            cursor: pointer;
            &:hover,
            &:focus,
            &:active {
                border-color: #aaa;
            }
        }
        input {
            width: auto;
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            position: relative;
            top: -2px;
        }
    }
    textarea {
        height: 125px;
    }
    .label.des_above_file {
        margin-bottom: 15px;
        opacity: 0.75;
    }
    input[type=file] {
        padding: 0;
        background: transparent;
        border: 0;
        color: #fff;
        margin: 0 0 40px;
        height: 40px;
        line-height: 40px;
    }
    input[type=submit] {
        background: var(--secondary)!important;
        color: #fff!important;
        padding: 0 30px!important;
    }
    .step_value {
        font-size: 23px;
        margin-bottom: 3px;
        color: #999;
    }
    .wpcf7-form-control {
        margin: 0 0 15px;
    }
    .step_item {
        display: none;
        &.last_step {
            .form_goto_prev {
                position: relative;
                top: 0;
                float: left;
            }
        }
        .des_text {
            margin-top: -10px;
            font-size: 14px;
            color: #999;
            display: block;
            line-height: 18px;
            box-shadow: inset 3px 0 0 var(--secondary);
            padding-left: 20px;
            + br {
                display: none;
            }
        }
        .ui-datepicker-inline {
            width: 100%;
        }
        .ui-datepicker {
            td {
                span,
                a {
                    text-align: center;
                }
            }
        }
        .ui-state-active, .ui-widget-content .ui-state-active,
        .ui-widget-header .ui-state-active,
        a.ui-button:active,
        .ui-button:active,
        .ui-button.ui-state-active:hover {
            background:var(--secondary);
            border-color: var(--secondary);
            color: #fff!important;
        }
        h3 {
            font-size: 3.2rem;
            margin-bottom: 30px;
            color: var(--secondary);
        }
        h4.green {
            color: var(--secondary);
        }
        p {
            margin: 0 0 15px;
        }
        .btn {
            cursor: pointer;
            .btn.btn-primary;
            margin-top: 15px;
            &.form_goto_prev {
                padding: 0 26px;
                background: #aaa;
                color: #000;
                &:before {
                    content: '\f053';
                    font-family: "Font Awesome 5 Free";
                    font-weight: 700;
                    font-size: 13px;
                    color: #fff;
                    display: inline-block!important;
                }
                &:hover,
                &:focus,
                &:active {
                    background: #999!important;
                    color: #000;
                }
            }
            &.form_goto_next {
                float: right;
                &:after {
                    font-family: "Font Awesome 5 Free";
                    font-weight: 700;
                    margin-left: 10px;
                    font-size: 13px;
                    display: inline-block!important;
                }
            }
            &:after {
                display: none;
            }
        }
        .submit_wrap {
            input[type=submit] {
                background: var(--primary);!important;
            }
        }
        &.active {
            display: block!important;
        }
        &.step_item_1 {
            .form_goto_prev {
                display: none;
            }
        }
        &.last_step {
            .form_goto_next {
                display: none;
            }
        }
        .submit_wrap {
            float: right;
            input {
                margin-top: 15px;
                float: right;
                background: var(--primary)!important;
                height: 60px;
                line-height: 50px;
                padding: 0 25px;
                border-radius: 50em;
            }
        }
        .agree_terms {
            .wpcf7-list-item {
                margin: 0;
            }
        }
        .summary {
            background: #7ea274;
            border-radius: 10px;
            padding: 35px 35px 110px 35px;
            margin-left: 50px;
            margin-top: -50px;
            position: relative;
            h4 {
                color: #fff;
            }
            .inner {
                .summary_item {
                    border-bottom: 1px solid rgba(0,0,0,0.1);
                    padding: 15px 0;
                    &:last-of-type {
                        border: 0;
                    }
                    .name {
                        color: rgba(255,255,255,0.75);
                        p {
                            margin: 0;
                        }
                    }
                    .value {
                        color: #fff;
                        font-weight: 600;
                    }
                }
            }
        }
    }
    .wpcf7-response-output {
        margin: 40px 0 0 0;
        padding: 25px;
        font-size: 1.7rem;
        line-height: 2.4rem;
    }
}

.formulier_steps {
    position: relative;
}
.progress_bar_wrapper {
    margin-left: 0;
    margin-right: 0;
    z-index: 1;
    width: 100%;
    .progress_percent_bar {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        background-color: #ced8dd;
        height: 25px;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
        .progress_percent {
            height: 100%;
            background-color: #00602d;
            text-align: right;
            line-height: 25px;
            padding-right: 8px;
            font-size: 1.5rem;
            border-radius: 20px;
            width: 0;
            transition: width 0.5s;
        }
    }
}

@media (max-width: 768px) {

    .formulier_steps {
        .wpcf7-checkbox {
            .wpcf7-list-item {
                display: block;
                width: 100%;
                margin: 0 0 10px!important;
                &.first {
                    margin-top: 20px!important;
                }
                &.last {
                    margin-bottom: 30px!important;
                }
            }
            label {
                display: block;
                width: 100%;
            }
        }
    }

}