@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.newTheme{
    background: #fff;
    overflow: unset;
    overscroll-behavior-y:none;
}
.newTheme header *,.newTheme .instrctnmain.maindiv *{
    float: unset !important;
    position: unset !important;
    overflow: unset !important;
    outline: none !important;
    box-sizing: border-box;
    line-height: unset;
    font-family: "Roboto", sans-serif !important;
}
.newTheme .alert,.newTheme .preloader{
    position: fixed !important;
}
.newTheme .status{
    position: absolute !important;
} 
/* header */
.newTheme header .Question,.newTheme header #subject_ins{
    display: none !important;
}
.newTheme header{
    padding: 13px 40px;
    height: unset;
    position: unset;
    width: unset;
    background: #fff;
}
.newTheme header .inrhdr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newTheme header .inrhdr .hleft{
    flex-basis: 65%;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.newTheme header .inrhdr .hleft .logo{
    border-right: 1px solid #DCDFEE;
    max-width: 200px;
    height: 45px;
    padding: 0 15px 0 0;
}
.newTheme header .inrhdr .hleft .logo img{
    max-width: unset;
    max-height: unset;
    line-height: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center left;
}
.newTheme header .inrhdr .hleft .testname{
    width: calc(100% - 200px);
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.89);
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: unset;
}
.newTheme header .inrhdr .hleft .testname span{}
.newTheme header .inrhdr .hRight{
    flex-basis: 35%;
}
.newTheme header .inrhdr .hRight .profile{
    padding: unset;
    color: unset;
    font-size: unset;
    text-transform: unset;
    width: unset;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.newTheme header .inrhdr .hRight .profile .profileimg{
    border-radius: 50%;
    background-color: rgba(177, 179, 193, 1);
    overflow: hidden !important;
    border: 1px solid rgba(177, 179, 193, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.newTheme header .inrhdr .hRight .profile .profileimg img{
    max-width: unset;
    max-height: unset;
    line-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.newTheme header .inrhdr .hRight .profile .stdntnam{
    width: unset;
    margin-top: unset;
    font-size: 14px;
    font-weight: 600;
}
/* ******************************* */
.newTheme .instrctnmain.maindiv{
    position: unset;
}
.newTheme .leftmain{
    padding: 0px;
}
.newTheme .quehdng{
    background: rgba(246, 248, 252, 1);
    border-top: 1px solid rgba(228, 230, 235, 1);
    border-bottom: 1px solid rgba(228, 230, 235, 1);
    padding: 19px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newTheme .quehdng span{
    background: transparent;
}
.newTheme .quehdng .quehdnglft{
    margin-left: 0;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.89);
}
.newTheme .quehdng .quehdngryt{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
.newTheme .quehdng .quehdngryt>span{
    padding-right: 0px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.newTheme .quehdng .quehdngryt span.green{
    font-weight: 600;
}
.newTheme .questionoutr{
    padding: 20px 40px;
    border: none;
    border-top: 1px solid rgba(228, 230, 235, 1);
}
.newTheme .questionoutr .nano-content{
    margin-right:0px !important;
}
.newTheme .questioninr{
    padding: 0px;
}
.newTheme .insTitle{
    color: rgba(0, 0, 0, 0.89);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.newTheme #instructionDiv{
    padding: 0px !important;
    color: rgba(0, 0, 0, 0.89);
    font-size: 16px;
    font-weight: 400;
    height: calc(100dvh - 291px);
    overflow: hidden !important;
    overflow-y: auto !important;
}
.newTheme #instructionDiv p{
    font-size: 16px;
    font-weight: 400;
}
.newTheme #instructionDiv :is(ul,ol){
    padding: 0px;
    list-style: none;
    counter-reset: ol-counter;
    font-size: 16px;
    font-weight: 400;
}
.newTheme #instructionDiv :is(ul,ol) li{
    padding-left: 25px;
    position: relative !important;
    counter-increment: ol-counter;
}
.newTheme #instructionDiv :is(ul,ol) li::before{
    content: counter(ol-counter) ".";
    position: absolute;
    left: 0;
    top:5px;
}
.newTheme #instructionDiv strong{
    font-weight: 700;
}
/* *********************************** */
.newTheme .footrlft{
    height: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(246, 248, 252, 1);
    border-top: 1px solid rgba(228, 230, 235, 1);
    border-bottom: 1px solid rgba(228, 230, 235, 1);
    column-gap: 20px;
    padding: 11px 40px;
}
.newTheme .footrlft .lftflt{
    margin: 0;
    width: unset;
    background: transparent;
}
.newTheme .footrlft .lftflt input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.newTheme .footrlft .lftflt label {
    position: relative !important;
    cursor: pointer;
    background: transparent;
    color: rgba(0, 0, 0, 0.89);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: flex-start !important;
}

.newTheme .footrlft .lftflt label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(171, 174, 186, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative !important;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 2px;
    background: #fff;
    top:0px;
}
.newTheme .footrlft .lftflt label:hover::before{
    border:1px solid rgba(50, 79, 190, 1);
}
.newTheme .footrlft .lftflt input:checked + label:before {
    background: rgba(50, 79, 190, 1);
    border:1px solid rgba(50, 79, 190, 1);
}
.newTheme .footrlft .lftflt input:checked + label:after {
    content: '';
    display: block;
    position: absolute !important;
    top: 2px;
    left: 6px;
    width: 3px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
.newTheme .footrlft .lftflt label span{
    background-color: transparent;
}
.newTheme .footrlft .fbtnGroup{
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    column-gap: 15px;
}
.newTheme .footrlft .fbtnGroup .rytflt,.newTheme .footrlft .fbtnGroup select{
    margin:0px;
    width: unset;
    padding: unset !important;
    border-radius: 4px;
    height:100%;
}
.newTheme .footrlft .fbtnGroup .rytflt a{
    min-width: 180px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: rgba(50, 79, 190, 1);
    font-weight: 500;
    font-size: 14px;
    padding: 14px;
}
.newTheme .footrlft .fbtnGroup .rytflt a.fadeButton{
    cursor:not-allowed;
    background: #93A2BD;
} 
.newTheme .footrlft .fbtnGroup .rytflt a:not(.fadeButton) p{
    position: relative !important;
    transition: all 300ms ease-out;
    will-change: transform;
}
.newTheme .footrlft .fbtnGroup .rytflt a:not(.fadeButton) p::after{
    content:'';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM2LjEgMjUuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYuMSAyNS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMCIgeTE9IjEyLjkiIHgyPSIzNCIgeTI9IjEyLjkiPjwvbGluZT48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyMi4yLDEuMSAzNCwxMi45IDIyLjIsMjQuNyAgICI+PC9wb2x5bGluZT48L2c+PC9zdmc+");
    position: absolute !important;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.newTheme .footrlft .fbtnGroup .rytflt a:not(.fadeButton):hover p{
    transform: translate3d(-1rem, 0, 0);
}
.newTheme .footrlft .fbtnGroup .rytflt a:not(.fadeButton):hover p::after{
    opacity: 1;
    right: -2rem;
}
.newTheme .footrlft .fbtnGroup .rytflt#loaderShowNext{
    z-index: unset;
}
.newTheme .footrlft .fbtnGroup .rytflt#loaderShowNext a{
    padding: 10px !important;
}
.newTheme .footrlft .fbtnGroup .rytflt#loaderShowNext a span{
    width: 24px;
    height: 24px;
}
.newTheme .footrlft .fbtnGroup .rytflt#loaderShowNext a span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.newTheme .footrlft .fbtnGroup select{
    padding: 0 20px 0 10px !important;
    font-weight: 600;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-image: linear-gradient(45deg, transparent 50%, #5B6065 50%), linear-gradient(135deg, #5B6065 50%, transparent 50%);
    background-position: calc(100% - 10px) calc(1em + 4px), calc(100% - 5px) calc(1em + 4px), calc(100% - 3.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    /* min-width: 120px; */
    text-align: center;
    transition: all 300ms ease-out;
    text-transform: capitalize;
    text-align: left;
}
.newTheme .footrlft .fbtnGroup select:hover{
    border:1px solid rgba(50, 79, 190, 1);
    background-color: #fff;
}
/* ************************************ */
*,
*::before,
*::after {
    box-sizing: border-box;
}
.newTestTheme{
    position: relative;
}
.newTestTheme header *,.newTestTheme .maindiv * :not(.texteditor_bx) :not(.texteditor_bx *){
    float: unset !important;
    position: unset !important;
    overflow: unset !important;
    outline: none !important;
    box-sizing: border-box;
    line-height: unset;
}
.newTestTheme header *,.newTestTheme .maindiv * :not(.texteditor_bx) :not(.texteditor_bx *) :not(#questionDivMain *){
    font-family: "Roboto", sans-serif !important;
}
.newTestTheme #mainQnDiv .katex,.newTestTheme #mainQnDiv .katex *{
    font-family: sans-serif !important;
}
.newTestTheme header .Question,.newTestTheme header #subject_ins{
    display: none !important;
}
.newTestTheme header{
    padding: 15px 40px;
    height: unset;
    position: unset;
    width: unset;
    background: #fff;
}
.newTestTheme header .inrhdr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newTestTheme header .inrhdr .hleft{
    flex-basis: 65%;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.newTestTheme header .inrhdr .hleft .logo{
    border-right: 1px solid #DCDFEE;
    max-width: 200px;
    height: 45px;
    padding: 0 15px 0 0;
}
.newTestTheme header .inrhdr .hleft .logo img{
    max-width: unset;
    max-height: unset;
    line-height: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.newTestTheme header .inrhdr .hleft .testname{
    width: calc(100% - 400px);
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.89);
}
.newTestTheme header .inrhdr .hleft .testname span{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal;
}
.newTestTheme header .inrhdr .hRight{
    flex-basis: 35%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
.newTestTheme header .inrhdr .hRight .actionBtn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
.newTestTheme header .inrhdr .hRight .actionBtn a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-out;
    z-index: 0;
    position: relative !important;
}
.newTestTheme header .inrhdr .hRight .actionBtn a .imgBox{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.newTestTheme header .inrhdr .hRight .actionBtn a:hover::before{
    content: '';
    background: rgb(243 243 243);
    border-radius: 4px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: inline-block;
    position: absolute !important;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: all 300ms ease-out;
}
.newTestTheme header .inrhdr .hRight .actionBtn a .imgBox img{
    object-fit: contain;
    object-position: center;
}
/* .newTestTheme header .inrhdr .hRight .actionBtn a.help .imgBox{
    background-color: #ededed;
    border-radius: 50%;
} */
.newTestTheme header .inrhdr .hRight .actionBtn a span{
    color: rgba(50, 56, 62, 0.8);
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}
.newTestTheme header .inrhdr .hRight .actionBtn div.help-btn{
    padding: unset;
    border: unset;
    text-transform: capitalize;
    z-index: unset;
    height: unset;
    background: unset;
    position: relative !important;
}
.newTestTheme .help-btn::after{
    display: none;
}
.newTestTheme header .inrhdr .hRight .actionBtn div.help-btn .help_option_heplbtn{
    position: absolute !important;
    top:110%;
    border: 1px solid rgba(228, 230, 235, 1);
    box-shadow: 0px 2px 10px 0px rgba(235, 236, 236, 1);
}
.newTestTheme header .inrhdr .hRight .actionBtn div.help-btn .help_option_heplbtn button{
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}
.newTestTheme header .inrhdr .hRight .actionBtn div.help-btn .help_option_heplbtn button>div{}
.newTestTheme header .inrhdr .hRight .actionBtn div.help-btn .help_option_heplbtn button>div>div>span{
    display: block;
    width: unset;
    margin: 0;
}
.newTestTheme header .inrhdr .hRight .actionBtn div.help-btn .help_option_heplbtn button>div>div>strong{
    padding: 0;
}
.newTestTheme header .inrhdr .hRight .actionBtn div.help-btn:hover .help_option_heplbtn{
    display: block;
}
.newTestTheme header .inrhdr .hRight .profile{
    padding: unset;
    color: unset;
    font-size: unset;
    text-transform: unset;
    width: unset;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.newTestTheme header .inrhdr .hRight .profile .profileimg{
    border-radius: 50%;
    background-color:rgba(177, 179, 193, 1);
    overflow: hidden !important;
    border: 1px solidrgba(177, 179, 193, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.newTestTheme header .inrhdr .hRight .profile .profileimg img{
    max-width: unset;
    max-height: unset;
    line-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.newTestTheme header .inrhdr .hRight .profile .stdntnam{
    width: unset;
    margin-top: unset;
    font-size: 14px;
    font-weight: 600;
}
.newTestTheme .maindiv{
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
}
.newTestTheme  .video_callchat{
    position: absolute !important;
}
.newTestTheme .maindiv .lftpart{
    background: #F6F8FC;
    border-top: 1px solid #DCDFEE;
    border-bottom: 1px solid #DCDFEE;
    padding: 0px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    margin: unset;
}
.newTestTheme .maindiv .lftpart .sLeft #subjin{ 
    display: flex;
    height: unset;
    align-items: center;
    padding: unset;
    background: transparent;
    border: none !important;
    padding: 12px 10px;
    border-radius: 4px;
    transition: all 300ms ease-out;
    width: 100% !important;
}
.newTestTheme .maindiv .lftpart .sLeft #subjin:hover{
    background: #E1E6F0;
}
.newTestTheme .maindiv .lftpart .sLeft #subjin span{
    font-size: 16px;
    width: unset;
    margin: unset;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.89);
    padding-top: 0px;
}
.newTestTheme .maindiv .lftpart .sLeft #subjin span.sbjcthdng{
    font-weight: 700;
    padding-right: 10px;
 }
.newTestTheme .maindiv .lftpart .sLeft #subjin span.sbjctname{
    font-weight: 400;
    padding-right: 20px;
    position: relative !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal;
    /* max-width: 300px; */
}
.newTestTheme .maindiv .lftpart .sLeft #subjin span.sbjctname::before{
    position: absolute !important;
    right: 0;
    float: unset;
    margin: unset;
    top: 50%;
    transform: translateY(-50%);
    color: #5B6065;
}
.newTestTheme .maindiv .lftpart .sLeft #dropsubject{
    position: relative !important;
    height: unset;
}
.newTestTheme .maindiv .lftpart .sLeft #dropsubject .dropdown-content{
    position: absolute !important;
    background-color:#fff;
    border-radius: 4px;
    border: 1px solid rgba(228, 230, 235, 1);
    box-shadow: 0px 2px 10px 0px rgba(235, 236, 236, 1);
    top:43px;
}
.newTestTheme .maindiv .lftpart .sLeft #dropsubject .dropdown-content p,.nmbr_blck{
    font-size: 14px;
    padding: 5px 0px;
    text-transform: capitalize;
    color:rgba(0, 0, 0, 0.89);
}
.newTestTheme .maindiv .lftpart .sLeft #dropsubject .dropdown-content span{
    font-size: 12px;
}

