#quiz-game{display:none}#quiz-game .questions .question{margin-bottom:40px}#quiz-game .questions .question h4{font-size:18px;font-weight:500;color:#464646;margin-bottom:20px}#quiz-game .questions .question h4 span{font-weight:900;color:#007bff}#quiz-game .questions .question .alternatives{list-style:upper-latin;padding-left:0}#quiz-game .questions .question .alternatives li{font-weight:900;font-size:16px;margin-bottom:12px;list-style:none;background-color:#fff;display:grid;grid-template-columns:35px 1fr;-webkit-tap-highlight-color:rgba(0,0,0,0)}#quiz-game .questions .question .alternatives li:before{width:40px;height:40px;line-height:39px;text-align:center;content:"A";background-color:#fff;border-radius:50%;border:solid 1px #000;position:relative;z-index:2}#quiz-game .questions .question .alternatives li span{line-height:40px;font-size:16px;color:#464646;font-weight:400;padding:0 10px 0 25px;display:inline-block;vertical-align:middle;margin-left:-15px;background-color:#eee}#quiz-game .questions .question .alternatives li span{font-weight:400}#quiz-game .questions .question .alternatives li:nth-child(2):before{content:"B"}#quiz-game .questions .question .alternatives li:nth-child(3):before{content:"C"}#quiz-game .questions .question .alternatives li:nth-child(4):before{content:"D"}#quiz-game form .questions .question{display:none}#quiz-game form .questions .question.active{display:block}#quiz-game form .questions .question .alternatives li{cursor:pointer}#quiz-game form .questions .question .alternatives li.selected span{background-color:#ccc !important}#quiz-game .result .resume{margin-bottom:30px;margin-top:15px}#quiz-game .result .questions .question .alternatives li{cursor:pointer}#quiz-game .result .questions .question .alternatives li.right span{background-color:green;color:#fff}#quiz-game .result .questions .question .alternatives li.wrong span{background-color:red;color:#fff}.btn-play{width:100%;line-height:70px;font-size:30px;font-weight:900;box-shadow:none;border:0}