/* Quiz home page */

.qz-bg {
    color: #fff;
    padding-top: 55px;
}

.tg {
    background: linear-gradient(315deg, #050911 27%, #081a2f 100%);
}

.qz-banne-f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.qz-banne-f svg {
    flex-shrink: 0;
}

.qz-banne-f .qz-banner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.qz-banne-f .qz-banner h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 55px;
}

.qz-banne-f .qz-banner h1 span {
    color: #a1d0ff;
}

.qz-banne-f .qz-banner .qz-banner-cons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.qz-banne-f .qz-banner .qz-banner-cons h3 {
    font-size: 20px;
    font-weight: 400;
    color: #9ca0ab;
    position: relative;
}

.qz-banne-f .qz-banner .qz-banner-cons h4 {
    position: relative;
    max-width: max-content;
}

.qz-banne-f .qz-banner .qz-banner-cons h4 p {
    display: flex;
    align-items: center;
    gap: 2px;
    background: #a1d0ff;
    color: #081729;
    padding: 5px;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 600;
}

.qz-banne-f .qz-banner .qz-banner-cons h4 p svg {
    width: 25px;
    height: 25px;
    fill: #53a9ff;
}

.qz-sec {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 20px;
    padding: 3rem 0 4rem;
}

@media (max-width:360px) {
    .qz-banne-f svg {
        width: 300px;
        height: 300px;
    }
}

/* right */
.qz-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid rgba(224, 230, 238, 0.7);
    border-radius: 20px;
    padding: 35px 30px;
    background: #fff;
}

.qz-right img {
    width: auto;
    height: auto;
    border-radius: 20px;
}

.qz-r-d {
    padding: 20px 0 0;
}

.qz-r-desc {
    padding-bottom: 20px;
}

.qz-r-desc h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}

.qz-r-desc .qz-r-main,
.qz-r-desc .qz-r-main li {
    list-style: disc;
}

.qz-r-desc .qz-r-main li {
    padding: 0 0 10px;
}

.qz-r-desc .qz-r-main li b {
    font-weight: 600;
}

/* .qz-r-desc p,
.qz-r-desc ul {
    font-size: 16px;
} */

.qz-r-desc p b,
.qz-r-desc ul li b {
    font-weight: 600;
}

.qz-r-desc ul {
    list-style: disc;
    padding-left: 2rem;
}

.qz-r-desc ul li {
    list-style: disc;
    padding: 0 0 10px;
}