.newTestTheme #subjectDetail .frst_drop {
    display: flex;
    justify-content: space-between;
}
.newTestTheme #subjectDetail .frst_drop:hover{
    background: #F6F8FC;
}
.newTestTheme #subjectDetail .frst_drop .chckfildinr{
    margin-top: 6px;
}
.newTestTheme #subjectDetail{
    max-height: 300px;
    overflow-y: auto !important;
}

.newTestTheme #openModal-about{
    display: none;
}
.newTestTheme .maindiv .lftpart .sRight{
    display: flex;
    align-content: center;
    justify-content: flex-end;
    column-gap: 30px;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox .chckbx_ques.instr{
    width: max-content;
    padding: 0;
    margin: 0;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox .chckbx_ques.instr .info{
    display: flex;
    align-content: center;
    column-gap: 5px;
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: unset;
    margin: unset;
    border-radius: unset;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 300ms ease-out;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox .chckbx_ques.instr .info:hover{
    background: #E1E6F0;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox .chckbx_ques.instr .info img{
    width: 12px;
    height: 12px;
    object-fit: contain;
    object-position: center;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox #languagedrop{
    width: unset;
    height: unset;
    z-index: unset;
    text-transform: capitalize;
    display: inline-block;
    position: relative !important;
    right: unset;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox #languagedrop #langin{
    border: 1px solid #B7B9C4;
    height: unset;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 30px 6px 10px;
    display: inline-block;
    width: max-content;
    background: transparent;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.89);
    position: relative !important;
    transition: all 300ms ease-out;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox #languagedrop #langin:hover{
    border-color: rgba(50, 79, 190, 1);
    background-color: #fff;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox #languagedrop #langin.activedrop{
    border: 1px solid #B7B9C4 !important;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox #languagedrop #langin .sbjctname{
    font-size: unset;
    text-align: left;
    display: unset;
    width: unset;
    margin-left: unset;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox #languagedrop #langin .sbjctname::before{
    float: unset;
    margin: unset;
    color: #5B6065;
    font-size: 14px;
    position: absolute !important;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.newTestTheme .maindiv .lftpart .sRight .languageBox #languagedrop #languagecntnt{
    position: absolute !important;
    top:30px;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox #languagedrop #languagecntnt .brdr_btm{
    margin: 0px;
}
.newTestTheme .maindiv .lftpart .sRight .languageBox #languagedrop #languagecntnt .frst_drop{
    width: 100%;
    text-align: center;
    padding: 6px 10px;
}
.newTestTheme .maindiv .lftpart .sRight .timerBox{display: flex;align-items: center;justify-content: flex-end;column-gap: 15px;}
.newTestTheme .maindiv .lftpart .sRight .timerBox .rytpart.notranslate.noproctortype,.newTestTheme .maindiv .lftpart .sRight .timerBox .rytpart.notranslate.onproctorcase{
    width: unset !important;
    background: unset;
  color: unset;
  float: unset;
  font-size: unset;
  height: unset;
    text-align: unset;
}
.newTestTheme .maindiv .lftpart .sRight .timerBox .rytpart .clckinr{
    width: unset;
    margin: unset;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    column-gap: 8px;
}
.newTestTheme .maindiv .lftpart .sRight .timerBox .rytpart .clckinr .clock{
    margin-top: 0px;
    display:flex;
    align-items: center;
        
}
.newTestTheme .maindiv .lftpart .sRight .timerBox .rytpart .clckinr #HRS{
    color:rgba(0, 0, 0, 0.89);
  font-size: 15px;
  font-weight: 700;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3px;
    
}
.newTestTheme .maindiv .lftpart .sRight .timerBox .rytpart .clckinr #HRS b{
    font-weight:700;
}
.newTestTheme .mainQuestionContainer{
    display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
     background: #fff;
}
.newTestTheme .mainQuestionContainer .mqcRight{
    width: 350px;
    border-left: 1px solid rgba(228, 230, 235, 1);
    border-bottom: 1px solid rgba(228, 230, 235, 1);
    transition: .3s all ease-in-out;
}
.newTestTheme .mainQuestionContainer .mqcLeft{
width: calc(100vw - 350px);
  flex-grow: 1;
 
}
.newTestTheme .mainQuestionContainer .mqcLeft .inrmain{
    height: 100%;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain{
    margin-right: unset;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100dvh - 175px);
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain>div:first-child{
    height:calc(100% - 100px);
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain #mainQnDiv{
    height: 95%;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng{
    padding: 8px 20px 8px 40px;
    border-bottom: 1px solid #DCDFEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngLeft,.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngLeft .qaction{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngLeft{
    color: rgba(0, 0, 0, 0.89);
    font-size: 16px;
    font-weight: 700;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngLeft .quehdnglft{
    margin-left: 0px;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngLeft .qaction :is(button,a){
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ECEEFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0px;
    transition: all 300ms ease-out;
    padding: 9px;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngLeft .qaction :is(button,a) img{
    width:100%;
    height:100%;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngLeft .qaction :is(button,a):hover {
    background-color: #DCDEF0;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt :is(span,a){
    padding: 0px !important;
    margin: 0px !important;
    font-size: 14px !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt span.markdef .green{
    background: rgba(89, 151, 66, 0.12);
    padding: 4px 8px !important;
    border-radius: 30px;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt span.markdef .red{
    background: rgba(214, 65, 20, 0.08);
    padding: 4px 8px !important;
    border-radius: 30px;
    font-size: 13px !important;
    font-weight: 500 !important;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt :is(span.newclass-flagged,a.calculator-data){
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 300ms ease-out;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt :is(span.newclass-flagged,a.calculator-data):hover{
    background: #DCDEF0;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt span.newclass-flagged span.clock{
    display: flex;
    align-items: center;
    justify-content: center;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt a .icon-0{
    background: url("../image/icon/cal.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    background-position: center center;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer{
    position: relative !important;
    display: none;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer .MobQactionBtn{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(236, 238, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer .MobQactionData{
    position: absolute !important;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(228, 230, 235, 1);
    right: 0;
    top: 33px;
    box-shadow: 0px 2px 10px 0px rgba(235, 236, 236, 1);
    display: none;
    z-index: 1;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer .MobQactionData ul{
    list-style: none;
    padding: 0 !important;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer .MobQactionData ul li{}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer .MobQactionData ul li a{
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.89);
    font-size: 14px;
    font-weight: 600;
    column-gap: 10px;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(228, 230, 235, 1);
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer .MobQactionData ul li a .iconBox{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer .MobQactionData ul li a .iconBox img{
    width: 60%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer .MobQactionData .fontBtn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    column-gap: 14px;
}
.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer .MobQactionData .fontBtn a{
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(236, 238, 255, 1);
    font-size: 16px;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart{
    height: 100%;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale>div {
    width: 100%;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain{
    width: 100%;
    padding: 10px 30px 10px 10px;
    border-bottom: none;
    z-index: unset;
    /* height: 100%; */
    height: calc(100dvh - 320px);
    overflow: hidden !important;
    overflow-y: auto !important;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3{
    background: rgba(246, 248, 252, 1);
    padding: 12px 26px 12px 16px;
    border-bottom: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative !important;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.89);
    transition: all 300ms ease-out;

}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3.ui-accordion-header-active{
    background:#fff;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3:hover{
    background:#E1E6F0;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3:not(:first-of-type){
    margin-top: 8px;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain .ui-accordion-content {
    padding: 8px 12px 0px !important;
    background-color: #fff;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3 span{
    position: absolute !important;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3 span::before{
    position: unset;
    line-height: unset;
    color: rgba(0, 0, 0, 0.89);
    font-size: 20px;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3 .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e:before{
    content: "\e008";
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3 .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s:before{
    content: "\e007";
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain ul{
    display: flex;
    flex-wrap: wrap;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain ul li{
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.89);
    width: 32px;
    height: 32px;
    font-size: 14px;
    font-weight: 500;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain ul li:hover{
    background: rgb(249 249 249);
    font-weight: 600;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain ul li a{}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit{
    width: 100%;
    min-height: unset !important;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit ul{
    margin: unset;
    padding: 10px 30px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    gap:8px;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit ul li{
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.89);
    padding: 0px;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit ul li .crcl{
    width: 9px;
    height: 9px;
    border-radius: 2px;
    margin-right: 10px;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit .submitbtn{
    background: rgba(246, 248, 252, 1);
    padding: 12px 20px;
    height: unset;
    border-top: 1px solid rgba(228, 230, 235, 1);
    border-bottom: 1px solid rgba(228, 230, 235, 1);
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit .submitbtn a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: rgba(231, 53, 14, 1);
    padding: 12px 15px;
    border-radius: 4px;
    min-width: 150px;
    display: inline-block;
    transition: all 300ms ease-out;
}
.newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit .submitbtn a:hover{
    background: rgb(187 48 17);
}
.newTestTheme .footrlft{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 20px 12px 40px !important;
     background: rgba(246, 248, 252, 1);
    height: unset;
    border-top: 1px solid rgba(228, 230, 235, 1);
    border-bottom: 1px solid rgba(228, 230, 235, 1);
    height: unset !important;
    column-gap: 5px;
}
.newTestTheme .footrlft .fleftBtn{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 10px;
}
.newTestTheme .footrlft .fRightBtn{}
.newTestTheme .footrlft a{
    border: 1px solid rgba(50, 79, 190, 1);
    border-radius: 4px;
    margin: 0 !important;
    color: rgba(50, 79, 190, 1);
    background: transparent;
    position: relative !important;
    padding-left: unset;
    min-width: 170px;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 300ms ease-out;
}
.newTestTheme .footrlft a span{
    margin: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    text-align: center;
    /* min-width: 170px; */
}
.newTestTheme .footrlft a#nextID , .newTestTheme .footrlft a#sampleNextID1 {
    background-color: rgba(50, 79, 190, 1);
    color:#fff !important;
}
.newTestTheme .footrlft a#nextID span#savennext_ssc , .newTestTheme .footrlft a#sampleNextID1 span#save_ssc{
    display: inline-block !important;
    position: relative !important;
    transition: all 300ms ease-out;
    will-change: transform;
    /* text-transform: capitalize; */
}
.newTestTheme .footrlft a#nextID span#savennext_ssc::after , .newTestTheme .footrlft a#sampleNextID1 span#save_ssc::after{
    content:'';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM2LjEgMjUuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYuMSAyNS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMCIgeTE9IjEyLjkiIHgyPSIzNCIgeTI9IjEyLjkiPjwvbGluZT48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyMi4yLDEuMSAzNCwxMi45IDIyLjIsMjQuNyAgICI+PC9wb2x5bGluZT48L2c+PC9zdmc+");
    position: absolute !important;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
    display: none;
}
/* .newTestTheme .footrlft a#nextID:hover span#savennext_ssc{
    transform: translate3d(-1rem, 0, 0);
}
.newTestTheme .footrlft a#nextID:hover span#savennext_ssc::after{
    opacity: 1;
    right: -2rem;
} */
.newTestTheme .footrlft a:hover{
    background:#EAEEF6;
}
/*.newTestTheme .footrlft a#nextID:hover{
    background-color: rgb(32 60 165);
}
.newTestTheme .footrlft a#nextID span#savennext_ssc{
    padding-right: 35px;
} */
.newTestTheme .footrlft a span.angle2{
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.newTestTheme .footrlft a#previousID,.newTestTheme .footrlft a#previousID1 , .newTestTheme .footrlft a#samplePreviousID1{
    padding: 0px;
    min-width: unset;
    border: 1px solid #fff;
}
.newTestTheme .footrlft a#previousID span,.newTestTheme .footrlft a#previousID1 span , .newTestTheme .footrlft a#samplePreviousID1 span{
  padding: 8px 5px;
  background: #fff;
  min-width: unset;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 300ms ease-out;
}
.newTestTheme .footrlft a#previousID span:hover,.newTestTheme .footrlft a#previousID1 span:hover,.newTestTheme .footrlft a#samplePreviousID1 span:hover{
    border: 1px solid rgba(50, 79, 190, 1);
    /* border-radius: 4px; */
}
.newTestTheme .footrlft a#previousID span.angle1,.newTestTheme .footrlft a span.angle1{
    position: relative !important;
    width: 40px;
    height: 100%;
    padding: 0;
}
.newTestTheme .footrlft a#previousID span.angle1::before,.newTestTheme .footrlft a#previousID1 span.angle1::before, .newTestTheme .footrlft a#samplePreviousID1 span.angle1::before {
    content: "";
    font-family: unset;
    color: unset;
    font-weight: unset;
    font-size: unset;
    background: url("data:image/svg+xml;base64,PHN2ZyAgdmlld0JveD0iMCAwIDE0IDIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTEuNzY1NiAyLjIxNTgyTDIuOTgxMzEgMTEuMDAwMUwxMS43NjU2IDE5Ljc4NDQiIHN0cm9rZT0iIzMyMzgzRSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+");
    width: 14px !important;
    height: 22px !important;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.newTestTheme .footrlft #showOnMob{
    display: none;
}
.newTestTheme .footrlft #showOnMob a{
    color: #fff;
    background: rgba(231, 53, 14, 1);
    border:1px solid rgba(231, 53, 14, 1);
}
.newTestTheme .footrlft #showOnMob a:hover{
    background: rgb(187 48 17);
    border:1px solid rgb(187 48 17);
}
.newTestTheme .footrlft .frightBtn{}
.newTestTheme .footrlft .frightBtn .chckbx_ques{
    margin: unset;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    column-gap: 10px;
}
.newTestTheme .footrlft .frightBtn .chckbx_ques button{
    background: transparent;
    color: rgba(63, 63, 63, 1);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 300ms ease-out;
    padding: 10px 15px;
    margin-right: 0px;
    border: 1px solid transparent;
    vertical-align: unset;
    margin-top: 0;
}
.newTestTheme .footrlft .frightBtn .chckbx_ques button:hover{
    border: 1px solid rgba(228, 230, 235, 1);
    background-color: #fff;;
}
.newTestTheme .footrlft .frightBtn .chckbx_ques .customCheck{
    border: 1px solid rgba(228, 230, 235, 1);
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    transition: all 300ms ease-out;
}
.newTestTheme .footrlft .frightBtn .chckbx_ques .customCheck:hover{
    background: transparent;
    border:1px solid transparent;
    cursor: pointer;
}
.newTestTheme .footrlft .frightBtn .chckbx_ques .customCheck:hover label{
    cursor: pointer;
}
.newTestTheme .footrlft .frightBtn .chckbx_ques .customCheck>div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 15px;
    border: 1px solid rgba(228, 230, 235, 1);
    border-radius: 4px;
}
.newTestTheme .footrlft .frightBtn .chckbx_ques .customCheck span{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}
.newTestTheme .footrlft .frightBtn .chckbx_ques input[type="checkbox"]:checked + label::before{
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
}
.newTestTheme #popup_container{
    border-radius: 8px;
    width: 500px !important;
}
.newTestTheme #popup_container *{
    font-family: "Roboto", sans-serif !important;
}
.newTestTheme #popup_container #popup_panel{
    justify-content: center
}
.newTestTheme #popup_container.submitPop #popup_panel{
    justify-content: flex-end;
}
.newTestTheme #popup_container #popup_panel .inputcnf:active{
    box-shadow: none;
}
.newTestTheme #popup_message {
   font-size: 22px;
   font-weight: 400;
   padding: 0;
}
.newTestTheme .inputcnf{
    height:unset;
    border-radius: 4px;
}
.newTestTheme #popup_ok{
    background: #E7350E;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    margin: 0;
}
.newTestTheme #popup_ok:hover{background: rgb(187 48 17);}

.newTestTheme #popup_cancel{
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    /* background-color: #F6F8FC; */
    /* border: 1px solid #DCDFEE; */
    border: none;
    color: #000;
    border-radius: 4px;
}
.newTestTheme #popup_cancel:hover{background: none;}
.newTestTheme #questionDivMain{
    height: 100%;
    overflow: hidden !important;
    overflow-y: auto !important;
    border:none;
    background: transparent;
}

.newTestTheme #mainQnDiv{
    position: relative !important;
    top:0;
    z-index: 0;
}
.newTestTheme #mainQnDiv::before{
    content:'';
    background-size: auto;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
    background-image: var(--background-img);
}
.newTestTheme #mainQnDiv::before{
    background-repeat: repeat;
}
.newTestTheme #mainQnDiv.singleWatermark_back::before{
    background-repeat: no-repeat;
    background-position: center;
}
.newTestTheme #mainQnDiv .enrol-water{
    position: absolute !important;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.newTestTheme #mainQnDiv .enrol-water::after{
    content:'';
    background-size: auto;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    background-image: var(--enrollmentNoWatermark);
    background-repeat: repeat;
}
.newTestTheme #mainQnDiv video{
    width:100%;
}
.newTestTheme .radiobtn:checked + .option {
    border: 1px solid rgba(50, 79, 190, 1);
    background: rgba(246, 248, 252, 1);
}
.newTestTheme .radiobtn:checked + .option .optnvalue{
 background:  rgba(50, 79, 190, 1); 
 border-color:  rgba(50, 79, 190, 1); 
}
.newTestTheme .radiobtn + .option .optnvalue .tick-mark{
    font-size: 13px !important;
    font-weight: 400;
}
.newTestTheme :is(.questioninr,#essayDivMain) .radiobtn:hover + .option{
    background: rgba(246, 248, 252, 1);
}
.newTestTheme .option .optnvalue{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
    border: 1px solid #B4BABD;
    color: rgba(0, 0, 0, 0.89);
    font-size: 12px !important;
}
.newTestTheme :is(.questioninr,#essayDivMain) {
    padding: 13px 40px 12px 40px !important;
    max-height: calc(100vh - 350px);
    /* overflow: auto !important; */
}
.newTestTheme .questioninr .optncrcl{
    width: 40px;
    vertical-align: unset;
}
.newTestTheme .questioninr .optncntnt{
    width: calc(100% - 40px);
    vertical-align: middle;
    word-break: break-word;
}
.newTestTheme .questionnumb:before{
    display: none;
}
.newTestTheme .questionnumb.skip{
    border-color: rgba(177, 179, 193, 1);
    background: rgba(177, 179, 193, 0.12);
}
.newTestTheme .questionnumb.attempted{
    border-color: rgba(36, 116, 249, 1);
    background: rgba(36, 116, 249, 0.08);
}
.newTestTheme .questionnumb.review{
    border-color: rgba(186, 106, 191, 1);
    background: rgba(186, 106, 191, 0.08);
}
.newTestTheme .fl_cntr span {
    display: inline-flex;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-color: rgba(50, 79, 190, 1);
    color: rgba(50, 79, 190, 1);
}
.newTestTheme .fl_cntr span.active {
    color: #fff;
    background: rgba(50, 79, 190, 1);
}
.newTestTheme #essayDivMain{
    height: 100%;
    overflow: hidden !important;
    /* overflow-y: auto !important; */
    background: transparent;
}
.newTestTheme #essayDivMain .eWrap{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
}
.newTestTheme #essayDivMain .eWrap>div{
    flex-basis: 50%;
    overflow-y: auto !important;
}
.newTestTheme #essayDivMain .eWrap>div.edRight{
    border-left: 1px solid #e9e9e9;
}
.newTestTheme .essayhdng>span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.newTestTheme #essayDivMain .eWrap #lftessayDiv{
    /* height: 100%; */
    height: auto;
    width: 100%;
}
.newTestTheme #essayDivMain .eWrap>div .rytessay{
    border:none;
}
.newTestTheme .upldimg-pic{
    height: unset;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.newTestTheme .matrixoptn.simplematch .radiobtn:checked + .option,.newTestTheme .matrixoptn .radiobtn:checked + .option {
    border:none;
    background: transparent;
}
.newTestTheme .truefalse .radiobtn:checked + .option .optnvalue{
    border: 1px solid rgba(50, 79, 190, 1);
    background: transparent;
    position: relative !important;
}
.newTestTheme .truefalse .radiobtn:checked + .option .optnvalue:before{
    background:rgba(50, 79, 190, 1);
}
.newTestTheme .truefalse .radiobtn:checked + .option,.newTestTheme .multipleselect .radiobtn:checked + .option{
        border: 1px solid rgba(50, 79, 190, 1);
    background: rgba(246, 248, 252, 1);
    position: relative !important;
}
.newTestTheme .multipleselect .radiobtn:checked + .option .optnvalue{
     border: 1px solid rgba(50, 79, 190, 1);
}
.newTestTheme #proctordiv .demo-container{
    position: absolute;
    top:0;
    z-index: 99;
}
.newTestTheme #boxDiv_thinkproc{
    top:0 !important;
    width: 160px;
}
.newTestTheme #boxDiv_thinkproc #score_span_think{
    position: unset;
    width: 100%;
    height: 26px !important;
}
.newTestTheme #boxDiv_thinkproc #score_span_think .ufm_text{
    line-height: 26px;
    padding-right: 2px;
}
.newTestTheme #boxDiv_thinkproc #score_span_think .cs_text_line{
    line-height: 26px;
    margin-right: 0px;
    padding-left: 2px;
}
.newTestTheme #videoTag{
    height: 100% !important;
}

