:root{color:#ffffffde;background-color:#03012d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column}img{display:block}li{list-style-type:none}p,input,button,ul,li{outline:none;border:none;padding:0;margin:0;color:inherit;background-color:inherit}body{margin:0;display:flex;justify-content:center;font-family:DM Sans,sans-serif;min-height:100vh}h1{font-family:Bricolage Grotesque;font-size:3.4em;line-height:1.1;text-align:center;margin:1rem 0 3rem;color:#fff}header,main{min-width:76rem;margin:3rem auto;display:flex}header{flex-direction:row;justify-content:space-between}main{flex-direction:column}.units{display:flex;flex-direction:column;align-items:flex-end;position:relative}.units-btn{display:flex;flex-direction:row;align-items:center;gap:.5rem;background:url(../icon-dropdown.svg) no-repeat center right 1rem,#312f4b;padding:.75rem 2.5rem .75rem 1rem;border-radius:.5rem;font-size:1rem}.dropdown-units{position:absolute;top:2.5rem;display:flex;flex-direction:column;background-color:#272541;padding:.5rem;border-radius:.5rem;width:10rem;z-index:100}.weekday-btn{position:relative;padding:1rem 1.5rem;background:#312f4b;display:flex;flex-direction:row;gap:1rem;border-radius:.5rem;margin-bottom:1rem}.weekday-select-btn{background:#312f4b;gap:1rem}.weekday-btn>div{display:flex}.weekday-btn>div:first-child{gap:1rem}.selected{background:#312f4b url(../icon-checkmark.svg) no-repeat right .5rem center!important}.dropdown-units hr{background-color:#312f4b;border:none;width:100%;height:1px}.dropdown-units button{background-color:inherit;text-align:left;padding:.5rem;border-radius:.5rem}.unit-title{color:#aeaeb7}.select-weekday{background:url(../icon-dropdown.svg) no-repeat center right 1rem,#312f4b;padding:.5rem 3rem .5rem 1rem;border-radius:.5rem;border:1px solid hsl(243,23%,30%);position:relative;right:.75rem}.dropdown-weekday{position:absolute;top:3rem;right:.75rem;flex-direction:column;background:#272541;padding:1rem;border-radius:.5rem;border:1px solid hsl(243,23%,30%);width:8rem;color:inherit}.dropdown-weekday li button{padding:.5rem;border-radius:.5rem;width:100%;text-align:left}.dropdown-weekday li button:hover{background-color:#312f4b}.select{display:flex;flex-direction:column;position:relative}.search-bar{display:flex;flex-direction:row;gap:1rem;width:55%;margin:0 auto;position:relative;padding:1rem 0}.search-bar>input{background:#272541;border-radius:.75rem;padding-left:3rem;width:100%;font-size:1.2rem}.search-bar:before{background:url(../icon-search.svg) no-repeat;content:"";display:block;height:2rem;width:2rem;position:absolute;top:2rem;left:2rem}input:-webkit-autofill,input:-webkit-autofill:focus{transition:background-color 0s 600000s,color 0s 600000s!important}.search-bar>button{padding:1rem 1.5rem;background-color:#4455da;border-radius:.75rem;font-size:1.3rem;text-align:center;font-family:inherit}.container{display:flex;flex-direction:row;gap:2rem;margin-top:3rem}.left-container{display:flex;flex-direction:column;width:66%}.current{display:flex;flex-direction:column}.current-header,.hourly-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;border-radius:1rem}.current-header{padding:5.25rem 1.5rem;background:url(../bg-today-large.svg) no-repeat center}h2{font-size:1.8rem;font-weight:700;margin:0 0 .5rem}.temperature{font-size:6rem;font-style:italic;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:2rem}.temperature img{width:25%}.current-more-info{display:flex;flex-direction:row;justify-content:space-between;gap:1.5rem;margin:1.75rem 0 3rem}.current-more-info>div{background-color:#272541;border-radius:1rem;border:1px solid hsl(243,23%,30%);width:100%;padding:1.25rem;display:flex;flex-direction:column}.current-more-info>div>p:nth-child(2){font-size:2rem;margin-top:1.5rem}.hourly{width:32%;background-color:#272541;border-radius:1rem}.hourly-header{padding:1rem}.hourly-data,.hourly-data div{display:flex}.hourly-data{flex-direction:column;padding:1.5rem;gap:1rem;height:30rem;overflow-y:scroll}.hourly-data::-webkit-scrollbar{background:none;width:.25rem}.hourly-data::-webkit-scrollbar-thumb{background:#3d3b5e}.hourly-data div{flex-direction:row;align-items:center;gap:1rem}.hourly-data>div{justify-content:space-between;border-radius:.5rem;border:1px solid hsl(243,23%,30%);padding:0 1rem;background:#312f4b}.weather-icon{width:3rem}.daily{display:flex;flex-direction:row;justify-content:space-between;gap:1rem}.daily>div{background-color:#272541;border-radius:.5rem;border:1px solid hsl(243,23%,30%);padding:1rem;flex:1;display:flex;flex-direction:column;align-items:center}.daily-temp{display:flex;flex-direction:row;justify-content:space-between;width:100%}button:hover,input:hover{cursor:pointer}.apierror-container img{width:3rem;margin:0 auto}.apierror-container h2{text-align:center}.apierror-container button{background:url(../icon-retry.svg) no-repeat center left 1rem,#272541;border-radius:1rem;border:1px solid hsl(243,23%,30%);padding:1.25rem 1.25rem 1.25rem 3rem;margin:0 auto;font-size:1.25rem}@media screen and (max-width:1200px){.container{flex-direction:column}.left-container,.hourly{width:100%}header,main{min-width:unset}.search-bar{width:100%;gap:0}.search-bar input{margin-right:1rem}.search-bar:before{left:1rem}}@media screen and (max-width:700px){#app{width:100%}main{margin:2rem}.current-more-info{display:grid;grid-template:repeat(2,1fr) / repeat(2,1fr)}.current-more-info div:nth-child(1){grid-area:1 / 1}.current-more-info div:nth-child(2){grid-area:1 / 2}.current-more-info div:nth-child(3){grid-area:2 / 1}.current-more-info div:nth-child(4){grid-area:2 / 2}.current-more-info>div{width:unset}.daily{flex-wrap:wrap}}
