html{font-size:75%}body{margin:0;padding:0;background:#ececec;color:#333;font-family:Helvetica,Arial,sans-serif;font-size:1.2rem;line-height:1.6;height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:flex-start}.root-container{flex:1;display:flex;flex-direction:column;justify-content:stretch;height:100vh;width:100vw}header{padding:.6rem 1.6rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;height:fit-content}main{flex-grow:1;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100vw}footer{height:fit-content;display:flex;justify-content:center;align-items:center;background-color:#fff}h1{margin:0;font-size:3.6rem}h2{margin:0;font-size:3.2rem}h3{width:100%;margin:0;font-size:2.4rem}h4{margin:0;font-size:1.6rem}h5{margin:0;font-size:1.2rem}h6{margin:0;font-size:1rem}@media only screen and (max-width: 62rem){h1{font-size:2.4rem}h2{font-size:2.4rem}h3{font-size:1.6rem}h4{font-size:1.2rem}h5{font-size:1rem}h6{font-size:.8rem}}@media only screen and (max-width: 48rem){h1{font-size:1.6rem}h2{font-size:1.6rem}h3{font-size:1.2rem}h4{font-size:1rem}h5{font-size:.8rem}h6{font-size:.6rem}}p{margin:0;margin-top:.5rem;font-size:1rem}.page{flex:1;height:100vh;width:100vw;display:flex;margin:auto;flex-direction:column;justify-content:flex-start;align-items:stretch;background:linear-gradient(135deg, #7400a0 0%, rgb(79.025, 0, 109) 100%)}.welcome-screen{flex:1;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.full{flex:1;display:flex;justify-content:center;align-items:center}.centered{display:flex;text-align:center;color:#7400a0;font-size:1.6rem}*,*:before,*:after{box-sizing:border-box}.done{flex:1;font-size:1.6rem;color:#fff;text-align:center;padding:2.4rem}::-webkit-scrollbar{width:.6rem;height:.6rem}::-webkit-scrollbar-track{background-color:none}::-webkit-scrollbar-thumb{background:rgb(152.975,0,211);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background:rgb(79.025,0,109)}@media only screen and (max-width: 48rem){main{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;height:85vh;overflow-y:scroll}}.content-panel{width:65vw;display:flex;flex-direction:column;justify-content:flex-start}.side-panel{width:35vw;display:flex;flex-direction:column}@media only screen and (max-width: 75rem){.content-panel{width:60vw;display:flex;flex-direction:column;justify-content:flex-start}.side-panel{width:40vw;display:flex;flex-direction:column}}@media only screen and (max-width: 48rem){.content-panel{width:100vw;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start}.side-panel{width:100vw;display:flex;flex-direction:column}}button,.btn--secondary,.btn--primary,.link-button{margin:0;padding:1.2rem 1.6rem;display:flex;flex-direction:row;border:none;justify-content:space-evenly;align-items:center;border-radius:8px;font-weight:500;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}button:hover,.btn--secondary:hover,.btn--primary:hover,.link-button:hover{cursor:pointer;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}button:disabled,.btn--secondary:disabled,.btn--primary:disabled,.link-button:disabled{background:#ececec;border-bottom:0;color:#666;font-weight:normal;outline:none;box-shadow:none}button:disabled:hover,.btn--secondary:disabled:hover,.btn--primary:disabled:hover,.link-button:disabled:hover{transform:none;cursor:not-allowed}.link-button{text-decoration:none;color:#fff;background-color:#7400a0}.link-button:hover{background-color:rgb(97.5125,0,134.5)}.btn--primary{color:#fff;background:linear-gradient(135deg, #7400a0, rgb(60.5375, 0, 83.5));font-weight:600;letter-spacing:.5px;box-shadow:0 4px 15px rgba(116,0,160,.25)}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(116,0,160,.3)}.btn--primary:disabled{box-shadow:none}.btn--secondary{background:rgba(0,0,0,0);color:rgb(0,152.5,0);outline:1px solid rgb(0,152.5,0);box-shadow:0 4px 15px rgba(0,127,0,.25)}.btn--secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,127,0,.3)}.btn--secondary:disabled{box-shadow:none}@media only screen and (max-width: 45rem){button,.link-button,.btn--primary,.btn--secondary{min-width:6.4rem;padding:1rem;font-size:.8rem}}input{border:none;background:#ececec;border-radius:5px;padding:1rem 1rem;flex-grow:1;font-size:2.4rem;color:#7400a0}input:focus{outline:1px solid #7400a0}input::placeholder{color:#7400a0;opacity:.5;font-style:italic}.crossword-grid-container{margin:0;padding:0;width:100%;height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.crossword-grid-container>div{min-width:min-content;margin:0 auto}.crossword-cell-empty{background-color:none}.crossword-cell-filled{background-color:#7400a0}.input{text-transform:uppercase;margin:0;padding:0;position:absolute;border-radius:0;outline:1px solid #7400a0;border:1px solid #7400a0;text-align:center;font-weight:bold}.input::placeholder{position:absolute;font-size:.8rem;left:2px;top:2px;font-weight:bold}.grid-control{width:100%;flex:1;display:flex;flex-direction:row;justify-content:space-evenly}.clue{padding:.6rem;width:100%}.header-logo{flex:33%;display:flex;align-items:center;text-decoration:none}.header-logo-g{display:none;color:#7400a0;font-size:2.4rem;font-weight:700}.header-logo-k{display:none;color:#007f00;font-size:2.4rem;font-weight:700}.header-logo-gyaan{display:block;color:#7400a0;font-weight:700;font-size:2.4rem;letter-spacing:-0.5px}.header-logo-kreeda{display:block;color:#007f00;font-weight:700;font-size:2.4rem;letter-spacing:-0.5px}.header-name{flex:33%;color:#7400a0;text-align:center;margin:0;padding:0}.header-timer{flex:33%;color:#007f00;text-align:right;font-size:3.2rem;font-weight:700;padding:1rem 1.2rem;border-radius:8px;min-width:120px}@media(max-width: 48rem){.header-logo-g{display:block}.header-logo-k{display:block}.header-logo-gyaan{display:none}.header-logo-kreeda{display:none}}.nav-container{flex:1;padding:1.2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#fff;height:100%;width:100%}.nav-content{flex:1;width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:left}.nav-controls{width:100%;padding:1.2rem}.nav-controls__export{display:flex;gap:1rem;margin-bottom:1.2rem;width:100%}.nav-controls__export-btn,.nav-controls__print-btn{flex:1;padding:1rem 1.2rem;font-size:.8rem;font-weight:500;border-radius:8px;transition:all .2s ease}.nav-controls__export-btn:hover,.nav-controls__print-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.nav-controls__submit{width:100%;color:#fff;font-size:1.2rem;font-weight:bold}.question{width:100%;height:100%;padding:3.2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.question-text{width:100%;background-color:#fff;color:#7400a0;border-radius:5px;text-align:center;padding:2.4rem;font-size:2.4rem;box-shadow:0 2px 6px rgba(0,0,0,.1)}.question-options{margin-top:3.2rem;display:grid;grid-template-columns:repeat(2, 1fr);gap:1.6rem;width:100%}.question-option{width:100%;border-radius:5px;padding:2.4rem;font-size:1.6rem;background:#fff;color:#7400a0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;box-shadow:0 2px 6px rgba(0,0,0,.1);transition:all .3s ease;border:2px solid rgba(0,0,0,0);text-decoration:none}.question-option:hover{cursor:pointer;transform:translateY(-4px);border-color:#7400a0;box-shadow:0 4px 12px rgba(0,0,0,.1)}.question-option--selected{background:#7400a0;color:#fff;font-weight:bold}.question-controls{flex:1;display:flex;flex-direction:row;justify-content:space-between}.question-controls__action{padding:1.2rem 2.4rem;font-size:1.2rem}.question-controls__action:disabled{cursor:not-allowed}.question-list{display:grid;grid-template-columns:repeat(4, 1fr);gap:1rem;justify-content:center;align-items:center}.question-list__cell{position:relative;padding:1rem}.question-list__item,.question-list__item--answered--selected,.question-list__item--answered,.question-list__item--selected{z-index:1;background-color:#fff;color:#007f00;padding:1.6rem;min-width:6.4rem;font-size:2.4rem;border:2px solid rgba(0,0,0,0);box-shadow:0 2px 6px rgba(0,0,0,.1);transition:all .3s ease}.question-list__item:hover,.question-list__item--answered--selected:hover,.question-list__item--answered:hover,.question-list__item--selected:hover{transform:translateY(-3px);border-color:#007f00;box-shadow:0 4px 12px rgba(0,0,0,.1)}.question-list__item--selected:disabled:hover{transform:translateY(0)}.question-list__item--selected:disabled{background-color:#007f00;color:#fff}.question-list__item--answered~.font-awesome__question{color:#007f00}.question-list__item--answered:hover~.font-awesome__question{margin-top:-2.4rem}.question-list__item--answered--selected:disabled{background-color:#007f00;color:#fff}.question-list__item--answered--selected~.font-awesome__question{color:#fff}.question-list__item--answered--selected:disabled:hover{transform:translateY(0)}.question-list__item--answered--selected:hover~.font-awesome__question{margin-top:-2.4rem}@media only screen and (max-width: 75rem){.question-text{font-size:1.6rem}.question-options{margin-top:3.2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.6rem;width:100%}.question-option{font-size:1.2rem}.question-list__cell{padding:.6rem}.question-list__item,.question-list__item--selected,.question-list__item--answered,.question-list__item--answered--selected{padding:1.6rem;min-width:4.8rem;font-size:1.2rem}.question-list__item--answered~.font-awesome__question{color:#007f00}.question-list__item--answered:hover~.font-awesome__question{margin-top:-1.6rem}.question-list__item--answered--selected:disabled{background-color:#007f00;color:#fff}.question-list__item--answered--selected~.font-awesome__question{color:#fff}.question-list__item--answered--selected:disabled:hover{transform:translateY(0)}.question-list__item--answered--selected:hover~.font-awesome__question{margin-top:-1.6rem}}@media only screen and (max-width: 62rem){.question-list{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;justify-content:center;align-items:center;overflow-y:auto}}@media only screen and (max-width: 48rem){.question-text{font-size:1.2rem}.question-option{font-size:1rem}.question-list{display:grid;grid-template-columns:repeat(6, 1fr);gap:1.2rem;justify-content:center;align-items:center;overflow-y:auto}}@media only screen and (max-width: 36rem){.question-list{grid-template-columns:repeat(5, 1fr)}}.code-form-container{flex:1;height:100%;width:100%;display:flex;margin:auto;flex-direction:column;justify-content:center;align-items:center}.code-form{display:flex;flex-direction:row;border-radius:10px;box-shadow:0px 0px 5px 2px hsl(0,0%,77.5490196078%)}.code-form__code{background-color:#fff;border:none;border-top-right-radius:0;border-bottom-right-radius:0;font-size:1.6rem}.code-form__code:focus{outline:none}.welcome-banner{color:#fff;text-align:center;margin-bottom:3.2rem}.form-error{color:#f44336;font-size:.8rem;margin-top:.5rem}.form-container{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center}form{width:100%;display:flex;flex-direction:column;padding:3.2rem;border-radius:16px;background:#fff}.input-group{width:100%;position:relative;margin:1.6rem auto}.input-group input[type=text]{width:100%;padding:1.6rem;border:1px solid rgba(116,0,160,.2);border-radius:4px;font-size:1.6rem;transition:all .2s ease;background:#fff}.input-group input[type=text]:focus{outline:none;border-color:#7400a0}.input-group input[type=text]:focus~label,.input-group input[type=text]:not(:placeholder-shown)~label{transform:translateY(-38px) scale(0.85);color:#7400a0;background:#fff;padding:0 1rem}.input-group label{position:absolute;left:1.6rem;top:2.4rem;transform:translateY(-50%);color:rgba(116,0,160,.6);pointer-events:none;transition:all .2s ease;transform-origin:left top;font-size:1.6rem}.form-actions{display:flex;flex-direction:row;justify-content:flex-end;gap:1.2rem;padding-top:1.6rem;border-top:1px solid rgba(116,0,160,.1)}.check-in{width:100%;font-size:1.6rem}.font-awesome__container{min-width:2.4rem}.font-awesome__question{font-size:2.4rem;position:absolute;z-index:2;margin-top:-2.4rem;margin-left:1px;transition:all .3s ease}@media only screen and (max-width: 75rem){.font-awesome__question{font-size:1.6rem;margin-top:-1.6rem}}.loader-container{flex:1;display:flex;justify-content:center;align-items:center}.loader-container ul{list-style:none;margin:0;padding:0}.loader-container ul li{display:flex;flex-direction:row;justify-content:center}.loader{width:19.2rem;height:.5rem;background-color:hsl(0,0%,77.5490196078%);border-radius:20px;overflow:hidden}.child{width:60px;height:.5rem;background-color:#7400a0;border-radius:20px;z-index:0;margin-left:-60px;animation:go 1s 0s infinite}@keyframes go{from{margin-left:-19.2rem;width:6.4rem}to{width:1.6rem;margin-left:19.2rem}}.text{width:9.6rem;background-color:rgba(0,0,0,0);margin-top:20px;text-align:left;font-size:2.4rem}.text::before{content:"Loading";color:rgb(171.4625,0,236.5);animation:text 1.5s 0s infinite}@keyframes text{0%{content:"Loading"}30%{content:"Loading."}60%{content:"Loading.."}100%{content:"Loading..."}}.app-container{width:100%;height:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;background-color:#f7f7f7}.app-content{width:100%;height:95%;flex:1;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.app-content::-webkit-scrollbar{width:8px}.app-content::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.app-content::-webkit-scrollbar-thumb{background:rgba(116,0,160,.2);border-radius:4px}.app-content::-webkit-scrollbar-thumb:hover{background:rgba(116,0,160,.3)}.app-controls{display:flex;height:5%;width:100%;margin:1.6rem auto;padding:0 2.4rem;flex-direction:row;justify-content:space-between;align-items:center;gap:1.6rem}@media only screen and (max-width: 48rem){.app-container{height:100%;overflow-y:visible}}

/*# sourceMappingURL=main.817e9e43916530758765.css.map*/