
body:not(.elementor-editor-active) .quiz-intro-wrapper, body:not(.elementor-editor-active) .quiz-outer-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    background: #fff;
    z-index: 1000;
    overflow: auto;
    background: #F6F6F6;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}

.dnkqz-error-msg {
    color: red;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.dnk-quiz-outer-wrapper .top-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 600px;
    margin: auto;
    position: relative;
}

.top-section .dnk-quiz-logo {
    width: 120px;
    margin-top: 30px;
}

.quiz-intro-wrapper > .quiz-intro-content {
    background: #F6F6F6;
    border-radius: 18px;
    padding: 60px 40px 40px 40px; /* Spacious padding */
    max-width: 440px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

#start-quiz {
    cursor: pointer;
}

.quiz-intro-wrapper .title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 35px;
}

.quiz-intro-wrapper .sub_title {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 50px;
}

.quiz-intro-wrapper .start-quiz-btn, #dnkqz-resume-btn, #dnkqz-redo-buy {
    background: #35AC5A;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    border-radius: 180px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.dnkqz-quiz-widget {
    padding-bottom: 60px;
    margin: 50px auto 0;
}

.quiz-site-logo.elementor-widget-image a img {
    width: 230px;
    height: auto;
}

.dnkqz-question-label {
    margin-bottom: 2em;
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    line-height: 23px;
    max-width: 520px;
    margin: auto;
    font-size: 1.2em;
    font-weight: 500;

}

.dnkqz-question-label .intro-text {
    color: #000000;
    font-size: 15px;
    font-weight: 200;
    display: inline-block;
    margin-bottom: 7px;
    letter-spacing: 0.1px;
}

.dnkqz-question-label .highlighted {
    color: #000000;
    font-weight: 500;
    display: inline-block;
    padding: 4px 18px;
    font-size: 15px;
    margin-top: 6px;
}

.dnkqz-back-btn-wrap .dnkqz-quiz-btn:disabled {
    background: #fff;
}

.dnkqz-back-btn-wrap {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.dnkqz-back-btn-wrap .dnkqz-back-btn {
    border-radius: 50%;
    color: #ccc;
    padding: 10px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

.dnkqz-back-btn-wrap .dnkqz-back-btn img {
    width: 9px;
    margin-right: 5px;
}

.dnkqz-quiz-widget .dnkqz-quiz-nav {
    text-align: center;
    padding-bottom: 60px;

}

.dnkqz-quiz-nav .dnkqz-quiz-btn {
    background: #35AC5A;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    font-weight: 500;
    cursor: pointer;
}

.dnkqz-quiz-widget .dnkqz-answer-input {
    border-radius: 180px;
    border: 1px solid #ececec;
    text-align: center;
    max-width: 300px;
    display: block;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.dnkqz-quiz-widget .dnkqz-answer-input:focus, .dnkqz-quiz-widget .dnkqz-answer-input:active {
    /*     border-color: #35AC5A; */
}

.body_active {
    display: flex;
    flex-direction: column;
}

.body_active span {
    font-size: 12px;
    margin-top: 2px;
    font-weight: 300;
}

.dnkqz-quiz-widget .dnkqz-radio {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #ececec;
    cursor: pointer;
}

.dnkqz-quiz-widget .dnkqz-radio.selected, .dnkqz-quiz-widget .dnkqz-checkbox.selected {
    border: 1px solid #000000
}

.dnkqz-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
}

.dnkqz-multiple-choise {
    color: #979797;
    font-size: 14px;
    margin: -17px 0px 20px;
}

.options_wrapper label {
    margin-bottom: 15px;
}

.dnkqz-quiz-widget .options_wrapper {
    padding: 20px;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.dnkqz-checkbox-options {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dnkqz-quiz-widget label.dnkqz-checkbox {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 300;
    text-align: center;
    border: 1px solid #ececec;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dnkqz-quiz-widget .options_wrapper .dnkqz-checkbox input {
    appearance: none;
}

.dnkqz-quiz-widget .options_wrapper img.dnkqz-checkbox-img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.dnkqz-quiz-widget .dnkqz-checkbox-label {
    vertical-align: text-top;
}

#dnkqz-motivation-overlay {
    position: fixed;
    z-index: 99999;
    inset: 0;
    background: rgba(52, 58, 64, 0.74);
    display: flex;
    align-items: center;
    justify-content: center;
}

.motivation_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 90%;
    font-weight: 300;
    max-width: 800px;
    line-height: 27px;
    animation: dnkqz-breathing 3.6s infinite ease-in-out;
}

.dnkqz-motivation-box {
    background: #fff;
    width: 100%;
    padding: 44px 28px 36px 28px;
    box-shadow: 0 6px 64px 0 rgba(60, 80, 120, .11);
    font-size: 1.22em;
    color: #282e35;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dnkqz-motivation-box .dnkqz-motivation-logo {
    margin-bottom: 40px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}

.dnkqz-extra-info {
    background-color: #E6F4EF;
    padding: 20px;
    font-size: 14px;
    max-width: 600px;
    position: relative;
    margin: 20px auto;
}

.dnkqz-extra-info-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
    color: #000;
}

.dnkqz-extra-info-content {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.dnkqz-important {
    position: absolute;
    top: -12px;
    left: 50%;
    height: 30px;
    width: 30px;
    background-color: #026565;
    border-radius: 180px;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: anchor-center;
    justify-content: center;
    transform: translate(-50%);
}

.options_wrapper .options_radio {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.options_wrapper label {
    margin-bottom: 15px;
    margin-right: 15px;
}

.quiz-urls-center-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.quiz-urls {
    display: flex;
    gap: 2.5rem; /* Controls spacing between items */
    list-style: none;
    padding: 0;
    margin: 0;
}

.quiz-urls li a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    font-family: inherit;
    transition: color 0.2s;
}

.quiz-urls li a:hover {
    color: #888; /* Subtle hover */
}

@keyframes dnkqz-breathing {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.94;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.06);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.94;
    }
}

