﻿body {
}

.game-quiz-ctn {
    display: flex;
    gap: 15px;
    width: 100%;
}

#game-quiz {
    flex-grow: 3;
    border-radius: 8px;
    background: url(/Content/Landding/GameQuiz83/game-bg.png) no-repeat top center;
    background-size: cover;
    width: 725px;
}

.game-quiz-ctn .game-social {
    border-radius: 8px;
    background: var(--Black-Black-4, #C9C9C9);
    width: 440px;
    height: 725px;
}

.quiz-welcome {
    position: relative;
}

.quiz-welcome a.cta-init {
    font-size: 30px;
    display: block;
    color: transparent;
    position: absolute;
    top: 320px;
    left: 225px;
    padding: 15px 30px;
}
a.quiz-guide {
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    background: var(--Foundation-Red-red-6, #EE2B7C);
    padding:6px 20px;
    text-decoration:underline;
}


.quiz-welcome a.quiz-guide {
    position: absolute;
    right: 10px;
    top: 10px;
}


div.game-quiz-reqlogin {
    background: url(/Content/Landding/GameQuiz83/game-bg.png) no-repeat top center;
    text-align: center;
    padding:50px;
    margin:-15px;
}

.game-quiz-reqlogin a.quiz-login-link {
    background: var(--Foundation-Red-red-6, #EE2B7C);
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    margin:20px;
}

.form-quiz {
    color:#4B4B4B;
}

.form-quiz .head {
    text-align: center;
    padding:10px 30px 0 30px;
}

.question-stas {
    
    padding:0 30px;
}

.question-stas .status-bar {
    line-height:18px;
    background:#e1e1e1;
    border-radius: 9px;

}
.question-stas .status-bar .status-bar-inner {
    background: #EE2B7C;
    line-height: 18px;
    min-width: 18px;
    border-radius: 9px;
}


.question-main {
    padding:20px 30px;

}
.question-main .question-q {
    color:#EE2B7C;
    font-size:16px;
}

.question-items {

}

.question-items .item {
    background: #f1f1f1;
    border-radius: 8px;
    padding:15px;
    margin:15px 0;
    cursor: pointer;
    border:1px solid #eee;
}

.question-items .checked {
    border: 1px solid #EE2B7C;
}

.question-items .item:hover {
    background: #EE2B7C;
    color: #fff;
}

.question-items .item input[type="radio"] {
    display: none;
}
.question-items .item input[type="radio"] + label {
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    display:flex;
    align-items:center;
}
.question-items .item input[type="radio"] + label span {
    display: inline-block;
    min-width: 16px;
    height: 16px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ffffff;
}
.question-items .item input[type="radio"] + label span {
    background-color: #fff;
}
.question-items .item input[type="radio"]:checked + label {
    color: #333;
    font-weight: 700;
}
.question-items .item input[type="radio"]:checked + label span {
    background-color: #EE2B7C;
    border: 2px solid #ffffff;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
.question-items .item input[type="radio"] + label span, input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.24s linear;
    -o-transition: background-color 0.24s linear;
    -moz-transition: background-color 0.24s linear;
    transition: background-color 0.24s linear;
}

#game-quiz .foot {
    padding:10px 30px;
}

a.cta-q-btn {
    padding: 10px 30px;
    border-radius: 20px;
    color: #EE2B7C;
    border: 1px solid #EE2B7C;
    font-weight: bold;
    margin-right:15px;
}
a.cta-q-btn:hover {
    color: #fff;
    background:#EE2B7C;
}

a.cta-q-btn.cta-disable {
    background: #FBCCE0;
    border-color: #FBCCE0;
    color:#fff;
}

.quiz-result {
    text-align:center;
    padding:20px 30px;
}
.quiz-result .head {
    font-weight:bold;
    color:#EE2B7C;
    font-size:20px;
    padding-bottom:10px;
}

.quiz-r-title {
    color: #EE2B7C;
    font-size: 25px;
    margin:10px;
}

.quiz-r-kwd {
    display:flex;
    padding:10px 0;
    justify-content:center;
    justify-items:center;
}

.quiz-r-kwd span {
    display: block;
    background: #F3F3F3;
    padding:5px 10px;
    border-radius:5px;
    margin-right:10px;
}


.quiz-r-match {
    background: #FDEAF2;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    display: flex;
    justify-items: center;
    justify-content: center;
    color: #EE2B7C;
}

.quiz-r-match span {
    line-height:50px;
    font-size:13px;
    margin-right:10px;
}

.quiz-r-match strong {
    line-height: 50px;
    font-size:30px;
}

.quiz-r-note {
    color: #4B4B4B;
}

.quiz-r-sg {
    display: flex;
    justify-items: center;
    justify-content: center;
    line-height: 58px;
}


.quiz-r-sg span {
    margin-right:10px;
    line-height:58px;
}

.quiz-r-sg a {

}

.gift-model {
    width: 680px;
    background: url(/Content/Landding/GameQuiz83/gift-bg.png;w=680) no-repeat top center;
    background-size: cover;
}

.quiz-form-gift .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 20px;
    gap: 20px;
}

.quiz-form-gift .row .control {
    display:flex;
    flex-direction:column;
    flex-basis:100%;
}

.quiz-form-gift .row .control label {
    margin-bottom:5px;
}

.quiz-form-gift .row .control input,
.quiz-form-gift .row .control select,
.quiz-form-gift .row .control textarea {
    padding:8px 10px;
    border:1px solid #ddd;
    border-radius:5px;
    color:#444;
    outline:none;
}


.quiz-form-gift .head {
    text-align: center;
    color: #EE2B7C;
    font-size:18px;
    padding:0 10px;
}
.quiz-form-gift p {
    text-align:center;
}

.control-submit {
    display: block;
    margin: 0 auto;
}