body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Layout_Layout__s12Pa{display:flex;flex-direction:column;height:100vh}.Layout_Layout__s12Pa main{display:flex;flex-direction:column;flex-grow:1}.MenuToggle_MenuToggle__uaDj1{color:#fff;cursor:pointer;font-size:20px;left:40px;position:fixed;top:40px;transition:opacity,left .22s ease-in;z-index:100}.MenuToggle_MenuToggle__uaDj1:hover{opacity:.7}.MenuToggle_MenuToggle__uaDj1.MenuToggle_open__2mfxw{left:320px}.Drawer_Drawer__RuLHu{background:#fff;bottom:0;box-sizing:border-box;left:0;max-width:300px;padding:40px 10px;position:fixed;top:0;-webkit-transform:translateX(0);transform:translateX(0);transition:-webkit-transform .22s ease-in;transition:transform .22s ease-in;transition:transform .22s ease-in,-webkit-transform .22s ease-in;width:80%;z-index:90}.Drawer_Drawer__RuLHu.Drawer_close__Qkljy{-webkit-transform:translateX(-300px);transform:translateX(-300px)}.Drawer_Drawer__RuLHu ul{list-style:none;margin:0;padding:0}.Drawer_Drawer__RuLHu ul li{margin-bottom:15px}.Drawer_Drawer__RuLHu ul li a{background-color:#fff;color:#363d54;font-size:25px;padding:0 20px 10px;position:relative;text-decoration:none;transition:opacity .3s}.Drawer_Drawer__RuLHu ul li a:hover,.Drawer_active__bv0X2{opacity:.7}.Backdrop_Backdrop__mRasm{background:rgba(0,0,0,.7);bottom:0;left:0;position:fixed;right:0;top:0;z-index:50}.Quiz_Quiz__DeWTQ{background:linear-gradient(90deg,#5041b2,#7969e6);display:flex;flex-grow:1;justify-content:center;padding-top:100px;width:100%}.Quiz_Quiz__DeWTQ h1{color:#fff;margin-left:10px}.Quiz_QuizWrapper__sENfh{width:600px}.ActiveQuiz_ActiveQuiz__F8Zrt{border:2px solid #fff;border-radius:5px;box-sizing:border-box;color:#fff;margin:0 10px;padding:20px}.ActiveQuiz_Question__wkHBQ{display:flex;justify-content:space-between}.AnswersList_AnswersList__mUIn9{list-style:none;margin:0;padding:0}.AnswerItem_AnswerItem__FSZM\+{border:1px solid #fff;border-radius:5px;cursor:pointer;margin-bottom:5px;padding:5px 10px}.AnswerItem_AnswerItem__FSZM\+:hover{background:hsla(0,0%,100%,.2);transition:background .3s ease-in-out}.AnswerItem_AnswerItem__FSZM\+.AnswerItem_success__30zY5{background:rgba(161,240,69,.7)}.AnswerItem_AnswerItem__FSZM\+.AnswerItem_error__Xpaj2{background:rgba(240,87,108,.7)}.FinishedQuiz_FinishedQuiz__IVnDJ{border:2px solid #fff;border-radius:5px;box-sizing:border-box;color:#fff;margin:0 10px;padding:20px}.FinishedQuiz_FinishedQuiz__IVnDJ ul{list-style:none;margin:0;padding:0}.FinishedQuiz_FinishedQuiz__IVnDJ ul li i{margin-left:10px}.FinishedQuiz_success__c8Dur{color:rgba(161,240,69,.7)}.FinishedQuiz_error__YUMxW{color:rgba(240,87,108,.7)}.Button_Button__Ik2r3{border:1px solid #ccc;border-radius:5px;color:#000;display:inline-block;font-size:12px;font-weight:700;margin-right:15px;padding:10px 20px;text-transform:uppercase}.Button_Button__Ik2r3:focus{outline:none}.Button_Button__Ik2r3:active{box-shadow:inset 2px 2px 1px rgba(0,0,0,.3)}.Button_Button__Ik2r3:disabled{background:#ccc;color:#000;cursor:not-allowed}.Button_error__StVEv{background:#f05745}.Button_success__NIASW{background:#a1f045}.Button_primary__Gs9eZ{background:#2884f6;color:#fff}.Loader_Loader__xwZ7o{display:inline-block;height:80px;position:relative;width:80px}.Loader_Loader__xwZ7o div{-webkit-animation:Loader_lds-ripple__l9LhO 1s cubic-bezier(0,.2,.8,1) infinite;animation:Loader_lds-ripple__l9LhO 1s cubic-bezier(0,.2,.8,1) infinite;border:4px solid #fff;border-radius:50%;opacity:1;position:absolute}.Loader_Loader__xwZ7o div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}.Loader_center__VOkg9{text-align:center}@-webkit-keyframes Loader_lds-ripple__l9LhO{0%{height:0;left:36px;opacity:0;top:36px;width:0}4.9%{height:0;left:36px;opacity:0;top:36px;width:0}5%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}@keyframes Loader_lds-ripple__l9LhO{0%{height:0;left:36px;opacity:0;top:36px;width:0}4.9%{height:0;left:36px;opacity:0;top:36px;width:0}5%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}.QuizList_QuizList__g-jFf{background:linear-gradient(90deg,#fd8355,#f0576c 37%,#f79cbd);display:flex;flex-grow:1;justify-content:center;padding-top:100px;width:100%}.QuizList_QuizList__g-jFf h1{color:#fff}.QuizList_QuizList__g-jFf ul{list-style:none;margin:0;padding:0}.QuizList_QuizList__g-jFf ul li{margin-bottom:10px}.QuizList_QuizList__g-jFf ul li a{color:#fff;text-decoration:none}.QuizList_QuizList__g-jFf ul li a:hover{color:#363d54}.Auth_Auth__gETeH{background:linear-gradient(270deg,#cef2fa,#59bfef);display:flex;flex-grow:1;justify-content:center;padding-top:100px;width:100%}.Auth_Auth__gETeH>div{max-width:600px;padding:0 20px;width:100%}.Auth_Auth__gETeH h1{color:#fff;text-align:center}.Auth_AuthForm__9WSve{background:#eee;border-radius:5px;box-shadow:2px 2px 2px rgba(0,0,0,.5);padding:15px}.Input_Input__8hdy0{margin-bottom:15px}.Input_Input__8hdy0 label{display:block;font-weight:700;margin-bottom:3px;padding:0}.Input_Input__8hdy0 input{border:1px solid #bebebe;box-sizing:border-box;display:block;margin:0 0 5px;outline:0;padding:7px;transition:all .3s ease-in-out;width:100%}.Input_Input__8hdy0 span{color:#f01f30;font-size:12px;font-weight:700}.Input_Input__8hdy0.Input_invalid__otMIx label{color:#f01f30}.QuizCreator_QuizCreator__z3LFZ{background:linear-gradient(270deg,#f0613c,#f0783c);display:flex;flex-grow:1;justify-content:center;padding-top:50px;width:100%}.QuizCreator_QuizCreator__z3LFZ>div{max-width:600px;padding:0 20px;width:100%}.QuizCreator_QuizCreator__z3LFZ h1{text-align:center}.QuizCreator_QuizCreator__z3LFZ form{background:#eee;border-radius:5px;box-shadow:2px 2px 2px rgba(0,0,0,.5);padding:15px}.Select_Select__qN2lb{margin-bottom:15px}.Select_Select__qN2lb label{display:block;font-weight:700;margin:0 0 3px;padding:0}.Select_Select__qN2lb select{border:1px solid #bebebe;box-sizing:border-box;display:block;height:29px;margin:0 0 5px;outline:none;transition:all .3s ease-in-out;width:100%}
/*# sourceMappingURL=main.9a97826e.css.map*/