@import url("https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@600&display=swap");body{margin:0}.spell-bee *{margin:0;padding:0;box-sizing:border-box}.spell-bee,.spell-bee *{font-family:Baloo Thambi\ 2,cursive}.spell-bee .base{align-content:center;vertical-align:center;flex-direction:column;justify-content:center}.spell-bee .container{display:flex;justify-content:center}#scoreboard{justify-content:normal;flex-direction:column}#hexGrid{display:grid;grid-gap:6px;grid-template-columns:repeat(4,fr);width:250px;margin:0 auto;font-size:.9em;list-style-type:none}.hex{grid-column-end:span 2;visibility:hidden;background-color:solid yellow;outline:1px solid transparent}.hex,.hexIn{position:relative}.hexIn:after,.hexIn:before{content:"";position:absolute}.hex:first-of-type{transform:rotate(90deg) translate(-2px,-54px)}.hex:nth-of-type(2){transform:rotate(29deg) translate(50px,10px)}.hex:nth-of-type(3){transform:rotate(30deg) translate(-8px,-43px)}.hex:nth-of-type(4){transform:rotate(90deg) translate(10px,-12px)}.hex:nth-of-type(5){transform:rotate(90deg) translate(55px,-3px)}.hex:nth-of-type(6){transform:rotate(90deg) translate(-20px,21px)}.hex:nth-of-type(7){transform:rotate(90deg) translate(24px,30px)}.hex:after{content:"";display:block;padding-bottom:86.602%}.hexIn{width:100%;padding-bottom:115.47%;overflow:hidden;visibility:hidden;transform:rotate(-60deg) skewY(30deg)}.hexIn,.hexIn *{position:absolute;outline:1px solid transparent}.hexIn *{visibility:visible}.hexLink{display:block;width:100%;height:100%;text-align:center;background-color:#e7e7e7;overflow:hidden;transform:skewY(-30deg) rotate(60deg);cursor:pointer}#center-letter{background-color:#ffc400}input[type=text]{background:transparent;border:none}.hex p{width:100%;box-sizing:border-box;background-color:transparent;font-weight:800;font-size:1.4em;color:black;font-family:Open Sans,sans-serif;padding:38% 0}.hex:nth-of-type(2) p,.hex:nth-of-type(3) p{transform:rotate(-27deg)}.hex:first-of-type p,.hex:nth-of-type(4) p,.hex:nth-of-type(5) p,.hex:nth-of-type(6) p,.hex:nth-of-type(7) p{transform:rotate(-90deg)}.hexLink:focus p,.hexLink:hover p{background-color:transparent}#center-letter.hexLink:focus p,#center-letter.hexLink:hover p{background-color:#ffb103c2}.outer-shape{background-image:url(webpack:///mini-css-extract-plugin//_next/static/media/outline.0710c320.png);background-repeat:no-repeat;background-position:center 10px;margin-bottom:0;padding:14px 0}#hexGrid{grid-template-columns:repeat(6,2fr);padding-bottom:7.4%;margin:10px auto}.hex:nth-child(5n+1){grid-column-start:2}.hex:nth-child(5n+3){grid-column-start:1}#testword{height:50px;text-align:center;font-size:2rem;padding-top:3px}#cursor{font-size:1.5rem;font-weight:100;height:5vw;color:rgba(0,0,0,.5);position:relative;padding-left:10px}#cursor:before{content:"";display:block;position:absolute;top:0;right:0;width:2px;height:1.25em;background:#f7da21;animation:blink 1s step-end infinite}#cursor.cursor-none:before{content:none}.cursor{position:relative;margin:0 auto 10px;width:max-content}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.spell-bee .header{display:grid;grid-template-columns:max-content auto max-content;align-items:center;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);position:relative;padding:0 30px}.spell-bee h1{text-align:center;margin:0 0 1vhpx;font-size:1.5rem}.scoreText{font-size:15px;font-weight:100;align-self:center}.spell-bee ul{list-style-type:none;text-align:center}#discoveredText{font-size:15px;align-self:center;display:flex;flex-direction:row;flex-wrap:wrap;font-weight:700;margin:12px 0}.dwords{font-weight:100}#shuffle_button,.dwords{padding:0}.button_container{grid-gap:8px;flex-wrap:wrap;margin-bottom:5vh;height:10%;margin-top:20px}.button_container>div{display:inline-flex;align-items:center;grid-gap:10px}.button{background-color:white;border:0 solid #e7e7e7;margin:0 auto;color:black;padding:0 15px;text-align:center;text-decoration:none;display:inline-block;font-size:1em;border-radius:30px;cursor:pointer}.next-btn{display:block;margin-top:16px;width:100%}.next-btn .button{padding:8px 16px}.right-comment{background-color:white;color:black;border-radius:3px;border:1px solid rgb(179,177,177)}.right-comment,.wrong-comment{display:flex;padding:5px 10px;align-items:center;justify-content:center;font-size:.8em}.wrong-comment{background-color:black;color:white;border-radius:3px}.spell-bee .container,.ul-parent{align-items:center}.ul-parent{text-align:center}.delete{align-self:center}.contaniner{height:400px;justify-content:normal}.wordsDiscovered{align-self:center;font-size:15px;font-style:bold;text-decoration:underline}.fade-out{opacity:0;transition:width .5s .5s,height .5s .5s,opacity .5s}.fade-in{opacity:1;transition:width .5s,height .5s,opacity .5s .5s}.shake-effect{animation:shake .7s cubic-bezier(.36,.07,.19,.97) 0s 1 normal both running}@keyframes shake{20%{transform:translate3d(-1px,0,0)}40%{transform:translate3d(2px,0,0)}60%{transform:translate3d(-1px,0,0)}80%{transform:translate3d(2px,0,0)}}.grid-container{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;max-width:1000px;margin:80px auto 20px}.progress{display:flex;align-items:center;grid-gap:15px}.progress h5{font-size:16px;white-space:nowrap}.progress-bar{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(20px,1fr))}.progress-step{text-align:center;position:relative}.progress-step:after,.progress-step:before{background-color:#ffd300d1;content:"";height:2px;position:absolute;z-index:-1;top:50%;transform:translateY(-50%)}.progress-step:after{left:50%;width:100%}.progress-step:last-of-type.is-active:after{background-color:#c0a359}.delete-btn{background:#e7e7e7}.delete-btn,.enter-btn{padding:5px 30px;border-radius:10px}.enter-btn{background:#62a953;color:#fff}.shuffle-btn{width:50px;height:50px;border-radius:50%;border:3px solid #e7e7e7}.shuffle-btn img{vertical-align:middle}.other-games-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px}@media screen and (min-width:640px){.progress-step:first-of-type:before{right:50%;width:50%}}@media screen and (max-width:640px){.progress-step:first-of-type:before,.progress-step:last-of-type:after{background-color:white!important}}.progress-step:last-of-type:after{left:50%;width:50%}.progress-step:not(.is-active) .step-count{margin-top:8px}.progress-step .step-count{background-color:#ffd300d1;height:10px;width:10px;margin:0 auto;border-radius:50%;color:white;line-height:10px;z-index:100;font-size:.8rem;font-weight:500}.progress-step.is-active .step-count{height:25px;width:25px;line-height:25px}.progress-step .step-count:before{content:""}.progress-step.is-active .step-description{font-weight:500}.progress-step.is-active:after,.progress-step.is-active~.progress-step .step-count,.progress-step.is-active~.progress-step:after{background-color:#dad6ce}.step-description{font-size:.8rem}#scoreboard{display:block;background-color:#FFF;border:1px solid #d7d7d7;padding:10px 20px 15px;border-radius:10px;margin-top:40px;text-align:left;position:relative}@media only screen and (max-width:800px){#scoreboard{border:#FFF}}.scoreboard-header,.scoreboard-header-grid{display:grid;grid-template-columns:auto max-content;align-items:center}#maxscore,#score{font-size:24px;color:#5c5c5c}.shuffle-img{vertical-align:middle}.down-arrow{display:none}.box-wrapper{width:100%;display:inline-flex;grid-gap:10px;margin:5px 0}.box-check{background-color:#fff;border:1px solid #ffd300d1;--tw-text-opacity:1;color:rgb(50 53 73/var(--tw-text-opacity));justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex}.preview-img{display:none}.share-btn{border:0;width:auto;height:auto;border-radius:5px;padding:8px 10px 2px}.share-txt{display:inline-block;vertical-align:middle;margin-top:-8px;margin-right:8px}.menu-icons{cursor:pointer}.menu-icons span{width:30px;height:3px;background:#767676;display:block}.menu-icons span:nth-of-type(2){margin:4px 0}@media only screen and (max-width:767px){.preview-img{display:block;position:absolute;bottom:-4px;right:5px}.spell-bee .header{padding:5px 10px}.grid-container{grid-template-columns:repeat(1,1fr);padding:10px;margin:0;position:relative}.ul-parent{order:2}#scoreboard{margin-top:0;padding:0;min-height:auto}.down-arrow{display:none;position:absolute;right:10px;top:16px}.down-arrow img{width:14px}.words-list{display:none}.down-arrow:hover+.words-list{display:block}.box-check{width:40px;height:40px}.box-wrapper{grid-gap:6px}.progress{position:static;width:100%;top:20px;left:2%;display:block;text-align:center;border:1px solid #e7e7e7;border-radius:10px;padding:10px 0;margin-bottom:10px}.progress h5{font-size:20px;line-height:20px}#scoreboard{border:1px solid #b9b9b9;padding:10px;border-radius:10px;position:relative}.scoreboard-header{position:static;width:100%;top:95px;left:2%}.button_container{margin-bottom:0;margin-top:0}.scale-parent{position:absolute;right:0;top:0;border-left:3px solid #b9b9b9;border-radius:20px;transform:scale(.45) translate(180px,-130px);width:300px;height:210px;overflow-y:auto}.scale-container{display:block;padding:6px 15px 0;border-radius:10px}.scoreboard-header,.scoreboard-header-grid{display:block}#maxscore,#score{font-size:50px;line-height:50px}.cursor{margin-bottom:0}.outer-shape{padding:14px 0 10px}.fade-out{height:30px}}.box-row{margin-top:4px}.modal{position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,.4)}.modal-content{background-color:#fff;border:1px solid #d7d7d7;border-radius:10px;display:block;text-align:left;width:600px;padding:20px;min-height:auto;margin:auto;position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}.close{background-color:#ea242a;color:#fff;position:absolute;right:-10px;top:-16px;border-radius:9999px;width:30px;height:30px;text-align:center;font-size:30px;line-height:32px;cursor:pointer}#delete_button img{width:24px;vertical-align:middle}.box-check:not(:empty){background-color:#62a953;color:#fff;border:0}.last-word .box-check{background-color:#62a953;color:#FFF}.level{padding:10px 15px;margin:0!important}#timer{width:80px}.logo img{width:250px;height:auto}.next-btn{margin-top:0;text-align:center;padding-right:11px;border-right:0 solid #707070}.playagain-btn{background-color:#fff;color:#ea242a;font-size:25px}.btns-icon{display:inline-flex;width:auto;justify-self:center;cursor:pointer}.spell-bee .popup-title{margin-bottom:10px;font-size:30px}.spell-bee .play-list{text-align:left;padding-left:30px}.spell-bee .play-list li{list-style-type:disc;margin:16px 0}.congrats-wrapper{margin:16px 0;height:153px;overflow-y:auto}.congrats-wrapper-app{height:150px}.congrats-header img{width:160px}.animate{animation-duration:.15s!important;animation-fill-mode:forwards!important;animation-name:FlipInGreen!important}.animate:first-of-type{animation-duration:.2s!important}.animate:nth-of-type(2){animation-duration:.4s!important}.animate:nth-of-type(3){animation-duration:.6s!important}.animate:nth-of-type(4){animation-duration:1s!important}.animate:nth-of-type(5){animation-duration:1.2s!important}.animate:nth-of-type(6){animation-duration:1.6s!important}.animate:nth-of-type(7){animation-duration:2s!important}.animate:nth-of-type(8){animation-duration:2.2s!important}@keyframes FlipInGreen{0%{transform:rotateX(0deg)}50%{transform:rotateX(-90deg)}to{transform:rotateX(0)}}.congrats-header{text-align:center}.congrats-content{color:#5c5c5c}.menulist{position:fixed;background:rgba(0,0,0,.6);width:100%;height:100%;left:0;top:92px;z-index:1}.menulist ul{text-align:left;background:#fff;max-width:300px;margin-left:18px;padding:10px 0}.menulist ul a{width:100%;display:block;text-decoration:none;padding:10px 20px;border-bottom:1px solid #e5e5e5;color:#525252}.menulist ul li:last-of-type a{border-bottom:0}.inline-btns{display:grid;grid-template-columns:auto max-content;grid-gap:20px;align-items:center;box-shadow:0 0 5px rgb(0 0 0/20%);border-radius:5px;padding:10px}.vaalthukkal-app{top:45%}.share-right{position:absolute;right:10px;bottom:30px}.next-btn{text-align:left}.next-btn p{display:inline-block;line-height:20px}span.rounded-lg.playagain-btn.btns-icon{width:auto;font-size:20px!important}.other-games{margin-top:20px}.other-games h1{font-size:14px;margin-bottom:10px}.vaalthukal-img-div{border-bottom:1px solid #ede9e9}.vaalthukal-img-div img{height:auto}.game-div{background:#fff;border-radius:5px;padding:10px;margin:0 0 15px}.game-div img{width:150px;height:52px;object-fit:contain}.game-div.solliyadi,.game-div.solvettai,.game-div.sudoku,.game-div.vikatanplay,.game-div.watchout,.game-div.wordcoach{border:1px solid #cbcbcb}.cta-btn{background-color:#62a953;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:14px;padding:4px 14px;text-decoration:none;text-align:center}#exception{width:100%!important}#resulting,#yesterday{top:50%!important}@media only screen and (max-width:767px){span.rounded-lg.playagain-btn.btns-icon{padding:0;margin:0;font-size:30px}.modal-content{width:90%;padding:20px}.spell-bee .popup-title{margin-bottom:0;font-size:26px}.spell-bee .play-list{height:425px;overflow-y:auto}.spell-bee .play-list-app{height:250px}.spell-bee .play-list li{font-size:14px;margin:10px 0}.scale-container .share-btn{display:none}.inline-btns{grid-gap:8px;font-size:12px;align-items:center}.next-btn{margin-top:0}.btns-icon{justify-self:center}.congrats-wrapper{height:110px}.game-div img{width:100%}}.vv-app{padding-bottom:300px}.text-red{color:#ee272f}@media only screen and (max-width:600px){.other-games-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px}.game-div{display:block}.game-div img{width:100%;object-fit:contain}.cta-btn{width:100%;text-align:center}.modal-content{inset:80% auto auto 50%;position:absolute!important}#yesterday{top:50%!important}#compose{top:55%!important}#resulting{top:50%!important}}@media only screen and (max-width:767px){span.rounded-lg.playagain-btn.btns-icon{padding:0;margin:0;font-size:30px}}.share-btn{background-color:#62a953;color:#FFF;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);height:38px}.bts-icon-blu{background-color:#2c81d0}.btns-icon{grid-gap:10px;align-items:center;justify-content:center}