/* left */
.qz-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.qz-left .qz-left-ins {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qz-bg-sd {
    box-shadow: rgb(245 248 250) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: 1px solid rgba(224, 230, 238, 0.7);
}


/* btn-sign */
.qz-left-m {
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qz-left-m h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.qz-left-m p {
    font-weight: 400;
    padding-bottom: 5px;
    line-height: 18px;
    color: #747474;
}

.qz-left-m a {
    background: #0a66c2;
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.qz-left-m a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transition: 0.6s;
}

.qz-left-m a:hover::before {
    left: 100%;
}

.qz-left-m a:hover {
    background: #0858a8;
}


/* info */
.qz-left-e {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
}

.qz-left-e h6 {
    font-size: 15px;
    color: #212529;
    display: flex;
    align-items: center;
    gap: 8px;
}

.qz-left-e .qz-left-e-cle {
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #f4f5fa;
    padding: 10px 0;
}

.qz-left-e .qz-left-e-cle .qz-left-e-bg {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 4px;
    background: #f7f8ff;
    padding: 6px;
}

.qz-left-e .qz-left-e-cle svg {
    width: 20px;
    height: 20px;
    fill: #a0a7c6;
    flex-shrink: 0;
}

.qz-left-e .qz-left-e-cle .qz-left-e-ins {
    display: flex;
    flex-direction: column
}

.qz-left-e .qz-left-e-cle .qz-left-e-ins span,
.qz-left-e .qz-left-e-colle .qz-left-e-ins span {
    color: #667488;
}

.qz-left-e .qz-left-e-cle .qz-left-e-ins b {
    font-weight: 600;
}


/* prize */
.qz-left-e .qz-left-e-colle .qz-left-e-t {
    display: flex;
    flex-direction: column;
}

.qz-left-e .qz-left-e-colle .qz-left-e-t li .qz-left-e-tg {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 15px 10px 15px 10px;
    border-top: 1px solid #f4f5fa;
}

.qz-left-e .qz-left-e-colle .qz-left-e-t li .qz-left-e-tg b {
    font-weight: 600;
    color: #212529;
    font-size: 15px;
    background: #eef1fe;
    padding: 2px 8px;
    border-radius: 5px;
}

.qz-left-e .qz-left-e-colle .qz-left-e-t li .qz-left-e-tg b span {
    font-size: unset;
    font-weight: unset;
}

.qz-left-e .qz-left-e-colle .qz-left-e-t li .qz-left-e-tg span .amt {
    font-weight: 700;
}


.qz-left-e .qz-left-e-colle .qz-left-e-t li .qz-left-e-tg .qz-left-e-th {
    display: flex;
    align-items: start;
}

.qz-left-e .qz-left-e-colle .qz-left-e-t li .qz-left-e-tg {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
    padding: 15px 10px 0px 0;
    border-top: none;
}

.qz-left-e-collg {
    position: relative;
}

.qz-left-e-collg img {
    position: absolute;
    top: 40px;
    width: 230px;
    right: 0;
}

.qz-left-e-collg h6 {
    position: relative;
    /* border-bottom: 1px solid #f4f5fa;
    padding-bottom: 10px; */
}

.qz-left-e-collg h6::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 3px;
    background: #f9c02c;
    top: 21px;
}

.qz-left-e .qz-left-e-colle .qz-left-e-t li .qz-left-e-tg .qz-left-e-th b span {
    font-size: 25px;
    font-weight: 600;
}

@media (max-width:1330px) {
    .qz-banne-f .qz-banner h1 br {
        display: none;
    }

    .qz-banne-f .qz-banner h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (min-width:768px) and (max-width:998px) {
    .qz-banne-f .qz-banner h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .qz-banne-f .qz-banner h1 br {
        display: none;
    }

    .qz-banne-f .qz-banner {
        gap: 20px;
    }

    .qz-banne-f .qz-banner .qz-banner-cons h3 {
        font-size: 18px;
    }

    .qz-sec {
        grid-template-columns: 1fr;
    }

    .qz-left-e-collg img {
        width: 280px;
        top: 14px;
        right: 10px;
    }
}

@media (max-width:767px) {

    .qz-right,
    .qz-left-e,
    .qz-left-m {
        padding: 30px 20px;
    }

    .qz-banne-f {
        flex-direction: column;
        gap: 0;
    }

    .qz-banne-f .qz-banner {
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .qz-banne-f .qz-banner .qz-banner-cons {
        align-items: center;
    }

    .qz-banne-f .qz-banner h1 {
        font-size: 24px;
        text-align: center;
        padding: 20px 10px 10px;
        line-height: 30px;
    }

    .qz-banne-f .qz-banner h1 br {
        display: block;
    }

    .qz-banne-f .qz-banner .qz-banner-cons h3::before,
    .qz-banne-f .qz-banner .qz-banner-cons h4::after {
        display: none;
    }

    .qz-banne-f .qz-banner .qz-banner-cons h3,
    .qz-banne-f .qz-banner .qz-banner-cons h4 {
        padding: 0;
    }

    .qz-sec {
        grid-template-columns: 1fr;
    }

    .qz-left-e-collg img {
        top: 45px;
        width: 218px;
        right: 0;
    }
}

@media (min-width:500px) and (max-width:767px) {
    .qz-left-e-collg img {
        top: 25px;
        width: 255px;
        right: 0;
    }
}

@media (max-width:450px) {
    .qz-banne-f .qz-banner h1 br {
        display: none;
    }

    /* 
    .qz-banne-f .qz-banner .qz-banner-cons h4 p {
        font-size: 25px;
    } */
}

@media (max-width:320px) {
    /* .qz-left-e-collg img {
        display: none;
    } */

    .qz-right,
    .qz-left-e,
    .qz-left-m {
        padding: 30px 20px;
    }
}

/* Register Layout */
.qz-reg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    width: 100%;
    max-width: 650px;
    border-radius: 14px;
    padding: 30px 40px;
    border: 1px solid #f7f9fc;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.qz-reg-g {
    position: relative;
}

.qz-reg-close {
    position: absolute;
    right: 0;
    font-size: 25px;
    background: #eef1fe;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    color: #777777;
    cursor: pointer;
}

.qz-reg-g span:hover {
    color: #0a66c2;
}

.qz-reg-g .user-form-logo {
    text-align: center !important;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.form-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #191b23;
    line-height: 26px;
    padding-top: 8px;
}

.section-title {
    margin-top: 20px;
    font-weight: 600;
    border-top: 1px dashed #e1e6eb;
    padding: 15px 0 10px;
    font-size: 16px;
    color: #0a66c2;
}

.qz-docs {
    color: #212529;
    font-size: 15px;
    font-weight: 500;
}

.qz-docs .resume-card {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #888;
    margin: 5px 0;
}

.qz-docs .resume-card.hidden {
    display: none;
}

.qz-docs .resume-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.qz-docs .resume-info i {
    font-size: 30px;
    color: #333;
}

.qz-docs .file-details h4 {
    margin: 0;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    word-break: break-all;
}

.qz-docs .file-details p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #666;
}

.qz-docs .view-action {
    color: #333;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    flex-shrink: 0;
    text-align: center;
    padding: 1px;
}

.qz-docs .view-action:hover {
    color: #0a66c2;
    background: #eef1fe;
}

.btn-upload-cv {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    transition: background 0.2s;
    padding: 10px !important;
    background: #eef1fe;
    margin: 10px 0 0;
    border: 1px solid #eef1fe;
    color: #333 !important;
    font-weight: 500;
}

.btn-upload-cv:hover {
    border: 1px solid #d1d9ff;
}

.qz-docs {
    margin: 0 !important;
}

.qz-docs .qz-sz-info {
    color: #8C8C8C;
    font-size: 13px;
    padding-top: 10px;
}

.qz-confi {
    display: flex;
    align-items: start;
    gap: 5px;
    margin: 10px 0 5px !important;
}

.qz-confi label {
    padding: 0 !important;
    margin: 0;
    font-weight: 500;
}

.qz-confi input[type=checkbox] {
    width: 17px;
    height: 17px;
    cursor: pointer;
    border: 1px solid #212529;
    border-radius: 4px;
    outline: none;
    position: relative;
    appearance: none;
    flex-shrink: 0;
    margin-top: 3px;
}

.qz-confi input[type=checkbox]:checked {
    background-color: #0a66c2;
    border: 1px solid #0a66c2;
}

.qz-confi input[type=checkbox]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.dropdown-container label {
    color: #212529;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
}

/* year & level dropdown design mappings */
.qz-reg-yr {
    position: relative;
}

.qz-yr-c .qz-year-cl .head {
    color: #6c757d !important;
}

.qz-yr-c .qz-year-cl {
    cursor: pointer;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cus-yr-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    background: white;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    border: 1px solid #f7f9fc;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.cus-yr-dropdown li {
    padding: 8px;
    cursor: pointer;
    margin: 10px;
    border-radius: 5px;
    color: #000;
    background: transparent;
    font-weight: 400;
    list-style: none;
}

.cus-yr-dropdown li:hover {
    background: #eef1fe;
}

.cus-yr-dropdown.active {
    display: block;
}

.findsarrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6c757d;
    border-bottom: 2px solid #6c757d;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    margin-right: 5px;
    margin-top: -4px;
}

