﻿@import url("https://fonts.googleapis.com/css?family=Baloo+Da|Roboto");

body {
    background: #5f1c1c;
    font-family: "Roboto", sans-serif;
}

body {
    background: white;
    font-size: 18px;
}

._cir_P_x { /*this is static circle */
    fill: none;
    stroke-width: 20;
    stroke: #D3D3D3;
}

    ._cir_P_x:hover {
        opacity: 0.7;
    }

._cir_P_y { /* this is dynamic circle*/
    fill: none;
    stroke-width: 20;
}

._cir_P_y {

    opacity: 0.7;
}

.vid_Wrapper_Div_class{
    display:none;
}

.vid_Wrapper_Div_class p{
    line-height:1.4;
    color:#153f65;
}



.quizArea {
    width: 95%;
    margin: auto;
    padding: 10px;
    position: relative;
    text-align: center;
}

.multipleChoiceQues {
    width: 90%;
    margin: auto;
    padding: 10px;
}

.quizBox {
    width: 90%;
    margin: auto;
}

.question {
    text-align: center;
    font-size: 0.8em;
}

    .question h1 {
        color: #4c4981;
        font-family: "Spartan", sans-serif;
    }

.answerOptions {
    display: flex;
}

#new {
    display: flex;
    outline: rgba(0, 0, 0, 0.3) 2px solid;
}

.videoOptions {
    display: flex;
    justify-content: space-around;
}

.videoRow {
    display: flex;
    justify-content: space-around;
    margin: 1em;
    width: 100%;
}

.buttonArea {
    text-align: right;
    height: 4.5em;
    display: grid;
    place-items: center;
}

/* button {
  height: 4em;
  width: 130px;
  padding: 1.5em auto;
  margin: 1em auto;
  background-color: #f1f2ec;
  border: none;
  border-radius: 3px;
  color: #7aa4a9;
  text-transform: uppercase;
} */

.viewanswer,
.viewchart,
.replay {
    width: auto;
    padding:10px;
    margin:10px;
}

.backBtn {
    width: 100px;
    padding:10px;
    font-size: 1em;
    margin-left: 70%;
}

.resultArea {
    display: none;
    overflow-y:auto;
    width: 70%;
    margin: auto;
    padding: 10px;
}

.chartBox {
    width: 60%;
    margin: auto;
}

.resultPage1 {
    text-align: center;
}

.resultBox h1 {
}

.briefchart {
    text-align: center;
}

