#popup_overlay {
    width: 1000%;
    height: 1920px;
    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(6px);
}

#popup_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#popup_img {
    border-radius: 6px;
}

#popup_btn_x {
    position: absolute;
    left: 66px;
    top: 548px;
    width: 808px;
    height: 100px;
    background-color: #65ff2200;
    cursor: pointer;
}

#popup_btn_close {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 75px;
    height: 75px;
    background-color: #65ff2200;
    cursor: pointer;
}

#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: AssistantRegular;
}

#popup_end_score {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 75px;
    font-family: AssistantExtraBold;
    color: #0a477a;
}

.content-page {
    width: 1080px;
    height: 1920px;
    position: relative;
}

.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 {
    position: absolute;
    width: 940px;
    left: 70px;
    top: 462px;
    height: 540px;
    background-color: #43434300;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#name-inputs {
    display: flex;
    gap: 50px;
}


.text_input {
    width: 100%;
    height: 92px;
    position: relative;
    border: 0;
    text-align: start;
    color: #7a97cc;
    padding-inline-start: 30px;
    padding-inline-end: 30px;
    padding-top: 10px;
    font-size: 30px;
    background-color: #060f28;
    unicode-bidi: plaintext;
    border: 4px solid #1c3d7a;
    text-align: start;
}

.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: 54px;
    color: #7a97cc;
    opacity: 0.7;
    border: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    font-family: AssistantRegular;
    text-align: center;
}

input:focus + span, input:not(:placeholder-shown) + span {
    font-size: 0px;
    opacity: 0;
}


#start_btn {
    position: absolute;
    left: 222px;
    top: 1736px;
    border: 0;
    border-radius: 100px;
    width: 366px;
    height: 80px;
    background-color: transparent;
}



#toc_click_area {
    background-color: white;
    width: 670px;
    height: 50px;
    position: absolute;
    bottom: 25px;
    left: 300px;
    opacity: 0.0;
}

#AcceptedFollowUpInquiry {
    position: absolute;
    left: 879px;
    top: 576px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-color: #66778800;
}

#AcceptedFollowUpInquiry:checked {
    background: url("/check_checked.png") no-repeat right 9px top 11px
}

#regBtn {
    position: absolute;
    left: 50.5%;
    top: 1585px;
    height: 112px;
    width: 850px;
    transform: translate(-50%, 0);
    background-color: #88888800; 
}


html {
    position: relative;
    min-height: 100%;
}

html,
body {
    overscroll-behavior-y: none;
    background-color: #04102a;
}

#main-wrapper {
    width: 1080px;
    position: fixed;
}

#content-welcome {
    background-image: url('/welcome_bg.jpg');
}

#content-reg {
    background-image: url('/reg_bg.jpg');
}

#content-game {
    background-image: url('/game_bg.jpg');
}

#content-instructions {
    background-image: url('/instructions_bg.jpg');
}

#content-thanks {
    background-image: url('/thanks_bg.jpg');
}

#content-res0 {
    background-image: url('/res1_bg.jpg');
}

#content-res1 {
    background-image: url('/res2_bg.jpg');
}

#content-res2 {
    background-image: url('/res3_bg.jpg');
}

#content-res3 {
    background-image: url('/res4_bg.jpg');
}

.placeholder-span {
    color: #ffffff;
    font-size: 60px;
    line-height: 125px;
}

input:focus + span, input:not(:placeholder-shown) + span {
}

#welcomeBtn {
    position: absolute;
    background-color: #64654600;
    border-radius: 0;
    left: 113px;
    top: 1220px;
    width: 850px;
    height: 112px;
    border: 0;
}

#start_btn {
    border-radius: 0;
    left: 158px;
    top: 1176px;
    width: 760px;
    height: 126px;
}

#toc_click_area {
    opacity: 1;
    left: 172px;
    top: 913px;
    width: 680px;
    height: 60px;
    opacity: 0;
}

#toc_checkbox {
    left: 875px;
    top: 928px;
    width: 47px;
    height: 47px;
}

    #toc_checkbox:checked {
        background: url("/check_checked.png") no-repeat right 7px top 4px;
    }

.content-page {
    width: 1080px;
    height: 1920px;
    position: relative;
}


.ui_text {
}




#questions-header {
    position: absolute;
    width: 906px;
    height: 101px;
    font-size: 35px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    top: 100px;
    background-color: transparent;
}



#question-container {
    transform: scale(1);
    transition: all linear 0.2s;
    width: 970px;
    height: 1085px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 322px;
}

#question-panel {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#question-text {
    text-align: center;
    font-size: 62px;
    line-height: 70px;
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#answers-container {
    width: 90%;
    left: 45%;
    transform: translate(-50%, 0);
    height: 1000px;
    position: absolute;
    top: 295px;
    display: flex;
    flex-direction: column;
    gap: 15.5px;
}

.answer-container {
    height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transform-origin: 50% 50%;
}

.answer {
    direction: rtl;
    text-align: center;
    font-size: 40px;
    padding: 15px;
    font-weight: bold;
    margin: 0;
    width: 100%;
    line-height: 40px;
    z-index: 10;
    color: #ffffff;
}

#questions-next-btn {
    width: 843px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 112px;
    border: 0;
    position: absolute;
    top: 1466px;
    background-color: #54321000;
}


.answer-bg {
    position: absolute;
    left: 0;
    top: 0;
}

.answer-selected {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity linear 0.15s;
}

.resBtn {
    position: absolute;
    left: 50%;
    top: 1125px;
    width: 850px;
    height: 130px;
    transform: translate(-50%, 0);
    background-color: transparent;
    border: 0;
}