.copyrightBox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 40px;
    background: #fff;
    color: rgba(0, 0, 0, 0.7);
    font-size: 13px;
    font-weight: 400;
}
/* instruction pop up */
.newTestTheme .getin_touchpop *{
    font-family: "Roboto";
}
.newTestTheme .getin_touchpop {
    z-index: 9999;
}
.newTestTheme .getin_touchpop .contact_form{
    width: 80%;
    max-width: 902px;
    height: 85%;
    max-height: 632px;
    margin-top: 0px;
    border-radius: 10px 10px 8px 8px;
}
.newTestTheme .getin_touchpop .getpophdr{
    border-radius:8px 8px 0 0;
    background: rgba(246, 248, 252, 1);
    padding: 14px 25px 14px 25px;
    border-bottom: 1px solid rgba(228, 230, 235, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newTestTheme .getin_touchpop .getpophdr > div{
    display: flex;
    align-items: center;
}
.newTestTheme .getin_touchpop .getpophdr h1{
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    color: rgba(0, 0, 0, 0.89);
    padding-left: 8px;
    text-transform: none;
}
.newTestTheme .cancelScc{
    cursor: pointer;
}
.newTestTheme .rgt_pg_cnct{
    padding: 20px 32px 20px 25px !important;
    max-height: 84% !important;
}

.newTestTheme .rgt_pg_cnct ol{
    padding-left: 25px !important;
    margin: 0 !important;
}
.newTestTheme .rgt_pg_cnct ol li{
font-size: 16px;
font-weight: 400;
line-height: 30px;
}
.newTestTheme .rgt_pg_cnct > p{
font-size: 16px;
font-weight: 400;
line-height: 18.75px;
color: rgba(0, 0, 0, 0.89);
margin-bottom: 15px; 
margin-left: 8px;
}
/* instruction pop up */
/* Bio break pop up */
.newTestTheme #biobreak *{
    font-family: "Roboto";
}
.newTestTheme #biobreak .popuphdr_dual{
    display: flex;
    background: rgba(246, 248, 252, 1);
    padding: 12px 19px;
    height: unset;
    line-height: unset;
    border-bottom: 1px solid rgba(228, 230, 235, 1);
}
.newTestTheme #biobreak .inrsctntopview{
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    color: rgba(0, 0, 0, 0.89);
    display: flex;
    align-items: center;
}
.newTestTheme #biobreak .inrsctnpop_dual_copy{
    padding-right: 0px !important;
}
.newTestTheme #biobreak .topsctninrview_copy{
    text-align: center !important;
    padding: 0px 90px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 23px;
    color: rgba(0, 0, 0, 0.89);
}
.newTestTheme #biobreak .inrviewdualcamera{
    width: 525px;
    border: none;
    border-radius: 8px;
}

