body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{-webkit-user-select:none;-ms-user-select:none;user-select:none}.App{text-align:center;height:100vh}.weather-main-div{background-color:#383838;height:100vh;padding:3rem}.weather-main-div .search-comp .city-name-index{color:#fff;text-align:center;height:1.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:transparent;font-size:20px;border:none;border-bottom:2px solid grey;transition:all .2s ease}.weather-main-div .search-comp .city-name-index:focus{outline:none;bottom:0;border-bottom:2px solid #fff}.weather-main-div .search-comp .city-search-btn{margin:.5rem;padding:.5rem 1.5rem;border:1px solid grey;border-radius:.5rem;background-color:#2b999c;color:#fff;font-size:15px;box-shadow:1px 1px 2px 1px grey;transition:all .3s ease}.weather-main-div .search-comp .city-search-btn:hover{background-color:#178796;color:#fff;cursor:pointer}.weather-main-div .search-comp .city-search-btn:active{border-radius:.6rem;box-shadow:none}.weather-main-div .weather-data-active{color:#fff}.weather-main-div .weather-data-active .country-name{font-size:2rem}.weather-main-div .weather-data-active .city-name{font-size:1.5rem}.weather-main-div .weather-data-active .temp-c{font-size:1.4rem}.weather-main-div .loading-not-necessary,.weather-main-div .weather-data-inactive{display:none}.weather-main-div .loading-necessary{color:#fff;display:block}
/*# sourceMappingURL=main.c1c15800.chunk.css.map */