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__2_3GE{height:100vh;display:flex;flex-direction:column}.Layout_Layout__2_3GE main{display:flex;flex-direction:column;flex-grow:1}.MenuToggle_MenuToggle__2RA5x{position:fixed;top:40px;left:40px;font-size:20px;cursor:pointer;color:#fff;z-index:100;-webkit-transition:opacity,left .22s ease-in;transition:opacity,left .22s ease-in}.MenuToggle_MenuToggle__2RA5x:hover{opacity:.7}.MenuToggle_MenuToggle__2RA5x.MenuToggle_open__1GajG{left:320px}.Drawer_Drawer__eo6Z7{position:fixed;left:0;top:0;bottom:0;width:80%;max-width:300px;padding:20px 10px;box-sizing:border-box;background:#fff;z-index:90;-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}.Drawer_Drawer__eo6Z7.Drawer_close__2Asp4{-webkit-transform:translateX(-300px);transform:translateX(-300px)}.Drawer_Drawer__eo6Z7 ul{list-style:none;margin:0;padding:0}.Drawer_Drawer__eo6Z7 ul li{margin-bottom:15px}.Drawer_Drawer__eo6Z7 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__3OZ6k,.Drawer_Drawer__eo6Z7 ul li a:hover{opacity:.7}.Backdrop_Backdrop__yo071{z-index:50;background:rgba(0,0,0,.7);position:fixed;top:0;right:0;bottom:0;left:0}.Quiz_Quiz__1489A{width:100%;display:flex;justify-content:center;flex-grow:1;padding-top:100px;background:-webkit-gradient(linear,left top,right top,from(#5041b2),to(#7969e6));background:linear-gradient(90deg,#5041b2,#7969e6)}.Quiz_Quiz__1489A h1{color:#fff}.Quiz_QuizWrapper__MOHSH{width:600px}.ActiveQuiz_ActiveQuiz__2gCsw{padding:20px;color:#fff;border:2px solid #fff;border-radius:5px;margin:0 10px;box-sizing:border-box}.ActiveQuiz_Question__2vmtx{display:flex;justify-content:space-between}.AnswersList_AnswersList__29I6g{list-style:none;margin:0;padding:0}.AnswerItem_AnswerItem__2kyP7{border:1px solid #fff;border-radius:5px;padding:5px 10px;margin-bottom:5px;cursor:pointer}.AnswerItem_AnswerItem__2kyP7:hover{background:hsla(0,0%,100%,.2);-webkit-transition:background .3s ease-in-out;transition:background .3s ease-in-out}.AnswerItem_AnswerItem__2kyP7.AnswerItem_success__38iR-{background-color:rgba(161,240,69,.7)}.AnswerItem_AnswerItem__2kyP7.AnswerItem_error__39RFW{background-color:rgba(240,87,108,.7)}.FinishedQuiz_FinishedQuiz__2B7uQ{padding:20px;color:#fff;border:2px solid #fff;border-radius:5px;box-sizing:border-box}.FinishedQuiz_FinishedQuiz__2B7uQ ul{list-style:none;padding:0;margin:0}.FinishedQuiz_FinishedQuiz__2B7uQ ul li i{margin-left:10px}.FinishedQuiz_success__1QVuH{color:rgba(161,240,69,.7)}.FinishedQuiz_error__3Q-T4{color:rgba(240,87,108,.7)}.Button_Button__3zvWK{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__3zvWK:focus{outline:none}.Button_Button__3zvWK:active{box-shadow:inset 2px 2px 1px rgba(0,0,0,.3)}.Button_Button__3zvWK:disabled{background:#ccc;color:#000;cursor:not-allowed}.Button_error__1Kbox{background:#f0576c}.Button_success__2nX_F{background:rgba(161,240,69,.7)}.Button_primary__3pP02{background:#2884f6;color:#fff}.Loader_Loader__34w3b{display:inline-block;position:relative;width:80px;height:80px}.Loader_Loader__34w3b div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;-webkit-animation:Loader_lds-ripple__2rzZH 1s cubic-bezier(0,.2,.8,1) infinite;animation:Loader_lds-ripple__2rzZH 1s cubic-bezier(0,.2,.8,1) infinite}.Loader_Loader__34w3b div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes Loader_lds-ripple__2rzZH{0%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}@keyframes Loader_lds-ripple__2rzZH{0%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.Loader_center__2-ST6{text-align:center}.QuizList_QuizList__2cYl9{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:linear-gradient(90deg,#fd8355,#f0576c 37%,#f79cbd)}.QuizList_QuizList__2cYl9 h1{color:#fff}.QuizList_QuizList__2cYl9 ul{list-style:none;margin:0;padding:0}.QuizList_QuizList__2cYl9 li{margin-bottom:10px}.QuizList_QuizList__2cYl9 li a{text-decoration:none;color:#fff}.QuizList_QuizList__2cYl9 li a:hover{color:#363f54}.QuizCreator_QuizCreator__DNSQU{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:linear-gradient(270deg,#f0613c,#f0783c)}.QuizCreator_QuizCreator__DNSQU>div{width:100%;max-width:600px;padding:0 20px}.QuizCreator_QuizCreator__DNSQU h1{text-align:center}.QuizCreator_QuizCreator__DNSQU form{background:#eee;border-radius:5px;padding:15px;box-shadow:2px 2px 2px rgba(0,0,0,.5)}.Input_Input__3hcVA{margin-bottom:15px}.Input_Input__3hcVA label{margin-bottom:3px;padding:0;display:block;font-weight:700}.Input_Input__3hcVA 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__3hcVA span{color:#f01f30;font-size:12px;font-weight:700}.Input_Input__3hcVA.Input_invalid__19xQk label{color:#f01f30}.Select_Select__3yDKQ{margin-bottom:15px}.Select_Select__3yDKQ label{margin:0 0 3px;padding:0;font-weight:700;display:block}.Select_Select__3yDKQ 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}.Auth_Auth__P4kGe{display:flex;justify-content:center;padding:100px;flex-grow:1;width:100%;background:-webkit-gradient(linear,right top,left top,from(#cef2fa),to(#59bfef));background:linear-gradient(270deg,#cef2fa,#59bfef)}.Auth_Auth__P4kGe>div{width:100%;max-width:600px;padding:0 20px}.Auth_Auth__P4kGe h1{color:#fff;text-align:center}.Auth_AuthForm__1TSJB{background:#eee;box-shadow:2px 2px 2px rgba (0,0,0,.5);padding:15px;border-radius:5px}
/*# sourceMappingURL=main.b40a434c.chunk.css.map */