.box_1 {
    max-width: 1024px;
    margin: auto;
}

.page {
    background-color: rgba(249, 246, 243, 1) !important;
}

.text_7 {
    font-size: 16px;
    color: #817F8C;
    font-weight: 600;
}

.group_2 {
    height: 10px;
    border-radius: 50px;
    background-color: #dedede;
    width: 100%;
    position: relative;
    margin: 10px 0 20px;
}

.box_3 {
    position: absolute;
    border-radius: 50px;
    height: 100%;
    width: 0;
    left: 0;
    background-color: #6574E8;
}

.group_3 {
    width: 100%;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 2rem;
    margin: 1rem 0;
}

.text_9 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    width: auto;
    max-width: none;
    margin: 0;
    display: contents;
}

.text_10 {
    font-size: 20px;
    font-weight: bold;
    color: #999999;
    width: auto;
    max-width: none;
    margin: 0;
}

.block_7 {
    margin-top: 2rem;
    gap: 1.5rem;
}

.group_4 {
    background-color: #F4F4F4;
    padding: 1.5rem 2rem;
    align-items: center;
    border-radius: 15px;
}

.text_13 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    overflow-wrap: break-word;
    width: 98%;
    text-align: left;
}

.label_2 {
    width: 24px;
    height: 24px;
    display: none;
}

.is-checked {
    background-color: #6574E8;
}

.is-checked span {
    color: #fff;
}

.group_4:hover {
    background-color: #6574E8;
}

.group_4:hover span {
    color: #fff;
}

.group_4:hover .label_2 {
    display: block;
}

.is-checked .label_2 {
    display: block;
}

.group_5 {
    margin: 2rem 0;
}

.group_6 {
    padding: 1rem 3rem;
    border-radius: 8px;
    background-color: #B5B5B5;
    gap: .5rem;
    align-items: center;
}

.text-group_3 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.label_3 {
    width: 28px;
    height: 28px;
}


.free_click {
    background-color: #6574E8;
}


.question-completed{
    display:none;
}

.question-in-progress{
    display: block;
}

.question-incomplete{
    display: none;
}

.disable-click{
    pointer-events: none;
    background: #aaabab!important;
}

.text-group_4 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.display-none {
    display: none;
}