:root{--color-blue-900-dark-mode-elements: hsl(209, 23%, 22%);--color-blue-950-dark-mode-background: hsl(207, 26%, 17%);--color-grey-950-light-mode-text: hsl(200, 15%, 8%);--color-grey-400-light-mode-input: hsl(0, 0%, 50%);--color-grey-50-light-mode-background: hsl(0, 0%, 99%);--color-white: hsl(0, 100%, 100%);--font-size-hp: 14px;--font-size-detail: 16px;--font-weight-300: 300;--font-weight-600: 600;--font-weight-800: 800}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Nunito Sans,sans-serif;max-height:100vh}img{max-width:100%;display:block}button{font:inherit;outline:none;border:none;background-color:transparent;cursor:pointer}ul,li{list-style:none}input,select{font:inherit;border:none;outline:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.top-wrapper{display:flex;justify-content:space-between;align-items:center;padding:2rem 1rem;box-shadow:0 4px 6px -1px #0000001a;font-size:var(--font-size-hp);cursor:pointer;position:fixed;top:0;left:0;right:0;z-index:1000}.light-top-wrapper{color:var(--color-grey-950-light-mode-text);background-color:var(--color-white)}.dark-top-wrapper{color:var(--color-white);background-color:var(--color-blue-900-dark-mode-elements)}.top-title{font-size:1rem;font-weight:var(--font-weight-800)}.mode-wrapper{display:flex;align-items:center;gap:.3rem}.mode{white-space:nowrap}@media (min-width: 768px){.top-wrapper{padding:2rem 2.5rem}.top-title{font-size:1.5rem}}.container{padding:2rem 1rem 4rem;font-size:var(--font-size-hp);height:calc(100vh - 5.3rem);overflow-y:auto;margin-top:5.3rem}.light-container{background-color:var(--color-grey-50-light-mode-background);color:var(--color-grey-950-light-mode-text)}.dark-container{background-color:var(--color-blue-950-dark-mode-background);color:var(--color-white)}.search-filter-wrapper{display:flex;flex-direction:column;margin-bottom:2rem}.list-wrapper{display:grid;grid-template-columns:1fr;gap:2rem;margin:0 2.5rem}.list-card{border-radius:5px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;cursor:pointer}.light-list-card{background-color:var(--color-white)}.dark-list-card{background-color:var(--color-blue-900-dark-mode-elements)}.list-card-flag{width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;box-shadow:0 4px 6px -1px #0000001a}.list-card-detail{display:flex;flex-direction:column;gap:.2rem;padding:1.5rem 1.5rem 2.5rem}.country-name{font-size:1.2rem;margin-bottom:.6rem}.list-card-detail p{font-weight:var(--font-weight-300)}.list-card-detail span{font-weight:var(--font-weight-600)}.detail-container{padding:1rem .5rem;font-size:var(--font-size-detail)}.back-btn{display:flex;gap:1rem;padding:.5rem 1.5rem;border-radius:2px;box-shadow:0 1px 4px 4px #0000001a}.light-back-btn{color:var(--color-grey-950-light-mode-text)}.dark-back-btn{color:var(--color-white);background-color:var(--color-blue-900-dark-mode-elements)}.country-detail{margin-top:4.5rem}.detail-img{aspect-ratio:4 / 3}.detail-country-name{margin:2.5rem 0 1.4rem;font-size:1.4rem}.detail-description-wrapper{display:flex;flex-direction:column}.detail-description{display:flex;flex-direction:column;gap:.5rem}.detail-description p{font-weight:var(--font-weight-300)}.detail-description span{font-weight:var(--font-weight-600)}.detail-description{margin-bottom:2.5rem}.border-countries{display:flex;flex-direction:column}.border-countries-title{font-size:1.1rem;margin-bottom:1.1rem;align-self:flex-start}.border-countries-lists{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.border-countries-list{text-align:center;padding:.4rem;font-size:.8rem;color:#0009;border-radius:2px;box-shadow:0 1px 4px 1px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.light-border-countries-list{background-color:var(--color-white)}.dark-border-countries-list{background-color:var(--color-blue-900-dark-mode-elements);color:var(--color-white)}@media (min-width: 768px){.container{padding:3.5rem 2.5em;height:calc(100vh - 6rem);margin-top:6rem}.search-filter-wrapper{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:3rem}.list-wrapper{grid-template-columns:1fr 1fr 1fr 1fr;gap:4rem;margin:0}.list-card-detail p{line-height:1.5}.detail-container{padding:1rem 3rem}.country-detail{display:grid;grid-template-columns:1fr 1fr;gap:7rem}.detail-description-container{display:flex;flex-direction:column;justify-content:center}.detail-country-name{margin:0 0 1.6rem;font-size:1.8rem;font-weight:var(--font-weight-800)}.detail-description-wrapper{flex-direction:row;gap:6rem;margin-bottom:4rem}.detail-description p{line-height:1.5}.detail-description{margin-bottom:0}.border-countries{flex-direction:row;gap:1rem;align-items:center}.border-countries-title{margin-bottom:0}.border-countries-list{padding:.4rem .8rem}}.search-wrapper{display:flex;gap:1.5rem;align-items:center;padding:0 2rem;width:100%;border-radius:5px;box-shadow:0 1px 6px 2px #0000001a;margin-bottom:3rem}.light-search-wrapper{background-color:var(--color-white)}.dark-search-wrapper{background-color:var(--color-blue-900-dark-mode-elements)}.search-input{color:var(--color-grey-400-light-mode-input);padding:1rem 0}.search-input::placeholder{color:#0003}.light-search-input{background-color:var(--color-white)}.dark-search-input{background-color:var(--color-blue-900-dark-mode-elements)}.dark-search-input::placeholder{color:#fff9}@media (min-width: 768px){.search-wrapper{margin:0;max-width:38%}}.select-wrapper{position:relative;z-index:99;width:60%;font-size:var(--font-size-hp)}.light-select-wrapper{background-color:var(--color-white)}.dark-select-wrapper{background-color:var(--color-blue-900-dark-mode-elements)}.select-selected{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-radius:5px;box-shadow:0 1px 6px 2px #0000001a;width:100%}.select-items{position:absolute;top:110%;left:0;right:0;background-color:var(--color-white);padding:.8rem 1.5rem;border-radius:5px;box-shadow:0 1px 6px 2px #0000001a;line-height:2;z-index:100;cursor:pointer;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.light-select-items{background-color:var(--color-white)}.dark-select-items{background-color:var(--color-blue-900-dark-mode-elements)}.select-items.open{opacity:1;transform:translateY(0)}@media (min-width: 768px){.select-wrapper{max-width:17%}.select-selected{margin-bottom:0}}