.newTestTheme #biobreak span.inrsctntopview img {
    margin-right: 11px;
}
.newTestTheme #biobreak .butnofbiobrktime{
    margin-top: 0;
    width: 222px;
    height: 104px;
    border: none;
    background: rgba(246, 248, 252, 1);
    border-radius:12px ;
}
.newTestTheme #biobreak .butnofbiobrktime .minSec{
font-size: 16px;
font-weight: 300;
line-height: 23px;
color:rgba(0, 0, 0, 0.89);
margin: 0px 12px;
}
.newTestTheme #biobreak .butnofbiobrktime .inrsctntimespn{
font-size: 48px;
font-weight: 300;
line-height: 23px;
color:rgba(0, 0, 0, 0.89);
}
.newTestTheme #biobreak .btnotrrsumtst{
    margin-top: 35px;
    margin-bottom: 25px;
}
.newTestTheme #biobreak .rsumtstotr {
font-size: 16px;
font-weight: 600;
/* line-height: 18.75px; */
background:rgba(50, 79, 190, 1)
}
.newTestTheme #biobreak .inrviewdualcamera.biobreakinr{
    height: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: unset;
    right: unset;
}
/* Bio break pop up */

/* openBook pop up  */
.newTestTheme #openModal-about *{
    font-family: "Roboto";
}
.newTestTheme .modalDialog > div {
    height: 90%;
    margin: 40px auto;
}
.newTestTheme #openModal-about .hdngpopup_open{
    background: unset;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    color:rgba(0, 0, 0, 0.89);
    border-bottom: unset;
    margin: 0px;
    padding: 0px;
}
.newTestTheme #openModal-about .hdngpopup_open > span{
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color:rgba(0, 0, 0, 0.89);
}
.newTestTheme #openModal-about .gallery-row{
    align-items: center;
}
.newTestTheme #openModal-about .a-button{
    background: unset;
}
.newTestTheme #openModal-about .gallery-row-scroll{
    background-color: rgba(246, 248, 252, 1);
    border: 1px solid rgba(228, 230, 235, 1);
    margin: 0 12px;
    border-radius: 5px;
}
.newTestTheme #openModal-about #widthControlled + h3{
    margin-top: 10px !important;
}
.newTestTheme #openModal-about .iframeContainerScc{
    padding: 20px 24px 20px;
    height: calc(100% - 140px);
}
.newTestTheme #openModal-about .iframeContainerScc iframe{
    width: 100% !important;
    height: 100% !important;
}
.newTestTheme #openModal-about .lftarrowoptn > img{
    background: rgba(246, 248, 252, 1);
    border-radius:5px ;
    width: unset !important;
    padding: 10px 13px;
}
.newTestTheme #openModal-about .fullscreen{
    position: unset;
    float: unset;
}
.newTestTheme #openModal-about .close{
    position: unset;
    float: unset;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 0px !important;
}
.newTestTheme #openModal-about .newHeaderSsc{
    display: flex;
    align-items: center;
    background: rgba(246, 248, 252, 1);
    border-bottom: 1px solid rgba(228, 230, 235, 1);
    margin-bottom: 20px;
    border-radius: 8px 8px 0px 0px;
    padding: 6px 24px 5px 24px;
}
.newTestTheme #openModal-about .newHeaderSsc > img{
margin-right: 8.5px;
}
.newTestTheme #openModal-about .newHeaderSsc > div{
    display: flex;
    align-items: center;
}
.newTestTheme #openModal-about .newHeaderSsc > div > button img{
    /* display: flex;
    align-items: center; */
    width: 22px;
}
.newTestTheme #openModal-about .newHeaderSsc > div > button{
    /* display: flex;
    align-items: center; */
    /* margin-right:16px ; */
    outline: none;
}
/* openBook pop up */

/* question Report */
.newTestTheme .newPopUpclass *{
    font-family: "Roboto";
}
.newTestTheme .newPopUpclass .outer-flag .ssc-outer-ssc{
    background: rgba(246, 248, 252, 1);
    padding: 12px 22px;
    border-bottom: 1px solid rgba(228, 230, 235, 1);
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.newTestTheme .newPopUpclass#RaiseQueryPopUp .outer-flag .ssc-outer-ssc{justify-content: space-between;}
.newTestTheme .newPopUpclass .outer-flag h1{
    background: unset;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    margin-left: 10px;
    padding: 0px;
    color: rgba(0, 0, 0, 0.89);
}
.newTestTheme .newPopUpclass .outer-flag .outer-part-of-txtarea{
    padding: 16px 22px 24px;
    background: rgba(255, 255, 255, 1);
}
.newTestTheme .newPopUpclass .outer-part-of-txtarea > p{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: rgba(0, 0, 0, 0.89);
    margin-bottom:16px;
}
.newTestTheme .newPopUpclass #saveFlagData , .newTestTheme .newPopUpclass #saveQueryData{
    background: rgba(50, 79, 190, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    color: rgba(255, 255, 255, 1);
    margin-top: 0px;
    border: none;
    padding: 13px 10px;
    border-radius: 4px;
    min-width: 150px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.newTestTheme .newPopUpclass #hideFlagData , .newTestTheme .newPopUpclass #hideQueryData{
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    color: rgba(0, 0, 0, 0.89);
    margin-top: 0px;
    margin-right: 7px;
    padding: 13px 44.5px;
}
.newTestTheme .newPopUpclass .btnPart{
    margin-top: 21px;
}

.newTestTheme .newPopUpclass .flagged-part-main-inner textarea{
    background: rgba(246, 248, 252, 1);
    border: 1px solid rgba(228, 230, 235, 1);
    border-radius:8px;
    min-height:160px;
    outline: none; /* Remove the default focus outline */
}
.newTestTheme .newPopUpclass .flagged-part-main-inner textarea ::placeholder{
font-size: 16px;
font-weight: 400;
line-height: 23px;
color:rgba(133, 136, 140, 1);
}

.newTestTheme .newPopUpclass .flagged-part-main-inner{
    width: 481px;
    border-radius:8px;
}
.newTestTheme .newPopUpclass .flagged-part-main-inner h1{
    margin-left: 0px;
}
.newTestTheme .newPopUpclass .flagged-part-main-inner .outer-part-of-txtarea p.heading{
    font-weight: 600;
}
.newTestTheme .newPopUpclass .flagged-part-main-inner .customCheckbox{
    margin-top: 20px;
    margin-bottom: 30px;
}
.newTestTheme .newPopUpclass .flagged-part-main-inner .customCheckbox .form-group{
    display: block;
    margin-bottom: 15px;
}
.newTestTheme .newPopUpclass .flagged-part-main-inner .customCheckbox .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .newTestTheme .newPopUpclass .flagged-part-main-inner .customCheckbox .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
  }
  .newTestTheme .newPopUpclass .flagged-part-main-inner .customCheckbox .form-group label span{
    font-weight: 500;
  }
  .newTestTheme .newPopUpclass .flagged-part-main-inner .customCheckbox .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid rgba(50, 79, 190, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 3px;
    top:-1px;
  }
  .newTestTheme .newPopUpclass .flagged-part-main-inner .customCheckbox .form-group input:checked + label::before{
    background: rgba(50, 79, 190, 1);
  }
  .newTestTheme .newPopUpclass .flagged-part-main-inner .customCheckbox .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
.newTestTheme .newPopUpclass{
    z-index: 99999;
}
.newTestTheme .newPopUpclass .btnPart a#saveFlagData span{
    position: relative !important;
    transition: all 300ms ease-out;
    will-change: transform;
}
.newTestTheme .newPopUpclass .btnPart a#saveFlagData span::after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM2LjEgMjUuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYuMSAyNS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMCIgeTE9IjEyLjkiIHgyPSIzNCIgeTI9IjEyLjkiPjwvbGluZT48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyMi4yLDEuMSAzNCwxMi45IDIyLjIsMjQuNyAgICI+PC9wb2x5bGluZT48L2c+PC9zdmc+);
    position: absolute !important;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.newTestTheme .newPopUpclass .btnPart a#saveFlagData:hover span{
    transform: translate3d(-1rem, 0, 0);
}
.newTestTheme .newPopUpclass .btnPart a#saveFlagData:hover span::after {
    opacity: 1;
    right: -2rem;
}
/* question Report */
/* ankit css */
.newTestTheme .newPopUpclass .outer-phoneNumber{
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
}
.newTestTheme .newPopUpclass .outer-phoneNumber > div{
display: inline-grid;
}
.newTestTheme .newPopUpclass .outer-phoneNumber .helpIconsSpan img{
    width: unset;
}
.newTestTheme .newPopUpclass .outer-phoneNumber .UFMhelplineText{
    font-size: 14px !important;
}
.newTestTheme .newPopUpclass .outer-phoneNumber .UFMhelplineData{
    font-size: 15px ;
    padding-left: 10px;
}
.newTestTheme .newPopUpclass .closeHelpNewTh{
    display: flex;
    align-items: center;
    justify-content: end;
    flex: 1;
}

