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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.pokemon-list{grid-gap:8px;background-color:#d9d9d9;box-sizing:border-box;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);height:auto;margin:0;padding:0 16px 16px;width:100%}.pokemoncard{align-items:center;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;padding-bottom:.8rem;position:relative;transition:all .25s ease-in}.pokemoncard:hover{-webkit-transform:rotate(1deg);transform:rotate(1deg)}.pokemoncard .pokemoncard__icon{color:hsla(0,0%,100%,.7);cursor:pointer;font-size:2rem;position:absolute;right:10px;top:10px;transition:all .25s ease-out}.pokemoncard .pokemoncard__icon:hover{color:#6390f0;-webkit-transform:scale(1.1);transform:scale(1.1)}.pokemoncard .pokemoncard__container{align-items:center;display:flex;justify-content:space-around;width:100%}.pokemoncard .pokemoncard__container .pokemoncar__container--name{color:#000;font-size:26px;font-weight:700}.pokemoncard .type{align-items:center;box-sizing:border-box;display:flex;margin-left:4px}.pokemoncard .type p{font-size:12px;padding:.2rem .4rem}.pokemoncard img{height:14rem}.pokemoncard p{border-radius:4px;box-sizing:border-box;color:#fff;font-weight:600;padding:.1rem}.containter-box{align-items:center;display:flex;justify-content:space-around;margin-bottom:.5rem;margin-top:-1rem}.containter-box img{height:10rem}.containter-box .modal__header{display:inline-block}.containter-box .modal__header p{border-bottom:2px solid #4d4d4d;color:#4d4d4d;font-size:26px;font-weight:700}.containter-box .status{display:flex;flex-direction:column;margin:0}.containter-box .status p{font-weight:700;margin:0 0 .2rem}.status__imgs{display:flex;gap:4px;justify-content:center;margin-top:1rem}.status__imgs img{border:4px solid rgba(99,144,240,.7);border-radius:50%;margin-right:10px;outline:4px solid orange}@media screen and (max-width:1023px){.pokemon-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:760px){.pokemon-list{grid-template-columns:repeat(1,1fr);padding:2rem}.pokemoncard{height:50vh}}.Navbar{background-color:#262626;justify-content:space-between;padding:.5rem 2rem}.Navbar,.Navbar .logo-select{align-items:center;display:flex}.Navbar .logo-select{gap:40px;justify-content:center}.Navbar h3{color:orange;cursor:pointer}.Navbar h3:hover{color:rgba(255,165,0,.8)}.Navbar input{background-color:#4d4d4d;border:none;height:10px;padding:1.2rem}.Navbar input::-webkit-input-placeholder{color:#dadada;font-weight:400}.Navbar input::placeholder{color:#dadada;font-weight:400}@media screen and (max-width:768px){.Navbar{flex-direction:column}}.loading{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:center}.loading h2{font-size:32px;font-weight:700;margin-bottom:1rem}.loading img{height:5rem;margin-bottom:5rem}.pagination{background-color:#d9d9d9;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:1rem 1rem 0;width:100%}.pagination button{background-color:#d9d9d9;border:2px solid #262626;color:#262626;cursor:pointer;margin-bottom:4px;margin-right:4px}.pagination .active{background-color:orange}select{background-color:#4d4d4d;color:#fff;height:2rem}select,select option{cursor:pointer}body{height:100vh}@media screen and (max-width:768px){body{width:100vw}}
/*# sourceMappingURL=main.da07da4b.css.map*/