:root {
    --vh: 1vh;
}
.question_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding:10px;
    background: rgba(255,255,255,.4);
    border: 2px dashed #D4D4D4;
    max-width: 1024px;
    margin: 0 auto;
    border-radius: 10px;
}
.qb_l{
    width: 483px;
    height: 483px;
}
.canvas-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.canvas-wrap canvas{
    width: 100%;
    height: 100%;
}
.qb_r{
    width: calc(100% - 500px);
}
.di_s{
    font-size: 13px !important;
    color: #c3a6a6;
    margin-bottom: 0 !important;
}
.qb_a{
    display: flex;
    flex-wrap: wrap;
}
.qb_a li {
    width: 98px;
    height: 47px;
    margin: 15px 0 6px 16px;
    max-width: 100px;
}
.qb_a li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    outline: none;
    border: 2px solid transparent;
    background-color: #ebecf0;
    box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
    border-radius: 5px;
}

.qb_a li a:hover{
    background-color: #ebecf0!important;
    box-shadow: -5px -5px 10px #fff,5px 5px 10px #8ea1e3!important;
}
.qb_a li a:active{
    box-shadow: inset -5px -5px 10px #fff,inset 5px 5px 10px #babecc!important;
}
.qb_a li a.active{
    background-color: #1A73E8 !important;
    color: #fff;
    box-shadow:  -5px -5px 10px #fff, 5px 5px 10px #0568e9!important;

}
#process{
    height: 15px;
    width: 98%;
    border: 1px solid #e7d6d6;
    border-radius: 8px;
    box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
    padding: 0;
    position: relative;
    margin: 10px auto;
}
.process_i{
    width: 0;
    border-radius: 8px;
    height: 15px;
    background-image: linear-gradient(136deg, rgba(255, 205, 74, 1) 11%, rgba(196, 124, 81, 1) 66%, rgba(109, 147, 182, 1) 100%);
}
.top_t h1{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}
.pro_des{
    position: absolute;
    left: 50%;
    font-size: 12px;
    top: 50%;
    transform: translate(-50%,-50%);
}
.skip_box a{
    padding: 10px 50px 11px 50px;
    margin: 0 10px !important;
    background-color: #1A73E8;
    color: #fff;
    outline: none;
    line-height: 1.2;
    display: block;
    width: fit-content;
    border-radius: 5px;
    box-shadow: 2px 3px 1px #1A73E8, 1px 1px 5px #1A73E8;
}
.skip_box a:hover{
    box-shadow: 0px 0px 2px #1070ee, 0px 0px 2px #5295ec;
}
.skip_box a:active{
    box-shadow: inset 5px 5px 10px #1070ee,
            inset -5px -5px 10px #5295ec;
}

.skip_box{
    display: flex;
    justify-content: end;
    padding: 0 75px;
    margin-top: 40px;
}
.d_item{
    margin: 15px 0;
    text-align: left;
    border-top:1px solid #e1dede;
    padding:0 10px;
    max-width: 1200px;
    margin: 10px auto;
}
.di_t{
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 18px;
}
#result{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
#result div{
    margin-right: 15px;
}
#result div span{
    font-weight: 700;
}
#answerList{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    padding: 0;
}
#answerList li{
    width: 21%;
    margin: 2%;
    display: none;
}
#answerList li img{
    display: block;
    width: 100%;
    height: auto;
}
#answerList li span{
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    background: linear-gradient(to right, #F3D250, #8db4d7);
    color: #ffffff;
    margin-top: 7px;
}
.rest_btn a{
    background-color: #1A73E8;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px 30px;
    width: fit-content;
    color: #fff;
    min-width: 280px;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 3px 1px #1A73E8, 1px 1px 5px #1A73E8;
}
.rest_btn a:hover{
    box-shadow: 0px 0px 2px #1070ee, 0px 0px 2px #5295ec;
}
.rest_btn a:active{
    box-shadow: inset 5px 5px 10px #1070ee, inset -5px -5px 10px #5295ec;
}
.ad-container {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-bottom: 5px;
    /* height: 250px; */
}

.ad-placeholder {
    font-size: 16px;
    color: #888;
    font-style: italic;
    text-align: center;
}

.hide{
    display: none;
}
#desc{
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    font-family: poppins,sans-serif;
    text-align: center;
}
#desc a{
    color: #ffffff;
    text-decoration: underline;
}
.mc_s{
    position: relative;
    /* filter: blur(9px); */
}

.result_t{
    margin-bottom: 0;
    padding: 35px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.result_d{
    padding: 24px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.rest_btn{
    display: flex;
    justify-content: center;
    margin-right: 50px;
}
.ads{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
    border-top: 1px solid #dedede;
}
#result_tab{
    border-radius: 15px;
    color: black;
    border-color: #050505;
    background-image: linear-gradient(136deg, rgba(255, 205, 74, 1) 11%, rgba(196, 124, 81, 1) 66%, rgba(109, 147, 182, 1) 100%);
    width: 100%;
    text-align: center;
}
#result_tab thead tr th {
    font-size: 14px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9ecef;
    vertical-align: bottom;
    color: #ffffff;
}
#result_tab tbody tr th{
    font-size: 35px;
    color: white;
}
.result_top{
    display: flex;
    justify-content: space-betweena;
    align-items: center;
    margin-bottom: 5px;
    padding: 10px 20px 30px 10px;
    border-radius: 8px;
    background-color: #b6e5ff;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
}
.re_img{
    width: 30%;
}
.re_img img{
    width: 80%;
    max-width: 190px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}