.newTestTheme .newPopUpclass .closeHelpNewTh > img{
    cursor: pointer;
}
.newTestTheme #biobreak{
    background: rgba(0, 0, 0, 0.7);
}
.newProfileTh{
    cursor: pointer;
}
/* ankit css */
/* Responsive */
.newTestTheme .topRight{
    padding: 20px 20px 10px;
    display: none;
    background: #fff;
}
.newTestTheme .topRight .profile{display: flex;align-items: center;width: 100% !important;padding: 0px !important;margin-bottom: 10px;}
.newTestTheme .topRight .profile .profileimg{border-radius: 50%;background-color: rgba(177, 179, 193, 1);overflow: hidden !important;border: 1px solid rgba(177, 179, 193, 1);display: flex;align-items: center;justify-content: center;font-size: 13px;color: #fff;font-weight: 600;}
.newTestTheme .topRight .profile .profileimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.newTestTheme .topRight .profile .stdntnam{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    color: rgba(0, 0, 0, 0.89);
}
.newTestTheme .topRight .testname{
    font-size: 15px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.89);
    width: 100%;
}
.newTestTheme #topRight .testname span{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal;
}
.newTestTheme #mobSideAction{
    padding: 10px 20px;
    background: rgba(246, 248, 252, 1);
    border-top: 1px solid rgba(228, 230, 235, 1);
    border-bottom: 1px solid rgba(228, 230, 235, 1);
    display: none;
}
.newTestTheme #mobSideAction ul{
    padding: 0px !important;
    /* gap: 8px !important; */
}
.newTestTheme #mobSideAction ul li{
    flex-grow: 1;
    /* display: flex; */
    margin: 0px;
    border: none;
    z-index: unset;
    text-transform: capitalize;
    width: unset;
    flex-basis: 48%;
    height: unset;
}
.newTestTheme #mobSideAction ul li a,.newTestTheme #mobSideAction ul li div.selectBox{
    display: flex;
    align-items: center;
    color: rgba(28, 28, 28, 1);
    font-size: 14px;
    font-weight: 400;
    column-gap: 5px;
    border: 1px solid rgba(228, 230, 235, 1);
    border-radius: 4px;
    justify-content: center;
    padding: 4px 12px;
    background: #fff;
}
.newTestTheme #mobSideAction ul li>div.mobSelect,.newTestTheme #mobSideAction ul li div.selectBox{
    position: relative !important;
    height: 100%;
    justify-content: flex-start;
}
.newTestTheme #mobSideAction ul li div.selectBox{
    cursor: pointer;
}
.newTestTheme #mobSideAction ul li div.selectBox::after{
    content:'';
    position: absolute;
    display: inline-block;
    background-image: url('data:image/svg+xml;base64,PHN2ZyAgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjU1MDM1IDYuNjk0TDExLjM0NjQgMS41NTU1N0MxMS45MTI0IDAuOTQ5MDA0IDExLjQ1MjQgMC4wMDAyNTM2NjUgMTAuNTkzNCAwLjAwMDI1MzU5TDEuMDAxMzUgMC4wMDAyNTI3NTFDMC44MDkxMDggOS44MjM5MWUtMDUgMC42MjA4OTEgMC4wNTE4OTcgMC40NTkyNDEgMC4xNDk0NDdDMC4yOTc1OSAwLjI0Njk5NyAwLjE2OTM2IDAuMzg2MTYyIDAuMDg5OTAzNCAwLjU1MDI3N0MwLjAxMDQ0NzEgMC43MTQzOTIgLTAuMDE2ODY1MiAwLjg5NjUwMSAwLjAxMTIzNjcgMS4wNzQ3OUMwLjAzOTMzODYgMS4yNTMwOSAwLjEyMTY2NCAxLjQyMDAxIDAuMjQ4MzUzIDEuNTU1NTdMNS4wNDQzNSA2LjY5MzA3QzUuMTM4MjEgNi43OTM3NiA1LjI1Mzk3IDYuODc0NDcgNS4zODM4NCA2LjkyOTc3QzUuNTEzNzIgNi45ODUwNiA1LjY1NDcxIDcuMDEzNjcgNS43OTczNSA3LjAxMzY3QzUuOTM5OTkgNy4wMTM2NyA2LjA4MDk5IDYuOTg1MDYgNi4yMTA4NiA2LjkyOTc3QzYuMzQwNzQgNi44NzQ0NyA2LjQ1NjQ5IDYuNzk0NyA2LjU1MDM1IDYuNjk0WiIgZmlsbD0iIzVCNjA2NSIvPgo8L3N2Zz4=');
    background-repeat: no-repeat;
    background-size: 12px 8px;
    width: 12px;
    height: 8px;
    right: 8px;
}
.newTestTheme #mobSideAction ul li div.selectDrop{
    position: absolute !important;
    z-index: 1;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(228, 230, 235, 1);
    bottom: 100%;
    display: none;
}
.newTestTheme #mobSideAction ul li div.selectDrop.active{
    display: block;
}
.newTestTheme #mobSideAction ul li div.selectDrop .langBox{
    padding: 8px 8px;
    border-bottom: 1px solid rgba(228, 230, 235, 1);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.newTestTheme #mobSideAction ul li div.selectDrop .langBox:last-child{
    border-bottom:none
}
.newTestTheme #mobSideAction ul li a .imgBox{
    width: 25px;
    height: 25px;
    overflow: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newTestTheme #mobSideAction ul li a .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
