@import"https://fonts.googleapis.com/css2?family=Open+Sans&display=swap";html,body,#root,.App{margin:0;padding:0;font-family:Open Sans,sans-serif}.Navbar-container{display:flex;justify-content:space-between;align-items:center;flex-direction:row;background-color:#fff;height:30px;padding:20px 0;width:100%;margin:0}.Navbar-dark-mode{display:flex;align-items:center;justify-content:center;cursor:pointer}.Navbar-dark-mode button{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;background:none;transition:all .1s ease-in-out;padding-right:50px;font-size:16px;letter-spacing:1px;cursor:pointer;font-weight:600}.Navbar-dark-mode img{width:25px;height:25px}.Navbar-dark-mode :hover{color:#2b384474}.Navbar-app-name{margin-left:50px;text-decoration:none}.Navbar-app-name h1{font-size:20px;font-weight:600;letter-spacing:1px}@media screen and (max-width: 375px){.Navbar-dark-mode{width:20px;height:20px;margin-right:50px}.Navbar-dark-mode button{padding-right:0;font-size:12px}.Navbar-dark-mode img{width:20px;height:20px}.Navbar-app-name{margin-left:0}.Navbar-app-name h1{font-size:16px;margin-left:40px}.logo img{display:none}.Navbar-container{display:flex;justify-content:space-between;align-items:center}}.Home{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center}.inputAndDropdown-container{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%}@media screen and (max-width: 375px){.inputAndDropdown-container{display:flex;align-items:center;flex-direction:row;justify-content:space-around;margin:0 30px}}.inputfield-container{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%;position:relative}#searchForACountry{width:22vw;height:6vh;border-radius:5px;border:none;outline:none;padding:0 10px}.inputfield{width:100%}.inputfield input{margin:25px 0 0 120px;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none}#filter-by-region{display:flex;align-items:center;justify-content:center;text-indent:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;width:100%;height:100%;cursor:pointer;border-radius:5px}#filter-by-region select{min-width:fit-content}.region-with-arrow{display:flex;align-items:center;justify-content:center;box-sizing:border-box;height:6vh;border-radius:5px;width:13vw;cursor:pointer;padding-right:15px;margin:25px 120px 0 0}@media screen and (max-width: 375px){#searchForACountry{width:35vw;height:6vh;margin:20px 0 0 10px;font-size:12px}.region-with-arrow{height:6vh;margin:20px 10px 0 20px;min-width:34vw}#filter-by-region{font-size:12px}}.all-CountryCards{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 120px);background-color:inherit}#flag{width:250px;height:150px;object-fit:cover;border-radius:5px 5px 0 0}.CountryCard-container-info p{margin-bottom:10px;margin-left:20px;font-size:16px;padding-bottom:10px}.CountryCard-container h2{margin-left:20px;font-size:22px;font-weight:600;max-height:30px}.CountryCard-container{display:flex;flex-direction:column;justify-content:center;align-items:start;width:250px;max-height:370px;margin:30px;background-color:#fff;border-radius:5px;height:fit-content;box-shadow:0 0 10px #00000040;text-decoration:none;color:inherit}.CountryCard-container:hover{box-shadow:0 0 7px #ffffffbf;cursor:pointer}html{height:100%}.Countrypage{display:flex;flex-direction:column;align-items:center;justify-content:start;height:calc(100vh - 70px);overflow:hidden}.Countrypage-container{display:flex;flex-direction:row;align-items:center;justify-content:center}.Countrypage-container-flag img{border-radius:10px;width:500px;height:350px;object-fit:contain;margin:0 200px 0 0}.backButton{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;cursor:pointer;margin-bottom:50px;border-radius:5px;padding:5px 15px}.backButton img{margin-right:10px}.Countrypage-container-info span{font-weight:600}.Countrypage-container-info-details{display:flex;align-items:center;justify-content:center;flex-direction:row;letter-spacing:1px}.Countrypage-container-info-details-left{margin-right:100px}.Countrypage-container-info-details-right{margin-bottom:30px}.backButtonFlag-container{width:600px}.Countrypage-container-info-borders{display:flex;flex-direction:row;align-items:center;margin-top:40px}.Countrypage-container-info-borders span{margin-right:10px}.Countrypage-container-info-borders-countries{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;width:400px;margin-left:20px}.border-country-button{display:flex;align-items:center;justify-content:center;padding:5px 10px;background-color:#fff;width:5rem;border:none;border-radius:5px;box-shadow:0 0 5px #0003;cursor:pointer;margin-right:10px;margin-bottom:10px;font-size:16px;text-decoration:none;color:inherit}.border-country-button:hover{box-shadow:0 0 5px #00000080}@media screen and (max-width: 375px){.Countrypage-container{display:flex;justify-content:center;align-items:center;flex-direction:column}.Countrypage-container-flag{margin:0}.Countrypage-container-flag img{border-radius:10px;width:100%;object-fit:contain;margin:-75px 0 0}.Countrypage-container-info{font-size:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.Countrypage-container-info-details{margin:0 10px}.Countrypage-container-info-details-left{margin-right:10px}.Countrypage-container-info-borders{display:flex;flex-direction:row;align-items:center;margin-top:0;width:90%}.Countrypage-container-info-borders-countries{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;width:200px;margin-left:30px}.border-country-button{font-size:10px;width:2rem}.backButtonFlag-container{width:300px;height:300px;display:flex;flex-direction:column;align-items:center}.backButton{height:20px;font-size:12px;margin:10px 250px 25px 0;z-index:9999}.backButton img{width:15px;height:15px}.Countrypage{overflow:scroll}}
