@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";*{padding:0;margin:0}:root{--dark-blue: hsl(209, 23%, 22%);--very-dark-blue-background: hsl(207, 26%, 17%);--very-dark-blue: hsl(200, 15%, 8%);--dark-grey: hsl(0, 0%, 52%);--very-light-grey: hsl(0, 0%, 98%);--white: hsl(0, 0%, 100%)}body{font-family:Nunito Sans,sans-serif}.searchSection{display:flex;justify-content:space-between;padding:1rem 4rem;background-color:#f0f8ff}.searchSection.dark{background-color:var(--very-dark-blue)}.country-component{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;background-color:#f0f8ff;padding:2rem 4rem}.country-component.dark{background-color:var(--very-dark-blue);color:var(--white)}.card-container{display:flex;flex-direction:column;border-radius:8px;border:none;background-color:var(--very-light-grey);overflow:hidden}.card-container.dark{background-color:var(--dark-grey)}.flag{width:100%;height:13rem;object-fit:cover}.country-details{overflow:hidden;padding:20px}.country-details.dark{background-color:var(--dark-blue)}.country-name{font-weight:800;font-size:1.4rem;padding:10px 0}.country-population,.country-region,.country-capital{font-weight:300}b{color:var(--dark-grey)}.loading{display:flex;justify-content:center;align-items:center;font-size:4rem;font-weight:800}.network-error{display:flex;justify-content:center;padding-top:4rem;font-size:3rem}.searchBar{padding:.8rem 1rem;border-radius:.5rem;width:25%;display:flex;gap:1rem;align-items:center;background-color:var(--very-light-grey)}.searchBar.dark{background-color:var(--dark-blue);color:#fff}input{border-style:none;outline:none;width:100%;font-size:1rem;background-color:inherit;color:var(--dark-grey)}.searchBar.dark ::placeholder{color:var(--white)}.dropdown{padding:.8rem 1rem;border-radius:.5rem;background-color:#f5f5f5}.dropdown.dark{background-color:var(--dark-blue)}select{border-style:none;outline:none;font-size:1rem;background-color:inherit;color:var(--dark-grey)}select{color:#000}.dark select{color:#fff}.errorPage{display:flex;justify-content:center;padding-top:100px;height:66.75vh}.errorPage.dark{color:var(--white);background-color:var(--very-dark-blue)}.asc.dark,.desc.dark{background-color:var(--dark-blue);color:#fff;border-color:#fff}.population-container{display:flex;flex-direction:column;align-items:center;background-color:#f0f8ff;color:#000}.population-container.dark{background-color:var(--dark-blue);color:#fff}.asc,.desc{width:100px;margin:1px;background-color:var(--white);border:1px solid black;border-radius:20px;cursor:pointer}.asc.dark{background-color:var(--dark-blue);color:#fff}.area-container{display:flex;flex-direction:column;align-items:center;background-color:#f0f8ff;color:#000}.area-container.dark{background-color:var(--dark-blue);color:#fff}.container{width:100;display:flex;justify-content:space-between;padding:2rem 4rem;background-color:var(--white);align-items:center}.container.dark{background-color:var(--dark-blue);color:#fff}.header{font-size:2rem;font-weight:800}.darkMode{font-size:1.1rem;font-weight:600}.darkMode-section{display:flex;gap:10px;align-items:center;cursor:pointer}.individual-country{display:flex;flex-direction:column;padding:2rem 5rem;height:80vh;background-color:#f0f8ff}.individual-country.dark{background-color:var(--very-dark-blue);color:var(--white)}.individual-button{width:100px;height:50px}.individual-button.dark{color:#fff;background-color:var(--dark-blue);border-color:#fff}.individual-details{padding:4rem 0;display:grid;grid-template-columns:repeat(2,1fr)}.individual-details img{width:90%;height:45vh}.individual-detail{display:flex;flex-direction:column;padding:3rem 2rem;gap:2rem}.details{display:flex;justify-content:space-between;line-height:2rem}.borderCoun{display:flex;gap:10px;align-items:center}.borders{height:30px;width:100px;border:solid 1px black;display:flex;align-items:center;justify-content:center}.links{color:inherit;background:inherit;text-decoration:none}
