*{box-sizing:border-box;margin:0;padding:0}body{align-items:center;display:flex;flex-direction:column;font-family:Inter;height:100%;justify-content:center}.btn{background-color:#000;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;margin-top:15px;padding:15px 18px;transition:.3s}.btn:hover{background-color:#242323}.btn.dis{background-color:#707070;cursor:no-drop}main{height:80%;margin:50px auto;padding:15px;text-align:center}.start-screen h2{font-size:45px;font-weight:bolder;margin-bottom:20px}.start-screen p{color:#606060;font-size:16px;font-weight:600;line-height:1.5}.loading{animation:loading .7s linear infinite;border:5px solid #000;border-radius:50%;border-top-color:#eee;display:block;height:80px;width:80px}.load{margin-top:30px}@keyframes loading{25%{transform:rotate(45deg)}70%{transform:rotate(270deg)}to{transform:rotate(1turn)}}.error{font-size:30px;font-weight:700}.question{border-radius:25px;box-shadow:0 0 4px 2px #d7d7d7;padding:40px 40px 40px 25px;text-align:left;width:100%;width:700px}.question h4{font-size:22px;font-weight:700}.question .options{margin-top:10px;padding:10px}.question .options .option{align-items:center;border:1.5px solid #eee;border-radius:20px;cursor:pointer;display:flex;gap:20px;margin-bottom:10px;margin-top:10px;padding:20px 30px 20px 15px;transition:.3s}.question .options p{font-weight:700}.question .options .circle{background-color:#fff;border:3px solid #929292;border-radius:50%;display:inline-block;height:25px;width:25px}.question .options .option:hover{border:1.5px solid #000}.question .options .option.chosen{background-color:#eee;border:1.5px solid #000}.question .options .option.chosen .circle{align-items:center;border-color:#000;display:flex;justify-content:center}.question .options .option.chosen .circle span{background-color:#000;border-radius:50%;display:block;height:13px;width:13px}@media (max-width:768px){main{width:95%}.question{border-radius:15px;margin-left:auto;margin-right:auto;padding:40px 8px 10px 25px;width:98%}.question h4{font-size:17px;font-weight:500;line-height:1.3;width:100%}}.progress-area{margin-bottom:30px;width:100%}.progress-area .info{align-items:center;display:flex;justify-content:space-between}.progress-area .info p{color:#707070}.progress-area progress{color:#7d7d7d;width:100%}.controlQuestions{align-items:center;display:flex;justify-content:space-between}.the-result{border-radius:10px;box-shadow:0 0 3px 1px #e3e3e3;display:flex;flex-direction:column;gap:20px;margin:20px auto;padding:10px 10px 20px;width:300px}.the-result .emoji{border-radius:10px;font-size:50px;font-weight:boldr;padding:10px 20px}.the-result h3{font-size:24px;font-weight:700}.the-result p{color:#606060;font-weight:500}.the-result .res{background-color:#eeee;border:1px solid #d7d7d7;border-radius:15px;display:flex;flex-direction:column;gap:10px;padding:15px 20px}.the-result .res .correct-ans{font-size:40px;font-weight:700}.the-result .res .per{font-size:25px;font-weight:700}.timer{align-items:center;display:flex;justify-content:space-between;margin:20px auto;width:95%}.timer p{font-weight:700}.timer p:first-child{color:#606060}.timer p:last-child{color:#000;font-size:20px}
/*# sourceMappingURL=main.1c8ba001.css.map*/