@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.app{display:flex;justify-content:center;min-height:100vh}.theme-light .app{background-color:#f0f0f0;color:#000}.theme-dark .app{background-color:#222736;color:#eff2f7}body{font-family:Roboto;margin:0}.home{display:flex;flex-direction:column;height:100%;width:40%}.theme-light .home{background-color:#f0f0f0;color:#000}.theme-dark .home{background-color:#222736;color:#eff2f7}.titleSearchDiv{margin-top:40%;width:100%}.titleSearchDiv .homeTitle{font-size:48px;margin-bottom:16px;margin-top:0}.titleSearchDiv .emptyText{margin-top:48px;text-align:center}@media(max-width:768px){.home{padding:0 16px;width:100%}}.notfound{align-items:center;display:flex;font-size:32px;height:100vh;justify-content:center;padding:0 16px;text-align:center}.generalWeatherView{width:70%}.header{display:flex;justify-content:space-between;margin-top:60px}.header .divCurrentLocationBasic .divNameRefresh{align-items:center;display:flex}.header .divCurrentLocationBasic .locationName{font-size:32px;margin-right:8px}.header .divCurrentLocationBasic .locationDate{font-size:16px;margin-top:4px}.header .emptyText{font-size:12px;margin-left:8px;margin-top:4px}.header .button-refresh{background-color:transparent;border-radius:80px;cursor:pointer}.theme-light .header .button-refresh{border:1px solid #000;color:#000}.theme-dark .header .button-refresh{border:1px solid #eff2f7;color:#eff2f7}.header .single-button{align-items:center;border-radius:50%;display:flex;height:30px;justify-content:center;width:30px}.header .single-button .iconRefresh{width:16px}@media(max-width:768px){.generalWeatherView{width:90%}.header{flex-direction:column;margin-top:60px}.header .divCurrentLocationBasic{margin-top:16px;order:1;text-align:center}.header .divCurrentLocationBasic .divNameRefresh{justify-content:center}}.scroll::-webkit-scrollbar{height:4px}.scroll::-webkit-scrollbar-thumb{background:#d4d7dc;border-radius:16px}.scroll::-webkit-scrollbar-thumb:active{background-color:#d4d7dc}.scroll::-webkit-scrollbar-track{background:transparent}.scroll::-webkit-scrollbar-track:active,.scroll::-webkit-scrollbar-track:hover{background:transparent}.card,.cardCurrentWeather,.dailyView .cardHourView,.hourView .cardHourView{background:#fff;border-radius:16px;box-shadow:0 6px 24px 0 rgba(43,79,135,.12);opacity:80%;padding:16px}.dailyView .theme-light .cardHourView,.hourView .theme-light .cardHourView,.theme-light .card,.theme-light .cardCurrentWeather,.theme-light .dailyView .cardHourView,.theme-light .hourView .cardHourView{color:#000}.dailyView .theme-dark .cardHourView,.hourView .theme-dark .cardHourView,.theme-dark .card,.theme-dark .cardCurrentWeather,.theme-dark .dailyView .cardHourView,.theme-dark .hourView .cardHourView{color:#222736}.modal{align-items:center;background:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal .modal-content{border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;padding:24px;width:40%}.modal .modal-content .modal-header{margin-bottom:16px}.modal .modal-content .modal-header .modal-title{font-size:20px}.modal .modal-content .modal-body{margin-bottom:16px}.modal .modal-content .modal-footer{align-self:end}.modal .modal-content .modal-footer .button-footer{background:transparent;border-radius:8px;cursor:pointer;padding:8px}.theme-light .modal .modal-content .modal-footer .button-footer{border:1px solid #000;color:#000}.theme-dark .modal .modal-content .modal-footer .button-footer{border:1px solid #eff2f7;color:#eff2f7}.modal .modal-content .modal-footer .subscribeMe{margin-left:16px}.theme-light .modal .modal-content{background-color:#f0f0f0;color:#000}.theme-dark .modal .modal-content{background-color:#222736;color:#eff2f7}@media(max-width:768px){.modal .modal-content{width:80%}}.circle-action{stroke:#fff}.form-wrapper{background:#fff;border-radius:40px;height:52px;min-width:300px;position:relative;width:100%}.form-wrapper input{background:#fff;border:0;border-radius:40px;border-top-style:none;float:left;height:20px;padding:15px 5px 15px 25px;width:70%}.form-wrapper input:focus{outline:0}.form-wrapper button{align-items:center;border:0;border-radius:40px;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;overflow:visible;padding:0;position:absolute;right:4px;text-transform:uppercase;top:4px;width:44px}.theme-light .form-wrapper button{background:#ffbe40}.theme-dark .form-wrapper button{background:#b533ff}.button-arrow{cursor:pointer;width:44px}.themeSetter{position:absolute;right:24px;top:24px}.themeSetter .buttonSetter{background:transparent;border:none;cursor:pointer}.cardCurrentWeather{margin-bottom:50px;margin-top:16px}.cardCurrentWeather .currentTemp{font-size:42px}.cardCurrentWeather .maxMindiv{align-items:center;display:flex}.cardCurrentWeather .maxminTemp{font-size:32px}.cardCurrentWeather .marginMin{margin-left:12px}.cardCurrentWeather .iconDescription{align-items:center;display:flex;flex-direction:column}.cardCurrentWeather .headerCurrentW{align-items:center;border-bottom:1px solid #222736;display:flex;justify-content:space-between;padding-bottom:8px}.cardCurrentWeather .currentIcon{width:90px}.divCardSingleData{align-items:center;display:flex;justify-content:center;width:100%}.cardSingleData{display:flex;flex-wrap:wrap;padding:16px}.cardSingleData .elements{align-items:center;display:flex;font-size:14px;margin-bottom:12px;width:50%}.cardSingleData .elements .iconElement{align-items:center;display:flex;margin-right:4px;width:18px}@media(max-width:768px){.cardSingleData{padding:16px 0 0}.cardSingleData .elements{width:100%}.cardSingleData .marginMin{margin-left:0}}.menuButtons{display:flex;margin-top:24px}.menuButtons .menuOption{background-color:transparent;border:none;cursor:pointer;font-size:16px;text-decoration:none}.theme-light .menuButtons .menuOption{color:#000}.theme-dark .menuButtons .menuOption{color:#eff2f7}.menuButtons .hourOption{margin-left:16px}.theme-light .menuButtons .selected{border-bottom:4px solid #ffbe40}.theme-dark .menuButtons .selected{border-bottom:4px solid #b533ff}.hourView{display:flex;margin-top:16px;overflow-x:scroll;padding-bottom:12px}.hourView .cardHourView{align-items:center;cursor:pointer;display:flex;flex-direction:column;margin-right:16px}.hourView .cardHourView .hourlyIcon{width:50px}.hourView .cardHourView .hourlyTemp{margin-top:8px}.theme-light .hourView .selected{border:3px solid #ffbe40}.theme-dark .hourView .selected{border:3px solid #b533ff}.dailyView{display:flex;margin-top:16px;overflow-x:scroll;padding-bottom:12px}.dailyView .cardHourView{cursor:pointer;margin-right:16px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.dailyView .cardHourView .weekDay{margin-bottom:8px;text-align:center}.dailyView .cardHourView .dayView{align-items:center;display:flex;justify-content:space-between}.dailyView .cardHourView .dayView .hourlyIcon{width:50px}.dailyView .cardHourView .tempView{margin-left:8px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.theme-light .dailyView .selected{border:3px solid #ffbe40}.theme-dark .dailyView .selected{border:3px solid #b533ff}
/*# sourceMappingURL=main.59ee1ed6.css.map*/