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}body,html{height:100%;margin:0;padding:0}#root{display:flex;font-family:sans-serif;height:100%}.homeMain{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;height:100vh;justify-content:center;position:relative;width:100%;z-index:1}@keyframes titleMove{0%{transform:translateY(0)}50%{transform:translateY(10%)}to{transform:translateY(0)}}.homeTitle{animation:titleMove 2s linear infinite;color:#000;font-size:10rem;font-weight:600;text-align:center}.homebutton{background-color:#d47070;border:none;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;color:#fff;cursor:pointer;font-size:3rem;height:-webkit-fit-content;height:fit-content;padding:5% 30%;transition:all .1s ease}.homebutton:hover{background-color:#d95454;transform:scale(1.05)}#buttonDiv{display:flex;gap:5%;height:90%;justify-content:center}#backgroundBlur{background-color:rgba(0,0,0,.778);display:none;justify-content:center;min-height:100vh;position:fixed;width:100%;z-index:2}.enterLobbyDiv{align-items:center;background-color:#fff;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;display:flex;flex-direction:column;height:-webkit-fit-content;height:fit-content;justify-content:center;margin-top:15%;padding:0 5%;position:relative;text-align:center;width:-webkit-fit-content;width:fit-content;z-index:3}#lobbyCodeTitle{font-size:4rem;margin:0;padding:5% 0 0}#lobbyCodeInput{background-color:#d1d2d1;border:none;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;color:grey;font-size:2.5rem;margin-top:5%;outline:none;padding:2% 5%;width:90%}#joinLobbyButtonsDiv{display:flex;gap:2%;width:100%}.joinLobbyButtons{background-color:#ff0;background-color:#d47070;border:none;border-radius:20px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;color:#fff;cursor:pointer;font-size:3rem;margin-bottom:3%;margin-top:5%;padding:1% 10%;transition:all .2 ease;width:50%}.joinLobbyButtons:hover{background-color:#d95454;transform:scale(1.05)}@media (max-width:450px){.homeTitle{font-size:4rem}.homebutton{font-size:1.5rem;width:-webkit-fit-content;width:fit-content}#buttonDiv{align-items:center;flex-direction:column;justify-content:flex-start;margin-top:5%;width:90%}.enterLobbyDiv{width:85%}#lobbyCodeTitle{font-size:2rem}#lobbyCodeInput,.joinLobbyButtons{font-size:1.5rem}#joinLobbyButtonsDiv{margin-bottom:3%}}#lobbySettingTitle{font-size:5rem;margin:1% 0 0}#lobbySettingSubTitle{font-size:2rem;margin:0}.lobbySettingsDiv{background-color:#f9f9f9;overflow-y:auto}#lobbyMain,.lobbySettingsDiv{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}#lobbyMain{max-width:1500px;min-height:100%}.lobbySettingsSub{background-color:#fff;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;cursor:pointer;height:-webkit-fit-content;height:fit-content;margin-bottom:1%;margin-top:1%;width:90%}#standard{border:5px solid #7c7c7d}#custom{margin-bottom:5%}.settingButtons{background-color:#d47070;border:none;border-radius:20px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;color:#fff;cursor:pointer;font-size:2rem;height:-webkit-fit-content;height:fit-content;padding:1%;text-align:center;transition:all .1s ease;width:20%}.settingButtons:hover{background-color:#d95454;transform:scale(1.05)}#lobbyButtons{align-items:center;display:flex;gap:4%;justify-content:center;margin-bottom:3%;width:100%}.settingTitle{font-size:3rem;height:-webkit-fit-content;height:fit-content;margin:1% 0 0;padding:0;width:100%}.lobbySettingsSub{align-items:center;display:flex;flex-direction:column;text-align:center}.lineBreakSetting{background-color:gray;height:1px;width:95%}#answerInput,#questionInput{background-color:#f0eaea;border:none;border-radius:50px;color:grey;font-size:1.2rem;height:-webkit-fit-content;height:fit-content;outline:none;padding:1%;width:30%}#answerInput:focus,#questionInput:focus{border:none;outline:none}#addButton{border:none;border-radius:50px;cursor:pointer;font-size:1.5rem;padding:0 2%}#addButton:hover{background-color:#d2cdcd}#addQuestionsDivSettings{display:flex;gap:1%;justify-content:center;margin-bottom:1%;margin-top:1%;width:100%}#allQuestionsDiv{background-color:#f8f7f7;margin-bottom:2%;margin-top:1%;max-height:500px;overflow-x:hidden;overflow-y:scroll;width:93%}.settingDiv{height:100%;width:90%}.settingDiv2{background-color:red;width:90%}.settings{display:flex;justify-content:space-between;width:100%}.option{align-items:center;display:flex;justify-content:center;margin-left:5%}.settingButton{aspect-ratio:1/1;background-color:#f7f4f4;border-radius:50%;cursor:pointer;height:50%}.optionTitle{margin-left:10%}@media (max-width:450px){#lobbySettingTitle{font-size:3rem}#lobbySettingSubTitle,.settingTitle{font-size:1.5rem}.subSettingTitle{font-size:1rem;margin:0;padding:0}.settings{align-items:center;display:flex}.optionTitle{font-size:1rem}#answerInput,#questionInput{border-radius:15px;font-size:1rem;padding:1% 2%}#addQuestionsDivSettings{align-items:center}.lobbySettingsSub{width:95%}#addButton{font-size:1rem}.settingButtons{font-size:1.5rem;width:45%}#allQuestionsDiv{display:flex;flex-direction:column;justify-content:center;max-height:250px;width:80%}}.recordMainDiv{background-color:#fff;border:1px solid #dfd9d9;display:flex;height:-webkit-fit-content;height:fit-content;width:100%}.deleteButtonDiv{border-left:1px solid #dfd9d9;padding:1%}.deleteButton{background-color:#eb8d8d;border:none;color:#910f0f;cursor:pointer;font-size:clamp(10px,2vw,1rem);padding:5px}.deleteButton:hover{background-color:#d95f5f;transform:scale(1.2)}.settingAsnwerDiv{width:50%}.settingAsnwerDiv,.settingQuestionDiv{align-items:start;border-left:1px solid #dfd9d9;display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;padding-left:2%;padding-right:2%}.settingQuestionDiv{width:25%}@media (max-width:450px){.settingAsnwerDiv,.settingQuestionDiv{font-size:.9rem}}#userLobbyMain{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;height:100%;width:100%}#displayePlayers{background-color:#fff;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;font-size:1.4rem;line-height:.5;padding:2%;width:90%;width:1000px}#playerLobbyDiv{display:flex;gap:1%;justify-content:center;margin-top:2%;max-width:1250px;width:100%}#lobbyTitle{font-size:7rem;margin:3% 0 2%}#lobbyCode{font-size:3rem;margin:0 0 1%}@media (max-width:450px){#lobbyTitle{font-size:3rem}#lobbyCode{font-size:1.5rem}#displayePlayers{display:flex;flex-direction:column;line-height:125%;margin-bottom:5%;margin-top:5%;padding:2% 10%;width:-webkit-fit-content;width:fit-content}.playerNamesLobby{font-size:1.5rem;margin:0}}.chooseNameMainDiv{background-color:#f9f9f9;width:100%}#enterNameDiv,.chooseNameMainDiv{align-items:center;display:flex;flex-direction:column}#enterNameDiv{background-color:#fff;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;justify-content:center;max-width:1000px;width:50%}#nameSelectTitle{font-size:5rem;margin-top:2%}#enterNameTitle{font-size:2rem;margin:2% 0 0}#enterNameInput{background-color:#edeaea;border:none;border-radius:40px;color:grey;font-size:1.5rem;margin-bottom:2%;margin-top:2%;outline:none;padding:2% 3%;width:50%}#enterNameButtonDiv{display:flex;gap:2%;margin-bottom:2%;width:50%}@media (max-width:450px){#nameSelectTitle{font-size:3rem}#enterNameDiv{width:95%}#enterNameTitle{font-size:1.5rem}#enterNameInput{font-size:1rem;width:70%}.joinLobbyButtons{width:100%}#enterNameButtonDiv{width:80%}}#screenMainDiv{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;position:relative;width:100%}#screenTitle{font-size:5rem;margin-top:1%}.questionDiv{font-size:3rem;font-weight:600;justify-content:center;padding:2% 0;text-align:center;width:90%}#scoreListDiv,.questionDiv{align-items:center;background-color:#fff;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;display:flex}#scoreListDiv{flex-direction:column;margin-top:2%;padding:1% 4%;width:-webkit-fit-content;width:fit-content}.userScores{font-size:1.9rem;font-weight:600;margin:1% 0 0}#screenBackgroundBlack{align-items:center;background-color:rgba(0,0,0,.595);display:flex;height:100vh;justify-content:center;position:absolute;width:100%}@keyframes buzz{to{transform:scale(7)}}#buzzDiv{animation:buzz .1s linear 1;animation-fill-mode:forwards;background-color:#d83636;border:1px solid #691212;border-radius:30px;color:#d96e6e;font-size:clamp(1rem,3.8vw,10rem);font-weight:900;height:13%;width:12%}#buzzDiv,.highlightUserDiv{align-items:center;display:flex;justify-content:center}.highlightUserDiv{background-color:#fff;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;font-size:3rem;font-weight:600;margin-top:3%;padding:2% 0;text-align:center;width:70%}#screenBackgroundCorrect{background-color:rgba(0,0,0,.659)}#screenBackgroundCorrect,#screenBackgroundIncorrect{align-items:center;display:flex;height:100vh;justify-content:center;position:absolute;width:100%}#screenBackgroundIncorrect{background-color:rgba(0,0,0,.595)}#correctDiv{background-color:#2a8430;border:1px solid #13790a;border-radius:30px;color:#93bb99;font-size:clamp(1rem,2.2vw,10rem)}#correctDiv,#incorrectDiv{align-items:center;animation:buzz .1s linear 1;animation-fill-mode:forwards;display:flex;font-weight:900;height:8%;justify-content:center;width:12%}#incorrectDiv{background-color:#d83636;border:1px solid #691212;border-radius:30px;color:#d96e6e;font-size:clamp(1rem,1.8vw,10rem)}@keyframes slideInPauseOut{0%{transform:translateX(-150vw)}40%{transform:translateX(-50%)}60%{transform:translateX(-50%)}to{transform:translateX(150vw)}}#previousAnswerMainDiv{animation:slideInPauseOut 4s ease-in-out;background-color:#fff;border:5px solid #d63535;border-radius:15px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;left:50%;opacity:1;padding:0 2rem;position:fixed;top:50%}#previousAnswerText{color:#000}@keyframes fadeInOutFilter{0%{background-color:#0000}50%{background-color:rgba(0,0,0,.716)}70%{background-color:rgba(0,0,0,.716)}to{background-color:#0000}}#previousAnswerDarkBackground{animation:fadeInOutFilter 3s ease-in-out;height:100vh;position:fixed;width:100vw;z-index:999}@keyframes pulseFadeUp{0%{opacity:1;transform:scale(1) translateY(0)}10%{opacity:1;transform:scale(1.05) translateY(-.5%)}20%{opacity:1;transform:scale(.95) translateY(-1%)}30%{opacity:1;transform:scale(1.05) translateY(-1.5%)}40%{opacity:1;transform:scale(.95) translateY(-2%)}50%{opacity:1;transform:scale(1.05) translateY(-2.5%)}60%{opacity:1;transform:scale(.95) translateY(-3%)}70%{opacity:1;transform:scale(1.05) translateY(-3.5%)}80%{opacity:1;transform:scale(.95) translateY(-4%)}90%{opacity:.5;transform:scale(1.02) translateY(-4.5%)}to{opacity:0;transform:scale(1) translateY(-5%)}}#clickScreenDiv{animation:pulseFadeUp 3s ease-in-out forwards;background-color:#dc5050;border:5px solid #000;border-radius:.5rem;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;color:#fff;left:2rem;padding:1.5rem;position:fixed;top:25%}#clickScreenText{font-size:1.5rem;margin:0}#endScreenMain{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;width:100%}#endScreenTitle{font-size:7rem;margin:1% 0 0}@keyframes winnerMove{0%{transform:translateY(0)}50%{transform:translateY(10%)}to{transform:translateY(0)}}#endScreenWinner{animation:winnerMove 2s linear infinite;font-size:4rem;padding:2% 3%}#endScreenScoreDiv,#endScreenWinner{background-color:#fff;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}#endScreenScoreDiv{align-items:center;display:flex;flex-direction:column;margin-top:2%;width:30%}#endScreenScoreTitle{font-size:3rem;margin:1% 0 0}#endScreenList{font-size:1.5rem;line-height:130%}#leaveEndScreen{background-color:#d47070;border:none;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;color:#fff;cursor:pointer;font-size:2rem;height:-webkit-fit-content;height:fit-content;margin-top:1%;padding:1% 2%;transition:all .1s ease}#leaveEndScreen:hover{background-color:#d95454;transform:scale(1.05)}@media (max-width:450px){#endScreenTitle{font-size:3rem}#endScreenWinner{font-size:3rem;text-align:center}#endScreenScoreDiv{margin-bottom:5%;width:95%}#endScreenScoreTitle{font-size:2rem;margin-top:2%}}#hostMainDiv{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;width:100%}#hostTitle{font-size:6rem;margin-top:2%}.revealNextQuestionButton{background-color:#d47070;border:none;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;color:#fff;cursor:pointer;font-size:2rem;height:-webkit-fit-content;height:fit-content;padding:2%;transition:all .1s ease}.revealNextQuestionButton:hover{background-color:#d95454;transform:scale(1.05)}.disabled{background-color:#8b7e7e;pointer-events:none}#nextQuestionPreview{font-size:1.5rem;margin:0;text-align:center}#nextQuestion{background-color:#fff;font-size:3rem;margin:0;text-align:center}#previewAnswerDiv,#previewDiv{align-items:center;background-color:#fff;display:flex;flex-direction:column;margin-bottom:1%;padding:1% 5%}#previewAnswerDiv,#previewDiv,.rightWrongButton{border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}.rightWrongButton{background-color:#d47070;border:none;color:#fff;cursor:pointer;font-size:2rem;height:-webkit-fit-content;height:fit-content;padding:2%;transition:all .1s ease;width:100%}.rightWrongButton:hover{background-color:#d95454;transform:scale(1.05)}#buzzerName{font-size:2rem;margin:0}#rightOrWrongButtonsDiv{align-items:center;background-color:#fff;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;display:flex;flex-direction:column;justify-content:center;padding:1% 3%;width:-webkit-fit-content;width:fit-content}#rightWrongSubDiv{display:flex;gap:2%;height:-webkit-fit-content;height:fit-content;justify-content:center;width:100%}#buzzerName{margin:0 0 2%}#continueButton{background-color:#d47070;border:none;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;color:#fff;cursor:pointer;font-size:2rem;height:-webkit-fit-content;height:fit-content;padding:2%;transition:all .1s ease;width:-webkit-fit-content;width:fit-content}#continueButton:hover{background-color:#d95454;transform:scale(1.05)}@media (max-width:450px){#hostTitle{font-size:3rem}#nextQuestionPreview{font-size:1rem;padding-bottom:2%}#nextQuestion{font-size:1.3rem}#previewDiv{margin-bottom:5%;padding-bottom:2%;padding-top:3%;text-align:center;width:85%}#continueButton,#revealNextQuestionButton{font-size:1.5rem}#continueButton{margin-top:3%}#rightOrWrongButtonsDiv{margin-top:4%;padding:0 10%}.rightWrongButton{font-size:1.5rem;margin-bottom:5%}#answerWasTitle{font-size:1.5rem}}#playerMainDiv{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;width:100%}#playerTitle{font-size:6rem;margin:1% 0 0}#currentPlayerPoints{background-color:#fff;font-size:3rem;margin:4% 0 2%;padding:3% 4%}#buzzButton,#currentPlayerPoints{border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014}#buzzButton{aspect-ratio:2/1;background-color:#d47070;border:5px solid #9d5656;color:#902626;cursor:pointer;font-size:9rem;transition:all .2s ease;width:-webkit-fit-content;width:fit-content}#buzzButton:hover{background-color:#d95454;transform:scale(1.05)}@media (max-width:450px){#playerTitle{font-size:3rem}#buzzButton{align-items:center;aspect-ratio:1/1;display:flex;font-size:7rem;justify-content:center;margin-top:5%;text-align:center;width:95%}#buzzButton:hover{transform:none}}#screenLeftMain{align-items:center;background-color:#f9f9f9;display:flex;flex-direction:column;width:100%}#screenLeftTitle{font-size:6rem;margin:1% 0 0}#screenLeftMessage{font-weight:700;margin-top:3%}#screenLeftReturn{background-color:#d47070;border:none;border-radius:50px;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;color:#fff;cursor:pointer;font-size:2rem;height:-webkit-fit-content;height:fit-content;max-width:500px;padding:2%;transition:all .1s ease;width:20%}#screenLeftReturn:hover{background-color:#d95454;transform:scale(1.05)}
/*# sourceMappingURL=main.6cba7fda.css.map*/