body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}
html,
body {
    touch-action: manipulation;
}
button,
a,
.clickable,
[role="button"] {
    touch-action: manipulation;
}
.userPic { line-height: normal;}
.quizMAinView { display: flex; justify-content: center; align-items: flex-end;}
.quizMAinView h1.quiztitle {
    /*	background: #f8f9fa;*/
    /*    padding: 16px 30px;*/
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #41adb9;
    border-radius: 100px;
}
.title_img { width: 80%; max-width: 600px;}
.topMenuWrap {
    box-sizing:content-box;
}
h1 {
    color: #343a40;
}

.progress-bar {
    background-color: #28a745;
}

.question {
    display: none;
}

.question.active {
    display: block;
    text-align: center;
}

#result-container h2 {
    color: #666666;
}

.btn {
    padding: 10px 20px;
    font-size: 1rem;
}

#view-result-btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.testStarBox {
    margin: 30px auto; padding: 40px 1.5rem; width: 80%; max-width: 720px; font-size: 1rem; line-height: 1.6em; background: #e9f4f6; border-radius: 18px;
    box-shadow: 0 9px 12px rgba(0, 0, 0, 0.1);
    border: #ffffff 2px solid;
}
a.testBtn, a.testBtn:hover {
    width: 80%;
    max-width: 200px;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 17px;
    color: #ffffff;
    transition-duration: 0.3s;
    background: #5571b0;
    text-shadow: none;
    border: none;
    min-width: 100px;
    display: block;
    height: auto;
}
a.testBtn.girlBtn, a.testBtn.girlBtn:hover {
    background: #db5972;
}
.progress, .progress-stacked {
    height: .5rem!important; width: 90%; margin-left: auto; margin-right: auto; max-width: 720px;
}
.quizQBox {
    margin: 30px auto; padding: 40px 1.5rem; width: 90%; max-width: 720px; font-size: 1.2rem; line-height: 1.8em; background: #e9f4f6; border-radius: 18px; font-weight: bold; text-align: center; min-height: 200px; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 9px 12px rgba(0, 0, 0, 0.1);
    border: #ffffff 2px solid;
}
.btnWrap {width: 90%; margin-left: auto; margin-right: auto; justify-content: space-between; max-width: 720px;}
.btnWrap .answer-btn { width: 45%; font-size: 1.4rem; border-radius: 100px; line-height: 3rem; margin: 0 6px;}
.resultWrap { text-align: center; margin-top: 30px;}
.resultWrap .answer-btn { width: 55%; font-size: 1rem; border-radius: 100px; line-height: 2rem; margin: 0 6px;}

