.pseudocode-test-page .input-output-editor .input, .input-output-editor .output{
    background-color: #000;
    height:70vh;
}


.editor{
    height:70vh;
}

#waiting-screen {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width:100%;
    padding:10px;
}

#loader{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}


.correct_code{
    min-height: 250px;
}


.flipdown-dark.flipdown.flipdown__theme-light .rotor, .flipdown-dark.flipdown.flipdown__theme-light .rotor-top, .flipdown-dark.flipdown.flipdown__theme-light .rotor-leaf-front, .flipdown-dark.flipdown.flipdown__theme-light .rotor-bottom, .flipdown-dark.flipdown.flipdown__theme-light .rotor-leaf-rear {
    
    font-size: 36px !important;
}

.flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before, .flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    left: 67px !important;
    width: 5px !important;
    height: 5px !important;
}


.flipdown .rotor-group:nth-child(n + 2):nth-child(-n + 3):before {
    bottom: 34px !important;
}

.flipdown-dark.flipdown.flipdown__theme-light .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
    bottom: 45px;
}

#mock-test-timer {
    margin-top: -24px;
}


#skip_btn{
    background-color: #D9D9D9;
}

.correct-code{
    height: 70vh;
    overflow: scroll;

}


@media (max-width:767px){

    #mock-test-timer {
    
        margin-top: 0;
    }

    .flipdown .rotor, .flipdown .rotor-leaf, .flipdown .rotor-leaf-front, .flipdown .rotor-leaf-rear, .flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor:after {
        width: 74px;
    }

    .timer-wrap{
        display: flex;
        justify-content: end;
        padding-right:15px;
    }


    #evaluate_btn, #skip_btn, #next_btn, #back_btn{
        padding: 5px 9px !important;
    }


    #loader {
        position: fixed;
        
        z-index: 99;
        padding: 10px;
    }

}