*{margin:0;padding:0;box-sizing:border-box}body{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;font-size:62.5%;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}li,ol,ul{list-style-type:none}button,input,textarea{border:none;background-color:transparent;outline:none}.wrapper{width:95%;margin:0 auto;max-width:1280px}.mb10{margin-bottom:1rem}.mb20{margin-bottom:2rem}.mb30{margin-bottom:3rem}.mb40{margin-bottom:4rem}.mb50{margin-bottom:5rem}.relative{position:relative}.icon{font-size:1.1rem}#root{width:100%;overflow-x:hidden}.App__container{display:flex;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.App__container.darkMode{background-color:#3b3b3b;background-color:var(--bgDarkApp)}:root{--bgLightApp:#ebebeb;--bgLightCard:#f3f3f3;--bgLightBottom:#fcfcfc;--bgLightButton:#5a5f7e;--bgDarkApp:#3b3b3b;--bgDarkCard:#71828f;--bgDarkBottom:#394146;--bgDarkButton:#9099eb;--darkShadow:rgba(0,0,0,0.76);--lightShadow:#9e9e9e;--darkText:#040404;--lightText:#f5f5fc}.Home{background-color:#e0e0e0;transition:background-color,transform .2s ease-out;position:relative;overflow:hidden;min-width:100%;flex-shrink:0}.Home.darkmode{background-color:#3b3b3b}.Home .wrapper{padding-top:63px;min-height:100vh}.Home .wrapper,.Home__main{display:flex;flex-direction:column;align-items:center}.Home__main{justify-content:center;min-height:50vh}.Home__cover{margin:.85rem;width:180px}.Home__cover img{width:100%}.Error{color:var(--darkText);text-align:center}.Error.darkmode{color:var(--lightText)}.Error__heading{font-size:3rem}.Error__subheading{font-size:1rem}.ECard{border-radius:1rem;box-shadow:.1rem .1rem .9em var(--bglightCard);padding:2rem 3rem;width:20rem;text-align:center;position:relative;background-color:var(--bgLightCard);transition:all .2s ease-out}.ECard__cover{width:7.2rem;margin:0 auto;height:100px}.ECard__cover img{max-width:100%}.ECard.darkmode{box-shadow:.1rem .1rem .9rem var(--darkShadow);background-color:var(--bgDarkCard);color:var(--lightText)}.ECard__save-button{position:absolute;left:1.5rem;top:14px;font-size:2rem;color:var(--bgDarkApp)}.ECard .ECard__heading{font-size:1.2rem}.ECard .ECard__weather{font-size:3rem}.ECard__weather{font-size:4rem}.ECard__weather-icon{background-color:var(--darkShadow);box-shadow:.1rem .1rem .9em var(--lightShadow);border-radius:50%;top:.5rem;position:absolute;right:1.5rem;width:40px;height:40px;transition:all .2s ease-out}.ECard__weather-icon.darkmode{box-shadow:none;background-color:#646464}.ECard__weather-icon img{width:100%}.ECard__details{display:flex;justify-content:space-around}.ECard__details .details__item{font-size:1.2rem}.EBottomResults{background-color:var(--bgLightBottom);box-shadow:.1rem .1rem .2rem var(--lightShadow);border-radius:.8rem .8rem 0 0;bottom:0;left:0;width:100%;transition:bottom .8s ease-out;position:absolute;height:20vh;padding:0 .5rem}.EBottomResults.darkmode{background-color:var(--bgDarkBottom);box-shadow:.1rem .1rem .2rem var(--darkShadow);transition:.2s ease-out}.EBottomResults .container{display:flex;height:100%;align-items:center;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible}.container .EBottom__btn-forecast{background-color:var(--bgLightButton);border:1px solid #000;box-shadow:5px 3px 0 .4px var(--bgDarkButton);color:var(--lightText);font-weight:700;margin:0 auto;padding:.4rem 1.2rem;text-transform:uppercase}.container .EBottom__btn-forecast.darkmode{background-color:var(--bgDarkButton);box-shadow:5px 3px 0 .4px var(--bgLightButton);color:var(--darkText)}.container .EBottom__btn-forecast:active{box-shadow:5px 4px 0 .5px none;box-shadow:5px 4px 0 .5px initial;padding:.5rem 1.3rem}.EBottom__btn-forecast p{display:inline-block;margin-left:.5rem}.forecastItem{box-shadow:.1rem .1rem .2rem var(--darkShadow);border-radius:.8rem;color:var(--lightText);margin:0 .3rem;text-align:center;padding:.7rem 0}.forecastItem,.forecastItem.darkmode{background-color:var(--bgLightButton)}.forecastItem h2{font-size:1rem}.foreItem__icon{width:2rem;height:2rem;margin:0 auto;border-radius:50%;background-color:var(--bgDarkApp)}.foreItem__icon img{width:100%}.details__body{display:flex;justify-content:center}.details__body .details__item{display:flex;flex-direction:column;align-items:center;margin:.3rem;font-size:1.2rem}.details__item p{font-size:.8rem}.sk-chase{width:40px;height:40px;position:relative;-webkit-animation:sk-chase 2.5s linear infinite both;animation:sk-chase 2.5s linear infinite both;margin:0 auto}.sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;-webkit-animation:sk-chase-dot 2s ease-in-out infinite both;animation:sk-chase-dot 2s ease-in-out infinite both}.sk-chase-dot.darkmode:before{background-color:#e0e0e0}.sk-chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:#222;border-radius:100%;-webkit-animation:sk-chase-dot-before 2s ease-in-out infinite both;animation:sk-chase-dot-before 2s ease-in-out infinite both}.sk-chase-dot:first-child{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-chase-dot:nth-child(2){-webkit-animation-delay:-1s;animation-delay:-1s}.sk-chase-dot:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-chase-dot:nth-child(4){-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-chase-dot:nth-child(5){-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-chase-dot:nth-child(6){-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-chase-dot:first-child:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-chase-dot:nth-child(2):before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-chase-dot:nth-child(3):before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-chase-dot:nth-child(4):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-chase-dot:nth-child(5):before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-chase-dot:nth-child(6):before{-webkit-animation-delay:-.6s;animation-delay:-.6s}@-webkit-keyframes sk-chase{to{transform:rotate(1turn)}}@keyframes sk-chase{to{transform:rotate(1turn)}}@-webkit-keyframes sk-chase-dot{80%,to{transform:rotate(1turn)}}@keyframes sk-chase-dot{80%,to{transform:rotate(1turn)}}@-webkit-keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,to{transform:scale(1)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,to{transform:scale(1)}}.Button{background-color:var(--bgLightButton);border:1px solid #000;box-shadow:5px 3px 0 .4px var(--bgDarkButton);color:var(--lightText);font-weight:700;margin:0 auto;padding:.4rem 1.2rem;text-transform:uppercase}.Button.darkMode{background-color:var(--bgDarkButton);box-shadow:5px 3px 0 .4px var(--bgLightButton);color:var(--darkText)}.Button:active{box-shadow:5px 4px 0 .5px none;box-shadow:5px 4px 0 .5px initial;padding:.5rem 1.3rem}.Button p{display:inline-block;margin-left:.5rem}.ESearch{max-width:20rem;width:100%}.ESearch__form{display:flex;flex-wrap:nowrap;background-color:var(--bgLightBottom);border-radius:8px;align-items:center;justify-content:space-between;padding:.1rem 1rem;width:100%}.ESearch__form.darkmode{background-color:#494949}.ESearch__form.darkmode .ESearch__input{color:silver}.ESearch__form.darkmode .ESearch__input::-webkit-input-placeholder{color:#c5c5c5}.ESearch__form.darkmode .ESearch__input:-ms-input-placeholder{color:#c5c5c5}.ESearch__form.darkmode .ESearch__input::-ms-input-placeholder{color:#c5c5c5}.ESearch__form.darkmode .ESearch__input::placeholder{color:#c5c5c5}.ESearch__input{padding:1.2rem 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;flex-grow:1}.ESearch__input::-webkit-input-placeholder{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.ESearch__input:-ms-input-placeholder{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.ESearch__input::-ms-input-placeholder{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.ESearch__input::placeholder{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif}.ESearch__form-button{background-color:var(--bgDarkButton);display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;border-radius:50%}.ESearch__form-button.darkmode{background-color:var(--bgLightCard);color:var(--darkText)}.Header{position:absolute;top:0;padding:1rem 1.4rem;display:flex;justify-content:space-between;width:100%}.Header.darkmode .Header__button{color:var(--lightText)}.Header__button{background-color:transparent;border:none;cursor:pointer;font-size:1.5rem;transition:transform .2s ease-out;outline:none}.theme-controller:active{transform:rotate(1turn)}.Navigator{background-color:var(--bgLightBottom);min-height:100vh;top:0;transition:transform .2s ease-out;width:75.6%;flex-shrink:0;max-height:100vh;overflow-y:scroll}.Navigator.darkMode{background-color:var(--bgDarkBottom);color:var(--lightText)}.Navigator__head{background-color:var(--bgLightButton);display:flex;flex-direction:column;align-items:center;padding:4.8em 2rem 2rem}.User__info{align-self:flex-start;color:var(--lightText)}.User__info p{font-size:.75rem}.User__info .class_icon{font-size:1rem}.User__picture{width:120px;height:120px;border-radius:50%;overflow:hidden;background-color:var(--bgLightApp);border:2px solid var(--bgDarkButton)}.User__picture img{width:100%;height:100%;object-fit:cover}.Navigator__body{padding:.6rem}.Nav__options{border-bottom:2px solid var(--lightShadow)}.Nav__options .Nav__option{color:var(--darkText)}.Nav__options.darkmode .Nav__option{color:var(--lightText)}.Nav__option{padding:1.2rem;font-size:.9rem;display:block;font-weight:700;border-bottom:1px solid var(--lightShadow)}.Nav__options .Nav__option.active{color:var(--bgDarkButton)}.Nav__places{padding:1.3rem .6rem}.Nav__places header{font-size:1.3rem;font-weight:700}.PlaceOption{background-color:var(--bgLightButton);border-radius:8px;padding:.8rem;color:var(--lightText);margin:4px}.Profile{min-height:100vh;width:100%;background-color:var(--bgLightApp);flex-shrink:0}.Profile.darkMode{background-color:var(--bgDarkApp)}.Profile .wrapper{padding-top:63px;display:flex;flex-direction:column;align-items:center}.Profile__edit-pict{width:42px;height:30px;background-color:var(--bgLightCard);border-radius:5px;box-shadow:.1rem .1rem .4rem var(--lightShadow);display:flex;align-items:center;justify-content:center;position:absolute;bottom:4px;right:10px}.Profile__edit-pict.active{opacity:0;transform:scale(0)}.Profile__upload-button{padding:12px 24px;background-color:var(--bgLightButton);color:var(--lightText);border-radius:4px}#img-input{opacity:0;z-index:-10;transform:scale(0);width:0;height:0;position:absolute}.User__header{display:flex;flex-direction:column;align-items:center}.Form{width:95%}.Form h2{padding:0 1rem}.Form .container{background-color:var(--bgLightCard);border-radius:12px;min-height:10rem;padding:1rem}.Form.darkMode h2{color:var(--lightText)}.Form.darkMode .container{background-color:#c9c9c9}.Form__register-box{padding:12px;font-size:.7rem}.Form__register-box span{display:block;margin-bottom:8px}.Form__register-box h3{color:var(--bgLightButton);font-weight:700}.Form__error{color:#f17d7d;text-align:end;font-size:.7rem;margin-bottom:12px}.Input{border-radius:8px;background-color:var(--bgLightBottom);display:flex;flex-direction:column;position:relative;margin-bottom:1rem}.Input.invalid input{border:1px solid red}.Input__label{position:absolute;font-size:.9rem;top:27%;left:1rem;transition:transform .25s ease-out;background-color:inherit;padding:.2rem}.Input input::-webkit-input-placeholder{opacity:0}.Input input:-ms-input-placeholder{opacity:0}.Input input::-ms-input-placeholder{opacity:0}.Input input::placeholder{opacity:0}.Input input.active~.Input__label{left:.4rem;top:-.7rem;transform:scale(.7);background-color:var(--bgLightCard)}.Input.darkMode input.active~label{top:-1.2rem;left:0;background-color:#c9c9c9}.Input input{padding:13px}.Input input:focus~.Input__label{left:.4rem;top:-.7rem;transform:scale(.7);background-color:var(--bgLightCard)}.Input.darkMode input:focus~.Input__label{top:-1.2rem;left:0;background-color:#c9c9c9}.Input input:focus::-webkit-input-placeholder{opacity:1}.Input input:focus:-ms-input-placeholder{opacity:1}.Input input:focus::-ms-input-placeholder{opacity:1}.Input input:focus::placeholder{opacity:1}.ErrorPage{background-color:var(--bgLightApp);align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:100vw}.ErrorPage.darkmode{background-color:var(--bgDarkApp);color:var(--bgLightApp)}
/*# sourceMappingURL=main.403a5489.chunk.css.map */