@font-face {
    font-family: 'SimplerProV3Bold';
    src: url('/SimplerPro_V3-Bold.ttf');
}

@font-face {
    font-family: 'SimplerProV3Regular';
    src: url('/SimplerPro_V3-Regular.ttf');
}


html {
    position: relative;
    min-height: 100%;
    background-color: #020636;
}

#main-wrapper {
    width: 2160px;
    position: fixed;
}

#content-index {
    background-image: url('/index_bg.jpg');
    height: 3840px;
}

#content-reg {
    background-image: url('/reg_bg.jpg');
    height: 3840px;
}

#content-instructions {
    background-image: url('/instructions_bg.jpg');
    height: 3840px;
}

#content-trivia {
    background-image: url('/trivia_bg.jpg');
    position: absolute;
    width: 100%;
    height: 3840px;
    color: white;
}

#content-thanks {
    background-image: url('/thanks_bg.jpg');
    background-size: 100%;
    height: 3840px;
}

.text-danger {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -40px;
    text-align: center;
    color: rgb(255 172 180) !important;
    font-size: 30px;
}

.input_group {
    position: relative;
}

#reg-inputs {
    padding-top: 1144px;
    width: 1520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 96px;
    background-color: transparent;
}

.text_input {
    height: 250px;
    font-size: 127px;
    border-radius: 200px;
    color: #ffffff;
    width: 100%;
    padding-inline-start: 77px;
    position: relative;
    border: 0;
    background-color: transparent;
    text-align: start;
    font-family: SimplerProV3Regular;
}

.placeholder-span {
    pointer-events: none;
    position: absolute;
    right: 0px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    font-size: 127px;
    color: #ffffff99;
    opacity: 0.7;
    border: 0;
    padding-inline-start: 77px;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    font-family: SimplerProV3Regular;
}

input:focus + span, input:not(:placeholder-shown) + span {
    font-size: 0px;
    opacity: 0;
}

#toc_click_area {
    background-color: white;
    width: 1385px;
    height: 150px;
    position: absolute;
    top: 1820px;
    left: 340px;
    opacity: 0.0;
}

#toc_checkbox {
    position: absolute;
    left: 1753px;
    top: 1858px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 80px;
    height: 80px;
    background: url("/check.png") no-repeat;
    cursor: pointer;
}

    #toc_checkbox:checked {
        background: url("/check_checked.png") no-repeat right 5px top 5px
    }



#index-btn-next {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 1550px;
    width: 1520px;
    height: 247px;
    border: 0;
    border-radius: 200px;
    background-color: transparent;
}


#reg-btn-next {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 2358px;
    width: 1512px;
    height: 246px;
    border: 0;
    border-radius: 200px;
    background-color: transparent;
}

#instructions-btn-next {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 2358px;
    width: 1520px;
    height: 247px;
    border: 0;
    border-radius: 200px;
    background-color: transparent;
}

#questions-header {
    position: absolute;
    width: 1812px;
    height: 202px;
    font-size: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    top: 200px;
    background-color: transparent;
}

#remaining-time {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    line-height: 92px;
    margin: 0;
    font-size: 92px;
    font-family: SimplerProV3Bold;
}

#question-num {
    position: absolute;
    right: -12px;
    top: 0;
    padding: 0;
    line-height: 92px;
    margin: 0;
    font-size: 92px;
    font-family: SimplerProV3Bold;
}

#progress-bar-container {
    position: absolute;
    left: 0;
    padding: 0;
    bottom: 1px;
    width: 100%;
    height: 60px;
    background-color: #ffffff66;
    border-radius: 30px;
    overflow: hidden;
}

#progress-bar {
    background-color: white;
    height: 100%;
    width: 10%;
    border-radius: 30px;
    transition: all ease-in-out 0.4s;
}


#question-container {
    transform: scale(1);
    transition: all linear 0.2s;
    width: 1850px;
    height: 2171px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 496px;
    background-color: transparent;
}

#question-panel {
    width: 100%;
    height: 691px;
    height: 691px;
    position: absolute;
    top: 0px;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#question-text {
    direction: rtl;
    text-align: center;
    font-size: 125px;
    line-height: 140px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: SimplerProV3Bold;
}

#answers-container {
    width: 82%;
    left: 50%;
    transform: translate(-50%, 0);
    height: 1295px;
    position: absolute;
    top: 698px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.answer-container {
    height: 255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transform-origin: 50% 50%;

}

.answer {
    direction: rtl;
    text-align: center;
    font-size: 130px;
    padding: 30px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    line-height: 110px;
    z-index: 10;
    color: #ffffff;
    font-family: SimplerProV3Bold;
}

#questions-next-btn {
    width: 1515px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 248px;
    border: 0;
    position: absolute;
    top: 2848px;
    background-color: transparent;
}

.wrong_answer_bg {
    opacity: 0;
    position: absolute;
    transition: opacity linear 0.15s;
}

.correct_answer_bg {
    opacity: 0;
    position: absolute;
    transition: opacity linear 0.15s;
}

.answer-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.answer-selected {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity linear 0.15s;
}



#results_score {
    position: absolute;
    color: #ffffff;
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    direction: rtl;
    text-align: center;
}

#popup_overlay {
    width: 1000%;
    height: 3840px;
    background-color: #00000088;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: opacity 0.5s, backdrop-filter 0.5s;
    pointer-events: none;
    filter: blur(0);
    backdrop-filter: blur(50px);
}

#popup_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#popup_img {
    border-radius: 66px;
}

#popup_btn_x {
    position: absolute;
    left: 130px;
    top: 110px;
    width: 290px;
    height: 290px;
}

#popup_text {
    position: absolute;
    color: #f0000a;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    line-height: 90px;
    width: 80%;
    top: 50%;
    text-align: center;
    font-family: PoalimBeta5Regular;
}

#selectedGroupOnInstructions {
    position: absolute;
    left: 852px;
    top: 123px;
    background-color: #ffffff;
    width: 98px;
    height: 98px;
    border-radius: 5px;
}

#selectedGroupOnTrivia {
    position: absolute;
    right: 40px;
    top: 72px;
    background-color: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.scoreCell {
    padding: 2px 20px;
    margin: 2px 20px;
}