body{margin:0;padding:0}.navbar{box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-webkit-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-moz-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);display:flex;height:70px;justify-content:center;width:100%}.navbar_child{align-items:center;display:flex;height:100%;justify-content:space-between;max-width:1100px;width:90%}.navbar_child .dark-mode{cursor:pointer;font-size:1.1rem}.app{min-height:100vh;width:100%}.app,.app .home-page{align-items:center;display:flex;flex-direction:column}.app .home-page{height:calc(100% - 70px);width:90%}.app .home-page-head{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1100px;padding-top:60px;width:100%}.app .home-page-head input{border-radius:5px;box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-webkit-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-moz-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);font-size:1.2rem;height:40px;margin:10px 20px;padding:10px;width:350px}*{text-transform:none}:first-letter{text-transform:capitalize}.drop-down{box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-webkit-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-moz-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);margin:10px 20px;position:relative;width:160px}.drop-down .value{cursor:pointer;font-size:1.2rem;height:40px;justify-content:space-between}.drop-down .value,.drop-down-buttons{align-items:center;border-radius:5px;display:flex;padding:0 5px;width:100%}.drop-down-buttons{flex-direction:column;margin-top:3px;position:absolute}.drop-down-buttons button{background-color:transparent;cursor:pointer;font-size:1rem;height:30px;padding:0 15px;text-align:left;width:100%}.country-cards-section{grid-gap:10px 30px;align-content:center;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;margin-bottom:100px;margin-top:40px;max-width:1400px;width:100%}.country-cards-section .card{box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-webkit-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-moz-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);cursor:pointer;margin:20px auto;min-height:400px;width:300px}.country-cards-section .card img{height:180px;width:100%}.country-cards-section .card .info{padding:0 20px}.country-cards-section .card .info .details{display:flex;flex-direction:column;height:120px;justify-content:space-evenly}.country-page-header{margin-top:60px;max-width:1100px;width:90%}.country-page-header button{align-items:center;border-radius:7px;box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-webkit-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-moz-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);cursor:pointer;display:flex;font-size:1.1rem;height:30px;justify-content:center;width:120px}.country-page-main{display:flex;justify-content:space-between;margin-top:50px;max-width:1100px;width:90%}.country-page-main .image-section{width:40%}.country-page-main .image-section img{height:300px;width:330px}.country-page-main .info-section{width:60%}.country-page-main .info-section .info-table{display:flex;justify-content:space-between}.country-page-main .info-section .info-table .first-section div,.country-page-main .info-section .info-table .second-section div{font-size:1.1rem}.country-page-main .info-section .info-table .first-section div span,.country-page-main .info-section .info-table .second-section div span{font-family:monospace}.country-page-main .info-section .border-countries{align-items:center;display:flex;margin-top:25px}.country-page-main .info-section .border-countries .countries{align-items:center;display:flex;flex-wrap:wrap}.country-page-main .info-section .border-countries .countries .border-country{border-radius:4px;box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-webkit-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);-moz-box-shadow:0 2px 22px 0 rgba(0,0,0,.64);height:25px;margin:5px 7px;padding:4px 12px}@media screen and (max-width:900px){.country-page-main{flex-direction:column}.country-page-main .info-section{width:60%}.country-page-main .info-section .info-table{display:flex;flex-direction:column}.country-page-main .info-section .info-table .first-section{margin-bottom:30px}}*{border:none;font-family:Catamaran,sans-serif;outline:none;text-decoration:none}.center{align-items:center;background:transparent;display:flex;height:100vh;justify-content:center}.wave{-webkit-animation:wave 1s linear infinite;animation:wave 1s linear infinite;background:linear-gradient(45deg,cyan,#a69e9e);border-radius:20px;height:100px;margin:10px;width:5px}.wave:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}.wave:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.wave:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s}.wave:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s}.wave:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s}.wave:nth-child(7){-webkit-animation-delay:.6s;animation-delay:.6s}.wave:nth-child(8){-webkit-animation-delay:.7s;animation-delay:.7s}.wave:nth-child(9){-webkit-animation-delay:.8s;animation-delay:.8s}.wave:nth-child(10){-webkit-animation-delay:.9s;animation-delay:.9s}@-webkit-keyframes wave{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes wave{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}
/*# sourceMappingURL=main.92d4a60e.css.map*/