.quz {
    margin-top: 0.5rem !important;
}
.quiz-details-ban {
    background-color: #d8e6ef !important ;
}
.quiz-section {
    background-color: #f9f9f9;
    border: 1px solid #cccdce !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.quiz-card {
    border: 1px solid #cccdce !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #f0f9ff !important;
}
.rfc {
    color: #1e2d3e !important;
}
.sdfq {
    background-color: #01203d !important;
}
.sdfq:hover {
    opacity: 0.9;
}
.question-set {
    display: block;
}
.question-set.active {
    display: block;
}
.option {
    background-color: #d8e6ef !important;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
}
.option input[type="radio"] {
    margin-right: 10px;
    cursor: pointer !important;
}

.option input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer !important;
}
.stcksq {
    margin-left: -4% !important;
}
#quiz-list-fixed-nav {
    width: 17.5rem !important;
}
.stars3 {
    color: orange !important;
}
#quizContainerpop {
    scrollbar-width: thin;
    scrollbar-color: #01203d transparent;
}
#quizContainerpop::-webkit-scrollbar {
    height: 0.125rem !important;
}
#quizContainerpop::-webkit-scrollbar-track {
    background: transparent;
}
#quizContainerpop::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0.625rem;
    width: 5rem;
}
#quizContainerpop::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.quizContainercl {
    scrollbar-width: auto !important;
    scrollbar-color: auto !important;
    border: transparent !important;
}
.quizContainercl::-webkit-scrollbar {
    height: 2rem !important;
    width: 1rem !important;
}
.quizContainercl::-webkit-scrollbar-track {
    background: transparent;
}
.quizContainercl::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0.625rem;
    width: 1rem;
}
.quizContainercl::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.quiz-container {
    box-shadow: 0px 0px 3px 0px #35986b;
    background-color: #ffffff;
    outline: none !important;
}
#quizContainerpop .cards-njdfsh.active {
    background-color: #edf5f0 !important;
    font-weight: 600 !important;
    color: #0dae6b !important;
    text-decoration: underline !important;
    text-decoration-color: #1d34aa !important;
    text-underline-offset: 13px !important;
    text-decoration-thickness: 2px !important;
    border: none !important;
}
#quizContainerpop .cards-njdfsh:hover {
    color: #0dae6b !important;
}
.result-circle {
    width: 80px;
    height: 80px;
    background-color: #fff;
}
.question h2 {
    user-select: text;
}
.progress-circle {
    width: 90px;
    height: 90px;
    background-color: #fff;
}
.spdf {
    color: #009a49 !important;
}
.spdfg {
    color: #fc332d !important;
}
.option input {
    margin-top: 5px;
    flex-shrink: 0;
}
.option label {
    cursor: pointer;
}
.option.dan {
    background-color: rgb(245, 216, 207) !important;
    border: 2px solid #ff0000 !important;
    color: #ff0000 !important;
}
.option.suc {
    background-color: #e6ffe6 !important;
    border: 2px solid #008000 !important;
    color: #008000 !important;
}
.option.dan input:disabled,
.option.suc input:disabled {
    background-color: transparent !important;
    color: inherit !important;
}
.suc input[type="radio"] {
    accent-color: green !important;
}
.dan input[type="radio"] {
    accent-color: red !important;
}
.radio-input {
    position: absolute;
    opacity: 0;
}
.radio-input + label {
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}
.radio-input + label::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #c8cbce;
    background-color: #ecf0f3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(3px);
    transition: all 0.3s ease-in-out;
}
.radio-input:checked + label::after,
.radio-input.suc:disabled + label::after,
.radio-input.dan:disabled + label::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 0;
    transform: translateY(7px);
}
.radio-input:checked + label::before {
    border-color: #0075ff !important;
}
.radio-input:checked + label::after {
    background: #0075ff;
}
.radio-input.suc:disabled + label::before {
    border-color: #008000 !important;
    background-color: transparent !important;
}
.radio-input.suc:disabled + label::after {
    background-color: #008000 !important;
}
.radio-input.dan:disabled + label::before {
    border-color: #ff0000 !important;
    background-color: transparent !important;
}
.radio-input.dan:disabled + label::after {
    background-color: #ff0000 !important;
}
.radio-input:disabled + label {
    cursor: default !important;
}
.radio-input {
    width: 18px;
    height: 18px;
}
.suc input[type="checkbox"] {
    accent-color: green !important;
}
.dan input[type="checkbox"] {
    accent-color: red !important;
}
.checkbox-input {
    position: absolute;
    opacity: 0;
    width: 18px;
    height: 18px;
}

.checkbox-input + label {
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}

.checkbox-input + label::before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #c8cbce;
    background-color: #ecf0f3;
    border-radius: 4px; /* square shape */
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(3px);
    transition: all 0.3s ease-in-out;
}

.checkbox-input:checked + label::after,
.checkbox-input.suc:disabled + label::after,
.checkbox-input.dan:disabled + label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 8px;
    height: 8px;
    transform: translateY(7px);
}

.checkbox-input:checked + label::before {
    border-color: #0075ff !important;
}

.checkbox-input:checked + label::after {
    background: #0075ff;
}

.checkbox-input.suc:disabled + label::before {
    border-color: #008000 !important;
    background-color: transparent !important;
}

.checkbox-input.suc:disabled + label::after {
    background-color: #008000 !important;
}

.checkbox-input.dan:disabled + label::before {
    border-color: #ff0000 !important;
    background-color: transparent !important;
}

.checkbox-input.dan:disabled + label::after {
    background-color: #ff0000 !important;
}

.checkbox-input:disabled + label {
    cursor: default !important;
}

.cdsr {
    width: 30% !important;
}
.cdsqz{
    width: 30% !important;
}
.skel {
    background: none !important;
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}
@media(min-width:900px) and (max-width:1030px){
    .cdsr{
        width:40% !important;
        margin-left:-13% !important;
    }
}
@media (max-width: 768px) {
    .cdsr {
        width: 31% !important;
    }
    .rfq {
        text-align: start !important;
    }
    .quiz-section {
        background-color: #f9f9f9;
        border: none !important;
    }
    .result-circle {
        width: 80px !important;
        height: 80px !important;
    }
    .progress-circle {
        width: 95px !important;
        height: 95px !important;
    }
}
@media (min-width: 300px) and (max-width: 370px) {
    .cdsr {
        width: 35% !important;
        margin-left: -4% !important;
    }
}
.home {
    line-height: 15px;
    color: #4f5763;
}
.btn-bl-bdr-clr {
    border: 2px solid var(--prime-ft-color) !important;
}

.btn-org-bdr-clr.bg-transparent:hover,
.btn-bl-bdr-clr.bg-transparent:hover {
    background-color: #00000008 !important;
}
.margin-left-05 {
    margin-left: var(--margin-left--05);
}

.quiz-bg-white {
    background-color: white !important;
}