* {
    margin: 0 auto;
    padding: 0 auto
}

body {
    background-color: #fff;
    font-family: sans-serif;
    width: 100%;
}

@media (min-width: 1930px) {
    body {
        margin-left: 10vw;
        margin-right: 10vw
    }
}

input[type=radio], label {
    cursor: pointer
}

input[type=radio] {
    position: relative;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

@media (min-width: 768px) {
    input[type=radio] {
        height: 22px;
        width: 22px
    }
}

input[type=radio]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #ff4800
}

input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff4800;
    transform: translate(-50%, -50%);
    visibility: visible
}

.voted {
    color: orange;
    font-weight: bolder
}

.hidden {
    display: none
}

.correct {
    color: orange;
    font-weight: bolder
}

.quiz {
    width: 99%
}

@media (min-width: 768px) {
    .quiz {
        width: 80%
    }
}

.quiz__first-question-answer-radio {
    cursor: pointer;
    margin-right: 10px
}

.quiz__question {
    margin: 20px 0px 30px 0px;
    font-size: 18px;
    text-align: left;
    background: #a0a0a0;
    color: #fff;
    padding: 10px 10px 10px 10px;
}

@media (min-width: 768px) {
    .quiz__question {
        font-size: 25px;
        margin: 40px 0px 40px 0px;
    }
}

.quiz__sub-title {
    margin: 0px 0px 20px 20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__sub-title {
        font-size: 20px;
        margin: 0px 0px 20px 40px
    }
}

.quiz__button {
    background-color: orange;
    padding: 20px 10px 20px 10px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: bolder;
    border-radius: 20px;
    margin: 20px 0px 20px 20px;
    width: 70%;
    font-size: 16px !important;
}

@media (min-width: 768px) {
    .quiz__button {
        width: 20%;
        font-size: 18px !important;
        margin: 40px 0px 20px 30px
    }
}

.quiz__button-text {
    font-size: 16px !important;
    margin: 10px 0px 20px 20px
}

@media (min-width: 768px) {
    .quiz__button-text {
        font-size: 18px !important;
        margin: 10px 0px 20px 40px
    }
}

.quiz__result {
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    background: orange;
    color: #fff;
    padding: 20px 10px 10px 10px;
}

/*.quiz__result-container{*/
/*    background: orange;*/
/*    color: #fff;*/
/*    padding: 20px 10px 10px 10px;*/
/*}*/

@media (min-width: 768px) {
    .quiz__result {
        font-size: 20px;
        margin: 0px 0px 0px 40px
    }
}

.quiz__result-text {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
    background: orange;
    color: #fff;
    padding: 20px 10px 20px 10px;
}

@media (min-width: 768px) {
    .quiz__result-text {
        font-size: 18px;
        margin: 0px 0px 20px 40px
    }
}

.quiz__first-question-answer {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__first-question-answer {
        font-size: 18px
    }
}

.quiz__second-question-answer {
    list-style-type: none;
    cursor: pointer;
    margin: 10px 10px 20px -20px;
    font-size: 16px;
    font-weight: bolder
}

@media (min-width: 768px) {
    .quiz__second-question-answer {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__second-question-answer-text {
    margin: 10px 10px 20px -20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__second-question-answer-text {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__third-question-answer {
    list-style-type: none;
    margin-bottom: 20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__third-question-answer {
        font-size: 18px
    }
}

.quiz__third-question-answer-radio {
    cursor: pointer;
    margin-right: 10px
}

.quiz__fourth-question-answer {
    list-style-type: none;
    cursor: pointer;
    margin: 10px 10px 20px -20px;
    font-size: 16px;
    font-weight: bolder
}

@media (min-width: 768px) {
    .quiz__fourth-question-answer {
        font-size: 18px;
        margin: 10px 10px 20px 0px
    }
}

.quiz__fourth-question-answer-text {
    margin: 10px 10px 20px -20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__fourth-question-answer-text {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__fiveth-question-answer {
    list-style-type: none;
    cursor: pointer;
    margin: 10px 10px 20px -20px;
    font-size: 16px;
    font-weight: bolder
}

@media (min-width: 768px) {
    .quiz__fiveth-question-answer {
        font-size: 18px;
        margin: 10px 10px 20px 0px
    }
}

.quiz__fiveth-question-answer-text {
    margin: 10px 10px 20px -20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__fiveth-question-answer-text {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__sixth-question-answer {
    list-style-type: none;
    cursor: pointer;
    margin: 10px 10px 20px -20px;
    font-size: 16px;
    font-weight: bolder
}

@media (min-width: 768px) {
    .quiz__sixth-question-answer {
        font-size: 18px;
        margin: 10px 10px 20px 0px
    }
}

.quiz__sixth-question-answer-text {
    margin: 10px 10px 20px -20px;
    font-size: 16px
}

@media (min-width: 768px) {
    .quiz__sixth-question-answer-text {
        margin: 10px 10px 20px 0px;
        font-size: 18px
    }
}

.quiz__refs {
    list-style-type: none;
    font-size: 12px;
    margin: 40px 0px 40px -20px
}

@media (min-width: 768px) {
    .quiz__refs {
        font-size: 14px;
        margin: 40px 0px 40px 0px
    }
}

.quiz__refs-item {
    padding-top: 10px
}

.quiz__second-question-answer:hover {
    color: orange
}

.quiz__fourth-question-answer:hover {
    color: orange
}

.quiz__fiveth-question-answer:hover {
    color: orange
}

.quiz__sixth-question-answer:hover {
    color: orange
}

.animation {
    animation: text-appear 1s ease-in-out forwards
}

.disappear {
    animation: text-disappear 1s ease-in-out forwards
}

@keyframes text-appear {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes text-disappear {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.refer{
    font-size: 9px;
    bottom: 0.50em;
}