body{margin:0;padding: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__3M7YG{height:100vh;display:flex;flex-direction:column}.Layout_Layout__3M7YG main{display:flex;flex-direction:column;flex-grow:1}.MenuToggle_MenuToggle__3Z8FL{position:fixed;top:40px;left:40px;font-size:20px;cursor:pointer;color:#fff;-webkit-transition:all .22s ease-in;transition:all .22s ease-in;z-index:100}.MenuToggle_MenuToggle__3Z8FL:hover{opacity:.7}.MenuToggle_open__3LZTs{left:320px}.Drawer_Drawer__OLYeW{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);z-index:90;-webkit-transition:-webkit-transform .2s ease-in;transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in}.Drawer_Drawer__OLYeW.Drawer_close__2DYzC{-webkit-transform:translateX(-300px);transform:translateX(-300px)}.Drawer_Drawer__OLYeW ul{list-style:none;margin:0;padding:0}.Drawer_Drawer__OLYeW ul li{margin-bottom:15px}.Drawer_Drawer__OLYeW ul li a{color:#363d54;font-size:30px;text-decoration:none;background-color:#fff;position:relative;padding:0 20px 10px;-webkit-transition:opacity .3s;transition:opacity .3s}.Drawer_active__2IlPp,.Drawer_Drawer__OLYeW ul li a:hover{opacity:.7}.Backdrop_Backdrop__12EVA{z-index:50;background:rgba(0,0,0,.7);position:fixed;top:0;left:0;right:0;bottom:0}.Auth_Auth__2Vfy7{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:-webkit-linear-gradient(right,#cef2fa,#59bfef);background:linear-gradient(270deg,#cef2fa,#59bfef)}.Auth_Auth__2Vfy7>div{width:100%;max-width:680px;padding:0 20px}.Auth_Auth__2Vfy7 h1{color:#fff;text-align:center}.Auth_AuthForm__3MPo2{background:#eee;box-shadow:2px 2px 2px rgba(0,0,0,.5);padding:15px;border-radius:5px}.Button_Button__1etdR{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__1etdR:focus{outline:none}.Button_Button__1etdR:active{box-shadow:inset 2px 2px 1px rgba(0,0,0,.3)}.Button_Button__1etdR:disabled{background:#ccc;color:#000;cursor:not-allowed}.Button_error__3vkcf{background:rgba(240,87,108,.7)}.Button_success__3pNnR{background:rgba(161,240,69,.7)}.Button_primary__3cTQU{background:#2884f6;color:#fff}.Input_Input__1O74_{margin-bottom:15px}.Input_Input__1O74_ label{margin-bottom:3px;padding:0;display:block;font-weight:700}.Input_Input__1O74_ 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__1O74_ span{color:#f01f30;font-size:12px;font-weight:700}.Input_Input__1O74_.Input_invalid__1OR-Z label{color:#f01f30}.Quiz_Quiz__j-ECg{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:-webkit-linear-gradient(left,#5041b2,#7969e6);background:linear-gradient(90deg,#5041b2,#7969e6)}.Quiz_Quiz__j-ECg h1{color:#fff;margin-left:10px}.Quiz_QuizWrapper__2UBOb{width:600px}.ActiveQuiz_ActiveQuiz__2Xvin{padding:20px;color:#fff;border:2px solid #fff;border-radius:5px;margin:0 10px;box-sizing:border-box}.ActiveQuiz_Question__3zmO7{display:flex;justify-content:space-between}.AnswersList_AnswersList__1fJSV{list-style:none;margin:0;padding:0}.AnswerItem_AnswerItem__1UXlm{border:1px solid #fff;border-radius:5px;padding:5px 10px;margin-bottom:5px;cursor:pointer}.AnswerItem_AnswerItem__1UXlm:hover{background:hsla(0,0%,100%,.2);-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.AnswerItem_AnswerItem__1UXlm.AnswerItem_success__1K9qv{background:rgba(161,240,69,.7)}.AnswerItem_AnswerItem__1UXlm.AnswerItem_error__3acEX{background:rgba(240,87,108,.7)}.FinishedQuiz_FinishedQuiz__3HquD{padding:20px;color:#fff;border:2px solid #fff;border-radius:5px;box-sizing:border-box;margin:0 10px}.FinishedQuiz_FinishedQuiz__3HquD ul{list-style:none;padding:0;margin:0}.FinishedQuiz_FinishedQuiz__3HquD ul li i{margin-left:10px}.FinishedQuiz_success__2qHlN{color:rgba(161,240,69,.7)}.FinishedQuiz_failed__2H3cp{color:rgba(240,87,108,.7)}.Loader_Loader__2VLGK{display:inline-block;position:relative;width:64px;height:64px}.Loader_Loader__2VLGK div{-webkit-animation:Loader_Loader__2VLGK 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:Loader_Loader__2VLGK 1.2s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:32px 32px;transform-origin:32px 32px}.Loader_Loader__2VLGK div:after{content:" ";display:block;position:absolute;width:6px;height:6px;border-radius:50%;background:#fff;margin:-3px 0 0 -3px}.Loader_Loader__2VLGK div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.Loader_Loader__2VLGK div:first-child:after{top:50px;left:50px}.Loader_Loader__2VLGK div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.Loader_Loader__2VLGK div:nth-child(2):after{top:54px;left:45px}.Loader_Loader__2VLGK div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.Loader_Loader__2VLGK div:nth-child(3):after{top:57px;left:39px}.Loader_Loader__2VLGK div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.Loader_Loader__2VLGK div:nth-child(4):after{top:58px;left:32px}.Loader_Loader__2VLGK div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.Loader_Loader__2VLGK div:nth-child(5):after{top:57px;left:25px}.Loader_Loader__2VLGK div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.Loader_Loader__2VLGK div:nth-child(6):after{top:54px;left:19px}.Loader_Loader__2VLGK div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.Loader_Loader__2VLGK div:nth-child(7):after{top:50px;left:14px}.Loader_Loader__2VLGK div:nth-child(8){-webkit-animation-delay:-.288s;animation-delay:-.288s}.Loader_Loader__2VLGK div:nth-child(8):after{top:45px;left:10px}.Loader_center__3SFDH{text-align:center}@-webkit-keyframes Loader_Loader__2VLGK{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Loader_Loader__2VLGK{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.QuizList_QuizList__15_Fa{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:-webkit-linear-gradient(left,#fd8355,#f0576c 37%,#f79cbd);background:linear-gradient(90deg,#fd8355,#f0576c 37%,#f79cbd)}.QuizList_QuizList__15_Fa h1{color:#fff}.QuizList_QuizList__15_Fa ul{list-style:none;margin:0;padding:0}.QuizList_QuizList__15_Fa li{margin-bottom:10px}.QuizList_QuizList__15_Fa li a{text-decoration:none;color:#fff}.QuizList_QuizList__15_Fa li a:hover{color:purple}.QuizCreator_QuizCreator__3npoG{display:flex;justify-content:center;padding-top:50px;flex-grow:1;width:100%;background:-webkit-linear-gradient(right,#f0613c,#f0783c);background:linear-gradient(270deg,#f0613c,#f0783c)}.QuizCreator_QuizCreator__3npoG>div{width:100%;max-width:750px;padding:0 20px}.QuizCreator_QuizCreator__3npoG h1{text-align:center}.QuizCreator_QuizCreator__3npoG form{background:#eee;border-radius:5px;padding:15px;box-shadow:2px 2px 2px rgba(0,0,0,.2)}.Select_Select__TeCsM{margin-bottom:15px}.Select_Select__TeCsM label{margin:0 0 3px;padding:0;font-weight:700;display:block}.Select_Select__TeCsM 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.6d5d2e76.chunk.css.map */