.resultBtns {
    width: 60%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.resultPage2,
.resultPage3 {
    display: none;
    text-align: center;
}

.allAnswerBox {
    width: 100%;
    margin: 0;
    position: relative;
}

._resultboard {
    position: relative;
    display: inline-block;
    width: 40%;
    padding: 2%;
    /*height: 190px;*/
    vertical-align: top;
    border-bottom: 0.6px solid rgba(255, 255, 255, 0.2);
    text-align: left;
    margin-bottom: 4px;
}


    ._resultboard:nth-child(even) {
        margin-left: 5px;
        border-left: 0.6px solid rgba(255, 255, 255, 0.2);
    }

    ._resultboard:nth-last-child(2),
    ._resultboard:nth-last-child(1) {
        border-bottom: 0px;
    }

    ._resultboard.item-incorrect {
        height: fit-content;
    }

._header {
    margin-bottom: 15px;
    color:#333333;
}

._activityheader p, ._activitytext p{
    text-align:center;
    margin:30px 0;
    color:#153f65;
}

._yourans,
._correct {
    margin-bottom: 8px;
    position: relative;
    line-height: 2;
    padding: 5px;
}

._correct {
    border: solid 2px #478146;
    color:#333333;
    padding: 5px;
}

.h-correct {
    background: #478146;
    color: white;
    padding: 5px;
}

    /*.h-correct:after,
    ._correct:after {
        line-height: 1.4;
        position: absolute;
        z-index: 499;
        font-family: "FontAwesome";
        content: "\f00c";
        bottom: 0;
        right: 7px;
        font-size: 1.9em;
        color: #2dceb1;
    }*/



.h-incorrect {
    background: #ab4e6b;
    color: white;
    padding: 5px;
}

    /*.h-incorrect:after {
        line-height: 1.4;
        position: absolute;
        z-index: 499;
        font-family: "FontAwesome";
        content: "\f00d";
        bottom: 0;
        right: 7px;
        font-size: 1.9em;
        color: #ff383e;
    }*/

.h-semicorrect {
    background: #fd5800;
    color: white;
    padding: 5px;
}

/*.h-semicorrect:after {
    line-height: 1.4;
    position: absolute;
    z-index: 499;
    font-family: "FontAwesome";
    content: "\f00d";
    bottom: 0;
    right: 7px;
    font-size: 1.9em;
    color: #ff383e;
}*/


.resultPage3 h1,
.resultPage1 h1,
.resultPage2 h1 {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1.3px solid rgba(21, 63, 101, 0.9);
    color: #4c4981;
}

.my-progress {
    position: relative;
    display: block;
    margin: 2rem auto 2rem;
    width: 100%;
    max-width: 950px;
    padding-bottom: 1em;
}

progress {
    display: block;
    position: relative;
    top: -0.5px;
    left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f1f2ec;
    width: 100%;
    height: 2.5px;
    background: none;
    -webkit-transition: 1s;
    transition: 1s;
    will-change: contents;
}

    progress::-webkit-progress-bar {
        background-color: #f1f2ec;
    }

    progress::-webkit-progress-value {
        background-color: #153f65;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.my-progress-indicator {
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #7aa4a9;
    border: 3px solid #f1f2ec;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    will-change: transform;
}

    .my-progress-indicator.progress_1 {
        left: 0;
    }

    .my-progress-indicator.progress_2 {
        left: 20%;
    }

    .my-progress-indicator.progress_3 {
        left: 40%;
    }

    .my-progress-indicator.progress_4 {
        left: 60%;
    }

    .my-progress-indicator.progress_5 {
        left: 80%;
    }

    .my-progress-indicator.progress_6 {
        left: 100%;
    }

    .my-progress-indicator.progress_7 {
        left: 54%;
    }

    .my-progress-indicator.progress_8 {
        left: 63%;
    }

    .my-progress-indicator.progress_9 {
        left: 72%;
    }

    .my-progress-indicator.progress_10 {
        left: 81%;
    }

    .my-progress-indicator.progress_11 {
        left: 90%;
    }

    .my-progress-indicator.progress_12 {
        left: 100%;
    }

    .my-progress-indicator.active {
        -webkit-animation: bounce 0.5s forwards;
        animation: bounce 0.5s forwards;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        border-color: #153f65;
    }

.animation-container {
    position: relative;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    will-change: padding;
    overflow: hidden;
}

.form-step {
    position: absolute;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    will-change: transform, opacity;
}

    .form-step.leaving {
        -webkit-animation: left-and-out 0.5s forwards;
        animation: left-and-out 0.5s forwards;
    }

    .form-step.waiting {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
    }

    .form-step.coming {
        -webkit-animation: right-and-in 0.5s forwards;
        animation: right-and-in 0.5s forwards;
    }

@-webkit-keyframes left-and-out {
    100% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }
}

@keyframes left-and-out {
    100% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px);
    }
}

