@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}[data-theme=dark]{--background-color:#4285f4;--text:#fff;--light:#0f0f0f;--border:#fff;--shadow:#ffffff1a}[data-theme=light]{--background-color:#4285f4;--text:#0f0f0f;--light:#fff;--border:#d3d3d3;--shadow:#00000085}body{background-color:var(--light);font-family:Montserrat,sans-serif;margin:0;padding:0}h1{color:var(--light);padding:1rem;text-align:center}.search-container{align-items:center;display:flex;flex-direction:column;padding:2rem}input{background:#0000;width:30%}button,input{padding:.5rem}button{cursor:pointer}label{padding:.5rem;text-align:center;width:30%}#unitToggle{background-color:initial;cursor:pointer;width:12rem}.current-weather,.forecast{text-align:center}.weather-icon{height:50px;width:50px}#main-div{align-items:center;display:flex;height:100vh;justify-content:center}#Main-container,#main-div{background-color:var(--light)}#Main-container{border:2px solid var(--border);border-radius:20px;box-shadow:7px 10px 36px -9px var(--shadow);height:90%;margin:0;overflow:hidden;padding:0;width:95%}#container{align-items:center;display:flex;flex-direction:column;padding:2rem}.search-icon{color:var(--text)}#select{border-bottom:4px solid var(--border);display:flex;flex-wrap:wrap;justify-content:space-around;margin-bottom:1rem;padding-bottom:2rem;width:100%}#select :first-child{align-items:center;color:gray;display:flex;font-weight:bolder}select{color:var(--background-color)}#city-input{border:0;border-collapse:collapse;color:var(--text);font-size:1.2rem;outline:0;padding:.5rem;width:30%;width:18rem}#city-input:hover{outline:0}#city-input::placeholder{font-size:1.2rem}#search-btn{background-color:initial;border:2px solid var(--background-color);border-radius:1rem;color:var(--background-color);cursor:pointer;font-weight:700;width:10rem}#search-btn,#unitToggle{font-size:1rem;padding:.5rem}#unitToggle{border:0;color:#777778;cursor:"pointer";outline:0;width:100%}#weather-div{display:flex;flex-direction:column;font-size:1.2rem;line-height:1.6rem;margin:0 auto;padding:.4rem .8rem;width:30rem}#weather-div p span{display:inline-block;font-weight:700;width:10rem}.weather-icon{height:6rem;width:6rem}#Header{background-color:var(--background-color);color:var(--light);padding:1rem;text-align:"center"}h1,h2,p{color:var(--text)}#card{align-items:center;border:1px solid var(--text);border-radius:1rem;box-shadow:10px 10px 14px -12px var(--shadow);display:flex;flex:1 1;flex-direction:column;font-size:1rem;gap:.5rem;margin:.5rem;padding:0 .5rem}#Weekly-forecast{display:flex;flex-wrap:wrap}#card img{display:block;float:left}#card p span{display:inline-block;font-weight:700;width:10rem}.loader{align-items:center;display:flex;height:100vh;justify-content:center}@media only screen and (max-width:768px){#main-div{height:auto}#Main-container{margin:5% 0}}@media only screen and (max-width:520px){#container{padding:2rem 1rem}#city-input{width:100%}#search-btn{font-size:.8rem;width:8rem}#weather-div{margin-bottom:2rem}#search{padding-bottom:.5rem}#card{padding:1rem 0}}.dark_mode{position:relative}.dark_mode_input{height:0;visibility:hidden;width:0}.dark_mode_label{align-items:center;background:#c4c3c3;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:relative;transition:.3s;width:40px}.dark_mode_label .icon{fill:#fff;stroke:#fff;stroke-width:2;height:20px;transition:.3s;width:20px}.dark_mode_label .icon.sun{fill:#fff}.dark_mode_label .icon.moon{fill:#7e7e7e}.dark_mode_input:checked+.dark_mode_label{background:#fcb929ef}.dark_mode_input:checked+.dark_mode_label .icon.sun{fill:#7e7e7e}.dark_mode_input:checked+.dark_mode_label .icon.moon{fill:#fff}
/*# sourceMappingURL=main.ff092c1d.css.map*/