/* #mobSideAction ul li.sideIns a .imgBox img{
    width: 60%;
} */
.newTestTheme #mobSideAction ul li a span{}
.newTestTheme .mainQuestionContainer .mqcRight .closeSidebar {
    position: absolute !important;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    display: inline-block;
    display: none;
    z-index: 1;
    cursor: pointer;
}
.cameraSideBar{
    display: none;
    margin-bottom: 15px;
}
.cameraOpenBox{
    background: rgba(246, 248, 252, 1);
    border:1px solid rgba(228, 230, 235, 1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 8px;
    padding: 10px 15px;
}
.cameraOpenBox span{
    color: rgba(0, 0, 0, 0.89);
    font-size: 14px;
    font-weight: 600;
}
.cameraOpenBox .switch {
    display: inline-flex;
  }
  .cameraOpenBox  .switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
  }
  .cameraOpenBox  .switch input[type=checkbox]:checked + label {
    background: green;
  }
  .cameraOpenBox .switch input[type=checkbox]:checked + label::after {
    left: calc(100% - 4px);
    transform: translateX(-100%);
  }
  .cameraOpenBox .switch label {
    cursor: pointer;
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 24px;
    position: relative !important;
  }
  .cameraOpenBox  .switch label::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 16px;
    transition: 0.3s;
  }

  .newTestTheme header .inrhdr .hRight .ufmBox{
    padding: 7px 8px;
    background: rgba(252, 231, 226, 1);
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
    display: none;
  }
 .newTestTheme #mobmbpsDispDiv{
    display: none;
 } 
  .newTestTheme header .inrhdr .hRight .ufmBox span{
    font-size: 12px;
    font-weight: 500;
  }
  .newTestTheme header .inrhdr .hRight .ufmBox span#ufmCount{
    color: rgba(231, 53, 14, 0.89);
  }
  .newTestTheme span.helpIconsSpan{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .newTestTheme span.helpIconsSpan img{
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center;
  }
   /* ///////////////////////////// compiler question type ui starts ///////////////////////// */
  .newTestTheme #questionDiv p{
    line-height: 28px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8902);
}
  .newTestTheme .texteditor_bx{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .newTestTheme .texteditor_bx .boxes_testeditor {
    width: 49.5%;
    height: 300px;
  }
  .newTestTheme .slectlanguge_optnbx{
    position: relative !important;
  }
  .newTestTheme .slectbx_lnguge{
    font-size: 14px;
    color: rgb(194, 197, 205);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .newTestTheme .slectlanguge_optnbx::after{
    border-color: rgb(120, 123, 126) transparent transparent transparent;
    pointer-events: none;
    /* left: 37%; */
  }
  .newTestTheme .hdng_txteditor{
    background: rgb(75, 76, 79);
    height: 32px;
    line-height: 32px;
    padding: 0 14px;
}
.newTestTheme .resultSpan{font-size: 14px !important;}
.newTestTheme #code, .newTestTheme .txtSctn{
    height: calc(100% - 32px);
    border-radius: 0 0 4px 4px;
}

.newTestTheme #code{top: 32px;}
.newTestTheme .txtSctn{border: none;width:100% !important;resize: none;height: calc(100% - 32px) !important;}
.newTestTheme .tble_textedidtr tr:first-child{background: rgb(247, 248, 253);}
.newTestTheme .tble_textedidtr tr th{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    padding: 4px 14px;
    border-left: 1px solid rgb(220, 223, 238);
    border-bottom: 1px solid rgb(220, 223, 238);
}
.newTestTheme .tble_textedidtr tr th.runAllImgIcon_outr>button,.newTestTheme .tble_textedidtr tr td.runAllImgIcon_outr>button{
    display: flex;
    align-items: center;
    padding: 5px 0px;
    column-gap: 5px;
}
.newTestTheme #optionDiv .tble_textedidtr tr th.runAllImgIcon_outr>button span,.newTestTheme #optionDiv .tble_textedidtr tr td.runAllImgIcon_outr>button span{
    width: 17px;
    height: 17px;
    position: relative !important;
    display: inline-block;
}
.newTestTheme #optionDiv .tble_textedidtr tr th.runAllImgIcon_outr>button span::before,.newTestTheme #optionDiv .tble_textedidtr tr td.runAllImgIcon_outr>button span::before{
    content: '';
    position: absolute !important;
    top:0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.newTestTheme #optionDiv .tble_textedidtr tr th.runAllImgIcon_outr>button span::before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTcgMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNS4xNjU0IDcuMTI0NjFDMTUuNTA1NiA3LjMwNTUzIDE1Ljc5MDEgNy41NzU2IDE1Ljk4ODYgNy45MDU4OUMxNi4xODcgOC4yMzYxOCAxNi4yOTE5IDguNjE0MjQgMTYuMjkxOSA4Ljk5OTU3QzE2LjI5MTkgOS4zODQ4OSAxNi4xODcgOS43NjI5NSAxNS45ODg2IDEwLjA5MzJDMTUuNzkwMSAxMC40MjM1IDE1LjUwNTYgMTAuNjkzNiAxNS4xNjU0IDEwLjg3NDVMNi4wOTAxOSAxNS44MDk1QzQuNjI4OSAxNi42MDQ5IDIuODMzOTggMTUuNTcwOCAyLjgzMzk4IDEzLjkzNTJWNC4wNjQ2MUMyLjgzMzk4IDIuNDI4MzYgNC42Mjg5IDEuMzk0OSA2LjA5MDE5IDIuMTg4OTRMMTUuMTY1NCA3LjEyNDYxWiIgZmlsbD0iIzU5OTc0MiIvPgo8L3N2Zz4=");
}
.newTestTheme #optionDiv .tble_textedidtr tr td.runAllImgIcon_outr>button span::before{
    background-image: url("data:image/svg+xml;base64,PHN2ZyAgdmlld0JveD0iMCAwIDE3IDE4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTQuNjg3NiA4LjAwMzA5TDE0LjY4NzYgOC4wMDMxM0wxNC42OTU4IDguMDA3NTNDMTQuODc1OCA4LjEwMzI1IDE1LjAyNjQgOC4yNDYxNSAxNS4xMzE0IDguNDIwOTFDMTUuMjM2NCA4LjU5NTY2IDE1LjI5MTkgOC43OTU2OSAxNS4yOTE5IDguOTk5NTdDMTUuMjkxOSA5LjIwMzQ0IDE1LjIzNjQgOS40MDM0NyAxNS4xMzE0IDkuNTc4MjNDMTUuMDI2NCA5Ljc1Mjk5IDE0Ljg3NTggOS44OTU4OCAxNC42OTU4IDkuOTkxNkwxNC42OTU4IDkuOTkxNTZMMTQuNjg3NiA5Ljk5NjAxTDUuNjEyNDcgMTQuOTMxTDUuNjEyMDkgMTQuOTMxMkM0Ljc4NTU3IDE1LjM4MTEgMy44MzM5OCAxNC43NzY0IDMuODMzOTggMTMuOTM1MlY0LjA2NDYxQzMuODMzOTggMy4yMjMxNSA0Ljc4NTM1IDIuNjE4MyA1LjYxMjQyIDMuMDY3NDJDNS42MTI1MyAzLjA2NzQ4IDUuNjEyNjMgMy4wNjc1NCA1LjYxMjc0IDMuMDY3NkwxNC42ODc2IDguMDAzMDlaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPg==");
}
.newTestTheme .tble_textedidtr tr th:first-child, .newTestTheme .tble_textedidtr tr td:first-child{text-align: center;}
.newTestTheme .tble_textedidtr tr:nth-child(2n){background: transparent;}
.newTestTheme .tble_textedidtr tr {
    border-bottom: 1px solid rgb(220, 223, 238);
}
.newTestTheme .tble_textedidtr tr td{
    padding: 5px 14px;
    border-left: 1px solid rgb(220, 223, 238);
    border-bottom: 1px solid rgb(220, 223, 238);
}
.newTestTheme .tble_textedidtr tr:last-child td{border-bottom: none;}
.newTestTheme .tble_textedidtr tr td span{
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.75);
}
.newTestTheme .tble_textedidtr tr td span.errorclr_txt{
    color: #d01b1b;
}
.newTestTheme .tble_textedidtr tr td span.successclr_txt{
    color: #167916;
}
.newTestTheme table.tble_textedidtr{
    border: 1px solid rgb(220, 223, 238);
    border-collapse: separate;
    border-radius: 4px;
    border-spacing: 0px;
    padding: 0;
}
.newTestTheme table.tble_textedidtr textarea{
    width: 120px;
    height: 31px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    background: rgb(246, 248, 252);
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
}
.newTestTheme table.tble_textedidtr textarea.outputTxtArea{background: rgb(220, 223, 238);}
.newTestTheme table.tble_textedidtr button.Excuteallbtn{
    color: rgba(0, 0, 0, 0.75);
    font-weight: bold;
    font-size: 14px;
    padding: 0px;
}
.newTestTheme #questionDiv .runAllImgIcon_outr>div{
    display: flex;
    align-items: center;
}
.newTestTheme .runAllImgIcon{
    vertical-align: middle;
    width: 12px;
    height: 12px;
}
.newTestTheme button.Excuteallbtn::before, .newTestTheme button.excutebtninr::before{content: unset;}
.newTestTheme table.tble_textedidtr button.excutebtninr{
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.75);
    padding: 0px;
}
 /* ///////////////////////////// compiler question type ui ends ///////////////////////// */
 .newTestTheme .subjective-input{
    width: 100% !important;
    background: #F6F8FC;
    border: 1px solid #DCDFEE;
    padding: 15px !important;
    font-size: 16px !important;
 }
 .newTestTheme .fileImageUpload{}
 .newTestTheme .fileImageUpload .headingTag{
    color: #000000E3;
    margin-bottom: 14px;
    font-size: 18px !important;
    font-weight: 600 ;
 }
 .newTestTheme .fileImageUpload #uploadBtnDiv{
  
 }
 .newTestTheme .fileImageUpload #uploadBtnDiv a{
    background: #F6F8FC;
    border: 1px dashed #DCDFEE;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    color: #000000E3;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 14px;
    transition:.3s all ease-in-out;
}
.newTestTheme .fileImageUpload #uploadBtnDiv a:hover{
   background: #ebedf6;
}
 .newTestTheme .fileImageUpload #uploadBtnDiv a span.icon{
    width: 25px;
    height: 25px;
    position: relative !important;
 }
 .newTestTheme .fileImageUpload #uploadBtnDiv a span.icon::before{
    content:'';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute !important;
    top:0;
    right: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyAgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC4xNjYwMiAxNy43MDg3VjE5Ljc5MkM0LjE2NjAyIDIwLjM0NDUgNC4zODU1MSAyMC44NzQ0IDQuNzc2MjEgMjEuMjY1MUM1LjE2NjkxIDIxLjY1NTggNS42OTY4MSAyMS44NzUzIDYuMjQ5MzUgMjEuODc1M0gxOC43NDk0QzE5LjMwMTkgMjEuODc1MyAxOS44MzE4IDIxLjY1NTggMjAuMjIyNSAyMS4yNjUxQzIwLjYxMzIgMjAuODc0NCAyMC44MzI3IDIwLjM0NDUgMjAuODMyNyAxOS43OTJWMTcuNzA4N003LjI5MTAyIDkuMzc1MzNMMTIuNDk5MyA0LjE2Njk5TTEyLjQ5OTMgNC4xNjY5OUwxNy43MDc3IDkuMzc1MzNNMTIuNDk5MyA0LjE2Njk5VjE2LjY2NyIgc3Ryb2tlPSIjMzI0RkJFIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
    background-repeat: no-repeat;
    background-size: 100% 100%;
 }
 .newTestTheme .fileImageUpload #uploadBtnDiv span{
    color: #00000097;
    font-size: 14px !important;
    font-weight: 400;
    display: block;
 }
 .newTestTheme .fileImageUpload .selectedFile{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    margin-top: 20px;
    background: #f6f8fc;
    padding: 8px 15px;
    border-radius: 4px;
    transition: .3s all ease-in-out;
 }
 .newTestTheme .fileImageUpload .selectedFile #fileUploadName{
    color: #000000E3;
    font-size: 15px !important;
    font-weight: 500;
 }
 .newTestTheme .fileImageUpload .selectedFile #removeDoc{
    width: 14px;
    height: 14px;
    position: relative !important;
    cursor: pointer;
 } 
 .newTestTheme .fileImageUpload .selectedFile #removeDoc::before{
    content:'';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute !important;
    top:0;
    right: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyAgdmlld0JveD0iMCAwIDE0IDE0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTQgMS40MUwxMi41OSAwTDcgNS41OUwxLjQxIDBMMCAxLjQxTDUuNTkgN0wwIDEyLjU5TDEuNDEgMTRMNyA4LjQxTDEyLjU5IDE0TDE0IDEyLjU5TDguNDEgN0wxNCAxLjQxWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+');
    background-repeat: no-repeat;
    background-size: 100% 100%;
 }
 .newTestTheme .fileImageUpload .selectedFile:hover{
    background: #ebedf6;
 }

 .newTestTheme .recordingContainer{
    padding: 0px;
}
.newTestTheme .recordingContainer .recordDirections{
    padding-bottom: 8px;
    border-bottom: 1px solid #DCDFEE;
}
.newTestTheme .recordingContainer .recordDirections .recordDirectionsSpan1{
    color: #000000E3;
    font-weight: 700;
    margin-bottom: 8px;
}
.newTestTheme .recordingContainer .recordDirections .recordDirectionsSpan2{
    color: #000000E3;
    font-weight: 400;
    font-size: 14px !important;
}
.newTestTheme .recordInfo{
    flex-wrap: wrap;
}
.newTestTheme .recordInfo .recordInfoLeft{
    flex: 1 1 50%;
    width: unset;
}
.newTestTheme .recordInfo .recordInfoLeft .recordInfoLeftInner{
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.newTestTheme .recordInfo .recordInfoLeft .recordInfoLeftInner .recordInfoImage{
    margin: 0px;
    width: 158px;
    height: 158px;
    overflow: hidden !important;
    border-radius: 50%;
    background: #fff;
}
.newTestTheme .recordInfo .recordInfoLeft .recordInfoLeftInner .img{}
.newTestTheme .recordInfo .recordInfoLeft .recordInfoLeftInner .recordInfoTime{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 15px;
    padding: 25px 0px;
}
.newTestTheme .recordInfo .recordInfoLeft .recordInfoLeftInner .recordInfoTime .recordInfoTimeSpan1{
    color: #000000E3;
    font-weight: 700;
}
.newTestTheme .recordInfo .recordInfoLeft .recordInfoLeftInner .recordInfoTime .recordInfoTimeSpan2{
    color: #000000E3;
    font-size: 42px !important;
    font-weight: 400;
    margin: 0;
}
.newTestTheme .recordInfo .recordInfoLeft .recordInfoLeftInner .recordInfoTime button{
    margin-top: 0;
    width: max-content;
    background: #324FBE;
    padding: 10.5px 25.5px;
    /* min-width: 200px; */
    font-size: 16px !important;
    font-weight: 400;
    border-color: #324FBE;
}
.newTestTheme .recordInfo .recordInfoLeft .recordInfoLeftInner .recordInfoTime button:is(.recordInfoTimeBtnClick2,.recordInfoTimeBtnClick1){
    background: transparent;
    border-color: #FF0000;
}
.newTestTheme .recordInfo .recordInfoRight{
    border: none;
    padding: 25px;
    border-radius: 8px;
    background: #F6F8FC;
    flex: 1 1 50%;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner{
    position: relative !important;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner textarea{
    position: absolute !important;
    top: 0;
    left: 0;
    pointer-events: none;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner .recordingSpan{
    color: #000000E3;
    font-weight: 700;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner .recordingPlay{
    margin-top: 15px;
    width: 100%;
    height: unset;
    background: #fff;
    padding: 15px 22px;
    column-gap: 5px;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner .recordingPlay :is(.playIconDiv,.pauseIconDiv){
    width: 17px;
    height: 17px;
    padding: 3px;
    font-size: x-small;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner .recordingPlay :is(.playIconDiv,.pauseIconDiv) img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    vertical-align: unset;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner .recordingPlay .playTiming{
    width: max-content;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner .recordingPlay .playTiming span{
    font-size: 14px !important;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner .recordingPlay .recordingPlaying{
    width: max-content;
    flex: 1;
    margin: auto;
    border-radius: 30px;
    height: 5px;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner .recordingPlay .soundIconDiv{
    width: 22px;
    height: 22px;
    padding: 4px;
    font-size: small;
    margin-right: 0px;
}
.newTestTheme .recordInfo .recordInfoRight .recordInfoRightInner .recordingPlay .soundIconDiv img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    vertical-align: unset;
}
.newTestTheme .recordInfo .recordInfoRight button{
    margin-top: 15px;
    width: max-content;
    background: #324FBE;
    padding: 10.5px 27.5px;
    font-size: 16px !important;
    font-weight: 400;
    border-color: #324FBE;
}
.newTestTheme .nano-content{
    margin-right: 0px !important;
}
.newTestTheme .essayhdng span{
    background: #DCDFEE;
    border-radius: 0 4px 4px 0;
}
 .newTestTheme #saveResponseBtn{
    background-color:#fff;
}
.newTestTheme #mbpsDispDiv{
    background: none;
    height: unset;
    z-index: 9;
    display: flex;
    align-items: center;
    margin-right: unset;
    width: 100%;
}

.newTestTheme .netSpeed span{
font-size: 14px;
font-weight: 600;
line-height: 16.41px;
color: rgba(0, 0, 0, 0.89);
margin-left: 8px;
}

.newTestTheme #sectionSummaryDivCheckbox{
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
}
.newTestTheme #sectionSummaryDivCheckbox .sswrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
    z-index: 0;
}
.newTestTheme #sectionSummaryDivCheckbox .sswrapper::before{
    content:'';
    background: none 0% 0% repeat scroll rgba(0, 0, 0, 0.5);
    position: absolute !important;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.newTestTheme #sectionSummaryDivCheckbox .sswrapper .exam-submit-wrapper{
    width: 500px;
    border-radius: 8px;
    text-align: center;
    padding: 32px 25px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.newTestTheme #sectionSummaryDivCheckbox .sswrapper .exam-submit-wrapper p{
    font-size: 18px;
    font-weight: 500;
}
.newTestTheme #sectionSummaryDivCheckbox .sswrapper .exam-submit-wrapper>div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    column-gap: 15px;
}
.newTestTheme #sectionSummaryDivCheckbox .sswrapper .exam-submit-wrapper input.button{
    margin: 0;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    background-color: #F6F8FC;
    border: 1px solid #DCDFEE;
    color: #000;
    border-radius: 4px;
}
.newTestTheme #sectionSummaryDivCheckbox .sswrapper .exam-submit-wrapper input.button.yesBtn{
    background-color: #E7350E;
    border: 1px solid #E7350E;
    color: #fff;
}
.newTestTheme #warningPopup{
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.newTestTheme #warningPopup .warning-inner {
    position: fixed !important;
    top: 50%;
    left: 50%;
    width: 600px;
    border-radius: 8px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    box-sizing: border-box;
    overflow: hidden !important;
}
.newTestTheme #paper_submited_sucesfully_page{
    position: fixed !important;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content{
    width: 650px;
}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content .imgIcon{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content .imgIcon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content .psscTop p{
    font-size: 24px;
    font-weight: 700;
}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content .break_time_div{
    background: #F6F8FC;
    border: 1px solid #DCDFEE;
}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content .break_time_div .title{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content .break_time_div p{
    font-size: 15px;
    margin-bottom: 8px;
}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content .break_time_div p:last-child{}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content .break_time_div .btnBot{}
.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content .break_time_div .btnBot a{
    background: rgba(50, 79, 190, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    color: rgba(255, 255, 255, 1);
    margin-top: 0px;
    border: none;
    padding: 13px 44.5px;
    border-radius: 4px;
    display: inline-block;
}
.newTestTheme #questionDivMain .optninr.mtchmtrx-opt.mtchmtrx-opt_new_wid{
    width: auto !important;
    display: inline-flex;
    flex-direction: column;
}
.newTestTheme #questionDivMain .optninr.mtchmtrx-opt.mtchmtrx-opt_new_wid .matrixoptn{
    display: inline-flex;
    align-items: stretch;
}
.newTestTheme #questionDivMain .optninr.mtchmtrx-opt.mtchmtrx-opt_new_wid .matrixoptn>div.optionno{
    display: flex;
    align-items: center;
    width: 40px;
    border-right: 1px solid #eee;
}
.newTestTheme #questionDivMain .optninr.mtchmtrx-opt.mtchmtrx-opt_new_wid .matrixoptn>div.optionsValue{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
}
.newTestTheme #questionDivMain .optninr.mtchmtrx-opt.mtchmtrx-opt_new_wid .matrixoptn>div.optionsValue>div{
    width: auto;
    padding: 8px 15px;
    border-right: none !important;
}
.newTestTheme #questionDivMain .optninr.mtchmtrx-opt.mtchmtrx-opt_new_wid .matrixoptn>div.optionsValue>div label{
    width: auto;
    margin: unset;
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 5px;
}
.newTestTheme #questionDivMain .optninr.mtchmtrx-opt.mtchmtrx-opt_new_wid .matrixoptn>div.optionsValue>div label .optncrcl{
    width: auto;
    margin: unset;
}
.newTestTheme #subjectDetail .frst_drop .lft_blck p{
    font-size: 16px !important;
    font-weight: 500;
}
.newTestTheme #subjectDetail .frst_drop .lft_blck .blocks .inr_blck span{
    color: #000000e3;
    font-size: 14px !important;
}
.newTestTheme #subjectDetail .brdr_btm{
    margin: 0px;
    background: #DCDFEE;
}
.newTestTheme #mainQnDiv .questioninr_position *,.newTestTheme  #essayDivMain  .questioninr_position *{
    /* position: relative !important; */
    /* pointer-events: none; */
}
.newTestTheme #questionDivMain .questioninr_position .optionDivOverlay{
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    display: none;
}
#questionDiv iframe {
    width: 100%;
    height: 600px;
}
.newTestTheme .maindiv .cke_top{
    padding: 6px 8px 6px !important;
    overflow: hidden !important;
}
.newTestTheme .maindiv a.cke_button, .newTestTheme .maindiv a.cke_button_on{
    padding: 0 6px;
    height: 20px;
    border: 1px solid transparent;
}
.newTestTheme .maindiv a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active{
    padding: 0 6px;
    border: 1px #bcbcbc solid;
}
#questionDiv img,#questionDivMain img{
    object-fit: contain;
    object-position: top;
    /* max-height: unset;
    width: max-content !important;
    height: auto !important;
    max-width: 200px !important; */
    width: auto;
    height: auto;
}
.newTestTheme .demo-container,.newTestTheme canvas{
    position: absolute !important;
    top:0 !important;
    z-index: -99 !important;
}
.newTestTheme canvas{
    width:320px !important;
    height:240px !important;
}
#languagedrop.subject.language{z-index: 9 !important;}
#RaiseQueryPopUp .attach-span{
    display: flex;
    column-gap:4px;
    cursor: pointer;
    align-items: center;
    font-size: 16px;
}
#RaiseQueryPopUp .attachMent-part{
    margin: 16px 0 0;
    display: flex;
    column-gap: 10px;
    position: relative;
    align-items: center;
}
#RaiseQueryPopUp .doc-attachment{
    margin: 10px 0 0;
}
#RaiseQueryPopUp .doc-attachment span{
    background: #E4E6E9;
    color: #222;
    font-size: 13px;
    padding: 4px;
    border-radius: 4px;
    max-width: 200px;
}
#RaiseQueryPopUp .newHdIconRQ path{
    fill: black;
}
#RaiseQueryPopUp span.glyph-icon:before{
    margin: 0;
}
#RaiseQueryPopUp .title-pop{
    display: none;
    position: absolute;
    background-color: #545151;
    width: 240px;
    padding:10px;
    border-radius:4px ;
    color: #fff;
    top: -50px;
    left: -15px;
    line-height: 1.4;
    font-size: 11px;
}
#RaiseQueryPopUp .span-info{
    cursor: pointer;
    display: flex;
}
#RaiseQueryPopUp .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0;
    border-bottom: 10px solid #545151;
    transform: rotate(180deg);
    display: none;
    position: absolute;
    top: -9px;
    left: 80px;
  }
  #RaiseQueryPopUp .span-info:hover .title-pop ,#RaiseQueryPopUp .span-info:hover .arrow-down {
    display: block;
}

