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__2Gb5D{height:100vh;display:flex;flex-direction:column}.layout_Layout__2Gb5D main{display:flex;flex-direction:column;flex-grow:1}.MenuToggle_MenuToggle__2pJtd{position:fixed;top:40px;left:40px;font-size:20px;cursor:pointer;color:#fff;transition:all .22s ease-in;z-index:100}.MenuToggle_MenuToggle__2pJtd:hover{opacity:.7}.MenuToggle_MenuToggle__2pJtd.MenuToggle_open__3KOmk{left:320px}.Drawer_Drawer__1Kg1w{position:fixed;left:0;top:0;bottom:0;width:80%;max-width:300px;padding:20px 10px;box-sizing:border-box;background:#fff;transform:translateX(0);transition:transform .22s ease-in;z-index:90}.Drawer_Drawer__1Kg1w.Drawer_close__X8Toc{transform:translateX(-300px)}.Drawer_Drawer__1Kg1w ul{list-style:none;margin:0;padding:0}.Drawer_Drawer__1Kg1w ul li{margin-bottom:15px}.Drawer_Drawer__1Kg1w ul li a{color:#363d54;font-size:30px;text-decoration:none;background-color:#fff;position:relative;padding:0 20px 10px;transition:opacity .3s}.Drawer_active__3DPy_,.Drawer_Drawer__1Kg1w ul li a:hover{opacity:.7}.Background_Background__1d8X3{z-index:50;background:rgba(0,0,0,.7);position:fixed;top:0;left:0;bottom:0;right:0}.Quiz_Quiz__2TVFv{display:flex;justify-content:center;padding-top:100px;flex-grow:1;widows:100%;background:linear-gradient(90deg,#5041b2,#7969e6)}.Quiz_Quiz__2TVFv h1{color:#fff;margin-left:10px}.Quiz_QuizWrapper__11EFW{width:600px}.ActiveQuiz_ActiveQuiz__1OkcR{display:block;padding:20px;color:#fff;border:2px solid #fff;margin:0 10px;box-sizing:border-box}.ActiveQuiz_Question__20bVi{display:flex;justify-content:space-between}.AnswersList{list-style:none;margin:0;padding:0}.AnswersItem_AnswersItem__1RCCx{list-style:none;border:1px solid #fff;border-radius:5px;padding:5px 10px;margin-bottom:5px;cursor:pointer}.AnswersItem_AnswersItem__1RCCx:hover{background:hsla(0,0%,100%,.2);transition:background .3s ease-in-out}.AnswersItem_AnswersItem__1RCCx.AnswersItem_success__1o3ZQ{background:rgba(161,240,69,.7)}.AnswersItem_AnswersItem__1RCCx.AnswersItem_error__1ixfm{background:rgba(240,87,108,.7)}.FinishedQuiz_FinishedQuiz__1hvzN{padding:20px;color:#fff;border:2px solid #fff;border-radius:5px;box-sizing:border-box;margin:0 10px}.FinishedQuiz_FinishedQuiz__1hvzN ul{list-style:none;padding:0;margin:0}.FinishedQuiz_FinishedQuiz__1hvzN ul li i{margin-left:10px}.FinishedQuiz_success__36gfU{color:rgba(161,240,69,.7)}.FinishedQuiz_error__1G-yc{color:rgba(240,87,108,.7)}.Button_Button__3WQQK{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__3WQQK:focus{outline:none}.Button_Button__3WQQK:active{box-shadow:inset 2px 2px 1px rgba(0,0,0,.3)}.Button_Button__3WQQK:disabled{background:#ccc;color:#000;cursor:not-allowed}.Button_FinishedQuiz__4k0Yc ul li i{margin-left:10px}.Button_success__1zTiv{background:#a1f045}.Button_error__25Slc{background:#f0576c}.Button_primary__2nbQZ{background:#2884f6;color:#fff}.Loader_Loader__MZsIJ{display:inline-block;position:relative;width:80px;height:80px}.Loader_Loader__MZsIJ div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:Loader_Loader__MZsIJ 1s cubic-bezier(0,.2,.8,1) infinite}.Loader_Loader__MZsIJ div:nth-child(2){animation-delay:-.5s}@keyframes Loader_Loader__MZsIJ{0%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.Loader_center__KEXDF{text-align:center}.QuizList_QuizList__3QPew{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:linear-gradient(90deg,#fd8355,#f0576c 37%,#f79cbd)}.QuizList_QuizList__3QPew h1{color:#fff}.QuizList_QuizList__3QPew ul{list-style:none;margin:0;padding:0}.QuizList_QuizList__3QPew li{margin-bottom:10px}.QuizList_QuizList__3QPew li a{text-decoration:none;color:#fff}.QuizList_QuizList__3QPew li a:hover{color:#363f54}.Auth_Auth__2mOFH{display:flex;justify-content:center;padding-top:100px;flex-grow:1;width:100%;background:linear-gradient(270deg,#cef2fa,#59bfef)}.Auth_Auth__2mOFH>div{width:100%;max-width:800px;padding:0 20px}.Auth_Auth__2mOFH h1{color:#fff;text-align:center}.Auth_Auth__2mOFH Form{background:#eee;bpx-shadow:2px 2px 2px rgba(0,0,0,.5);padding:15px;border-radius:5px}.Input_Input__2teQs{margin-bottom:15px}.Input_Input__2teQs label{margin-bottom:3px;padding:0;display:block;font-weight:700}.Input_Input__2teQs input{display:block;box-sizing:border-box;border:1px solid #bebebe;padding:7px;margin:0;width:100%;outline:none;transition:all .3s ease-in-out}.Input_Input__2teQs span{color:#f01f30;font-size:12px;font-weight:700}.Input_Input__2teQs.Input_invalid__17CKA label{color:#f01f30}.QuizCreator_QuizCreator__12Uh_{display:flex;justify-content:center;padding-top:50px;flex-grow:1;width:100%;background:linear-gradient(270deg,#f0613c,#f0783c)}.QuizCreator_QuizCreator__12Uh_>div{width:100%;max-width:800px;padding:0 20px}.QuizCreator_QuizCreator__12Uh_ h1{text-align:center}.QuizCreator_QuizCreator__12Uh_ form{background:#eee;border-radius:5px;padding:15px;box-shadow:2px 2px 2px rgba(0,0,0,.5)}.Select_Select__30GKq{margin-bottom:15px}.Select_Select__30GKq label{margin:0 0 3px;padding:0;font-weight:700;display:block}.Select_Select__30GKq select{display:block;box-sizing:border-box;border:1px solid #bebebe;margin:0 0 5px;height:29px;width:100%;outline:none;transition:all .3s ease-in-out}
/*# sourceMappingURL=main.c6e39a33.chunk.css.map */