/* Popup overlay */
#dnkqz-resume-popup, #dnkqz-want-a-redo-popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

/* Popup box */
.dnkqz-popup-inner {
    background: #fff;
    padding: 30px 30px 15px 30px;
    border-radius: 15px;
    box-shadow: 0 6px 30px #0002;
    max-width: 320px;
    text-align: center;
    width: 100%;
}

/* Title */
.dnkqz-popup-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #222;
}

/* Buttons */
.dnkqz-btn {
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 17px;
    cursor: pointer;
    margin: 0 6px 0 0;
    transition: background 0.2s, color 0.2s;
}

/* Primary button style */
.dnkqz-btn-primary {
    background: #6dbc6c;
    color: #fff;
}

/* Secondary button style */
.dnkqz-btn-secondary {
    background: transparent;
    color: #333;
}

.dnkqz-btn-secondary:hover {
    background: #f7f8f9;
}

@media (min-width: 500px) {
    .dnkqz-quiz-widget, .dnkqz-quiz-widget .options_wrapper {
        max-width: 800px;
    }

}

@media (min-width: 600px) {
    .dnkqz-quiz-widget label.dnkqz-checkbox {
        display: flex;
        justify-content: center;
    }

}

@media (max-width: 600px) {
    .quiz-intro-wrapper > .quiz-intro-content {
        padding: 36px 10px 24px 10px;
        max-width: 98vw;
    }

}

/* Completed formula banner stlyes */
.dnk-quiz-completed-banner {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    background: #E9E9E9;
    gap: 30px 150px;
}
.dnk-terminator {
    position: absolute;
    top: -4px;
    right: 7px;
    font-size: 3rem;
    line-height: 1;
    background: none;
    border: none;
    color: #282e35;
    cursor: pointer;
    transition: color 0.2s, background 0.2s, box-shadow 0.2s;
    z-index: 10;
    padding: 2px 8px;
    border-radius: 50%;
}
.dnk-quiz-completed-banner .dnk-first-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.dnk-quiz-completed-banner .img-wrapper {
    width: 100%;
    max-width: 200px;
}

.dnk-quiz-completed-banner .dynamic-text {
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px;
    text-align: center;
    line-height: 27px;
}
.dnk-quiz-completed-banner .static-text {
    text-align: center;
    padding: 0 10px;
    line-height: 27px;
}
.btns-wrapper {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btns-wrapper a:first-child {
    background: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    margin-right: 10px;
    font-weight: 500;
}
.btns-wrapper a:last-child {
    padding: 10px;
    background: #3FB155;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;

}
.dnk-quiz-completed-banner .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (max-width: 768px) {
    .dnk-quiz-completed-banner .text-wrapper {
       margin-left: 20px;
    }

}

/**
loader styles
 */
#preloader_dnk {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader_dnk.fade-out {
    opacity: 0;
    visibility: hidden;
}

/* Apply loader animation to .spinner (keeping your HTML intact) */
#preloader_dnk .spinner {
    width: 20px;
    aspect-ratio: 1;
    background: #1FB15A;
    box-shadow: 0 0 60px 15px #1FB15A;
    transform: translateX(-80px);
    clip-path: inset(0);
    animation:
            l4-1 0.5s ease-in-out infinite alternate,
            l4-2 1s ease-in-out infinite;
}

@keyframes l4-1 {
    100% {
        transform: translateX(80px);
    }
}

@keyframes l4-2 {
    33% {
        clip-path: inset(0 0 0 -100px);
    }
    50% {
        clip-path: inset(0 0 0 0);
    }
    83% {
        clip-path: inset(0 -100px 0 0);
    }
}

/** One scoop daily support style **/
.one-scoop-support-wrapper {
    padding: 10px 10px 10px 22px;
    max-width: 420px;
}
.one-scoop-support {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.one-scoop-support .support-item {
    display: flex;
    gap: 5px;
}
.one-scoop-support .support-img {
    width: 15px;
    display: flex;
}