@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;600;800&display=swap";:root{--background:#fafafa;--color:#111517;--floating-background:#fff;--placeholder-color:#c4c4c4;--border-radius:0.5rem;--shadow:rgba(0,0,0,.06) 0px 5px 15px;--text-size:0.8rem}.dark{--background:#202c37;--color:#fff;--floating-background:#2b3945;--placeholder-color:#fff}body,html{padding:0;margin:0;width:100%;height:100%}body{background-color:var(--background)}*,body{font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box;padding:0;margin:0}ul{list-style-type:none}button{background:none;border:none;outline:none}.wrapper{margin:2rem 2.5rem 3rem}@media screen and (min-width:756px){.wrapper{margin:3rem 4rem}}.filters{position:relative;display:flex;flex-direction:column;margin-bottom:2rem}@media screen and (min-width:768px){.filters{flex-direction:row;justify-content:space-between;gap:2rem}}a{text-decoration:none}a,header{color:var(--color)}header{background-color:var(--floating-background);display:flex;align-items:center;justify-content:space-between;padding:1.6rem 1.5rem;box-shadow:var(--shadow)}@media screen and (min-width:768px){header{padding:2rem}}header .header_content{display:flex;align-items:center;gap:.5rem}header .header_content .svg{margin-top:.5rem}header .header_content .title{font-size:1rem;font-weight:600;color:var(--color);cursor:pointer}.dark-mode_button{display:flex;align-items:center;gap:.4rem;color:var(--color);cursor:pointer}.dark-mode_button .icon{margin-top:.3rem}.dark-mode_button p{font-size:.895rem}.loading_wrapper{position:absolute;top:50%;display:flex;left:50%;transform:translate(-50%,-50%);flex-direction:column;align-items:center;justify-content:center}.loading_text{margin-top:15rem;color:var(--color);font-size:1rem;margin-bottom:.5rem}.loader{display:inline-block;position:relative;width:80px;height:80px}.loader div{position:absolute;border:4px solid var(--color);opacity:1;border-radius:50%;-webkit-animation:loader 1s cubic-bezier(0,.2,.8,1) infinite;animation:loader 1s cubic-bezier(0,.2,.8,1) infinite}.loader div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes loader{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}@keyframes loader{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.countries_list{position:relative;display:flex;flex-direction:column;gap:1rem;width:100%}@media screen and (min-width:768px){.countries_list{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,255px));justify-content:space-around;grid-column-gap:1.2rem;grid-row-gap:2rem}}.country_card{width:100%;position:relative;border-radius:.5rem;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow);background-color:var(--floating-background);gap:0}.country_card .flag{flex:1 1;position:relative;width:100%;margin-bottom:0}.country_card .flag img{height:100%;width:100%}@media screen and (min-width:768px){.country_card .flag{width:100%;max-height:156px}}.country_card .country_information{flex:1 1;padding:1.5rem 1rem;color:var(--color)}.country_card .country_information h2{margin-top:0;margin-bottom:1.2rem;font-weight:800;font-size:1.2rem}.country_card .country_information ul{margin-bottom:2rem}.country_card .country_information ul li{margin-bottom:.3rem}.country_card .country_information ul li span{font-weight:600;font-size:1rem}.searchBar{background-color:var(--floating-background);display:flex;align-items:center;width:100%;max-width:456px;height:3.38rem;margin-bottom:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow);color:var(--color)}.searchBar .search_icon{padding-left:1rem;font-size:.85rem;margin-top:.1rem}.searchBar input{font-family:Nunito Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:600;outline:none;border:none;background-color:var(--floating-background);color:var(--color);padding:18px .5rem 18px 1rem;width:100%;max-width:22rem}.searchBar input ::-moz-placeholder{font-size:1rem;font-weight:600;opacity:.8}.searchBar input :-ms-input-placeholder{font-size:1rem;font-weight:600;opacity:.8}.searchBar input ::placeholder{font-size:1rem;font-weight:600;opacity:.8}.searchBar .cancel_icon{margin-left:auto;font-size:1rem;padding-right:1rem;order:2}.region_filter{z-index:20}.region_filter .select_region{box-sizing:var(--shadow);background-color:var(--floating-background);padding:.8rem .89rem .8rem 1rem;color:var(--color);border-radius:var(--border-radius);font-weight:600;display:flex;align-items:center;justify-content:flex-start;gap:.5rem;width:13.2rem;text-transform:capitalize;cursor:pointer}.region_filter .select_region .icons{margin-left:auto;margin-top:.3rem;font-size:1rem}.region_filter .regions_list{position:relative;margin-bottom:-16rem;color:var(--color);text-transform:capitalize;margin-top:1.5rem;background-color:var(--floating-background);width:15rem;padding:1.3rem;border-radius:var(--border-radius);box-shadow:var(--shadow)}@media screen and (min-width:768px){.region_filter .regions_list{margin-bottom:-15rem}}.region_filter .regions_list li{padding-bottom:1rem;font-size:.9rem}.country .back_button{width:100%;margin-bottom:2rem}.country .back_button .go-back{box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 2rem .5rem 1.2rem;border-radius:var(--border-radius);background-color:var(--floating-background);font-size:1rem;color:var(--color);cursor:pointer}.country .back_button .go-back span{margin-top:.2rem}.country .back_button .go-back:focus{transform:translateY(-5px)}.content{display:flex;flex-direction:column}.content .flag{position:relative;margin-bottom:2rem;width:100%;height:16rem;max-height:40vh;box-shadow:var(--shadow)}.content .details h1{font-size:1.5rem;color:var(--color);font-weight:800;margin-bottom:1.5rem}.content .details ul li{color:var(--color);text-transform:capitalize;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.content .details ul li span{font-weight:300;text-transform:none}.content .details ul li:nth-child(6){margin-top:2.2rem}.content .borders{padding-bottom:5rem}.content .borders h2{color:var(--color);font-size:1.1rem;font-weight:600;margin-top:2rem;margin-bottom:1.5rem}.content .borders .border_countries{margin-bottom:2rem;display:flex;flex-wrap:wrap;-moz-column-gap:1rem;column-gap:1rem;row-gap:.5rem}.content .borders .border_countries span{padding:.5rem 2rem;text-transform:capitalize;border-radius:var(--border-radius);color:var(--color);background-color:var(--floating-background);cursor:pointer;box-shadow:var(--shadow)}@media screen and (min-width:768px){.content{display:flex;width:100%;align-items:center;gap:4rem}.content .flag{width:100%;max-width:31.25rem;height:21.25rem;max-height:65vh}.content .borders .border_countries{display:flex;flex-direction:row}}@media screen and (min-width:1000px){.content{margin-top:1.5rem;flex-direction:row;align-items:unset;gap:9rem}.content .flag{width:560px;height:400px;flex:1 1}.content .details{flex:1 1;padding-top:1.5rem}.content .details ul{width:48%;display:flex;flex-flow:column wrap;height:10rem;-moz-column-gap:3rem;column-gap:3rem}.content .details ul li:nth-child(6){margin-top:unset}.content .borders{display:flex;gap:1rem;justify-content:space-between}.content .borders h2{flex:1 1}.content .borders .border_countries{flex:3 1;margin-top:2rem}}.not-found,p{color:var(--color)}.not-found{height:60vh;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:2.5rem}.not-found p{margin-top:1rem}.not-found p a{text-decoration:underline}