
.loaderBar[data-v-fc5281c0] {
    height: 3px;
    width: 100%;
    background: #EEEEEE;
    position: relative;
}
.loaderBar .fillBar[data-v-fc5281c0] {
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, from(#E9973A), to(#EF5454));
        background: linear-gradient(270deg, #E9973A 0%, #EF5454 100%);
}


.questionHeader .container[data-v-649796a3] {
    padding-bottom: 30px;
}
img[data-v-649796a3] {
    width: 15px;
}
.inter_13.inputColor[data-v-649796a3] {
    font-weight: 700;
}


.answer[data-v-a3460a64] {
    min-height: 48px;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 8px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}
.answer span[data-v-a3460a64] {
    line-height: 1.2;
}
.radioButton[data-v-a3460a64] {
    height: 20px;
    width: 20px;
    border: 1.2px solid #DFE0E4;
    background-color: #F9FBFC;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}
.radioButton img[data-v-a3460a64] {
        width: 100%;
}
.answer.selected[data-v-a3460a64] {
    background: radial-gradient(circle, #6C9258 0%, #7EA56C 100%);
}
.answer.selected span[data-v-a3460a64] {
        color: white;
}