.instruction-page#subjectWiseInstructionDiv {
    position: absolute !important;
    right: 0;
    left: 0;
    bottom: 25px;
    /* top: 0px; */
    top: 63px;
    background: #fff;
}

.instruction-page#subjectWiseInstructionDiv #about {
    position: absolute !important;
    bottom: 0;
    bottom: 68px !important;
}

.instruction-page#subjectWiseInstructionDiv .footrlft.instrctnfooter.footrlft_height {
    position: absolute !important;
    bottom: 0px !important;
}

.instruction-page#subjectWiseInstructionDiv .footrlft.instrctnfooter.footrlft_height .lftflt {
    float: left;
    width: 75%;
    margin: 0;
}

.instruction-page#subjectWiseInstructionDiv .footrlft.instrctnfooter.footrlft_height p#agreement_ins {
    display: inline-block;
}

.instruction-page#subjectWiseInstructionDiv .footrlft.instrctnfooter.footrlft_height input#termcondition {
    margin-bottom: 0 !important;
}

.instruction-page#subjectWiseInstructionDiv {
    /* max-height: calc(100vh - 220px) !important; */
    max-height: calc(100vh - 180px) !important;
    overflow: auto !important;
}

.instruction-page#subjectWiseInstructionDiv .footrlft a {
    line-height: 36px !important;
}
.newTestTheme .newPopUpclass#RaiseQueryPopUp .outer-flag .ssc-outer-ssc > div {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
element {
}
.newTheme #instructionDiv {
  padding: 0px !important;

  color: rgba(0, 0, 0, 0.89);

  font-size: 16px;

  font-weight: 400;

  height: calc(100dvh - 291px);

  overflow: hidden !important;

    overflow-y: hidden;

  overflow-y: auto !important;

}
.mqcRight.borderHide{border: none !important;}
.rytflt.rytflt_newtheme .submitbtn{
    min-width: 180px;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: rgba(50, 79, 190, 1);
    font-weight: 500;
    font-size: 14px;
    padding: 14px;
    color: #fff;
}
.rytflt.rytflt_newtheme a:not(.fadeButton) p {
    position: relative !important;
    transition: all 300ms ease-out;
    will-change: transform;
}
.rytflt.rytflt_newtheme a:not(.fadeButton) p::after{
    content:'';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDM2LjEgMjUuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYuMSAyNS44IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMCIgeTE9IjEyLjkiIHgyPSIzNCIgeTI9IjEyLjkiPjwvbGluZT48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIyMi4yLDEuMSAzNCwxMi45IDIyLjIsMjQuNyAgICI+PC9wb2x5bGluZT48L2c+PC9zdmc+");
    position: absolute !important;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    right: 0;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.rytflt.rytflt_newtheme a:not(.fadeButton):hover{background: rgba(50, 79, 190, 1);}
.rytflt.rytflt_newtheme a:not(.fadeButton):hover p{
    transform: translate3d(-1rem, 0, 0);
}
.rytflt.rytflt_newtheme a:not(.fadeButton):hover p::after{
    opacity: 1;
    right: -2rem;
}
.footrlft_new{
    display: flex;
    align-items: center;
}
.footrlft_new label{
    display: flex;
    align-items: start;
}
.matrixoutr{display: flex;}
.essayhdng > span{font-size: 12px;}
.essayQnDiv p img{
    max-width: 350px;
    max-height: max-content;
}
.essayQnHdngBox {
  display: flex;
  column-gap: 10px;
}
/* .newTestTheme #essayDivMain .eWrap > div.edRight #essayQuesDiv img,
.newTestTheme #essayDivMain .eWrap > div.edRight #essayOptionDiv .optncntnt img{max-width: 100% !important;} */
div#questionDiv, #optionDiv.optninr.mtchmtrx-opt, #optionDiv .matrix{
    overflow: auto !important;
    padding-bottom: 20px;
}
#optionDiv .matrix > li{display: flex;}

.fldUnitLbl{margin-left: 4px;}
img.ZoomCursor, .optncntnt img, .lftessay img, #questionDiv img{
    max-width: inherit !important;
    max-height: inherit !important;
}
.eWrap b, .eWrap strong{
    font-weight: bold;
}

.disable-copy {
    user-select: none;
    -webkit-user-select: none; /* Safari / Mac */
    -ms-user-select: none;
}

