
.aiHelper_title, .aiHelper_current_parameters_title {
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
}

.aiHelper_description {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
}


.quiz_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
}
.quiz_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 10px;
    -webkit-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
}

.quiz_question_block {
    padding-right: 20px;
    width: 40%;
    display: flex;
    align-items: flex-start;
}

.quiz_question_row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;

}
.quiz_answer_block {
    width: 60%;
}
.quiz_question {
    font-size: 16px;
}
.question_counter {
    font-size: 35px;
    padding: 10px;
    color: #f4c2c3;
    min-width: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
}

.leo_question_counter {
    font-size: 45px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: #f4c2c3;
    min-width: 45px;
    width: 45px;
    display: flex;
    display: none;
    justify-content: center;
}

.quiz_answer_row {
    width: 100%;
    /*width: 90%;*/
    padding: 20px;
    display: flex;;
    justify-content: center;
}
.item {
    width: 100% !important;
    display: flex;;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.v-input__control {
    width: 100%;
    margin-right: auto;
}
.v-selection-control--density-comfortable {
    width: 100%;
}
.v-selection-control-group--inline {
    width: 100% !important;
}

.v-selection-control--inline .v-label {
    font-size: 14px;
}

.aiHelper_title_wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
}

.aiHelper_action_span {
    min-width: 125px;
    height: 40px;
    color:#9054fb;
    border: 1px solid #9054fb;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.aiHelper_action_span > span {
    margin-right: 10px;
}

#aiHelper {
    margin-right: 25px;
    margin-left: 5px;
}

#iKnowMySelf {
    margin-right: 5px;
    margin-left: 25px;
}
.choose_block_img {
    height: 180px;
}
.choose_block_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.choose_row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.choose_block {
    height: 200px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
    box-shadow: -3px 6px 14px -2px rgba(34, 60, 80, 0.2);
}
.choose_block_title_wrapper {
    width: 100%;
    text-align: center;
}
.choose_block_title {
    font-size: 18px;
}
.choose_block_image_block {
    width: 30%;
    display: flex;
    justify-content: center;
    /*margin-top: 20px;*/
}
.choose_block_action_block {
    width: 70%;
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    /*padding-top: 20px;*/
    margin-top: 20px;
}
.choose_block_button {
    width: 200px;
    margin-left: auto;
}
.helper_navigation_btn {
    display: flex;
    position: absolute;
    bottom: -25px;
    right: 0;
}
.on_bottom {
    bottom: 0;
}
.change_ai_helper_btn {
    display: flex;
    justify-content: flex-end;
    position:absolute;
    right: 0;
    bottom: -20px
}

.current_data_row {
    display: flex;
    margin: 20px;
    font-size: 16px;
}
@media (max-width: 1200px) {
    .choose_block {
        width: 80%;
    }
    .quiz_question_row {
        height: auto;
    }
    .quiz_question_block, .quiz_answer_block {
        align-items: center;
    }
}
@media (max-width: 1000px) {
    .aiHelper_title {
        font-size: 16px;
    }
    .choose_row {
        flex-wrap: wrap;
    }

    #aiHelper {
        margin-right: 0;
        margin-left: 0;
    }

    #iKnowMySelf {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 700px) {
    .current_data_row {
        font-size: 12px;
        margin: 5px;
        padding: 10px;
    }
    .aiHelper_title {
        font-size: 14px;
        height: 100px;
        padding: 10px 20px 0 10px;
    }

    .aiHelper_current_parameters_title {
        font-size: 14px;
        padding: 10px 20px 0 10px;
    }
    .change_ai_helper_btn {
        bottom: -30px
    }
    .aiHelper_action_span {
        min-width: 0;
    }
    .document_wrapper {
        padding: 5px !important;
    }
    .choose_block {
        width: 100%;
    }

    .quiz_question_block, .quiz_answer_block {
        width: 100%;
        padding: 20px 0;
    }
    .choose_block_img {
        height: 120px;
    }
    .choose_block_btn {
        justify-content: center;
    }
    .choose_block_title {
        font-size: 16px;
    }

}