body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header--wrapper{background-color:#fff;box-shadow:0 3px 7px -5px rgba(0,0,0,.25)}.header{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;padding:2rem 0}.header .header__name{color:#111517;font-family:Nunito Sans,sans-serif;font-size:2rem;font-weight:800}.header__toggle--darkMode{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:1rem;justify-content:flex-start}.header__toggle--darkMode__image{width:2rem}.header__toggle--darkMode__text{color:#111517;font-size:1.5rem;font-weight:600}*,:after,:before{box-sizing:border-box}html{font-size:10px}body,h1,h2,h3,h4,h5,h6{margin:0;padding:0}.country{position:relative}.country .country__search{background-color:#fff;border:.25rem solid transparent;border-radius:.6rem;box-shadow:0 3px 7px -2px rgba(0,0,0,.25);outline:none;padding:1.25rem 4rem;width:100%}.country .country__search:focus{border:.25rem solid #2b3945}.country__search--icon{left:1.25rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.filterRegion{padding:4rem 0}.filterRegion .filterRegion__dropdown{position:relative;width:20rem}.filterRegion .filterRegion__dropdown--btn{border:none;border-radius:.6rem;margin-bottom:.5rem;max-width:100%;padding:1.25rem 1.25rem 1.25rem 2.5rem;text-align:left}.filterRegion .filterRegion__dropdown--btn,.filterRegion .filterRegion__dropdown--content{background-color:#fff;box-shadow:0 3px 7px -2px rgba(0,0,0,.25);font-size:1.4rem;width:100%}.filterRegion .filterRegion__dropdown--content{border-radius:.6rem;display:none;padding:1rem 1rem 1rem 2.5rem;position:absolute;z-index:1}.filterRegion .filterRegion__dropdown .dropdown--link{cursor:pointer;margin:1rem 0}.filterRegion .filterRegion__dropdown .dropdown--link:hover{background-color:inherit!important;color:#858585}.filterRegion__dropdown:hover .filterRegion__dropdown--content{display:block}.country__info--wrapper{align-items:center;display:flex;flex-direction:column;gap:5rem;justify-content:center}.country__info{align-items:flex-start;background-color:#fff;border-radius:.5rem;box-shadow:0 3px 7px -2px rgba(0,0,0,.25);color:#111517;cursor:pointer;display:flex;flex-direction:column;font-family:Nunito Sans,sans-serif;gap:1rem;justify-content:space-between;margin-bottom:2rem;overflow:hidden;width:20rem}.country__info:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:-webkit-transform .25s cubic-bezier(.17,.67,.83,.67);transition:transform .25s cubic-bezier(.17,.67,.83,.67);transition:transform .25s cubic-bezier(.17,.67,.83,.67),-webkit-transform .25s cubic-bezier(.17,.67,.83,.67)}.country__info .country__info--img{display:block;max-width:100%}.country__info .country__info--details{padding:2rem}.country__info .country__info--details--name{font-size:1.8rem;font-weight:800;margin:1rem 0}.country__info .country__info--details--content{font-size:1.4rem;font-weight:300;margin:.5rem 0}.country__info .country__info--details--content span{font-weight:600}.darkMain .country__info{background-color:#2b3945!important;color:#fff!important}@media screen and (min-width:40rem){.mainContent .mainContent__form{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:space-between}.mainContent .mainContent__form .filterRegion__dropdown--btn{width:30rem}.country .country__search{min-width:30rem}.country__info--wrapper{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:6.5rem;justify-content:center}}@media screen and (min-width:60rem){.single-country{align-items:center;display:flex;flex-direction:row;gap:5rem;justify-content:space-between}.single-country__info--down,.single-country__info--top{width:47.5%}.single-country__info--details--wrap{align-items:flex-start;display:flex;flex-direction:row;gap:5rem;justify-content:space-between}}@media screen and (min-width:90rem){.single-country{align-items:center;display:flex;flex-direction:row;gap:5rem;justify-content:space-between}.single-country__info--down,.single-country__info--top{width:47.5%}.single-country__info--details--wrap{align-items:flex-start;display:flex;flex-direction:row;gap:5rem;justify-content:space-between}.country .country__search{min-width:40rem}}.single-country__wrapper{background-color:#f2f2f2;min-height:100vh;padding:5rem 0}.single-country__wrapper .single-country__link{align-items:center;background-color:#fff;box-shadow:0 3px 7px -2px rgba(0,0,0,.25);display:flex;flex-direction:row;gap:.5rem;justify-content:center;margin-bottom:5rem;padding:.5rem 0;width:10rem}.single-country__wrapper .single-country__link img{color:#111517;max-width:100%}.single-country__wrapper .single-country__link span{font-family:Nunito Sans,sans-serif;font-size:1.4rem;font-weight:300;text-decoration:none}.single-country{color:#111517;font-family:Nunito Sans,sans-serif}.single-country img{display:block;margin-bottom:4rem}.single-country .single-country__info--details{padding-bottom:2rem}.single-country .single-country__info--details--name{font-size:1.8rem;font-weight:800;margin-bottom:2rem}.single-country .single-country__info--details--content{font-size:1.4rem;font-weight:300;margin:.5rem 0}.single-country .single-country__info--details--content span{font-weight:600}.container{margin:auto;max-width:1000px;width:80%}.dark{background-color:#2b3945!important}.dark,.darkMain{color:#fff!important}.darkMain{background-color:#202c37!important}.darkMain .country__search{background-color:#2b3945!important;color:#fff!important}.darkMain .country__search:focus{border:.25rem solid #fff}.darkMain .darkSearch{color:#fff!important}.darkMain ::-webkit-input-placeholder{color:#fff!important;font-family:Nunito Sans,sans-serif;font-weight:300;opacity:1}.darkMain :-ms-input-placeholder{color:#fff!important;font-family:Nunito Sans,sans-serif;font-weight:300;opacity:1}.darkMain ::placeholder{color:#fff!important;font-family:Nunito Sans,sans-serif;font-weight:300;opacity:1}.darkMain .filterRegion__dropdown--btn{background-color:#2b3945;color:#fff}.darkMain .filterRegion__dropdown--content{background-color:#2b3945}.darkMain .dropdown--link{color:#fff}.darkMain .dropdown--link:hover{background-color:#202c37!important}.darkMain .single-country__link{background-color:#2b3945!important;color:#fff!important}img{max-width:100%}.mainContent{background-color:#f2f2f2;min-height:100vh;padding:4rem 0}@-webkit-keyframes spinner{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(0deg);transform:translate3d(-50%,-50%,0) rotate(0deg)}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(1turn);transform:translate3d(-50%,-50%,0) rotate(1turn)}}@keyframes spinner{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(0deg);transform:translate3d(-50%,-50%,0) rotate(0deg)}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(1turn);transform:translate3d(-50%,-50%,0) rotate(1turn)}}.spin:before{-webkit-animation:spinner 1.5s linear infinite;animation:spinner 1.5s linear infinite;-webkit-animation-play-state:inherit;animation-play-state:inherit;border:5px solid #cfd0d1;border-bottom-color:#1c87c9;border-radius:50%;content:"";height:40px;left:10%;position:absolute;top:10%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:40px;will-change:transform}
/*# sourceMappingURL=main.40460237.css.map*/