@media screen and (max-width: 1200px) {
    .newTestTheme .mainQuestionContainer .mqcRight{
        position: fixed !important;
        top: 0;
        height: 100%;
        background: #fff;
        z-index: 9999;
        right: -100%;
    }
    .newTestTheme .mainQuestionContainer .mqcRight.openSidebar{
        right: 0;
    }
    .newTestTheme .mainQuestionContainer .mqcRight.openSidebar::before{
        content:'';
        background: #000;
        width: 100%;
        height: 100%;
        display: inline-block;
        position: fixed;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: .7;
        pointer-events: none;
        transition: .3s all ease-in-out;
    }
    .newTestTheme .mainQuestionContainer .mqcRight .closeSidebar {
        display: block;
    }
    .newTestTheme .mainQuestionContainer .mqcLeft{
        width: 100%;
    }
    .newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain{
        padding: 40px 10px 10px 10px;
    }
    .newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit ul{
        padding: 10px 20px;
    }
    .newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit .submitbtn{
        padding: 3px 20px 12px;
        background: #fff;
        border-top: none;
    }
    .newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .submit .submitbtn a{
        font-size: 14px;
        display: block;
    }
    .newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain{
        height: calc(100dvh - 150px);
    }
    .newTestTheme .footrlft #showOnMob{
        display: block;
    }

}
@media screen and (max-width: 1150px) {}
@media screen and (max-width: 1024px) {
    .newTheme .footrlft .fbtnGroup .rytflt a:not(.fadeButton):hover p,.newTestTheme .footrlft a#nextID:hover span#savennext_ssc , .newTestTheme .footrlft a#sampleNextID1:hover span#save_ssc{
        transform: unset;
    }
    .newTheme .footrlft .fbtnGroup .rytflt a:not(.fadeButton):hover p::after,.newTestTheme .footrlft a#nextID:hover span#savennext_ssc::after , .newTestTheme .footrlft a#sampleNextID1:hover span#save_ssc::after{
        display: none;
    }
    .newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3:hover{
        background: #fff;
    }
    .newTheme #instructionDiv p{
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .newTheme #instructionDiv{
        height: calc(100dvh - 323px);
    }
    .newTheme #instructionDiv,.newTheme #instructionDiv :is(ul,ol){
        font-size: 15px;
    }
    .newTheme .footrlft,.copyrightBox{
        flex-wrap: wrap;
        justify-content: center;
    }
    .copyrightBox{
        display: none;
    }
    .newTheme .footrlft .lftflt{
        margin-bottom: 10px !important;
    }
    .newTheme .footrlft .fbtnGroup .rytflt a{
        padding: 14px !important;
    }
    .newTheme header,.newTheme .quehdng,.newTheme .questionoutr,.newTheme .footrlft,.newTestTheme header,.newTestTheme .maindiv .lftpart,.newTestTheme .footrlft{
        padding-left:15px !important;
        padding-right:15px !important;
    }
    .newTheme .footrlft{
        padding: 0px !important;
        background: transparent;
        border-bottom: none;
    }
    .newTheme .footrlft>div{
        padding: 10px 15px 15px;
    }
    .newTheme .footrlft>div:first-child{
        background-color: rgba(246, 248, 252, 1);
    }
    .newTheme .footrlft>div:last-child{
        padding-top: 0px;
    }
    .newTestTheme header .inrhdr .hRight .actionBtn :is(.ob,.bb,.help-btn,#Instructions),.newTestTheme .maindiv .lftpart .sRight .languageBox{
        display: none !important;
    }
    .newTestTheme header .inrhdr .hleft .logo{
        border-right: none !important;
    }
    .newTestTheme header .inrhdr .hleft .testname{
        /* width: calc(100% - 200px); */
        display: none !important;
    }
    .newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt span:is(#max_marks_ssc,#neg_marks_ssc){
        display: none;
    }
    .newTestTheme header .inrhdr .hRight .profile{
        margin-right: 0px !important;
        padding: 0px !important;
        width: unset !important;
    }
    /* .newTestTheme .maindiv .lftpart .sLeft #subjin span.sbjctname{
        max-width: 200px;
    } */
    .newTestTheme .mainQuestionContainer .mqcLeft .leftmain{
        height: calc(100dvh - 140px);
    }
    .newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng{
        padding: 8px 15px 8px 25px;
    }
    .newTestTheme :is(.questioninr,#essayDivMain){
        padding: 13px 20px 12px 25px !important;
    }
    .newTestTheme .footrlft{
        padding: 11px 15px 12px 15px !important;
    }
    .newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain{
        padding: 10px 20px 10px 20px;
        /* height: calc(100dvh - 370px); */
        height: calc(100dvh - 430px);
    }
    .newTestTheme .topRight,.newTestTheme #mobSideAction{
        display: block;
    }
   
    .newTestTheme .mainQuestionContainer .mqcRight .rightpart .grayscale .rightmain h3{
        font-size: 14px;
    }
    .newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight>.quehdngryt :is(span.newclass-flagged,a.calculator-data),.newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngLeft .qaction{
        display: none;
    }
    .newTestTheme .mainQuestionContainer .mqcLeft .leftmain .quehdng .quehdngRight .MobQactionCOntainer{
        display: block;
    }
    .newTestTheme #essayDivMain .eWrap{
        flex-direction: column;
        height: max-content;
    }
    .cameraSideBar{
        display: block;
    }
    .newTestTheme #boxDiv_thinkproc {
        top: 75px !important;
        left: unset !important;
        right: 15px;
        z-index: 999 !important;
        width: 104px;
    }
    .newTestTheme #videoTag{
        height: 77px !important;
    }
    .newTestTheme :is(.questioninr,#essayDivMain) .radiobtn:hover + .option{
        background: unset;
    }
    .newTestTheme .maindiv .lftpart .sRight .timerBox .rytpart .clckinr{
        column-gap: 5px;
    }
    /* .newTestTheme header .inrhdr .hRight .ufmBox{
        display: block;
    } */
    .newTestTheme .ensureFceVisbleMsg{
        top:103px !important
    }
    .newTestTheme .questioninr .radiobtn + .option,.newTestTheme .questioninr .optninr{
        width: 100%;
    }
    .ufm_text, .cs_text_line {
        font-size: 8px !important;
    }
    .newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content{
        width: 600px;
    }
    .newTestTheme .footrlft .frightBtn .chckbx_ques #restButton {
        display: none !important;
    }
    .newTestTheme #essayDivMain .eWrap>div.edRight{
        border-left: none;
        border-top: 1px solid #e9e9e9;
    }
    .newTestTheme #calc2{
        margin-left: 0 !important;
        margin-top: 0 !important;
        top: 50% !important;
        left: 50% !important;
        right: unset !important;
        transform: translate(-50%, -50%);
        overflow: hidden !important;
        overflow-x: auto !important;
    }
    .newTestTheme #calc2 #movecalc{
        display: none;
    }
    .footrlft_new{display: block !important;}
    .footrlft_new .lftflt{width: 100% !important;}
    .footrlft_new .rytflt.rytflt_newtheme{
        display: flex;
        align-items: stretch;
        justify-content: center;
        column-gap: 15px;
    }

    .newTestTheme #essayDivMain{
        overflow-y: auto !important;
    }
}
@media screen and (max-width:800px) {
    .newTestTheme .maindiv * :not(.tableSctn_texteditor) .tableSctn_texteditor{overflow: auto !important;}
   .newTestTheme .texteditor_bx{
        flex-direction: column;
        row-gap: 15px;
   }
   .newTestTheme .texteditor_bx .boxes_testeditor{width: 100%;}
   .popupcenter-div{
        left: 20px;
        right: 20px;
        width: auto;
        top: 20px;
        bottom: 20px;
   }
}
@media screen and (max-width: 767px) {
    .newTheme .quehdng .quehdngryt,.newTheme header .inrhdr .hleft .testname,.newTheme header .inrhdr .hRight .profile .stdntnam,.newTestTheme header .inrhdr .hleft .testname,.newTestTheme header .inrhdr .hRight .profile .stdntnam,.newTestTheme .maindiv>div.testpg-bton,.newTestTheme .footrlft .frightBtn .chckbx_ques #restButton  {
        display: none !important;
    }
    .newTheme header .inrhdr .hRight .profile .profileimg{
        margin-right: 0px;
    }
    .newTheme header .inrhdr .hleft .logo,.newTestTheme header .inrhdr .hleft .logo{
        border-right:none;
    }
    .newTheme #instructionDiv {
        height: calc(100dvh - 335px);
    }
    .newTheme .footrlft > div,.newTheme .footrlft .fbtnGroup > div{
        flex-grow: 1;
    }
    .newTheme .footrlft .lftflt label .agreement_ins_size{
        font-size: 13px;
    }
    .newTheme .footrlft .fbtnGroup select{
        width: 100%;
    }
    .newTestTheme header{
        padding: 10px 15px;
    }
    .newTestTheme .footrlft a{
        font-size: 11px;
        min-width: max-content;
    }
    .newTestTheme .footrlft .frightBtn .chckbx_ques{
        margin: unset !important;
        width: unset !important;
    }
    .chckbx_ques.instr.instr_speechCopy.divshown{
        display: none !important;
    }
    .newTestTheme .footrlft .frightBtn .chckbx_ques .customCheck{
        padding: 0px;
        background: transparent;
        border:none;
    }
    .newTestTheme .footrlft a span{
        padding: 8px 10px;
    }
    .newTestTheme .footrlft a#previousID span, .newTestTheme .footrlft a#previousID1 span ,.footrlft a#samplePreviousID1 span{
        padding: 2px 0px;
    }
    .newTestTheme .footrlft a#nextID span#savennext_ssc::after , .newTestTheme .footrlft a#sampleNextID1 span#save_ssc::after{
        width: 11px;
        height: 11px;
    }
    /* .newTestTheme .footrlft a#nextID:hover span#savennext_ssc {
        transform: translate3d(-0.4rem, 0, 0);
    }
    .newTestTheme .footrlft a#nextID:hover span#savennext_ssc::after {
        opacity: 1;
        right: -.2rem;
    } */
    .newTestTheme .mainQuestionContainer .mqcLeft .leftmain {
        height: calc(100dvh - 128px);
    }
    .newTestTheme .mainQuestionContainer .mqcLeft .leftmain>div:first-child {
        height: calc(100% - 60px);
    }
    .newTestTheme .maindiv .lftpart .sRight .timerBox .rytpart .clckinr #HRS{
        font-size: 13px;
    }
/* ankit new css  */
    .newTestTheme .newPopUpclass .flagged-part-main-inner,.newTestTheme #warningPopup .warning-inner,.newTestTheme #paper_submited_sucesfully_page .paper_submited_sucesfully_content  {
        width: 90%;
    }
   
    .newTestTheme #biobreak .inrviewdualcamera{
        width: 90%;
    }
    .newTestTheme #biobreak .topsctninrview_copy {
        padding: 0px 20px;
    }
   
    .newTestTheme #popup_container {
        width: 90% !important;
    }
    .newTestTheme .mainQuestionContainer .mqcLeft .leftmain #mainQnDiv{
        height: 93%;
    }
    /* ankit new css  */
    .newTestTheme header .inrhdr .hRight .profile .profileimg{
        margin-right: 0px;
    }
    .newTestTheme .maindiv .lftpart .sLeft #subjin span{
        font-size: 14px;
    }
    .newTestTheme .footrlft .fleftBtn, .newTheme .footrlft .fbtnGroup{
        column-gap: 5px;
    }
    .topRight .testname{
        padding-right: 0% !important;
        width: 100% !important;
    }
    .newTestTheme .getin_touchpop .contact_form{
        width: 90%;
        height: 100%;
        max-height: calc(100dvh - 10%);
    }
    .newTestTheme #boxDiv_thinkproc{
        width: 103px;
        top:66px !important;
    }
    .newTestTheme .ensureFceVisbleMsg{
        top:103px !important
    }
    .newTestTheme #sectionSummaryDivCheckbox .sswrapper .exam-submit-wrapper{
        width: 95%;
    }
    .newTestTheme .maindiv .lftpart .sRight .netSpeed {
        display: none !important;
    }
    .newTestTheme #mobmbpsDispDiv{
        display: block;
    }
    .newTestTheme header .inrhdr .hRight .actionBtn{
        column-gap: 8px;
    }
    .newTestTheme header .inrhdr .hleft{
        flex-basis: 40%;
    }
    .newTestTheme header .inrhdr .hRight{
        flex-basis: 60%;
    }
    .newTestTheme header .inrhdr .hleft .logo{
        /* width: 100%; */
        padding: 0px;
    }
    .newTestTheme .netSpeed span{
        font-size: 12px;
        font-weight: 600;
        margin-left: 4px;
    }
    .newTestTheme #calc2{
        width: 90% !important;
    }
    .rytflt.rytflt_newtheme a{min-width: inherit;}
}
@media screen and (max-width: 400px) {
    .newTheme #instructionDiv {
        height: calc(100dvh - 355px);
    }
}
@media screen and (max-width: 380px) {
    .newTheme #instructionDiv {
        height: calc(100dvh - 380px);
    }
   
}
@media screen and (max-width: 360px) {
    .newTestTheme header .inrhdr .hleft .logo{
        max-width: 140px;
    }
    .newTestTheme .mainQuestionContainer .mqcRight{
        width: 100%;
    }
    .newTestTheme .footrlft a span{
        padding: 8px 6px;
    }
    .newTestTheme #popup_cancel{
        padding: 12px 15px;
    }
}


