*{font-family:"Pacifico",cursive}*,.App{margin:0}.App{background-image:url(https://i.redd.it/avza0fjaz6c51.png);background-repeat:no-repeat;background-position:50%;background-size:cover;height:100%}.navbar{display:flex;justify-content:center;align-items:center;padding:1%;background:#000;position:static}.navbar h1{color:#f5f5f5}.navbar h1,.navbar ul{background:transparent}.navbar ul li{list-style:none}.navbar ul li .link{text-decoration:none}.navbar ul li .link h1{color:#f5f5f5;background-color:transparent;font-weight:700}.navbar ul li .link h1:hover{color:#3b0e3d;background-color:transparent;font-weight:700}.pokedex-container .SearchBar{height:2.55rem;background:#a40008;background:linear-gradient(90deg,#a40008,#3b0e3d 47%,#001655);display:flex;align-items:center;width:60%;margin:0 auto;justify-content:space-between;padding:10px 0;border-radius:0 0 20px 20px}.pokedex-container .SearchBar .search-cont{background:rgba(0,0,0,.3);margin-left:2rem;border-radius:8px;padding:0 5px}.pokedex-container .SearchBar .search-cont .searchicon{color:#f5f5f5;margin:.8rem 5px}.pokedex-container .SearchBar .search-cont .input-search label{color:#fff;font-weight:700}.pokedex-container .SearchBar .Pagination-container{margin-right:2rem;display:flex}.pokedex-container .SearchBar .Pagination-container button{margin-right:1rem;box-shadow:inset 0 1px 0 0 #23395e;background-color:#000;border-radius:6px;border:1px solid #1f2f47;display:inline-block;cursor:pointer;color:#fff;font-size:15px;font-weight:700;padding:6px 24px;text-decoration:none;text-shadow:0 1px 0 #263666}.pokedex-container .SearchBar .Pagination-container button:hover{background:linear-gradient(90deg,#a40008,#3b0e3d 47%,#001655)}.pokedex-container .SearchBar .Pagination-container button:active{position:relative;top:1px}.pokedex-container .pokecontainer{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-row-gap:20px;row-gap:20px;justify-content:center;justify-items:center;width:100%;margin:2rem auto 0;padding-bottom:2rem}.pokedex-container .pokecontainer .pokecard{background:transparent;width:90%;border-radius:10px}.pokedex-container .pokecontainer .pokecard .poke-data{font-family:"Pacifico",cursive;background:rgba(0,0,0,.8);color:#fff;text-align:center;height:14rem;border-radius:10px}.pokedex-container .pokecontainer .pokecard .poke-data .info-link{text-decoration:none;padding:5px 10px;background-color:#3b0e3d;color:#fff;font-weight:700;margin-bottom:1rem;border-radius:4px}.pokedex-container .pokecontainer .pokecard .poke-data .info-link:hover{background:linear-gradient(90deg,#a40008,#3b0e3d 47%,#001655)}.pokedex-container .typeContainer{height:100%;margin:0 auto;width:70%;display:flex;flex-direction:column}.pokedex-container .typeContainer .filter-select{width:9rem;margin:.5rem auto;height:2.2rem;font-size:1.3rem;font-weight:700}.pokedex-container .typeContainer .pokeDefaultContainer{height:100%;margin:2.2rem;border-radius:2rem}.pokedex-container .typeContainer .pokeDefaultContainer .Pokedefault{background:#f6f6f6;border-radius:2rem;display:flex;flex-direction:column;align-items:center}.pokedex-container .typeContainer .pokeDefaultContainer .Pokedefault img{margin-bottom:1rem}.container-detail{padding:1rem 0}.container-detail .detailCard1{margin:2rem auto;width:60%;background:hsla(0,0%,100%,.9);text-align:center;border-radius:2rem;height:41rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.container-detail .detailCard1 .title-notfound{color:#2e466e}.container-detail .detailCard1 .notfound-img{width:50%;margin:1rem}.container-detail .detailCard1 .backbtn1{margin-bottom:1rem;box-shadow:inset 0 1px 0 0 #cf866c;background:linear-gradient(180deg,#d0451b 5%,#bc3315);background-color:#d0451b;border-radius:3px;border:1px solid #942911;display:inline-block;cursor:pointer;color:#fff;font-size:13px;padding:6px 24px;text-decoration:none;text-shadow:0 1px 0 #854629}.container-detail .detailCard1 .backbtn1:hover{background:linear-gradient(180deg,#bc3315 5%,#d0451b);background-color:#bc3315}.container-detail .detailCard1 .backbtn1:active{position:relative;top:1px}.container-detail .detailCard{margin:auto;width:80%;background:rgba(0,0,0,.8);color:#fff;text-align:center;border-radius:2rem}.container-detail .detailCard .detail-title{display:flex;justify-content:center;align-items:center}.container-detail .detailCard .detail-title h2{color:#fff;font-size:50px}.container-detail .detailCard .detail-image{width:12rem;height:12rem}.container-detail .detailCard .detail-link{background:linear-gradient(90deg,#a40008,#3b0e3d 47%,#001655);border-radius:6px;border:1px solid #1f2f47;display:inline-block;color:#fff;font-size:15px;font-weight:700;padding:6px 24px;text-decoration:none}.container-detail .detailCard .details{font-weight:700}.container-detail .detailCard .types-cont{padding:5px;display:flex;justify-content:center;margin-bottom:1rem}.container-detail .detailCard .types-cont h6{font-weight:700}.container-detail .detailCard .types-cont .detail-types{background:linear-gradient(90deg,#a40008,#3b0e3d 47%,#001655);background-color:#79bbff;border-radius:17px;border:1px solid #337bc4;display:inline-block;color:#fff;font-size:15px;padding:6px 13px;text-decoration:none;text-shadow:0 1px 0 #528ecc;margin-right:1rem}.container-detail .detailCard .backbtn{margin-bottom:1rem;background-color:#a40008;border-radius:3px;border:1px solid #a40008;display:inline-block;cursor:pointer;color:#fff;font-size:13px;padding:6px 24px;text-decoration:none;text-shadow:0 1px 0 #854629}.container-detail .detailCard .backbtn:hover{background:#ba0912}.container-detail .detailCard .backbtn:active{position:relative;top:1px}@media screen and (max-width:768px){.pokedex-container .SearchBar{width:90%}.pokedex-container .SearchBar .search-cont{margin-left:0}.pokedex-container .pokecontainer{width:auto;grid-template-columns:1fr 1fr;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px;margin:10px}.pokedex-container .pokecontainer .pokecard{width:100%}.pokedex-container .typeContainer .pokeDefaultContainer .Pokedefault{padding:12rem 0}.pokedex-container .typeContainer .pokeDefaultContainer .Pokedefault img{width:12rem}.container-detail .detailCard{width:75%}.container-detail .detailCard .detail-title h1{color:#2e466e;font-size:2rem}.container-detail .detailCard .detail-image{width:14rem;height:14rem}}@media screen and (max-width:425px){*{margin:0;padding:0}.navbar{display:flex}.navbar,.pokedex-container .SearchBar{flex-direction:column;justify-content:center}.pokedex-container .SearchBar{width:100%;height:5.5rem;border-radius:0}.pokedex-container .SearchBar .search-cont{margin-bottom:.5rem}.pokedex-container .SearchBar .Pagination-container{margin-right:0}.pokedex-container .pokecontainer{grid-template-columns:18rem}.pokedex-container .pokecontainer .pokecard{width:100%}.pokedex-container .typeContainer .pokeDefaultContainer .Pokedefault{padding:9rem 0}.pokedex-container .typeContainer .pokeDefaultContainer .Pokedefault img{width:12rem}.pokemonNo{font-size:800px;color:#000}.container-detail .detailCard{width:100%}.container-detail .detailCard .detail-title h1{color:#2e466e;font-size:2rem}.container-detail .detailCard .detail-image{width:10rem;height:10rem}}
/*# sourceMappingURL=main.94ea645b.chunk.css.map */