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}.btn{height:100px;width:200px}*{box-sizing:border-box;margin:0;padding:0}#root{display:block;justify-content:center}.App{display:flex;flex-direction:column}.pokemon-header{align-items:center;background-color:#072ac8;color:#fff;display:flex;justify-content:flex-start}.arrow-back{margin:calc(25% - 27px);width:7%}.pokemon-header-pokeball-image{opacity:.4;position:absolute;right:20px;top:-20px;width:calc(80px + 2vmin)}@media only screen and (max-width:767px){.pokemon-card{width:calc(100% - 10px)}.arrow-back{margin:calc(25% - 32px)}.pokemon-header-pokeball-image{top:-16px}}@media only screen and (min-width:768px) and (max-width:1023px){a{max-width:18%}.pokemon-card{white-space:nowrap;width:calc(90% - 7px)}.pokemon-header-pokeball-image{top:-10px}}header{background-color:#0000c8;display:flex;justify-content:space-between;min-height:200px;padding:20px}.searchContainer{align-self:center;display:flex;flex-direction:column;margin:0 auto}.searchContainer p{color:#fff;font-size:50px;z-index:2}.searchLine{align-items:center;display:flex;height:3em;margin:20px auto 0;width:100%}.searchLine input[type=text]{background-color:#fff;border:none;border-radius:50px;color:#000;font-size:16px;height:100%;max-width:700px;min-width:500px;outline:none;padding:10px;text-indent:30px}.searchBar{font-size:17px;left:-30px;padding:10px;position:relative;width:100%;z-index:1}.pokeball{align-self:flex-start;max-height:250px;max-width:250px;opacity:.7;position:absolute;right:-55px;top:-55px;z-index:1}.magnifier{max-height:30px;max-width:30px;position:relative;right:-10px;z-index:3}.btn{-webkit-appearance:none;appearance:none;background:#000;border:none;border-radius:15vh;color:#dcdcdc;font-family:Poppins,sans-serif;font-size:20px;height:90%;margin-bottom:.5%;margin-left:-105px;margin-top:.5%;padding:8px;text-align:center;width:70px;z-index:4}.content{align-items:center;align-self:center;display:flex;flex-wrap:wrap;height:800px;justify-content:center}p{margin:10px}.card{border:1px solid #ccc;border-radius:8px;margin:16px;min-height:80px;min-width:50px;padding:16px;text-align:center;width:200px}.card a{color:inherit;text-decoration:none!important}.pokemon_info{display:flex;justify-content:space-around}.pokemon_image{max-height:150px}.type_container{display:flex;justify-content:space-around}.type_box{border-radius:15px;color:#f0f8ff;font-size:14px;margin:10px;padding:5px 10px 5px 9px;text-transform:uppercase}h4{font-family:Poppins,sans-serif;font-weight:lighter}.infoblocks-wrapper{align-items:center;display:flex;flex-direction:column}.info-card{border:1px solid #ccc;border-radius:10px;box-shadow:0 4px 8px #072ac84d;margin:10px;padding:1%;width:calc(70% - 10px)}.info-card-wrapper{margin:20px}.info-card-header{display:flex;justify-content:space-between;margin-bottom:3%}.info-card-header h2{font-weight:lighter}.pokemon-general-info h3{color:#747474;text-align:left}.pokemon-general-info h2{color:#072ac8;font-family:Poppins,sans-serif;font-size:30px;font-weight:700;margin-top:5px}.pokemon-types-info{align-items:center;display:flex}.pokemon-types-info .pokemon-type{font-size:140%;margin:10px;max-width:100px;min-height:28px;min-width:80px}.info-card-content{display:flex;justify-content:flex-start;margin-top:-3%}.info-card-stats{display:flex;flex-direction:column;justify-content:center;text-align:left;width:30%}.info-card-stats h4{margin:20px 0 5px}.stat-item{margin-bottom:10px}.stat-bar{background-color:#eee;border-radius:5px;height:10px;margin-top:5px;overflow:hidden}.stat-fill{border-radius:5px;height:100%}.hp .stat-fill{background-color:#60d394}.hp{background-color:#60d39440}.attack .stat-fill{background-color:#f14b3d}.attack{background-color:#f14b3d40}.defense .stat-fill{background-color:#fdd85d}.defense{background-color:#fdd85d40}.speed .stat-fill{background-color:#ff844f}.speed{background-color:#ff844f40}.pokemon-general-info-image{margin-left:20%;width:40%}.height-weight-div{align-items:flex-start;display:flex;justify-content:space-evenly}.height-weight-div h4{color:#999;font-size:18px;font-weight:lighter;margin-bottom:10px}.height-weight-stats{align-items:center;background-color:#f8f9fa;border:2px solid #ccc;border-radius:10px;display:flex;justify-content:center;min-height:50px;min-width:100%}.height-weight-stats span{color:#595f65;margin:0 10px}.stats{align-items:center;display:flex;flex-direction:column;width:35%}.pokemon-move-card{background-color:#ccc;border-radius:10px;margin:5px;min-height:100px;width:50%}.moves-list,.pokemon-move-card{align-items:center;display:flex;justify-content:center}.moves-list{width:90%}.moves-container{align-items:center;display:flex;flex-direction:column;justify-items:center}.pokemon-move-card span{color:#fff;font-size:14px;text-align:center}.abilities-list,.ability{display:flex;justify-content:center}.ability{align-items:center;background-color:#ccc;border-radius:10px;flex-direction:column;margin:10px;max-height:150px;max-width:300px;min-height:100px;min-width:270px}.first{background-color:#fc3}.second{background-color:#f74}.ability-name{color:#fff;font-size:20px}.ability-letter{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:30px;justify-content:center;margin-bottom:5px;width:30px}.ability-first-letter{color:#fc3;font-size:18px}.ability-second-letter{color:#f74;font-size:18px}@media only screen and (min-width:768px) and (max-width:1023px){.info-card{width:90%}}@media only screen and (max-width:767px){.info-card{width:90%}.info-card-header h2{font-size:large}.pokemon-general-info h2{font-size:larger}.pokemon-general-info h3{font-size:medium}.info-card-stats h4{font-size:small}.pokemon-types-info .pokemon-type{font-size:90%;margin:5px;min-height:20px;min-width:0}.pokemon-general-info-image{margin-left:10%;width:60%}.height-weight-div{display:flex;justify-content:space-evenly}.stats{margin:5px;width:50%}.height-weight-div h4{font-size:smaller;margin-bottom:10px}.height-weight-stats span{font-size:small;margin:0 5px}.moves-list{width:100%}.pokemon-move-card span{font-size:60%}.abilities-list{width:100%}.ability{height:100%;margin:5px;min-height:0;min-width:0;padding:10px;width:50%}.ability-name{font-size:70%}.ability-letter{height:15%;margin-bottom:2px;width:15%}.ability-first-letter,.ability-second-letter{font-size:70%}}
/*# sourceMappingURL=main.9dac460c.css.map*/