body:lang(np),
body:lang(np) * {
    font-family: laila !important;
}

.background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
.numa_going_north{
    position: absolute;
    top: 48%;
    left: 49%;
    width: 2%;
    z-index: 4;
}
.numa_going_north2{
    position: absolute;
    top: 47%;
    left: 49.5%;
    width: 2%;
    z-index: 4;
}
.numa_going_north3{
    position: absolute;
    top: 36%;
    left: 49%;
    width: 2%;
    z-index: 4;
}
.numa_going_north4{
    position: absolute;
    top: 31%;
    left: 49%;
    width: 2%;
    z-index: 4;
}
.cb_bg {
    background-color: #a6aaeb;
}
.congrat-cont{
    position: absolute;
    right: 5%;
    width: 47%;
    height: 60%;
    z-index: 1;
}
.instrn{
    right: 0%;
    padding: 1%;
    width: 100%;
    color: #ffffff;
    background-color: #383f7fff;
    font-size: 5vh;
}
.instrn-s1{
    right: 25%;
    padding: 3%;
    width: 40%;
    color: #ffffff;
    border-radius: 25px;
    background-color: #383f7fff;
}

.qn-img{
    left: 50%;
    width: 70%;
    height: 51%;
    top: 14%;
    border-radius: 10px;
    transform: translateX(-50%);
}

.qn-img2{
    left: 2.5%;
    width: 62%;
    top: 38%;
    border-radius: 15px;
    background: #ffffff;
    border: 2px solid #383f7fff
}

.numa_going_south{
    position: absolute;
    right: 24%;
    top: 44%;
    width: 20%;
    z-index: 1;
}

.videolabel-btm{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 20%;
    color: #ffffff;
    background-color: #7B4E5A;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #region  MCQ styles */

.mcqContainer {
    position: absolute;
    left: 30%;
    top: 29%;
    height: 70%;
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.optionsholder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    right: 31%;
}

.optionscontent {
    width: 80%;
    height: 51%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.option {
    height: 90%;
    width: 86%;
    top: 0%;
    left: 60%;
    border-radius: 10px;
    z-index: 1;
    transition: transform .2s;
    background: #a6aaeb;
    border: 2px solid #a6aaeb;
    overflow: hidden;
}

.option:hover {
    cursor: pointer;
    border: 2px solid #f3bc69;
}
.class_1:hover p, .class_2:hover p {
    background-color: #f3bc69;
}

.objName:hover {
    background-color: #f3bc69;
}

.opt-sprt-name {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding: .5%;
    z-index: 5;
    color: #303030;
    background-color: white;
}

.optImg {
    position: absolute;
    width: 95%;
    left: 2.5%;
    bottom: 18%;
    z-index: 1;
}

.corincorclass {
    position: absolute;
    bottom: 3%;
    width: 15%;
    z-index: 6;
    right: 2%;
    margin-top: 5px;
    display: none;
}


.no_pointer {
    pointer-events: none;
}

.correct_option {
    border: 2px solid #38761D;
    background-color: #93C47D;
}
.incorrect_option {
    border: 2px dashed #CC0000;
    background-color: #E06666;
}
.cor-txt {
    background-color: #93C47D;
}
.incor-txt {
    background-color: #E06666;
}

.cor-sign-img{
    position: absolute;
    left: 90%;
    width: 25%;
    top: 50%;
    transform: translateY(-50%);
}

.hint-container{
    left: 2.5%;
    top: 20%;
    background-color: #ffffff;
    width: 30%;
    height: 75%;
    border-radius: 15px;
}

.hint-img{
    top: 30%;
    width: 70%;
}
/* #endregion MCQ styles */


/* #region sidevideo player styles */

.sidevideoDiv{
    position: absolute;
    height: 88%;
    width: 50%;
    top: 5%;
}

.svd-l{
    left: 5%;
}

.svd-r{
    right: 5%;
}

.side_video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #7B4E5A;
    border: 2px solid #54313B;
}


.playvideo {
    position: absolute !important;
    top: 50%;
    height: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 17%;
    width: 100%;
    left: 50%;

    transform: translateX(-50%);
}

#replay_video_btn {
    position: absolute;
    width: 70%;
    top: 20%;
    left: 15%;
}

/* #endregion video player */


/* #region options video styles */
 .videoDiv{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
 }

 .video_holder{
    width: 100%;
    height: 100%;
    pointer-events: none;
 }

 .vid{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #7B4E5A;
    pointer-events: none;
    border-radius: 8px;
 }
/* #endregion options video styles end */


/* #region congratvideo styles */
.vd-1{
    width: 35%;
    background-color: #DCCEA9;
    display: block !important;
}

.vh-1{
    width: 100%;
    height: 90%;
    bottom: 13%;
    position: absolute;
}
/* #endregion congratvideo styles */


/* #region endpage styles */
.congrat-txt {
    position: absolute;
    width: 38%;
    left: 32%;
    top: 27%;
    transform: translatey(-50%);
    background: #FFD966;
    padding: 1%;
    border-radius: 20px;
    color: #fff;
}

.hide_replay_btn {
    display: none;
}

.congrat-goto-container{
    position: absolute;
    right: 25%;
    bottom: 9%;
    height: 37%;
    width: 46%;
    display: flex;
    justify-content: space-around;
}
.goto-vid-container{
    height: 70%;
    width: 30%;
    border: 2px solid #4585DA;
    border-radius: 20px;
    overflow: hidden;
}

#mm-v, #la-v, #pa-v{
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 100%;
    height: 100%;
}
#mm-v:hover, #la-v:hover, #pa-v:hover, .goto-txt:hover{
    cursor: pointer;
}

.goto-txt{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4585DA;
}

/* #endregion endpage styles */


/* #region scores styles */
.section-score{
    position: absolute;
    width: 100%;
    height: 14%;
    left: 0%;
    top: 0%;
    overflow: hidden;
    background-color: #383f7f
}

.scr-text-cont{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 50%;
}

.scr-img-cont{
    display: none !important;
}

.qn_text {
    position: absolute;
    left: 50%;
    top: 105%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.qn-s-sm{
    position: absolute;
    width: 42%;
    left: 71.5%;
    top: 11%;
    transform: translateX(-50%);
    background: #faeca3;
    border: 2px solid #f5a525;
    padding: 1%;
    border-radius: 20px;
}
.scr-img{    
    position: relative;
    width: 8%;
    height: 75%;
    top: 50%;
    transform: translateY(-50%);
}



/* #region common */
.p-abs{
    position: absolute;
}

.c-x{
    left: 50%;
    transform: translateX(-50%);
}

.c-y{
    top: 50%;
    transform: translateY(-50%);
}
.c-xy{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.no-click{
    pointer-events: none;
}
/* #endregion */


/* #endregion score styles */

@media screen and (min-aspect-ratio: 4/3) {
    .qn_text, .qn-ltr {
        font-size: 4.7vh;
    }
    .instrn-s1{
        font-size: 6vh;
    }
    .congrat-txt {
        font-size: 10vh;
    }
    .goto-txt, .opt-sprt-name{
        font-size: 3vh;
    }
}

@media screen and (max-aspect-ratio: 4/3) {
    
    .congrat-txt {
        font-size: 3vw;
    }
    .instrn-s1{
        font-size: 4vw;
    }
    .qn_text, .qn-ltr{
        font-size: 2vw;
    }
    .congrat-txt {
        font-size: 8vw;
    }
    .videolabel-btm, .goto-txt, .opt-sprt-name{
        font-size: 2vw;
    }
}