.re_text{
    width: 70%;
    color: #333;
}
.re_r span{
    font-size: 25px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.result_s{
    padding: 20px;
}
.jili_btn{
    font-size: 16px;
    border-color: #1A73E8;
    background-color: #1A73E8;
    box-shadow: 2px 3px 1px #1A73E8, 1px 1px 5px #1A73E8;
    width: max-content;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 10px auto;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #fff;
}
.jili_btn:hover{
    box-shadow: 0px 0px 2px #1070ee, 0px 0px 2px #5295ec;
    color: #fff;
}
.jili_btn:active{
    box-shadow: inset 5px 5px 10px #1070ee, inset -5px -5px 10px #5295ec;
}
.lock_fail_popup,.lock_success_popup,.lockjl_popup {
    background: rgba(0,0,0,.3);
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}
.isdelectFile div {
    background-color: #383e45;
    color: #fff;
    padding: 10px 30px;
}
.lockjl_popup-content {
    margin: 300px auto;
    max-width: 500px;
    pointer-events: none;
    position: relative;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    width: auto
}
.isdelectFile div:first-child, .isdelectFile div:nth-child(2) {
    background-color: #2990ea;
    border-radius: 5px;
    color: #fff;
}
.isdelectFile {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    width: 100%;
}
.downloadOnec-header {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: none;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 64px 12px 32px;
    text-align: center;
}
.downloadOnce-box {
    background-clip: padding-box;
    background-color: #fff;
    border: none;
    border-radius: 0.3rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.downloadOnec-header-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
@keyframes shake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-10px) rotate(-5deg); }
    40% { transform: translateX(10px) rotate(5deg); }
    60% { transform: translateX(-10px) rotate(-5deg); }
    80% { transform: translateX(10px) rotate(5deg); }
    100% { transform: translateX(0); }
}
.shake-div {
    -webkit-animation: shake 0.5s infinite;
    -moz-animation: shake 0.5s infinite;
    -ms-animation: shake 0.5s infinite;
    -o-animation: shake 0.5s infinite;
    animation: shake 0.5s infinite;
}
.ques_box{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    min-height: calc(100vh - 65px);
    width: 100%;
    border-radius: 8px;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
}
.color_tip{
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
    border: 1px solid #e1dede;
    border-radius: 8px;
    margin: 15px 0;
    color: #fff;
}
.ques_r{
    color: #333;
    margin: 6px 10px 3px 3px;
    padding: 10px;
    width: 320px;
    padding-bottom: 100px;
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(7px);
}
.ques_l{
    margin: 7px 0 3px 6px;
    position: relative;
    width: calc(100% - 320px);
    border-radius: 5px;
    background: rgba(255,255,255,.3);
    padding: 0 1px;
}
.questionBox{
    max-width:1450px;
}
.bordert{
    border-top: none;
    margin-top: 0;
    color: #fff;
}
.top_t{
    padding: 0 15px;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
}
.bordert .di_t{
    margin-bottom: 0;
    font-size: 15px;
}
.bordert .di_d{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    max-height: 54px;
    overflow: hidden;
}
.blog_text{
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
    display: none;
}
.blog_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 4px 0;
}
.blog_a{
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    padding: 3px;
    display: -webkit-box;
    line-height: 18px;
    margin-top: 5px;
    width: 100%;
}
.blog_a:hover{
    text-decoration: underline;
    color: #333;
}
.accordion {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 10px;
}

.accordion-item {
    width: 100%;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}
.accordion_t{
    padding: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-item-content {
    padding: 10px;
    margin-bottom: 5px;
    display: none;
    background-color: #ffffff;
}
.span_box{
    position: relative;
    right: 10px;
}
.span_t{
    position: absolute;
    top: 0;
    left: 38%;
}
.accordion-item-content a{
    display: block;
    text-align: left;
    padding: 12px 20px;
    color: #333;
    border-bottom: 1px solid #e9e9e9;
    font-size: 13px;
}
.accordion-item-content a:hover{
    background-color: #f8f9fa;
}
.active .accordion-item-content{
    display: block;

}
.active .span_t{
    display: none;
}
.active .accordion_t{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-item-content a:last-child{
    border-bottom: none;
}
#skip_btn{
    background-color: #EBECF0;
    color: #000;
    box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
}
#skip_btn:hover{
    background-color: #ebecf0!important;
    box-shadow: -5px -5px 10px #fff,5px 5px 10px #8ea1e3!important;
}
#skip_btn:active{
    box-shadow: inset -5px -5px 10px #fff,inset 5px 5px 10px #babecc!important;
}
.i_l h1{
    font-size: 35px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}
