@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@200;400;600;700&family=Frank+Ruhl+Libre:wght@400;700;900&display=swap);.loading{font-family:Barlow,sans-serif;font-size:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.light .loading{color:#212121}.dark .loading{color:#f5f5f5}.current-weather{display:flex;justify-content:space-around}@media screen and (min-width:319px){.current-weather{grid-column:span 4;grid-row:3}}@media screen and (min-width:480px) and (orientation:landscape){.current-weather{grid-column:span 2;grid-row:3}}@media screen and (min-width:479px) and (orientation:portrait){.current-weather{grid-column:span 4;grid-row:3}}@media screen and (min-width:600px) and (orientation:landscape){.current-weather{grid-column:span 2;grid-row:3}}@media screen and (min-width:768px) and (orientation:portrait){.current-weather{grid-column:span 4;grid-row:3}}@media screen and (min-width:992px) and (orientation:landscape){.current-weather{grid-column:span 2;grid-row:3}}@media screen and (min-width:1200px){.current-weather{grid-column:span 2;grid-row:3}}.current-weather a{color:#000;font-size:22px;font-weight:700;text-decoration-line:none}.current-weather .image{display:flex;justify-content:left;width:50%}.current-weather .image .icon{width:120px}.current-weather .details{align-items:flex-end;display:flex;flex-direction:column;justify-content:center}.current-weather .details .temp{font-family:Frank Ruhl Libre,serif;font-size:68px;font-weight:900;letter-spacing:-3px;margin-bottom:-15px;margin-top:-10px}.light .current-weather .details .temp{color:#212121}.dark .current-weather .details .temp{color:#f5f5f5}.current-weather .details .temp span{font-family:Barlow,sans-serif;font-size:23px}.light .current-weather .details .temp span{color:#212121}.dark .current-weather .details .temp span{color:#f5f5f5}.current-weather .details .feelslike{font-family:Barlow,sans-serif;font-size:14px}.light .current-weather .details .feelslike{color:#757575}.dark .current-weather .details .feelslike{color:#bdbdbd}.current-weather .details .feelslike span{font-size:14px}.light .current-weather .details .feelslike span{color:#212121}.dark .current-weather .details .feelslike span{color:#f5f5f5}.current-weather .details .description{font-family:Barlow,sans-serif;font-size:14px}.light .current-weather .details .description{color:#212121}.dark .current-weather .details .description{color:#f5f5f5}.current-weather-details{align-items:center;border-radius:15px;display:flex;height:100%;transition:background-color .25s ease}@media screen and (min-width:319px){.current-weather-details{grid-column:span 4;grid-row:4}}@media screen and (min-width:480px) and (orientation:landscape){.current-weather-details{grid-column:span 2;grid-row:3}}@media screen and (min-width:479px) and (orientation:portrait){.current-weather-details{grid-column:span 4;grid-row:4}}@media screen and (min-width:600px) and (orientation:landscape){.current-weather-details{grid-column:span 2;grid-row:3}}@media screen and (min-width:768px) and (orientation:portrait){.current-weather-details{grid-column:span 4;grid-row:4}}@media screen and (min-width:992px) and (orientation:landscape){.current-weather-details{grid-column:span 2;grid-row:3}}@media screen and (min-width:1200px){.current-weather-details{grid-column:span 2;grid-row:3}}.light .current-weather-details{background-color:#f5f5f5;box-shadow:0 5px 10px 0 hsla(0,0%,88%,.667)}.dark .current-weather-details{background-color:#002952;box-shadow:0 5px 10px 0 rgba(0,26,51,.667)}.current-weather-details .current-weather-details-grid{grid-row-gap:0;grid-column-gap:15px;column-gap:15px;display:grid;flex:1 1;grid-template-columns:auto auto;padding:5px 15px;row-gap:0}.current-weather-details .current-weather-details-grid .current-weather-details-grid-item{align-items:center;display:flex;height:30px;justify-content:space-between}.current-weather-details .current-weather-details-grid .current-weather-details-grid-item label:first-child{font-family:Barlow,sans-serif;font-size:14px}.light .current-weather-details .current-weather-details-grid .current-weather-details-grid-item label:first-child{color:#757575}.dark .current-weather-details .current-weather-details-grid .current-weather-details-grid-item label:first-child{color:#bdbdbd}.current-weather-details .current-weather-details-grid .current-weather-details-grid-item label:last-child{font-family:Barlow,sans-serif;font-size:14px}.light .current-weather-details .current-weather-details-grid .current-weather-details-grid-item label:last-child{color:#212121}.dark .current-weather-details .current-weather-details-grid .current-weather-details-grid-item label:last-child{color:#f5f5f5}.daily-item{align-items:center;cursor:pointer;display:flex;font-family:Barlow,sans-serif;font-size:14px;padding:5px 20px}.daily-item .icon-small{width:40px}.daily-item .day{cursor:inherit;flex:1 1;font-weight:600;margin-left:15px}.light .daily-item .day{color:#212121}.dark .daily-item .day{color:#f5f5f5}.daily-item .description{cursor:inherit;flex:1 1;margin-right:15px;text-align:right}.light .daily-item .description{color:#212121}.dark .daily-item .description{color:#f5f5f5}.daily-item .min-max{cursor:inherit}.light .daily-item .min-max{color:#757575}.dark .daily-item .min-max{color:#bdbdbd}.daily-item .infoLink{cursor:inherit;margin-left:15px;text-align:center}.light .daily-item .infoLink{color:#212121}.dark .daily-item .infoLink{color:#f5f5f5}.daily{display:flex;flex-direction:column}@media screen and (min-width:319px){.daily{grid-column:span 4;grid-row:6}}@media screen and (min-width:480px) and (orientation:landscape){.daily{grid-column:span 4;grid-row:5}}@media screen and (min-width:479px) and (orientation:portrait){.daily{grid-column:span 4;grid-row:6}}@media screen and (min-width:600px) and (orientation:landscape){.daily{grid-column:span 4;grid-row:5}}@media screen and (min-width:768px) and (orientation:portrait){.daily{grid-column:span 4;grid-row:6}}@media screen and (min-width:992px) and (orientation:landscape){.daily{grid-column:span 4;grid-row:5}}@media screen and (min-width:1200px){.daily{grid-column:span 4;grid-row:5}}.daily .title{font-family:Frank Ruhl Libre,serif;font-size:23px;font-weight:700;margin-bottom:-5px}.light .daily .title{color:#212121}.dark .daily .title{color:#f5f5f5}.daily .daily-items-container{margin-top:10px}.daily .daily-items-container .link{text-decoration:none}.daily .daily-items-container .daily-item{border-radius:15px;height:40px;margin:5px;transition:background-color .25s ease}.light .daily .daily-items-container .daily-item{background-color:#f5f5f5;box-shadow:0 5px 10px 0 hsla(0,0%,88%,.667)}.dark .daily .daily-items-container .daily-item{background-color:#002952;box-shadow:0 5px 10px 0 rgba(0,26,51,.667)}.daily .daily-items-container .daily-item-header{height:0;overflow:hidden;transform:.25s;transition:height .5s ease}.daily .daily-items-container .daily-item-header.active{height:130px}@media screen and (min-width:600px) and (orientation:landscape){.location{grid-column:span 2;grid-row:span 2}.search,.settings{grid-column:3/span 2}}.search{display:flex;justify-content:flex-end}.search .input{background-color:initial;border:0;font-family:Barlow,sans-serif;font-size:14px;text-align:end;width:100%}.search .input:focus{outline:none}.light .search .input{border-bottom:1px solid #212121;color:#212121}.dark .search .input{border-bottom:1px solid #f5f5f5;color:#f5f5f5}.searchCity{display:flex;flex-direction:column;position:relative;width:100%}.searchCity .comboGroup{background-color:#fff;border:1px solid #ccc;border-radius:10px;cursor:pointer;height:40px;padding-left:15px;z-index:0}.searchCity .comboGroup:focus{outline:none}.searchCity .shadow{background-color:#ddd;border-radius:5px;line-height:30px;padding-bottom:10px;padding-top:10px;position:absolute;top:105%;width:100%;z-index:3}.searchCity .shadow .position{cursor:pointer;font-family:Arial,Helvetica,sans-serif;font-size:14px;padding-left:15px}.searchCity .shadow .position .position:hover{background-color:#93a3a3}.hourly-item{align-items:center;display:flex;flex-direction:column;font-family:Barlow,sans-serif;font-size:14px;height:100%;justify-content:center}.hourly-item .hour{cursor:inherit}.hourly-item .icon-small{margin:10px 0;width:40px}.hourly-item .temp{cursor:inherit}.hourly{display:flex;flex-direction:column}@media screen and (min-width:319px){.hourly{grid-column:span 4;grid-row:5}}@media screen and (min-width:480px) and (orientation:landscape){.hourly{grid-column:span 4;grid-row:4}}@media screen and (min-width:479px) and (orientation:portrait){.hourly{grid-column:span 4;grid-row:5}}@media screen and (min-width:600px) and (orientation:landscape){.hourly{grid-column:span 4;grid-row:4}}@media screen and (min-width:768px) and (orientation:portrait){.hourly{grid-column:span 4;grid-row:5}}@media screen and (min-width:992px) and (orientation:landscape){.hourly{grid-column:span 4;grid-row:4}}@media screen and (min-width:1200px){.hourly{grid-column:span 4;grid-row:4}}.hourly .title{font-family:Frank Ruhl Libre,serif;font-size:23px;font-weight:700;margin-bottom:-5px}.light .hourly .title{color:#212121}.dark .hourly .title{color:#f5f5f5}.hourly .hourly-items-container{-webkit-tap-highlight-color:transparent;cursor:pointer;scroll-snap-type:proximity;white-space:nowrap}.hourly .hourly-items-container .hourly-item-container{border-radius:15px;display:inline-block;height:120px;margin:15px 5px;transition:all .75s ease;width:75px}.light .hourly .hourly-items-container .hourly-item-container.active{background-color:#f5f5f5;box-shadow:0 5px 10px 0 hsla(0,0%,88%,.667);color:#212121;font-weight:600}.dark .hourly .hourly-items-container .hourly-item-container.active{background-color:#002952;box-shadow:0 5px 10px 0 rgba(0,26,51,.667);color:#f5f5f5;font-weight:600}.light .hourly .hourly-items-container .hourly-item-container{background-color:#e1e1e1;box-shadow:0;color:#757575;font-weight:400}.dark .hourly .hourly-items-container .hourly-item-container{background-color:#001a33;box-shadow:0;color:#bdbdbd;font-weight:400}.error-container{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.error-container .error-image{height:240px}.error-container .error-title{font-family:Barlow,sans-serif;font-size:16px;font-weight:700}.light .error-container .error-title{color:#212121}.dark .error-container .error-title{color:#f5f5f5}.error-container .error-message{font-family:Barlow,sans-serif;font-size:12px}.light .error-container .error-message{color:#212121}.dark .error-container .error-message{color:#f5f5f5}@keyframes fadein{0%{opacity:0}to{opacity:1}}.container{margin-left:auto;margin-right:auto}@media screen and (min-width:319px){.container{padding:3vh 4.5vw;width:90vw}.container .grid-container{grid-column-gap:10px;grid-row-gap:10px;animation:fadein .75s;column-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(6,auto);row-gap:10px}}@media screen and (min-width:480px) and (orientation:landscape){.container{padding:3vh 4.5vw;width:90vw}.container .grid-container{grid-column-gap:10px;grid-row-gap:10px;animation:fadein .75s;column-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,auto);row-gap:10px}}@media screen and (min-width:479px) and (orientation:portrait){.container{padding:3vh 3.5vw;width:92vw}.container .grid-container{grid-column-gap:15px;grid-row-gap:15px;animation:fadein .75s;column-gap:15px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(6,auto);row-gap:15px}}@media screen and (min-width:600px) and (orientation:landscape){.container{padding:3vh 4.5vw;width:92vw}.container .grid-container{grid-column-gap:15px;grid-row-gap:15px;animation:fadein .75s;column-gap:15px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,auto);row-gap:15px}}@media screen and (min-width:768px) and (orientation:portrait){.container{padding:2vh 4.5vw;width:90vw}.container .grid-container{grid-column-gap:15px;grid-row-gap:15px;animation:fadein .75s;column-gap:15px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(6,auto);row-gap:15px}}@media screen and (min-width:992px) and (orientation:landscape){.container{padding:2vh 4.5vw;width:90vw}.container .grid-container{grid-column-gap:15px;grid-row-gap:15px;animation:fadein .75s;column-gap:15px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,auto);row-gap:15px}}@media screen and (min-width:1200px){.container{padding:3vh 9vw;width:80vw}.container .grid-container{grid-column-gap:15px;grid-row-gap:15px;animation:fadein .75s;column-gap:15px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,auto);row-gap:15px}}@media screen and (min-width:319px){.location{grid-column:span 3;grid-row:span 2}}@media screen and (min-width:480px) and (orientation:landscape){.location{grid-column:span 2;grid-row:span 2}.search,.settings{grid-column:3/span 2}}@media screen and (min-width:479px) and (orientation:portrait){.location{grid-column:span 3;grid-row:span 2}}@media screen and (min-width:600px) and (orientation:landscape){.location{grid-column:span 2;grid-row:span 2}.settings{grid-column:3/span 2}}@media screen and (min-width:768px) and (orientation:portrait){.location{grid-column:span 3;grid-row:span 2}}@media screen and (min-width:992px) and (orientation:landscape){.location{grid-column:span 2;grid-row:span 2}.search,.settings{grid-column:3/span 2}}@media screen and (min-width:1200px){.location{grid-column:span 2;grid-row:span 2}.search,.settings{grid-column:3/span 2}}.location{display:flex;flex-direction:column}.location .backLink{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;margin-right:15px;margin-top:3px}.light .location .backLink{color:#212121}.dark .location .backLink{color:#f5f5f5}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.location .city{font-family:Frank Ruhl Libre,serif;font-size:38px;font-weight:900;margin-bottom:-5px}.light .location .city{color:#212121}.dark .location .city{color:#f5f5f5}.location .country{font-family:Barlow,sans-serif;font-size:18px;margin-bottom:2px}.light .location .country{color:#212121}.dark .location .country{color:#f5f5f5}.location .date{font-family:Barlow,sans-serif;font-size:14px}.light .location .date{color:#757575}.dark .location .date{color:#bdbdbd}.settings{display:flex;justify-content:flex-end}.settings .units{font-family:Barlow,sans-serif;font-size:14px;margin-right:15px;margin-top:3px}.settings .units span{cursor:pointer;margin-right:5px}.light .settings .units span{color:#757575}.dark .settings .units span{color:#bdbdbd}.light .settings .units span.active{color:#212121;font-weight:600}.dark .settings .units span.active{color:#f5f5f5;font-weight:600}.settings .button-theme{cursor:pointer;font-size:23px}.light .settings .button-theme{color:#212121}.dark .settings .button-theme{color:#f5f5f5}.selcurrent-weather{align-items:center;display:flex;justify-content:space-around}@media screen and (min-width:319px){.selcurrent-weather{grid-column:span 4;grid-row:3}}@media screen and (min-width:480px) and (orientation:landscape){.selcurrent-weather{grid-column:span 2;grid-row:3}}@media screen and (min-width:479px) and (orientation:portrait){.selcurrent-weather{grid-column:span 4;grid-row:3}}@media screen and (min-width:600px) and (orientation:landscape){.selcurrent-weather{grid-column:span 2;grid-row:3}}@media screen and (min-width:768px) and (orientation:portrait){.selcurrent-weather{grid-column:span 4;grid-row:3}}@media screen and (min-width:992px) and (orientation:landscape){.selcurrent-weather{grid-column:span 2;grid-row:3}}@media screen and (min-width:1200px){.selcurrent-weather{grid-column:span 2;grid-row:3}}.selcurrent-weather a{color:#000;font-size:22px;font-weight:700;text-decoration-line:none}.selcurrent-weather .image{display:flex;justify-content:left;width:50%}.selcurrent-weather .image .icon{width:120px}.selcurrent-weather .details{align-items:flex-end;display:flex;flex-direction:column;justify-content:center}.selcurrent-weather .details .temp{font-family:Frank Ruhl Libre,serif;font-size:68px;font-weight:900;letter-spacing:-3px;margin-bottom:-15px;margin-top:-10px}.light .selcurrent-weather .details .temp{color:#212121}.dark .selcurrent-weather .details .temp{color:#f5f5f5}.selcurrent-weather .details .temp span{font-family:Barlow,sans-serif;font-size:23px}.light .selcurrent-weather .details .temp span{color:#212121}.dark .selcurrent-weather .details .temp span{color:#f5f5f5}.selcurrent-weather .details .feelslike{font-family:Barlow,sans-serif;font-size:14px}.light .selcurrent-weather .details .feelslike{color:#757575}.dark .selcurrent-weather .details .feelslike{color:#bdbdbd}.selcurrent-weather .details .feelslike span{font-size:14px}.light .selcurrent-weather .details .feelslike span{color:#212121}.dark .selcurrent-weather .details .feelslike span{color:#f5f5f5}.selcurrent-weather .details .description{font-family:Barlow,sans-serif;font-size:14px}.light .selcurrent-weather .details .description{color:#212121}.dark .selcurrent-weather .details .description{color:#f5f5f5}.selcurrent-weather-details{align-items:center;border-radius:15px;display:flex;height:90%;transition:background-color .25s ease}@media screen and (min-width:319px){.selcurrent-weather-details{grid-column:span 4;grid-row:4}}@media screen and (min-width:480px) and (orientation:landscape){.selcurrent-weather-details{grid-column:span 2;grid-row:3}}@media screen and (min-width:479px) and (orientation:portrait){.selcurrent-weather-details{grid-column:span 4;grid-row:4}}@media screen and (min-width:600px) and (orientation:landscape){.selcurrent-weather-details{grid-column:span 2;grid-row:3}}@media screen and (min-width:768px) and (orientation:portrait){.selcurrent-weather-details{grid-column:span 2;grid-row:4}}@media screen and (min-width:992px) and (orientation:landscape){.selcurrent-weather-details{grid-column:span 2;grid-row:4}}@media screen and (min-width:1200px){.selcurrent-weather-details{grid-column:span 2;grid-row:4}}.light .selcurrent-weather-details{background-color:#f5f5f5;box-shadow:0 5px 10px 0 hsla(0,0%,88%,.667)}.dark .selcurrent-weather-details{background-color:#002952;box-shadow:0 5px 10px 0 rgba(0,26,51,.667)}.selcurrent-weather-details .current-weather-details-grid{grid-row-gap:0;grid-column-gap:15px;column-gap:15px;display:grid;flex:1 1;grid-template-columns:auto auto;padding:5px 15px;row-gap:0}.selcurrent-weather-details .current-weather-details-grid .current-weather-details-grid-item{align-items:center;display:flex;height:65px;justify-content:space-between}.selcurrent-weather-details .current-weather-details-grid .current-weather-details-grid-item label:first-child{font-family:Barlow,sans-serif;font-size:14px}.light .selcurrent-weather-details .current-weather-details-grid .current-weather-details-grid-item label:first-child{color:#757575}.dark .selcurrent-weather-details .current-weather-details-grid .current-weather-details-grid-item label:first-child{color:#bdbdbd}.selcurrent-weather-details .current-weather-details-grid .current-weather-details-grid-item label:last-child{font-family:Barlow,sans-serif;font-size:14px}.light .selcurrent-weather-details .current-weather-details-grid .current-weather-details-grid-item label:last-child{color:#212121}.dark .selcurrent-weather-details .current-weather-details-grid .current-weather-details-grid-item label:last-child{color:#f5f5f5}.selhourly-item{align-items:center;display:flex;flex-direction:row;font-family:Barlow,sans-serif;font-size:14px;height:100%;justify-content:space-around}.selhourly-item .hour{cursor:inherit}.selhourly-item .icon-small{margin:10px 0;width:40px}.selhourly-item .temp{cursor:inherit}.selhourly{display:flex;flex-direction:column}@media screen and (min-width:319px){.selhourly{grid-column:span 4;grid-row:5}}@media screen and (min-width:480px) and (orientation:landscape){.selhourly{grid-column:span 4;grid-row:4}}@media screen and (min-width:479px) and (orientation:portrait){.selhourly{grid-column:span 4;grid-row:5}}@media screen and (min-width:600px) and (orientation:landscape){.selhourly{grid-column:span 4;grid-row:4}}@media screen and (min-width:768px) and (orientation:portrait){.selhourly{grid-column:span 4;grid-row:5}}@media screen and (min-width:992px) and (orientation:landscape){.selhourly{grid-column:span 2;grid-row:3/span 2}}@media screen and (min-width:1200px){.selhourly{grid-column:span 2;grid-row:3/span 2}}.selhourly .title{font-family:Frank Ruhl Libre,serif;font-size:23px;font-weight:700;margin-bottom:-5px}.light .selhourly .title{color:#212121}.dark .selhourly .title{color:#f5f5f5}.selhourly .hourly-items-container{-webkit-tap-highlight-color:transparent;cursor:pointer;scroll-snap-type:proximity;white-space:nowrap}.selhourly .hourly-items-container .hourly-item-container{border-radius:15px;height:50px;margin:15px 5px;width:100%}.light .selhourly .hourly-items-container .hourly-item-container.active{background-color:#f5f5f5;box-shadow:0 5px 10px 0 hsla(0,0%,88%,.667);color:#212121;font-weight:600}.dark .selhourly .hourly-items-container .hourly-item-container.active{background-color:#002952;box-shadow:0 5px 10px 0 rgba(0,26,51,.667);color:#f5f5f5;font-weight:600}.light .selhourly .hourly-items-container .hourly-item-container{background-color:#e1e1e1;box-shadow:0;color:#757575;font-weight:400}.dark .selhourly .hourly-items-container .hourly-item-container{background-color:#001a33;box-shadow:0;color:#bdbdbd;font-weight:400}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}.main-container{height:auto!important;min-height:100vh;width:100%}.light .main-container{background-color:#f0f0f0}.dark .main-container{background-color:#001f3d}
/*# sourceMappingURL=main.168cda9e.css.map*/