.findsarrow.active {
    transform: rotate(225deg);
    margin-top: 2px;
}

.submit-btn {
    background: #0a66c2;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}

.submit-btn:hover {
    background: #0858a8;
}

.submit-btn:disabled {
    background: #555;
    cursor: not-allowed;
}

/* popup */
.qz-reg-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(30, 42, 55, 0.9);
}

.qz-reg-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: flowerOpen 0.5s ease-out forwards;
}

@keyframes flowerOpen {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    60% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

@media (min-width:768px) and (max-width:998px) {
    .qz-reg {
        padding: 25px 40px;
    }
}

@media (max-width:767px) {
    .qz-reg {
        max-width: 100%;
        padding: 25px 20px;
    }

    /* .section-title {
        margin-top: 10px;
    } */

    .qz-reg-g .user-form-logo img {
        width: 120px !important;
        text-align: center;
    }

    /* .section-title {
        padding: 15px 0 10px;
    } */

    .qz-reg-g .user-form-logo {
        /* display: none; */
        margin-top: 0 !important;
    }

    .form-control {
        height: 38px;
    }

    .qz-reg-close {
        right: -5px;
        top: -10px;
    }
}

@media (max-width:360px) {
    .qz-reg-g {
        width: 100%;
    }

    .qz-reg {
        padding: 25px 8px;
    }

    .qz-reg-close {
        right: -1px;
    }
}


/* FAQs Section Start*/


.qz-faq-sec .faqs_sec {
    position: relative;
    margin: 1rem 0 0;
    padding: 0;
    color: #fff;
    background: #fafafa;
}

.qz-faq-sec .faqs_st {
    border-radius: 20px;
    position: relative;
    min-height: 600px;
}

.qz-faq-sec .faqs_st .faq_left {
    display: block;
}

.qz-faq-sec .faq_left .faq_tops_heads h3 {
    font-size: 40px;
    color: #030107;
    font-weight: bold;
    display: block;
    line-height: 40px;
}

.qz-faq-sec .faq_left .faq_tops_heads p {
    color: #949292;
    line-height: 20px;
    padding-top: 9px;
    max-width: 330px;
}

.qz-faq-sec .faq_left .faqs_st_faqs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 70%;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

.qz-faq-sec .faq_left .faqs_st_faq {
    display: flex;
    flex-direction: column;
    background: rgb(38 36 36 / 4%);
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
    overflow-anchor: none;
}


.qz-faq-sec .faqs_st_faq.active {
    background: rgb(19 31 46);
    padding: 10px 30px 20px;
}

.qz-faq-sec .faqs_st_faq.active:hover {
    background: rgb(3 1 7);
}

.qz-faq-sec .faqs_st_faq.active:hover .faq_answer {
    border-top: 1px solid #2c3948;
}

.qz-faq-sec .faqs_st_faq:hover {
    background: rgb(23 22 22 / 94%);
}


.qz-faq-sec .faq_left .faqs_st_faq .faq_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
}

