.weather-container{width:900px;height:100vh;margin:auto;border-radius:12px;background-image:linear-gradient(180deg,#130754,#3b2f80 10%);display:flex;flex-direction:column;justify-content:center;align-items:center}.top-bar{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:15px}.button{display:flex;justify-content:center;align-items:center;width:50px;height:50px;background:#ebfffc;border-radius:40px;cursor:pointer}.view-more-button{display:flex;justify-content:center;align-items:center;width:110px;height:50px;background:#ebfffc;border-radius:40px;cursor:pointer;font-size:14px;font-weight:700}.weather-image{display:flex;justify-content:center}.weather-image img{width:30%;height:auto}.weather-temp{display:flex;justify-content:center;color:#fff;font-size:40px}.weather-temp-feels-like{display:flex;justify-content:center;color:#fff;font-size:20px}.weather-location{display:flex;justify-content:center;color:#fff;font-size:40px;font-weight:400}.data-container{margin-top:10px;color:#fff;display:flex;text-align:center;justify-content:space-evenly}.element{margin:0 0 0 30px;display:flex;align-items:flex-start;gap:10px;text-align:center}.data{font-size:28px;font-weight:400;color:#fff}.time{font-size:20px;font-weight:400;color:#fff;margin-top:10px}.text-weather{font-size:20px;font-weight:400;color:#fff;margin-top:10px}.text-black{font-size:20px;font-weight:400;color:#000;margin-bottom:10px;text-align:center}.text-detail{font-size:20px;font-weight:400;color:#000;margin-bottom:5px;text-align:center}.icon{margin-top:10px}.daily-weather-card-container{display:flex;flex-direction:column;margin:5px;padding:10px;background-color:#ebfffc;border:1px solid #000;border-radius:8px}.daily-weather-cards-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:10px}.daily-weather-card>*{margin-right:100px}.daily-weather-card>:last-child{margin-right:0}body{background-color:#d3eff0}.login-container{width:600px;height:100vh;margin:auto;border-radius:12px;background-image:linear-gradient(180deg,#130754,#3b2f80 10%);display:flex;flex-direction:column;justify-content:center;align-items:center}.title{display:flex;justify-content:center;color:#fff;font-size:40px;font-weight:400;margin-bottom:0}.top-bar{display:flex;align-items:center;justify-content:center;gap:10px;padding-top:25px}.top-bar input{display:flex;width:250px;height:30px;background:#ebfffc;border:none;outline:none;border-radius:40px;padding-left:40px;color:#626262;font-size:18px;font-weight:400;margin-bottom:5px}.login-button{margin:20px auto auto;display:flex;justify-content:center;align-items:center;width:150px;height:50px;background:#ebfffc;border-radius:40px;cursor:pointer;font-size:16px;font-weight:700}.text{font-size:20px;font-weight:400;color:#fff}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;z-index:999;display:none}.container.show-overlay{position:relative}.container.show-overlay .overlay{display:block}.error-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #000000;padding:20px;box-shadow:0 0 10px #0000001a;z-index:1000;text-align:center}.error-popup p{margin:0;color:#000;font-weight:700}.error-popup button{background-color:#38369b;color:#fff;border:none;padding:10px 20px;margin-top:10px;cursor:pointer;font-size:14px;border-radius:4px}.error-popup button:hover{background-color:#cc4b37}
