
.white_card[data-v-9907c062] {
    padding: 20px;
    width: calc((100% - 40px) / 2);
    margin-bottom: 20px;
    margin-right: 20px;
    border-radius: 6px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,0.1);
            box-shadow: 0 6px 20px 0 rgba(0,0,0,0.1);
}
.answer[data-v-9907c062] {
    padding: 20px;
    border-radius: 5px;
    background-color: #959393;
}
.answer.active[data-v-9907c062] {
    background: radial-gradient(circle, #6C9258 0%, #7EA56C 100%);
}
.white_ball[data-v-9907c062] {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    margin-right: 20px;
}
.white_ball img[data-v-9907c062] {
    width: 100%;
    height: 100%;
}
.lightAnswerContainer[data-v-9907c062] {
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.lightAnswer[data-v-9907c062] {
    color: #393C42;
    font-family: Inter;
    font-size: 13px;
    letter-spacing: -0.12px;
    line-height: 20px;
}