.i_l h2{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}
@media (max-width:1366px) {
    #result_tab thead tr th{
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .result_top{
        margin-bottom: 2px;
        padding: 3px 10px;
    }
    .re_r span{
        padding: 2px;
    }
    .qb_a{
        padding-left: 0;
    }
}
@media (max-width:1270px) {
    .qb_l{
        width:300px;
        height:300px;
    }
    .qb_r{
        width:calc(100% - 310px)
    }
    .canvas-wrap canvas{
        height: auto !important;
        width: 90% !important;
    }
}
@media (max-width:860px) {
    .ques_box{
        flex-wrap: wrap;
    }
    .ques_l,.ques_r{
        width: 100% !important;
        margin-top: 10px;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width:750px) {
    .que_start_gb{
        width: 100%;
    }
    .mms_c{
        background-size: cover;
        background-color: #fff;
    }
    .mms_c_start{
        background-color: transparent;
    }
    .i_l h1{
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        margin-bottom: 4px;
        margin-top: 4px;
    }
    .start_ques_box{
        min-height: auto;
        border-radius: 0;
        box-shadow: none;
    }
    .ques_l_start{
        border: none;
        background-color: transparent;
    }
    .start_ques_r{
        padding-bottom: 30px;
    }
    /* .ads_tops{
        min-height: calc(var(--vh, 1vh) * 100 - 116px);
    } */
    .ccstart_btn_box{
        background-color: transparent !important;
        animation: none !important;
        position: relative;
        margin: 0 auto !important;
        max-width: 100% !important;
    }
    .start_text{
        /* position: absolute; */
        background: #1a73e8;
        border-radius: 5px;
        padding: 0.5rem 2rem;
        display: flex;
        align-items: center;
        color: #fff;
        font-weight: bold;
        bottom: -0.8rem;
        /* border: 2px solid rgba(255, 255, 255, 0.55); */
        z-index: 2;
        /* left: 50%; */
        display: block;
        /* top: 50%; */
        height: max-content;
        /* transform: translate(-50%, -50%); */
        width: 100%;
        /* max-width: 285px; */
        font-size: 24px;
        animation: dfs 1.5s infinite;
    }
    .start_mc{
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,.7);
        top: 0;
        left: 0;
        border-radius: 8px;
        backdrop-filter: blur(1px);
    }
    .i_l h2{
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }
    .start_icom{
        width: 100%;
        height: 141px;
        object-fit:contain;
        border-radius: 10px;
    }
    .top_t{
        flex-wrap: wrap;
        justify-content: center;
    }
    #process{
        width: 98%;
    }
    #answerList li{
        width: 41%;
    }
    #desc{
        font-size: 14px;
    }
    .result_t{
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
    }
    .result_d{
        font-size: 13px;
        padding: 0;
    }
    .image-editor-box{
        padding: 0 10px;
        margin-top: 0;
    }
    .ad-container{
        width: calc(100% + 20px);
        margin-left: -10px;
        border-radius: 0;
    }
    .qb_l,.qb_r{
        width: 100%;
    }
    .main-box{
        width: 100%;
        margin-top: 35px !important;
    }
    .qb_a{
        padding: 0;
        margin-bottom: 0;
    }
    .qb_l{
        height: 170px !important;
    }
    .d_item{
        padding: 10px;
    }
    .canvas-wrap canvas{
        margin: 0 auto;
        display: block;
        width: auto;
    }
    .qb_a li{
        width: 40px;
        height: 40px;
        margin: 4px 0 8px 14px;
        max-width: 65px;
    }
    .qb_a li a{
        font-size: 20px;
    }
    .result_top{
        flex-wrap: wrap;
    }
    .re_img{
        width: 100%;
        display: none;
    }
    .re_text{
        width: 100% !important;
    }
    #result_tab thead tr th,#result_tab tbody tr th,.jili_btn{
        font-size: 12px;
    }
    .jili_btn{
        padding: 5px auto;
        padding: 10px 5px;
    }
    .rest_btn{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .result_s{
        padding: 0;
    }
    .canvas-wrap canvas{
        height: 100% !important;
        width: auto !important;
    }
    .skip_box{
        padding: 0;
        margin: 5px 0;
    }
    .skip_box a{
        width: 50%;
        text-align: center;
    }
}
@media (max-height:1140px) {
    .top_t h1{
        margin-bottom: 5px;
        font-size: 13px;
    }
    .question_box{
        padding: 0;
        padding-bottom: 5px;
    }
    .canvas-wrap canvas{
        height: 100%;
        width: auto;
    }
    .qb_l{
        height: 380px;
    }
    .re_img{
        width: 27%;
    }
    .re_text{
        width: 70%;
    }
    .jili_btn{
        margin: 3px auto;
        font-size: 12px;
        padding: 5px 3px;
    }
    #result_tab tbody tr th{
        font-size: 19px;
    }
    .container-fluid{
        min-height: calc(100vh - 45px);
    }
}