.quiz-score-container,
.quiz-elapsed-time-container,
.quiz-current-question-container {
    width: 30% !important;
    text-align: center;
    display: inline-block;
}

.quiz-score-time-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Poster Gothic ATF', sans-serif !important;
    width: 60%;
}

.quiz-score-time-container .quiz-score-container-bg {
    background-image: url(/frontend/themes/wrt/assets/img/game/score-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding: 10px 10px 20px 10px;
}


.quiz-game-container {
    position: relative;
    min-height: 735px;
    width: 100%;
    margin: auto;
    text-align: center;
    font-family: sans-serif;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(0,0,0,0.66);
    height: 100%;
    justify-content: center;
}

.quiz-container {
    padding: 90px 30px 30px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.quiz-game-container.not-registered {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    background-color: #7F7F7F;
}

.quiz-game-container .bg-overlay {
    background: rgba(0,0,0,0.66);
    background: linear-gradient(180deg,rgba(29, 29, 27, 0.66) 0%, rgba(29, 29, 27, 0.33) 100%);
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

#quizCountdownOverlay {
    position: absolute;
    font-size: 80px;
    color: white;
    top: 40%;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-family: 'Poster Gothic ATF', sans-serif !important;
}

#quizGameStartScreen,
#quizGameOverScreen {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 10;
    background: rgba(0,0,0,0.66);
    padding: 20px;
    color: white;
    z-index: 10;
}

.quizGame {
    min-height: 735px;
    height: 100%;
    padding-bottom: 90px;
    background-color: #7F7F7F;
}

.quiz-sidepanel {
    margin-top: -1%;
}

.quiz-tyres {
    position: absolute;
    bottom: 0;
    left: 30px;
    padding-bottom: 60px;
}

.quiz-progress-container .car {
    left: -50%;
    transition: left 0.2s ease-in-out;
}

@media only screen and (max-width: 1199px) {
    .quiz-score-time-container {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .quiz-score-time-container {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .quiz-score-time-container {
        width: 90%;
    }
}

