/* override */
.global-training {
    margin: 0;
    padding: 0;
    max-width: none;
}

.global-training .stepper * { 
    margin: 0;
}

.global-training ul.stepper .step.active .step-content {
    display: flex;
    flex-direction: column;
}

.global-training .stepper ._validator {
    display: none;
}

.global-training .stepper .errorMessage {
    color: #e74c3c;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 5px;
}

.global-training .stepper ._validator.rl-show { 
    display: block;
}

.global-training label {
    margin: 0px;
}

.global-training.contact_us_form{
    padding: 0px;
    margin: 0px;
}
.global-training ul {
    padding-left: 0px;
}
.global-training ul.stepper.horizontal {
    min-height: 500px;
}

.global-training ul.stepper .step::marker {
    color: transparent;
}

.global-training ul.stepper.horizontal .step .step-title {
    line-height: 15px;
    height: 15px;
    margin: 0;
    padding: 0 15px 0 0px;
    pointer-events: none;
}

.global-training ul.stepper.horizontal .step .step-title::before {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #d1e4f0;
    line-height: 15px;
    font-size: 0px;
    left: 0px;
    top: 0px;
    left: 0px;
}

.global-training ul.stepper.horizontal .step.active:not(:last-of-type)::after, ul.stepper.horizontal .step:not(:last-of-type)::after {
    height: 2px;
}

.global-training ul.stepper.horizontal .step.done .step-title::before,
.global-training ul.stepper.horizontal .step.active .step-title::before {
    border: 2px solid #36a6e8;
    content: '';
    background-color: #36a6e8;
}

.global-training ul.stepper.horizontal .step.wrong .step-title::before {
    border: 2px solid #36a6e8;
    background-color: #36a6e8;
}

.global-training ul.stepper .step.done:not(:last-of-type)::after {
    background-color: #36a6e8;

}

.global-training ul.stepper .step:not(:last-of-type)::after {
    background-color: #d1e4f0;

}

.global-training input[type="text"] {
    border-radius: 10px;
    border-width: 0px;
    background-color: #e5e5e5;
    color: #8c8c8c;
    padding: 6px 15px;
    width: 100%;
}

.global-training .required-mark {
    vertical-align: middle;
}

.global-training div[data-field-type="checkbox"] input,
.global-training div[data-field-type="radio"] input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0px
}

.global-training div[data-field-type="checkbox"] label,
.global-training div[data-field-type="radio"] label {
    vertical-align: middle;
    font-weight: 400;
    padding-left: 5px;
}

.global-training ul.stepper.horizontal .step .step-content {
    padding: 0px;
}

.global-training ul.stepper.horizontal::before {
    min-height: 0px;
}

.global-training ul.stepper.horizontal .step {
    height: 30px;
}

.global-training .rl-button-fill,
.global-training .rl-button-fill:active,
.global-training .rl-button-fill:active:focus,
.global-training .rl-button-fill:focus,
.global-training .rl-button-border,
.global-training .rl-button-border:active,
.global-training .rl-button-border:active:focus,
.global-training .rl-button-border:focus {
    min-width: 135px;
    margin: 0;
}


.global-training textarea {
    min-height: 118px;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border-width: 0px;
    background-color: #e5e5e5;
}

.global-training ul.stepper.horizontal .step .step-content .step-actions {
    position: unset;
    flex-direction: initial;
    align-items: flex-end;
    justify-content: flex-end;
    flex-grow: 1;
}

.global-training .remark-text {
    color: #a6a6a6;
}

.global-training div[data-field-type="file"] input {
    visibility: hidden;
    height: 0;
}

.global-training .form-input-checkbox,
.global-training .form-input-radio {
    margin-right: 40px;
    display: inline-block;
}

.global-training .cp-round:after {
    border-top: solid 6px #3b97cf;
}

.global-training select {
    width: 50%;
    height: 36px;
    padding-left: 15px;
}

.global-training #show-question {
    display: none;
}

@media screen and (max-width: 992px) {
    .global-training ul.stepper.horizontal .step .step-title {
        display: none;
    }

    .global-training ul.stepper.horizontal .step.active:not(:last-of-type)::after, ul.stepper.horizontal .step:not(:last-of-type)::after {
        height: calc(100% - 52px);
    }

    .global-training ul.stepper.horizontal .step {
        height: auto;
        margin: 10px 0px;
    } 
}