.qz-faq-sec .faq_left .faqs_st_faq .faq_question h4 {
    font-size: 18px;
    font-weight: 400;
    color: #454444;
}

.qz-faq-sec .faq_left .faqs_st_faq.active .faq_question h4,
.qz-faq-sec .faq_left .faqs_st_faq:hover .faq_question h4 {
    color: #fff;
}


.qz-faq-sec .faq_left .faqs_st_faq .faq_question .faq_ud {
    width: 10px;
    height: 10px;
    border-right: 2px solid #454444;
    border-bottom: 2px solid #454444;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.qz-faq-sec .faqs_st_faq:hover .faq_question .faq_ud {
    border-right: 2px solid #b2adad;
    border-bottom: 2px solid #b2adad;
}

.qz-faq-sec .faqs_st_faq.active .faq_ud {
    transform: rotate(-135deg) !important;
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
    cursor: pointer;
}

.qz-faq-sec .faq_left .faqs_st_faq .faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    border-top: 1px solid transparent;
}

.qz-faq-sec .faq_left .faqs_st_faq .faq_answer ul {
    list-style: disc;
    padding-left: 2rem;
}

.qz-faq-sec .faq_left .faqs_st_faq .faq_answer ul li {
    list-style: disc;
    padding: 10px 0 0;
}

.qz-faq-sec .faq_left .faqs_st_faq p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.qz-faq-sec .faqs_st_faq.active .faq_answer {
    border-top: 1px solid #2e2e2e;
    max-height: max-content;
    padding-top: 10px;
    color: #d2d8dd;
}

.qz-faq-sec .faqs_st_faq.active .faq_answer a {
    color: #fff;
    text-decoration: underline;
    font-weight: normal;
}

.qz-faq-sec .faqs_st_faq.active .faq_answer a:hover {
    font-weight: 500;
}

