﻿body {
}


.requestsurvey {
    /*font-size: 0.95em;*/
    padding: 0 1em;
    text-align: center;
}

    .requestsurvey .question {
        margin-bottom: 1em;
    }

        .requestsurvey .question > div {
            width: 100%;
        }

        .requestsurvey .question .options {
            margin: 0.2em 0;
            font-size: 0.95em;
        }

            .requestsurvey .question .options input[type=radio] {
                position: relative !important;
                opacity: 1 !important;
                margin: 0.5em 0 0.5em 2px;
                transform: translateY(3px);
                pointer-events: auto !important;
            }

    .requestsurvey .action {
        width: 100%;
        display: table;
        text-align: center;
        margin: 1.5em auto 1em;
    }

        .requestsurvey .action button {
            background-color: #02346d;
            color: #ffffff;
            padding: .7em 3em;
            width: auto;
            text-align: center;
            border: solid 1px #02346d;
            font-size: 1em;
            margin: 0;
        }

@media(max-width:576px) {
    .requestsurvey .action button {
        width: 100%;
    }
}






.learnsurvey {
    padding-bottom: 0;
}

.survey-learn form h3.title,
.survey-service form h3.title {
    padding: 0 1em 1.1em;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.5;
    width: 100%;
}

.survey-learn form .question-subject {
    width: 100%;
    text-align: center;
    margin: 1.5em 0 0.5em;
}

    .survey-learn form .question-subject h4 {
        font-size: 1.1em;
        font-weight: bold;
        position: relative;
        color: var(--primary);
        width: auto;
        display: inline-block;
    }

        .survey-learn form .question-subject h4:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -0.3em;
            width: 100%;
            height: 1px;
            background-color: var(--primary);
            opacity: 0.5;
            border-radius: 4px;
        }

.survey-service .question,
.survey-learn .question {
    margin-bottom: 1em;
    width: 100%;
    max-width: 35em;
}

    .survey-learn .question > div,
    .survey-service .question > div {
        width: 100%;
    }

    .survey-learn .question .options,
    .survey-service .question .options {
        font-size: 0.95em;
    }

        .survey-learn .question .options > .form-check,
        .survey-service .question .options > .form-check {
            margin: 0.5em 0;
        }

        .survey-learn .question .options .md-form,
        .survey-service .question .options .md-form {
            margin-top: 1em;
            margin-bottom: 0;
            width: 100%;
        }

            .survey-learn .question .options .md-form > textarea {
                padding-top: 0;
                padding-bottom: 0.5em;
            }

.survey-learn form .field .md-form,
.survey-service form .field .md-form {
    margin-top: 0;
}

    .survey-learn form .field .md-form textarea {
        padding-top: 0;
        padding-bottom: 0.5em;
    }



.survey-learn .actions,
.survey-service .actions {
    display: table;
    width: 100%;
    direction: ltr;
    text-align: center;
    /*margin: 1.6em 0 0.5em;*/
    padding: 2em 1em 0.3em 1.5em;
}

    .survey-learn .actions > button,
    .survey-service .actions > button {
        direction: rtl;
        margin: 0 0.5em;
        display: inline-block;
        font-size: 0.95em;
        padding: .8em 1em;
    }

        .survey-learn .actions > button.submit,
        .survey-service .actions > button.submit {
            background-color: #02346d;
            color: #ffffff;
            padding-right: 2.7em;
            padding-left: 2.7em;
        }






@media(max-width:576px) {
    .survey-learn .question > div,
    .survey-service .question > div {
        text-align: center;
    }
}




.survey-service .survey-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 40em;
    margin: 0 auto;
}
.survey-service .items {
    width: 100%;
}
    .survey-service .items p{
        margin-bottom:0.3em;
        color:rgba(0,0,0,0.75);
        text-align:center;
        margin-top:0.5em;
    }
    .survey-service .items .question {
        width: 100%;
        text-align: center;
        max-width: 40em;
        padding-bottom: 0.2em;
        margin: 0 auto 1em;
    }