@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;600;800&display=swap);@-webkit-keyframes loading{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:.8}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes loading{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:.8}to{-webkit-transform:scale(1);transform:scale(1)}}.darkTheme .header{background-color:#2b3945;box-shadow:0 0 .5rem 0 #1e2b34}.darkTheme .header__title,.darkTheme .header__toggle{color:#fff}.darkTheme .header__toggle:before{font-weight:800}.darkTheme .container{background-color:#202c37}.darkTheme .filter__option,.darkTheme .search__icon{color:#fff}.darkTheme .search__field{background-color:#2b3945;color:#fff;box-shadow:0 0 .5rem 0 #1e2b34}.darkTheme .search__field::-webkit-input-placeholder{color:#fff}.darkTheme .search__field:-ms-input-placeholder{color:#fff}.darkTheme .search__field::placeholder{color:#fff}.darkTheme .filter__options,.darkTheme .filter__select{background-color:#2b3945;box-shadow:0 0 .5rem 0 #1e2b34;color:#fff}.darkTheme .country__detail,.darkTheme .country__name{color:#fff}.darkTheme .country--card{box-shadow:0 0 .5rem 0 #1e2b34}.darkTheme .button,.darkTheme .country--card .country__details{background-color:#2b3945}.darkTheme .button{box-shadow:0 0 .5rem 0 #1e2b34;color:#fff}.darkTheme .loading__indicator{background:#fafafa}.darkTheme .error{color:#fff}html{box-sizing:border-box}body{margin:0}*,:before,body{box-sizing:inherit}.header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;transition:background-color .2s ease;padding:2rem 1.2rem;box-shadow:0 0 .5rem 0 hsla(0,0%,50.2%,.171);position:relative}@media (min-width:48rem){.header{padding:2rem 2.5rem}}@media (min-width:64rem){.header{padding:2rem 5rem}}.header__title{font-family:"Nunito Sans",sans-serif;color:#111517;font-size:1.1rem;margin:0}@media (min-width:48rem){.header__title{font-size:1.5rem}}.header__link{text-decoration:none}.header__toggle{font-family:"Nunito Sans",sans-serif;color:#111517;margin:0;font-weight:600;cursor:pointer}.header__toggle:before{content:"\f186";display:inline-block;font-family:"Font Awesome 5 Free";font-weight:300;margin-right:.7rem;-webkit-transform:rotate(330deg);transform:rotate(330deg)}.container{min-height:calc(100vh - 5.5rem);padding:2rem 1.2rem;background-color:#fafafa;position:relative;transition:background-color .2s ease}@media (min-width:48rem){.container{padding:2rem 2.5rem}}@media (min-width:64rem){.container{padding:2rem 5rem}}@media (min-width:48rem){.search-filter-container{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}}.search{position:relative}@media (min-width:48rem){.search{-webkit-flex-basis:28.125rem;flex-basis:28.125rem}}.search__icon{position:absolute;top:50%;left:1.5rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#858585}.search__field{outline:none;border:none;width:100%;padding:1rem 4rem;font-family:"Nunito Sans",sans-serif;background-color:#fff;border-radius:.4rem;box-shadow:0 0 .5rem 0 hsla(0,0%,50.2%,.171);transition:background-color .2s ease}.search__field::-webkit-input-placeholder{color:#858585}.search__field:-ms-input-placeholder{color:#858585}.search__field::placeholder{color:#858585}.filter{width:12.25rem;margin-top:3rem}@media (min-width:48rem){.filter{margin-top:0}}.filter__select{font-family:"Nunito Sans",sans-serif;color:#111517;margin:0;font-size:.88rem;background-color:#fff;padding:1rem 1.5rem;border-radius:.4rem;box-shadow:0 0 .5rem 0 hsla(0,0%,50.2%,.171);cursor:pointer;transition:background-color .2s ease}.filter__select:after{content:"\f107";font-family:"Font Awesome 5 Free";font-weight:600;float:right}.filter__options{background-color:#fff;padding:1rem 1.5rem;margin-top:.4rem;border-radius:.4rem;position:absolute;width:12.25rem;box-shadow:0 0 .5rem 0 hsla(0,0%,50.2%,.171)}.filter__options--inactive{display:none}.filter__option{font-family:"Nunito Sans",sans-serif;color:#111517;margin:0;font-size:.88rem;cursor:pointer}.filter__option:not(:last-child){margin-bottom:.6rem}.grid{display:grid;grid-gap:3rem;margin:2rem 0}.grid--four-col{grid-template-columns:repeat(auto-fit,minmax(14.375rem,1fr));justify-items:center;padding:0 2rem}@media (min-width:48rem){.grid--four-col{padding:0;justify-items:start}}@media (min-width:48rem){.grid--two-col{grid-template-columns:repeat(2,1fr)}}@media (min-width:64rem){.grid--two-col{-webkit-align-items:center;align-items:center}}.country__flag{width:100%}.country__name{font-family:"Nunito Sans",sans-serif;color:#111517;margin:0 0 1rem}.country__details{-webkit-flex-basis:18.75rem;flex-basis:18.75rem;margin-bottom:2rem}@media (min-width:48rem){.country__details{-webkit-flex-basis:12.5rem;flex-basis:12.5rem}}@media (min-width:75rem){.country__details{-webkit-flex-basis:15rem;flex-basis:15rem}}@media (min-width:81.25rem){.country__details{-webkit-flex-basis:16.875rem;flex-basis:16.875rem}}.country__detail{font-family:"Nunito Sans",sans-serif;color:#111517;margin:0;display:-webkit-flex;display:flex;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;align-items:center;font-weight:600}.country__detail--border{margin:0 1rem 0 0}.country__data{margin:.3rem 0 .3rem .5rem;font-weight:400}.country__borders{margin:1rem 0}.country--card{max-width:18.75rem;box-shadow:0 0 .5rem 0 hsla(0,0%,50.2%,.171)}.country--card .country__flag{height:11.25rem;object-fit:cover;border-radius:.4rem .4rem 0 0;display:block}.country--card .country__details{background-color:#fff;padding:1.5rem;border-radius:0 0 .4rem .4rem;margin:0}.flex-wrapper{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.button{font-family:"Nunito Sans",sans-serif;color:#111517;font-size:.88rem;border:none;outline:none;background-color:#fff;box-shadow:0 0 .5rem 0 hsla(0,0%,50.2%,.171);padding:.5rem 1.5rem;margin:0 .5rem .5rem 0;border-radius:.4rem;cursor:pointer}.button--back:before{content:"\f060";font-family:"Font Awesome 5 Free";font-weight:600;margin-right:.5rem}.loading{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-flex;display:flex}.loading__indicator{display:block;width:.625rem;height:.625rem;background:#2b3945;margin:0 .3rem;border-radius:50%;-webkit-animation:loading 1.2s ease infinite;animation:loading 1.2s ease infinite}.loading__indicator--one{-webkit-animation-delay:.3s;animation-delay:.3s}.loading__indicator--two{-webkit-animation-delay:.6s;animation-delay:.6s}.loading__indicator--three{-webkit-animation-delay:.9s;animation-delay:.9s}.error{font-family:"Nunito Sans",sans-serif;margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#111517}
/*# sourceMappingURL=main.f753295e.chunk.css.map */