@media (min-width:768px) and (max-width:998px) {
    .qz-faq-sec .faq_left .faqs_st_faqs {
        max-width: 90%;
    }

}

@media (max-width:767px) {
    .qz-faq-sec .faq_left .faqs_st_faqs {
        max-width: 100%;
    }

    .qz-faq-sec .faqs_sec {
        padding: 0 !important;
    }

    .qz-faq-sec .faq_left .faqs_st_faq .faq_question h4 {
        font-size: 16px;
    }

    .qz-faq-sec .faqs_st .faq_left {
        padding: 3rem 0;
    }
}

/* FAQs Section End*/



/* Score */

.qz-sr {
    padding: 4rem 0;
}

.qz-sr-sec {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* margin: 0 auto 4rem; */
}

.qz-score-header {
    text-align: center;
}

.qz-score-header h1 {
    font-size: 35px;
    font-weight: 600;
}

.qz-score-header svg {
    margin: 0 auto 2rem;
}

.qz-score-header p {
    font-size: 18px;
}

.qz-score-cen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 20px;
    background: #fff;
    box-shadow: rgb(245 248 250) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: 1px solid rgba(224, 230, 238, 0.7);
}

.qz-summary-bar {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.qz-sum-c {
    width: 270px;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    flex-wrap: wrap;
}

.qz-sum-c::before {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 100%;
    background: #e0eeff8f;
}

.qz-sum-c:last-child::before {
    background: none;
}

.qz-sc-mg {
    width: 50px;
    height: 50px;
    background: #dfeeff;
    border-radius: 50%;
    text-align: center;
    padding: 8px;
}

.qz-sum-c svg {
    width: 35px;
    height: 35px;
    fill: #0a66c2;
    flex-shrink: 0;
}

.qz-stat-ins {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-label {
    color: #6b7280;
    font-size: 16px;
    font-weight: 300;
}

.stat-value {
    font-weight: 600;
    font-size: 20px;
}

.qz-scr-bt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.qz-scr-bt p {
    font-size: 16px;
    color: #828282;
}

.qz-scr-bt a {
    background: #0a66c2;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.qz-scr-bt a:hover {
    background: #0858a8;
}


@media (max-width: 767px) {
    .qz-score-header p br {
        display: none;
    }

    .qz-score-header p {
        font-size: 15px;
    }

    .qz-score-cen {
        padding: 2rem 1rem;
    }
}

/* answer */
.qz-ans-show {
    margin: 3rem auto;
}

.qz-ans-show h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #212529;
}

.qz-card {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 25px;
    box-shadow: rgb(245 248 250) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border: 1px solid rgba(224, 230, 238, 0.7);
    transition: transform 0.2s;
}

.status-indicator {
    width: 6px;
    border-radius: 3px;
    margin-right: 15px;
}

.qz-card-heads {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fbfbfb;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 15px 20px;
}

.qz-card-heads span {
    font-weight: 500;
}

.qz-card-heads .qz-ques-q {
    color: #6b7280;
}

.qz-card-mids {
    padding: 20px;
}

.qz-card-mids h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 20px;
}

.option-item {
    padding: 8px;
    font-size: 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

.correct-text {
    color: #10b981;
    background: #e9f5ea;
}

.wrong-text {
    color: #FF5C5C;
    background: #fedfdf;
}

.qz-text-success {
    color: #10b981;
}

.qz-text-danger {
    color: #ef4444;
}

.badge-answer {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
}

.bg-user-ans {
    background: #f3f4f6;
    color: #4b5563;
}

.bg-correct-ans {
    background: #d1fae5;
    color: #3da643;
}

/* rank */
.qz-rank-section {
    background: aliceblue;
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 3rem;
}

.qz-rank-section img {
    width: 80px;
    height: 80px;
}

.qz-rank-section p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

@media (max-width: 998px) {
    .qz-sr {
        padding: 3rem 0;
    }

    .qz-sum-c {
        width: max-content;
    }

    .qz-sum-c::before {
        display: none;
    }

    .qz-score-header h1 {
        font-size: 30px;
    }
}

@media (min-width:768px) and (max-width: 998px) {
    .stat-label {
        font-size: 15px;
    }

    .qz-score-cen {
        padding: 2rem 1.5rem;
    }
}