/*.quiz_indicator__WBG9O {*/
/*    margin-top: -20px;*/
/*    margin-bottom: -20px;*/
/*}*/

/*TODO*/
.quiz_indicator__WBG9O {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 13px; /* Adjust this value as needed for spacing */
}

@media only screen and (min-width: 1024px) {
    .quiz_indicator__WBG9O {
        margin-top: 0;
        margin-bottom: 15px
    }
}


.quiz-indicator_container__VWmjd {
    max-width: 500px;
    padding: 20px 20px 0;
    margin: 0 auto
}

@media only screen and (min-width: 1024px) {
    .quiz-indicator_container__VWmjd {
        padding-top: 0
    }
}
/*TODO*/
.quiz-indicator_container__VWmjd {
    width: 80%; /* Adjust this value as needed for the width of the indicator bar */
}


.quiz-indicator_barFilled__TMFFS, .quiz-indicator_bar__9PcJQ {
    position: relative;
    width: 100%;
    height: 4px;
    background: #E1E4E9;
    border-radius: 2px
}

.quiz-indicator_barFilled__TMFFS, .quiz-indicator_bar__9PcJQ {
    position: relative;
    width: 100%;
    height: 4px;
    background: #E1E4E9;
    border-radius: 2px
}

.quiz-indicator_barFilled__TMFFS {
    position: absolute;
    left: 0;
    background: #E04141;
    transition: width .1s ease-in
}

.quiz-indicator_barFilled__TMFFS:lang(ar) {
    right: 0;
    left: auto
}


.current_question_category {
    color: #E04141;
    font-size: 19px;
}