@-webkit-keyframes right-and-in {
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes right-and-in {
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes bounce {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounce {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hidden {
    display: none;
}

ul {
    list-style-type: none;
    padding:0;
    width: 100%;
    margin: auto;
    text-align: left;
    display: flex;
    justify-content: space-around;
}

div.answerOptionsups{
    display:block;
}

div.answerOptionsups ul {
    display: flex;
    justify-content:space-evenly;
    padding: 0;
    height: unset;
}

    div.answerOptionsups li {
        display:inline-block;
        width:33.3%;
        margin-right:-4px;
        padding: 0;
        height: unset;
        color:#555555;
    }

li {
    position: relative;
    padding-left: 40px;
    height: 30px;
    margin: 2em;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
}

label {
    color: #4c4981;
    line-height: 1.2;
}

    label:before {
        content: "";
        width: 15px;
        height: 15px;
        background: #4c4981;
        position: absolute;
        left: 12px;
        top: calc(50% - 9px);
        box-sizing: border-box;
        border-radius: 50%;
    }

input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.bullet {
    position: relative;
    width: 25px;
    height: 25px;
    left: 2px;
    top: 16px;
    border: 5px solid #e81f24;
    opacity: 0;
    border-radius: 50%;
}

input[type="radio"]:checked ~ .bullet {
    position: absolute;
    opacity: 1;
    animation-name: explode;
    animation-duration: 0.35s;
}

.line {
    position: absolute;
    width: 10px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
}

    .line.zero {
        left: 11px;
        top: -21px;
        transform: translateY(20px);
        width: 2px;
        height: 10px;
    }

    .line.one {
        right: -7px;
        top: -11px;
        transform: rotate(-55deg) translate(-9px);
    }

    .line.two {
        right: -20px;
        top: 11px;
        transform: translate(-9px);
    }

    .line.three {
        right: -8px;
        top: 35px;
        transform: rotate(55deg) translate(-9px);
    }

    .line.four {
        left: -8px;
        top: -11px;
        transform: rotate(55deg) translate(9px);
    }

    .line.five {
        left: -20px;
        top: 11px;
        transform: translate(9px);
    }

    .line.six {
        left: -8px;
        top: 35px;
        transform: rotate(-55deg) translate(9px);
    }

    .line.seven {
        left: 11px;
        bottom: -21px;
        transform: translateY(-20px);
        width: 2px;
        height: 10px;
    }

input[type="radio"]:checked ~ .bullet .line.zero {
    animation-name: drop-zero;
    animation-delay: 0.1s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

input[type="radio"]:checked ~ .bullet .line.one {
    animation-name: drop-one;
    animation-delay: 0.1s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

input[type="radio"]:checked ~ .bullet .line.two {
    animation-name: drop-two;
    animation-delay: 0.1s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

input[type="radio"]:checked ~ .bullet .line.three {
    animation-name: drop-three;
    animation-delay: 0.1s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

input[type="radio"]:checked ~ .bullet .line.four {
    animation-name: drop-four;
    animation-delay: 0.1s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

input[type="radio"]:checked ~ .bullet .line.five {
    animation-name: drop-five;
    animation-delay: 0.1s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

input[type="radio"]:checked ~ .bullet .line.six {
    animation-name: drop-six;
    animation-delay: 0.1s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

input[type="radio"]:checked ~ .bullet .line.seven {
    animation-name: drop-seven;
    animation-delay: 0.1s;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
}

@keyframes explode {
    0% {
        opacity: 0;
        transform: scale(10);
    }

    60% {
        opacity: 1;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes drop-zero {
    0% {
        opacity: 0;
        transform: translateY(20px);
        height: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translateY(-2px);
        height: 0px;
        opacity: 0;
    }
}

@keyframes drop-one {
    0% {
        opacity: 0;
        transform: rotate(-55deg) translate(-20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: rotate(-55deg) translate(9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-two {
    0% {
        opacity: 0;
        transform: translate(-20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translate(9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-three {
    0% {
        opacity: 0;
        transform: rotate(55deg) translate(-20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: rotate(55deg) translate(9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-four {
    0% {
        opacity: 0;
        transform: rotate(55deg) translate(20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: rotate(55deg) translate(-9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-five {
    0% {
        opacity: 0;
        transform: translate(20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translate(-9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-six {
    0% {
        opacity: 0;
        transform: rotate(-55deg) translate(20px);
        width: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: rotate(-55deg) translate(-9px);
        width: 0px;
        opacity: 0;
    }
}

@keyframes drop-seven {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        height: 10px;
    }

    20% {
        opacity: 1;
    }

    100% {
        transform: translateY(2px);
        height: 0px;
        opacity: 0;
    }
}

.quiz-body {
    background: rgba(255, 255, 255, 1);
    margin: 150px 33%;
    padding: 10px 20px 50px 20px;
    -webkit-box-shadow: 4px 4px 11px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 4px 11px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 11px 3px rgba(0, 0, 0, 0.3);
}

h1 {
    color: #4c4981;
    font-weight: 900;
    text-align: center;
    font-size: 22px;
    margin: 0;
}

button {
    color: #ffffff;
    background-color: #e81f24;
    border-radius: 10px;
    padding: 0.8em 2em;
    font-size: 1.6rem;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

    button:hover {
        background-color: #6165d7;
        box-shadow: 0px 15px 20px rgba(128, 0, 0, 0.2);
    }

    button.vid_show_button {
        font-size: 1em;
        padding: 10px 15px;
        margin:10px 0;
        background: #478146;
    }

#question {
    font-size: 24px;
}

#result {
    color: #fff;
    margin: 0.2em 0;
    width: 100%;
    text-align: center;
}

.correct {
    background-color: #0c0;
}

.wrong {
    color: #fff;
    background-color: #c00;
}

li.myoptions {
    background-color: #91cae6;
    display: inline-block;
    padding: 20px 20px 20px 40px;
    border-radius: 12px;
    transition: .2s;
}

    li.myoptions:hover {
        background-color: #b0def5;
        transition:.2s;
    }