:root {
    --font-montserrat: 'Montserrat', sans-serif;
    --font-patua: 'Patua One', cursive;
    --font-raleway: 'Raleway', sans-serif;
}
body{
    background-color: #171420;
}
.section-quiz{
    background-color: #121214;
    background-image: url("../img/quiz-bg.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 120px 0;
}
.quiz-title{
    font-family: var(--font-patua);
    font-size: 41px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #e6ddf8;
    margin-bottom: 60px;
}
.quiz-title span{
    color: #fd58f7;
}
.card-quiz-content{
    border-radius: 7px;
    border: 0;
    background-color: rgba(23, 14, 26, 0.66);
}
.card-quiz-content .card-footer{
    padding: 43px 70px 46px 60px;
    border-radius: 10px;
    background-color: #ffc920;
}
.card-quiz-content .card-body{
    padding: 50px 65px;
}
.quiz-page-content{
    font-family: var(--font-raleway);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #ffffff;
}
.quiz-alert-box-text{
    font-family: var(--font-raleway);
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.87;
    letter-spacing: normal;
    color: #121214;
}
.quiz-icon-warning{
    position: relative;
    top: 6px;
}
.quiz-container {
    /*min-height: 277px;*/
    min-height: 210px;
    position: relative;
    padding: 58px 0 68px 0;
    border-radius: 7px;
    background-color: #ffffff;
}
.quiz-container:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    background: repeating-linear-gradient(
            145deg, #ffb82a, #ffb82a 5px, #000000 2px, #000000 12px);
    border-radius: 3px;
    height: 8px;
    width: 100%;
}
.quiz-container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: repeating-linear-gradient(
            145deg, #ffb82a, #ffb82a 5px, #000000 2px, #000000 12px);
    border-radius: 3px;
    height: 8px;
    width: 100%;
}
.quiz-container.quiz-completed:before {
    content: '';
    background: repeating-linear-gradient(
            145deg, #a6de64, #a6de64 5px, #000000 2px, #000000 12px);
}
.quiz-container.quiz-completed:after {
    content: '';
    background: repeating-linear-gradient(
            145deg, #a6de64, #a6de64 5px, #000000 2px, #000000 12px);
}
.quiz-container-top, .quiz-result-title, .result-bottom-text, .optin-form-contianer, .ul-agree{
    padding-left: 65px;
    padding-right: 65px;
}
.text-answers:not(:last-child) {
    margin-bottom: 10px;
}
ul.text-answers {
    list-style: none;
    padding: 0;
    margin: 0;
}
.text-answers li {
    position: relative;
    padding: 16px 20px 16px 80px;
    cursor: pointer;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    border-radius: 10px;
    background-color: #f0eef2;
}
.text-answers li .deployed-answer-count {
    width: 55px;
    padding: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #e8e6e9;
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: rgba(18, 18, 20, 0.22);
}
.text-answers li:hover, .text-answers.selected li{
    background-color: #e8e6e9;
}
.text-answers li:hover .deployed-answer-count, .text-answers.selected li .deployed-answer-count{
    background-color: #dddddd;
}
.question-number{
    font-family: var(--font-patua);
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffc920;
    margin-bottom: 35px;
}
.question-text{
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #121214;
    margin-bottom: 30px;
}
.btn-agree {
    font-family: var(--font-montserrat);
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: normal;
    color: #121214;
    line-height: 1.6;
    padding: 30px 35px;
    border-radius: 10px;
    transition: all 0.5s ease;
    background-color: #8bc34a;
    -webkit-box-shadow: 0 3px 0 0 #71a633;
    box-shadow: 0 3px 0 0 #71a633;
    border: 0;
    display: block;
    width: 100%;
    position: relative;
    min-height: 84px;
}
.btn-agree .loadingMessage{
    top: 26px;
}
.btn-agree:hover, .btn-agree:focus, .btn-agree:active {
    background-color: #8bc34a;
    color: #121214;
    opacity: 0.9;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.ul-agree{
    background-color: #f8f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.ul-agree li {
    font-family: var(--font-raleway);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #0b0b0b;
    padding-left: 46px;
    position: relative;
    list-style: none;
}
.ul-agree li:before {
    content: '';
    background-image: url("../img/quiz-icon-check.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 5px;
}
.ul-agree li:not(:last-child) {
    margin-bottom: 30px;
}
.fw-800 {
    font-weight: 800;
}
.text-answer-li span {
    font-weight: 700;
}
.progress-quiz{
    background-color: #f0eef2;
    border-radius: 8.5px;
    margin-bottom: 50px;
}
.progress-quiz .progress-bar{
    border-radius: 8.5px;
    background-color: #ffc920;
}
.bg-quiz-complete{
    background-color: #77ba3c !important;
}
.progress-bar-striped {
    background-image: linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}
.quiz-result-title{
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #121214;
    margin-bottom: 40px;
}
.result-bottom-text{
    font-family: var(--font-raleway);
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #0b0b0b;
    margin-bottom: 40px;
}
.optin-form-contianer .form-control{
    font-family: var(--font-raleway);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #0b0b0b;
    border-radius: 10px;
    border: solid 0.5px #dadde8;
    height: 66px;
    padding: 28px 25px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #aeb1bd;
}
.form-group{
    margin-bottom: 20px;
}
.eval-question-text, .eval-checking{
    font-family: var(--font-patua);
    font-size: 22.5px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffc920;
    margin-bottom: 15px;
}
.media-evaluation > img{
    margin-right: 8px;
    height: 24px;
    width: 24px;
}
.media-evaluation .media-body{
    font-family: var(--font-montserrat);
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #121214;
}