.topContent { font-size: 16px; font-weight: bold; line-height: 1.8rem;}
.bigNum { font-size: 24px; font-style: italic; color: #00A5BC;}
.font-normal-size { font-size: 1rem; font-weight: normal}
.colorNum { color: #00A5BC;}

.sharebtn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #007AFF;
    color: white;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    line-height: 1.2em;
    margin: 20px 4px;
}
a.sharebtn {
    color: white;
}
.quizShareBox.mobileviewsec { display: none;}
.quizShareBox.webviewsec { display: block;}

@media (min-width: 1024px) {
    .resultWrap .answer-btn { width: 55%; font-size: 1.4rem; border-radius: 100px; line-height: 3rem; margin: 0 6px;}
}

#result-text { font-size: 29px; color: #41adb9}

.card-body {
    font-size: 1rem;
    line-height: 1.8rem;
    font-weight: 400;
}
.card-body p { padding: 0px 24px;}
.card-body p.card-text { padding: 0px 24px;}

.resultMainViewBox { background: #e9f4f6; padding: 30px;text-align: center; position: relative; margin-top: 60px;}
.resultMainViewBox .lead { font-weight: bold;}
.resultMainViewBox h1 { font-weight: bold; color: #41adb9;}
a.qdownBtn { position: absolute; right: 30px; bottom: 30px; color: #ffffff; background: #9eb5b8; border-radius: 100px; padding: 6px 12px; font-size: 16px;}
h3.quiz_subtitle { color: #41adb9; margin-bottom: 0.5rem; padding: 0 24px; font-size: 18px;}
.resultcontainer { width: 100%; max-width: 712px!important; padding: 0 24px}
.quizPic { height: 275px;}

.quizShareBox { padding: 40px 0; display: block; flex-direction: row;justify-content: center; align-items: center; background: #e9f4f6; border-radius: 12px; margin-top: 60px; text-align: center;}
.shareText { margin-right: 12px; margin-bottom: 12px;}
.shareicon { width: 46px; margin: 0 8px;}
.twoBox { display: flex; flex-direction: row;}
.leftBox, .rightBox { display: flex; flex-direction: column; align-items: center;}
.twoBox h3.quiz_subtitle { font-size: 18px; color: #D56466; margin-bottom: 24px;}
.twoBox .card-body { padding: 0px;}
.twoBox p { font-size: 16px; text-align: center; line-height: 1.5rem;}
.twoBox img { display: block; align-items: center; margin: auto; margin-bottom: 12px; width: 100%;}

@media (min-width: 1024px) {
    .card-body {
        font-size: 1.125rem;
        line-height: 200%;
        font-weight: 400;
    }
    .card-body p { padding: 0px;}
    .card-body p.card-text { padding: 0px;}
    .testStarBox {
        margin: 30px auto; padding: 40px 3rem; width: 80%; max-width: 720px; font-size: 1.2rem; line-height: 1.8em; background: #e9f4f6; border-radius: 18px;
    }
    .quizQBox {
        margin: 30px auto; padding: 40px 3rem; width: 90%; max-width: 720px; font-size: 1.2rem; line-height: 1.8em; background: #e9f4f6; border-radius: 18px; font-weight: bold; text-align: center; min-height: 200px; display: flex; align-items: center; justify-content: center;
    }

    .quizMAinView h1.quiztitle {
        /*		background: #f8f9fa;*/
        padding: 0px 0px 10px;
        font-size: 2rem;
        color: #41adb9;
        border-radius: 100px 100px 0 0;
        margin-bottom: 0;
    }
    .resultMainViewBox { margin-top: 111px;}
    .resultcontainer { padding: 0}
    h3.quiz_subtitle { color: #41adb9; margin-bottom: 0.5rem; padding: 0; font-size: 20px;}

    .topContent { font-size: 20px; font-weight: bold; line-height: 1.8rem;}
    .bigNum { font-size: 30px; font-style: italic; color: #00A5BC;}

    .twoBox .card-body { padding: 24px;}
    .twoBox img { display: block; align-items: center; margin: auto; margin-bottom: 12px; width: 80%;}

    .quizShareBox { padding: 40px 0; display: flex; flex-direction: row;justify-content: center; align-items: center; background: #e9f4f6; border-radius: 12px; margin-top: 60px; }
    .shareText { margin-bottom: 0;}

}

/**video**/
.quizMAinView {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 111px;
}

.quizBgVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.quizOverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.quizContent {
    position: relative;
    z-index: 3;
    text-align: center;
}

.quiztitle {
    color: #fff;
    margin: 0;
}

.soundToggleBtn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 4;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.soundToggleBtn svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.soundToggleBtn .icon-sound-on,
.soundToggleBtn .icon-sound-off {
    display: flex;
    align-items: center;
    justify-content: center;
}

.soundToggleBtn.is-muted .icon-sound-on {
    display: none;
}

.soundToggleBtn.is-muted .icon-sound-off {
    display: flex;
}

.soundToggleBtn.is-playing .icon-sound-on {
    display: flex;
}

.soundToggleBtn.is-playing .icon-sound-off {
    display: none;
}

.quizBgVideo-desktop {
    display: block;
}

.quizBgVideo-mobile {
    display: none;
}
.container.py-5 {
    margin-top: 111px;
}

@media (max-width: 768px) {
    .quizMAinView {
        min-height: 50vh; margin-top: 60px;
    }
    .quizBgVideo-desktop {
        display: none;
    }

    .quizBgVideo-mobile {
        display: block;
    }

    .soundToggleBtn {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
    }
    .container.py-5 {
        margin-top: 60px;
    }
    .quizShareBox.mobileviewsec { display: block;}
    .quizShareBox.webviewsec { display: none;}
}

.quserlist { display: flex; align-content: center; justify-content: center;}
.quserlist img.qhead { width: 46px; height: 46px; border-radius: 100px; margin: 6px;}

.topMenuWrap + .resultMainViewBox { margin-top: 0;}
.topMenuWrap + .quizMAinView  { margin-top: 0;}
.topMenuWrap + .container.py-5 { margin-top: 0;}