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

.background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.cb_bg {
    background-color: #ABC5C8;
}
.congrat-cont{
    position: absolute;
    right: 5%;
    width: 47%;
    height: 60%;
    z-index: 1;
}

.instrn-s0{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #426165;
    color: #ffffff;
    left: 47.5%;
    border-radius: 20px;
    padding: 1%;
    width: 40%;
}
.instrn-s{
    position: absolute;
    top: 5%;
    background-color: #426165;
    color: #ffffff;
    left: 40%;
    border-radius: 20px;
    padding: 1%;
    width: 55%;
}

.instrn-s5{
    position: absolute;
    top: 6%;
    background-color: #8E707F;
    color: #ffffff;
    left: 43%;
    border-radius: 20px;
    padding: 1%;
    width: 49%;  
}

.patientContainer{
    position: absolute;
    left: 5%;
    width: 30%;
    bottom: 10%;
    height: 80%;
    background-color: #ffffff;
    border: 2px solid #6E3C16;
    border-radius: 20px;
}
.bc-last{
    right: 15%;
}
.sickness{
    position: absolute;
    right: 10%;
    width: 80%;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.game-name{
    position: absolute;
    bottom: 0%;
    width: 100%;
    background-color: #6E3C16;
    margin: 0px;
    color: #ffffff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.droppedImg{
    position: absolute;
    width: 30%;
    bottom: 78%;
    left: 6%;
}

.thumbsUp{
    position: absolute;
    z-index: 1;
    width: 20%;
    bottom: 25%;
    left: 40%;
    pointer-events: none;
}

.canClick{
    pointer-events: auto;
    cursor: pointer;
    transition: transform 1s;
    animation: scaleHand 2s linear infinite;
}
@keyframes scaleHand {
    0%{transform: scale(1, 1);}
    50%{transform: scale(1.05, 1.05);}
    100%{transform: scale(1, 1);}
}

/* #region  MCQ styles */

.mcqContainer {
    position: absolute;
    right: 5%;
    top: 30%;
    height: 68%;
    width: 55%;
}

.optionsholder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.optionscontent {
    position: relative;
    width: 40%;
    height: 95%;
}

.option {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    background: #ffffff;
    border: 2px solid #866B4A;
    border-radius: 10px;
    transition: transform .2s;
    overflow: hidden;
}

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

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

.objName {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background-color: #A0DAE8;
    font-family: abeezee;
    padding: 3%;
}

.optImg {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 18%;
}
.corincorclass{
    display: none;
}

.hide-opt{
    pointer-events: none;
    animation: h-opt 1s linear forwards;
}

@keyframes h-opt {
    100%{ opacity : 0; }
}

.show-opt{
    opacity: 0;
    animation: s-opt 1s linear forwards;
}
@keyframes s-opt {
    100%{opacity : 1; }
}


.liked-games-container{
    top: 25%;
    width: 55%;
    height: 70%;
    right: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.lkd-img-container{
    position: relative;
    width: 30%;
    height: 47%;
    overflow: hidden;
    border: 2px solid #57959C;
    background-color: #ffffff;
    border-radius: 10px;
}
.lkd-img-container:hover{
    cursor: pointer;
}

.lkd-img{
    width: 57%;
    bottom: 10%;
}

.lkd-game-name{
    bottom: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    color: #ffffff;
    background-color: #57959C;
}
/* #endregion MCQ styles */


/* #region speech box styles start */
.sp-1 {
    position: absolute;
    top: 17%;
    left: 14%;
    width: 33%;
    height: 23%;
    padding: .5% 1% 3.5% 1%;
}

.box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.speechbox>p {
    position: relative;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* #endregion speech box styles */


/* #region options video player css */

.videoDiv {
    width: 100%;
    height: 80%;
    background: #FDF7C5;
    position: absolute;
    bottom: 20%;
    left: 0%;
    display: none;
}

.vid-congrat{
    position: absolute;
    height: 80%;
    width: 30%;
    top: 10%;
    right: 9%;
    overflow: hidden;
    border: 2px solid;
    border-radius: 50px;
    background-color: #FFF7C1;
    border: 2px solid #FAA03A;
    box-shadow: -10px 10px 5px #faa03a;

}

.video_holder {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background-color: #B17F5E;
}
.video_holder_congrat{
    position: absolute;
    top: 0%;
    left: 5%;
    height: 80%;
    width: 90%;
}

.vd-1 {
    top: 10%;
}

.vh-1 {
    width: 35%;
    left: 7%;
    height: 80%;
    top: 1%;
    border-radius: 29px;
}


.video {
    position: absolute;
    width: 81%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

/* #endregion */


/* #region left video styles */
.vid-container-left{
    position: absolute;
    left: 7.5%;
    top: 7.5%;
    height: 85%;
    width: 30%;
    background-color: #FFF7C1;
    border: 2px solid #EAB247;
    box-shadow: -10px 10px 5px #eab247;
    border-radius: 50px;
    overflow: hidden;
}
.v-h-l{
    top: 0%;
    left: 10%;
    height: 80%;
    width: 80%;
    background: #FFF7C1;
}

.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 22%;
}
.playvideo{
    width: 100%;
    height: 100%;
}
#replay_video_btn {
    width: 35%;
}

.no_pointer {
    pointer-events: none;
}

.correct_option {
    /* background: #d9ead3; */
    border: 2px solid #6ea956;
    pointer-events: none;
}

.incorrect_option {
    /* background: #ea9999; */
    border: 2px solid #b73440;
    pointer-events: none;
}

.vid {
    width: 95%;
    position: absolute;
    left: 2.5%;
    bottom: 0%;
}

/* #endregion */


/* #region video player css */
.sidevideoDiv_coverpg{
    height: 100%;
    width: 35%;
    left: 0%;
}

div[class*="svd"]{
    height: 90%;
    width: 30%;   
}

.svd-l{
    left: 5%;
}

.svd-r{
    right: 5%;
}

.side_video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #588186;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #175D66;
    box-shadow: -5px 5px #1d6458;
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: #969a7d;
    padding: 5%;
}

#nslVideo {
    position: absolute;
    width: 40%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.video_container {
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 20%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    overflow: hidden;
}

.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 22%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: #62654C; */
}

#replay_video_btn {
    width: 70%;
    margin: auto;
    /* pointer-events: none; */
}
.vid {
    height: 87.5%;
    width: 100%;
}

/* #endregion */



/* #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 */


@media screen and (min-aspect-ratio: 4/3) {
    .lkd-game-name{
        font-size: 3.5vh;
    }
    .qn-txt, .instrn-s{
        font-size: 4vh;
    }
    .option-txt{
        font-size: 5vh;
    }
    .instrn-s0{
        font-size: 5vh;
    }
    .game-name{
        font-size: 4vh;
    }
}

@media screen and (max-aspect-ratio: 4/3) {
    .lkd-game-name{
        font-size: 2.5vw;
    }
    .qn-txt, .instrn-s{
        font-size: 3vw;
    }
    .option-txt{
        font-size: 3.5vw;
    }
    .instrn-s0{
        font-size: 3vw;
    }
    .game-name{
        font-size: 2.8vw;
    }
}