body{margin:5em;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}.App{text-align:center}h1{color:grey}h2{font-size:.8em}.PropName{font-weight:700;color:#6264a7}.Logo{font-size:45pt;color:#6264a7}.Error{color:red}.ui-provider{background-color:transparent!important}@keyframes fadein{0%{opacity:0}to{opacity:1}}.ChannelTabContent{display:flex;flex-direction:column;padding:20px;height:100vh}.ChannelTabContent__CreateButton{align-self:flex-end}.ChannelTabContent__MyQuizes{align-self:center;font-size:18px;font-weight:700}.ChannelTabContent__Grid{padding:30px;display:grid;grid-template-columns:repeat(auto-fit,300px);grid-gap:20px;justify-content:start}.Dashboard{text-align:center;min-height:95vh}.Dashboard__Grid{padding:30px;margin-top:50px;display:grid;grid-template-columns:repeat(auto-fit,400px);grid-gap:20px;justify-content:start}.CreateQuizModal{margin:10px;text-align:center}.CreateQuizModal__Form{margin:auto;width:80%!important;min-height:600px!important}.CreateQuizModal .ui-form{justify-content:flex-start}.CreateQuizModal .ui-form__field{width:100%}.CreateQuizModal .ui-box{width:100%;height:50px}.CreateQuizModal .ui-button{max-width:unset}.CreateQuizModal__Vote{animation:fadein .7s}.CreateQuizModal__DividerGroup{margin:20px 0;display:flex;align-items:center;justify-content:space-between}.CreateQuizModal__DividerGroup--Divider{width:90%}.CreateQuizModal__DividerGroup--Divider .DividerContent{display:flex;justify-content:center;align-items:center;width:140px}.CreateQuizModal__DividerGroup--Divider .DividerContent p{margin-left:10px;font-size:18px;font-weight:700}.CreateQuizModal__DividerGroup--TrashIcon{transition:all .1s;cursor:pointer;width:33px}.CreateQuizModal__DividerGroup--TrashIcon:hover{transform:scale(1.4)!important}.CreateQuizModal__QuestionLabel{width:100%}.CreateQuizModal__QuestionLabel p:first-child{font-size:20px;font-weight:700;text-align:left}.CreateQuizModal__AnswerGroup{width:100%;margin-top:10px;display:flex;justify-content:space-around;align-items:center}.CreateQuizModal__AnswerGroup .ui-input{max-width:80%}.CreateQuizModal__AnswerGroup--DeleteIcon{transition:all .1s;cursor:pointer;width:33px}.CreateQuizModal__AnswerGroup--DeleteIcon:hover{transform:scale(1.4)!important}.CreateQuizModal__AnswerGroup--CorrectAnswer{cursor:pointer;transition:all .1s}.CreateQuizModal__AnswerGroup--CorrectAnswer:hover{transform:scale(1.4)!important}.CreateQuizModal__AddAnswer{width:80%;height:40px!important;margin-top:10px;font-weight:700}.CreateQuizModal__Points{display:flex;align-items:center;justify-content:space-between;margin:20px 0;padding:0 20px}.CreateQuizModal__Points p{font-size:15px;font-weight:700}.CreateQuizModal__Points .PointsMenu li{width:200px;font-size:15px;font-weight:700}.CreateQuizModal__Errors{margin:20px 0;text-align:left}.CreateQuizModal__Error{margin-bottom:10px}.CreateQuizModal__Error--Message{display:inline;margin-left:10px;font-weight:700}.CreateQuizModal__NrOfMessagesAllowed,.CreateQuizModal__NrOfVotes,.CreateQuizModal__TimeControl{margin:20px 0;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.CreateQuizModal__NrOfMessagesAllowed p:first-child,.CreateQuizModal__NrOfVotes p:first-child,.CreateQuizModal__TimeControl p:first-child{text-align:left;width:40%}.CreateQuizModal__NrOfMessagesAllowed p:nth-child(3),.CreateQuizModal__NrOfVotes p:nth-child(3),.CreateQuizModal__TimeControl p:nth-child(3){width:5%}.CreateQuizModal__NrOfMessagesAllowed p,.CreateQuizModal__NrOfVotes p,.CreateQuizModal__TimeControl p{font-size:15px;font-weight:700}.CreateQuizModal__QuestionButtons{margin-top:10px;display:flex;justify-content:space-around}.CreateQuizModal__QuestionButton{max-width:unset!important;width:40%!important;height:50px!important;font-size:14px;font-weight:700}.CreateQuizModal__QuestionButton span{margin-right:10px}.CreateQuizModal__Buttons{margin-top:auto!important;width:100%;display:flex;justify-content:space-between}.CreateQuizModal__Button{font-size:15px;font-weight:700;height:50px!important;width:200px}.QuizCard__Title{text-align:center;font-size:18px;font-weight:700;margin:0;overflow:hidden;white-space:nowrap;height:35px}.QuizCard__Questions{margin-top:5px;margin-bottom:20px;font-weight:700}.QuizCard__Buttons{display:flex;flex-direction:column}.QuizCard__Button{margin-bottom:10px;display:block!important}@media(max-width:17.5em){.QuizCard{justify-self:center;width:260px!important;height:100px!important;padding:5px!important}.QuizCard__Title{font-size:16px}.QuizCard__Questions{font-size:12px;margin-bottom:10px}.QuizCard__Button{font-size:14px;width:80%;min-height:22px!important;font-weight:700;align-self:center}}.PresenterModule{padding:0 10px}.PresenterModule__Title{text-align:center}.PresenterModule__Title p{margin:0;font-size:14px}.PresenterModule__Title p:first-child{font-size:18px;font-weight:700;margin-bottom:10px}.PresenterModule__Quizes{margin-top:20px;display:flex;flex-direction:column;align-items:center}.PresenterModule__Quizes .QuizCard{animation:fadein .7s;margin-bottom:10px}.PresenterModule__CreateButton{margin-top:10px;margin-left:auto}.PresenterModule__StartingQuiz{margin-top:30px;animation:fadein .7s;text-align:center;font-size:18px;font-weight:700}.ParticipantModule{display:flex;flex-direction:column;align-items:center;justify-content:center}.ParticipantModule__Ready{animation:fadein .7s;text-align:center}.ParticipantModule__Ready p:first-child{font-size:22px;font-weight:700}.ParticipantModule__Question{animation:fadein .7s;font-size:22px}.ParticipantModule__Debug{border:1px solid red;width:100%;margin-top:20px}.ParticipantModule__VoteResults{border-top:2px solid #6264a7;margin-top:30px;padding-top:15px}.ParticipantModule__VoteResults--Answer{text-align:left;font-weight:700}.ParticipantModule__VoteResults--Progress{width:100%;text-align:left}.ParticipantModule__VoteResults--Progress p{margin-left:10px;font-weight:700;width:30%;display:inline}.ParticipantModule__VoteResults--Progress div{display:inline-block;width:70%;height:15px;margin:0;background-color:grey}.ParticipantModule__VoteResults--Progress div div{animation:fadein .7s;width:100%;background-color:#add8e6;transition:max-width .7s}.ParticipantModule__VoteResults--Progress .Red{background:red}.ParticipantModule__VoteResults--Progress .Green{background:green}.ParticipantModule__Vote{text-align:center;width:100%}.ParticipantModule__Answer{animation:fadein .7s;width:200px;margin:auto}.ParticipantModule__MessageroundInput--Text{box-shadow:1px 2px #6264a7;height:80px!important}.ParticipantModule__MessageroundInput--Button{margin-top:30px}.ParticipantModule__Button{width:100%;min-height:30px;height:auto!important;margin-bottom:10px;font-weight:700}.ParticipantModule__SubmittedAnswer{animation:fadein .7s;text-align:center}.ParticipantModule__SubmittedAnswer p{display:inline;font-size:16px;font-weight:700}.ParticipantModule__SubmittedAnswer p:first-child{font-weight:400}.ParticipantModule__Rank div{display:flex;align-items:center;font-size:18px}.ParticipantModule__Rank div p:nth-child(2){margin-left:15px;font-weight:700}.ParticipantModule__Rank--LeaderboardTitle{margin-top:20px;font-weight:700}.ParticipantModule__Rank--Leaderboard{display:flex;justify-content:space-between;align-items:center}.ParticipantModule__Rank--Leaderboard p:first-child{width:190px;font-size:16px;overflow:hidden}.ParticipantModule__Rank--Leaderboard p:nth-child(2){width:60px;font-size:16px;font-weight:700;text-align:right}.ParticipantModule__Rank--Leaderboard:first-child p{font-size:18px;font-weight:700}.ParticipantModule__Scores{width:100%}.ParticipantModule__NicknameInput .ui-form{width:270px}.ParticipantModule__NicknameInput .ui-box{width:270px;height:50px}.ParticipantModule__NicknameInput .ui-icon{margin-left:auto}.ParticipantModule__NicknameInput .ui-button{height:30px}.Auth{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px}.Auth img{width:220px;margin-bottom:40px}.Auth .desc{max-width:440px;margin-bottom:30px;text-align:center}.Auth .container .ui-button{display:block;width:220px}.Auth .container .ui-button:first-child{margin-bottom:10px}.AuthStart{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.AuthStart__header{margin-bottom:50px!important}.AuthStart__header--message{font-weight:700}.AuthStart__header--help{font-weight:400;display:block;margin-top:5px;margin-bottom:15px}.AuthStart .ui-flex{max-width:500px;width:60%}.AuthStart .ui-box{min-width:100%}.AuthReset .btn-wrap{display:flex;align-items:center;justify-content:space-between}.PresenterQuiz{position:relative;width:280px;display:flex;justify-content:center;align-items:center}.PresenterQuiz__Start{text-align:center}.PresenterQuiz__Start p{font-size:22px;font-weight:700}.PresenterQuiz__Start p:nth-child(2){font-weight:400;font-size:16px}.PresenterQuiz__Start .PresenterStartButton{font-size:16px;font-weight:700}.PresenterQuiz__Question{width:100%}.PresenterQuiz__Question--Title{text-align:center;font-size:22px;font-weight:700}.PresenterQuiz__Question--Answer{font-size:16px;font-weight:700}.PresenterQuiz__Question .Red{background:red}.PresenterQuiz__Question .Green{background:green}.PresenterQuiz__Question--Button{margin-top:30px}.PresenterQuiz__Progress{width:100%}.PresenterQuiz__Progress p{margin-left:10px;font-weight:700;width:30%;display:inline}.PresenterQuiz__Progress div{display:inline-block;width:70%;height:15px;margin:0;background-color:grey}.PresenterQuiz__Progress div div{animation:fadein .7s;width:100%;background-color:#add8e6;transition:max-width .7s}.PresenterQuiz__EmptyState{animation:fadein .7s;margin-top:50px;text-align:center}.PresenterQuiz__EmptyState p{font-size:15px;font-weight:700}.PresenterQuiz__Scores{width:100%}.PresenterQuiz__Score{display:flex;justify-content:space-between;align-items:center}.PresenterQuiz__Score p:first-child{width:210px;overflow:hidden}.PresenterQuiz__Score p:nth-child(2){width:60px;font-weight:700;text-align:right}.PresenterQuiz__Score:first-child p{font-size:18px;font-weight:700}.PresenterQuiz__FixedFooter{width:100%;position:fixed;bottom:20px;display:flex;align-items:center;justify-content:flex-start}.PresenterQuiz__FixedFooter--Button{margin:0 10px}.PresenterQuiz__FixedFooter--ParticipantCounter{margin-left:auto;display:flex;justify-content:space-between;align-items:center;width:40px}.PresenterQuiz__FixedFooter--ParticipantCounter p{font-weight:700;font-size:16px}.Header{justify-content:space-between;align-items:center;padding:0 10px;height:70px}.Header img{width:160px;height:25px}.Header__UserInfo{display:flex;align-items:center;cursor:pointer}.Header__UserInfo p{margin-right:20px}.Header__UserInfoPopup{width:200px;text-align:center}.DeleteQuizModal{margin:30px auto auto;width:90%}.DeleteQuizModal__Header{font-size:20px;margin-bottom:50px}.DeleteQuizModal__Buttons{width:90%;position:absolute;bottom:20px}.QuestionTypePopup{width:172px}.QuestionTypePopup,.QuestionTypePopup .ui-button{display:flex;flex-direction:column;justify-content:space-around}.QuestionTypePopup .ui-button{margin-bottom:10px;width:100%;height:60px;font-weight:700;font-size:15px}
/*# sourceMappingURL=main.d85f2829.chunk.css.map */