body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Layout_Layout__3CMIr{height:100vh;display:flex;flex-direction:column}.Layout_Layout__3CMIr main{display:flex;flex-direction:column;flex-grow:1}.MenuToggle_MenuToggle__yuRDd{position:fixed;top:40px;left:40px;font-size:20px;cursor:pointer;color:#fff;z-index:100;-webkit-transition:all .22s ease-in;transition:all .22s ease-in}.MenuToggle_MenuToggle__yuRDd:hover{opacity:.7}.MenuToggle_MenuToggle__yuRDd.MenuToggle_open__sV1iK{left:320px}.Drawer_Drawer__2mFUH{position:fixed;left:0;top:0;bottom:0;width:80%;max-width:300px;padding:20px 10px;box-sizing:border-box;background:#fff;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .22s ease-in;transition:-webkit-transform .22s ease-in;transition:transform .22s ease-in;transition:transform .22s ease-in,-webkit-transform .22s ease-in;z-index:90}.Drawer_Drawer__2mFUH.Drawer_close__1_3-6{-webkit-transform:translateX(-300px);transform:translateX(-300px)}.Drawer_Drawer__2mFUH ul{list-style:none;margin:0;padding:0}.Drawer_Drawer__2mFUH ul li{margin-bottom:15px}.Drawer_Drawer__2mFUH ul li a{color:#363d53;font-size:30px;text-decoration:none;background-color:#fff;position:relative;padding:0 20px 10px;-webkit-transition:opacity .3s;transition:opacity .3s}.Drawer_Drawer__2mFUH ul li .Drawer_active__3Evdh,.Drawer_Drawer__2mFUH ul li:hover{opacity:.7}.Backdrop_Backdrop__Ov5Ce{z-index:50;background:rgba(0,0,0,.7);position:fixed;top:0;left:0;bottom:0;right:0}.ActiveQuiz_ActiveQuiz__3aUjI{padding:20px;color:#fff;border:2px solid #fff;border-radius:5px;margin:0 10px;box-sizing:border-box}.ActiveQuiz_Question__1E6bT{display:flex;justify-content:space-between}.AnswersList_AnswersList__1o6lf{list-style:none;margin:0;padding:0}.AnswerItem_AnswerItem__30ejD{border:1px solid #fff;border-radius:5px;padding:5px 10px;margin-bottom:5px;cursor:pointer}.AnswerItem_AnswerItem__30ejD:hover{background:hsla(0,0%,100%,.2);-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.AnswerItem_AnswerItem__30ejD.AnswerItem_success__3LN_X{background:rgba(161,240,69,.7)}.AnswerItem_AnswerItem__30ejD.AnswerItem_error__38Xjc{background:rgba(240,87,108,.7)}.Quiz_Quiz__3pPvu{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:-webkit-gradient(linear,left top,right top,from(#5041b2),to(#7969e6));background:-webkit-linear-gradient(left,#5041b2,#7969e6);background:linear-gradient(90deg,#5041b2,#7969e6)}.Quiz_Quiz__3pPvu h1{color:#fff;margin-left:10px}.Quiz_QuizWrapper__181jt{width:600px}.FinishedQuiz_FinishedQuiz__2tHLQ{padding:20px;color:#fff;border:2px solid #fff;border-radius:5px;box-sizing:border-box;margin:0 10px}.FinishedQuiz_FinishedQuiz__2tHLQ ul{list-style:none;padding:0;margin:0}.FinishedQuiz_FinishedQuiz__2tHLQ ul li i{margin-left:10px}.FinishedQuiz_success__1hme5{color:rgba(161,240,69,.7)}.FinishedQuiz_error__1H-QX{color:rgba(240,87,108,.7)}.Button_Button__3xY20{display:inline-block;padding:10px 20px;border-radius:4px;border:1px solid #ccc;color:#000;margin-right:15px;text-transform:uppercase;font-weight:700;font-size:12px}.Button_Button__3xY20:focus{outline:none}.Button_Button__3xY20:active{box-shadow:inset 2px 2px 1px rgba(0,0,0,.3)}.Button_Button__3xY20:disabled{background:#ccc;color:#000;cursor:not-allowed}.Button_success__cZcmp{background-color:#a1f045}.Button_error__1Dm6G{background-color:#f0576c}.Button_primary__2Lwzk{background:#2884f6;color:#fff}.Loader_Loader__iJzyF{display:inline-block;position:relative;width:64px;height:64px}.Loader_Loader__iJzyF div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;-webkit-animation:Loader_Loader__iJzyF 1s cubic-bezier(0,.2,.8,1) infinite;animation:Loader_Loader__iJzyF 1s cubic-bezier(0,.2,.8,1) infinite}.Loader_Loader__iJzyF div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes Loader_Loader__iJzyF{0%{top:28px;left:28px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}@keyframes Loader_Loader__iJzyF{0%{top:28px;left:28px;width:0;height:0;opacity:1}to{top:-1px;left:-1px;width:58px;height:58px;opacity:0}}.Loader_center__Hfnoz{text-align:center}.QuizList_Quizlist__2k_Kh{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:-webkit-gradient(linear,left top,right top,from(#fd8355),color-stop(37%,#f0576c),to(#f79cbd));background:-webkit-linear-gradient(left,#fd8355,#f0576c 37%,#f79cbd);background:linear-gradient(90deg,#fd8355,#f0576c 37%,#f79cbd)}.QuizList_Quizlist__2k_Kh h1{color:#fff}.QuizList_Quizlist__2k_Kh ul{list-style:none;margin:0;padding:0}.QuizList_Quizlist__2k_Kh li{margin-bottom:10px}.QuizList_Quizlist__2k_Kh li a{text-decoration:none;color:#fff}.QuizList_Quizlist__2k_Kh li a:hover{color:#363f54}.Auth_Auth__17frN{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:-webkit-gradient(linear,right top,left top,from(#cef2fa),to(#59bfef));background:-webkit-linear-gradient(right,#cef2fa,#59bfef);background:linear-gradient(270deg,#cef2fa,#59bfef)}.Auth_Auth__17frN>div{width:100%;max-width:600px;padding:0 20px}.Auth_Auth__17frN h1{color:#fff;text-align:center}.Auth_AuthForm__3XWke{background:#eee;box-shadow:2px 2px 2px rgba(0,0,0,.5);padding:13px;border-radius:5px}.Input_Input__3jzQ5{margin-bottom:15px}.Input_Input__3jzQ5 label{margin-bottom:3px;padding:0;display:block;font-weight:700}.Input_Input__3jzQ5 input{display:block;box-sizing:border-box;border:1px solid #bebebe;padding:7px;margin:0 0 5px;width:100%;outline:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.Input_Input__3jzQ5 span{color:#f01f30;font-size:12px;font-weight:700}.Input_Input__3jzQ5.Input_invalid__30IIG label{color:#f01f30}.QuizCreator_QuizCreator__2Kzn5{display:flex;justify-content:center;padding-top:50px;flex-grow:1;width:100%;background:-webkit-gradient(linear,right top,left top,from(#f0613c),to(#f0783c));background:-webkit-linear-gradient(right,#f0613c,#f0783c);background:linear-gradient(270deg,#f0613c,#f0783c)}.QuizCreator_QuizCreator__2Kzn5>div{width:100%;max-width:600px;padding:0 20px}.QuizCreator_QuizCreator__2Kzn5 h1{text-align:center}.QuizCreator_QuizCreator__2Kzn5 form{padding:15px;background:#eee;border-radius:5px;box-shadow:2px 2px 2px rgba(0,0,0,.5)}.Select_Select__9PywK{margin-bottom:15px}.Select_Select__9PywK label{margin:0 0 3px;padding:0;font-weight:700;display:block}.Select_Select__9PywK select{display:block;box-sizing:border-box;border:1px solid #bebebe;margin:0 0 5px;height:29px;width:100%;outline:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
/*# sourceMappingURL=main.0c3a2f38.chunk.css.map */