body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center;background:rgba(55,97,168,.8);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;border:1px solid hsla(0,0%,100%,.18)}.logo{width:100px;height:100px}.hLogo{position:relative;width:100%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;overflow:hidden;margin-top:-500px}.Nav{min-height:10vh;width:100%;background-color:#f93154;color:#c62828;font-family:karma;border-radius:0 0 50% 50%}.Nav,.Navlink{display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center}.Navlink{width:50%;list-style:none;color:#feca1b}.mob-opt{margin-left:4%}.user-input{font-family:"Karma",sans-serif;text-align:center;width:150px}.home{margin-top:5%}.wrapper{max-width:740px;padding:10px}.page-wrapper,.wrapper{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;-webkit-justify-content:center;justify-content:center}.page-wrapper{background-color:#c8c8c8;border:2px solid #000;border-radius:5px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.page-wrapper li,.page-wrapper p,.page-wrapper ul{font-size:large;cursor:pointer;margin:0}.icon{border-radius:100%;height:60px;width:60px;margin:10px;transition:all .2s}.icon:hover{-webkit-filter:saturate(200%);filter:saturate(200%);-webkit-transform:scale(1.1);transform:scale(1.1);cursor:pointer}.icon:hover .tool-tip{visibility:visible}.icon img{height:60%;width:60%;margin:20%}.tool-tip{position:absolute;left:0;right:0;bottom:0;visibility:hidden}.drop-down,.tool-tip{font-family:"Karma",sans-serif;text-align:center}.drop-down{width:150px}.bug{background:#92bc2c;box-shadow:0 0 20px #92bc2c}.dark{background:#595761;box-shadow:0 0 20px #595761}.dragon{background:#0c69c8;box-shadow:0 0 20px #0c69c8}.electric{background:#f2d94e;box-shadow:0 0 20px #f2d94e}.fire{background:#fba54c;box-shadow:0 0 20px #fba54c}.fairy{background:#ee90e6;box-shadow:0 0 20px #ee90e6}.fighting{background:#d3425f;box-shadow:0 0 20px #d3425f}.flying{background:#a1bbec;box-shadow:0 0 20px #a1bbec}.ghost{background:#5f6dbc;box-shadow:0 0 20px #5f6dbc}.grass{background:#5fbd58;box-shadow:0 0 20px #5fbd58}.ground{background:#da7c4d;box-shadow:0 0 20px #da7c4d}.ice{background:#75d0c1;box-shadow:0 0 20px #75d0c1}.normal{background:#a0a29f;box-shadow:0 0 20px #a0a29f}.poison{background:#b763cf;box-shadow:0 0 20px #b763cf}.psychic{background:#fa8581;box-shadow:0 0 20px #fa8581}.rock{background:#c9bb8a;box-shadow:0 0 20px #c9bb8a}.steel{background:#5695a3;box-shadow:0 0 20px #5695a3}.water{background:#539ddf;box-shadow:0 0 20px #539ddf}.pokelist{-webkit-flex-wrap:wrap;flex-wrap:wrap}.pokelist,.vs{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}.vs{margin:10px}.vs-pok{margin:0 10px}.PokemonWrapper{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:10px}.PokemonCardsTitle{font-size:18pt}.PokemonsCards{width:20vw;background-color:#ffa900;border:20px solid #3761a8;border-radius:15px}.PokeCard{width:30%}.pokemon-description{margin:0;padding-left:15%}.pokemonStats{display:-webkit-flex;display:flex}.pokemonStatsNum{text-align:right;padding-right:10%}@media only screen and (max-width:768px){.PokemonsCards{width:40vw;margin-left:15%}}@media only screen and (max-width:760px){.PokemonsCards{width:50vw;height:80%}}@media only screen and (max-width:450px){.PokemonsCards{width:80vw;margin-left:auto;margin-right:auto}}@media only screen and (max-width:376px){.PokemonsCards{width:80vw}}@media only screen and (max-width:361px){.PokemonsCards{width:80vw}}.clashArea{position:relative;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:80vw;height:90vh;background-color:#ffa900;background-image:linear-gradient(#ffa900,#f93154);border-radius:2%;margin:4% auto 2%}ul{list-style:none}img{width:50%;margin-left:5%}.firstCard{margin-left:2%}.firstCard,.secondCard{width:39%;height:50%;background-color:#ffa900;border:20px solid #3761a8;border-radius:5%}.secondCard{margin-left:9%}.selectComponents{margin-top:2%}.playGround{margin-bottom:2%}.rmvBtn{margin-right:2%}.rmvOpBtn{margin-left:2%}.VS{position:relative;margin-top:10%;margin-left:5%}@media only screen and (max-width:600px){.clashArea{margin-top:4%;width:100%;height:50vh}.playGorund{display:block}.firstCard,.secondCard{border:10px solid #3761a8;border-radius:8px}.VS{position:relative;margin-top:10%;margin-left:2%}}@media only screen and (max-width:450px){.firstCard,.secondCard{border:10px solid #3761a8}}.pokeBody{box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center}@-webkit-keyframes codebeauty{0%{top:-500px}50%{top:0}75%{top:-30px}to{top:0}}@keyframes codebeauty{0%{top:-500px}50%{top:0}75%{top:-30px}to{top:0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes buttonglow{0%{background:#7f8c8d}50%{background:red}to{background:#7f8c8d}}@keyframes buttonglow{0%{background:#7f8c8d}50%{background:red}to{background:#7f8c8d}}.pokeContain{margin-top:20px}.mainBall{position:relative;width:400px;height:400px;background:#fff;border:25px solid #000;border-radius:50%;overflow:hidden;-webkit-animation:codebeauty 3s ease-in-out,spin 3s ease-in-out 3;animation:codebeauty 3s ease-in-out,spin 3s ease-in-out 3;-webkit-animation-iteration-count:1,5;animation-iteration-count:1,5}.mainBall:after,.mainBall:before{content:"";position:absolute}.mainBall:before{background:#ef5350;width:100%;height:50%;left:0}.mainBall:after{top:calc(50% - 15px);width:100%;height:25px;background:#000;left:0}.pokeButton{position:absolute;top:calc(50% - 50px);left:calc(50% - 50px);width:100px;height:100px;background:#7f8c8d;border:20px solid #fff;border-radius:50%;z-index:10;box-shadow:0 0 0 20px #000;-webkit-animation:buttonglow 3s ease-in-out 3;animation:buttonglow 3s ease-in-out 3;-webkit-animation-iteration-count:5;animation-iteration-count:5}body,html{color:#000}.gameboy{width:50%;height:800px;position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center!important;justify-content:center!important;margin:2% auto;background-color:#d3d3d3;border-radius:10px 10px 10px 10px;z-index:1}.gameboyGrey{position:absolute;width:80%;height:60%;margin-top:2%;background-color:grey;z-index:2;border-radius:10px}.gameboyScreen{position:relative;width:70%;height:55%;margin-top:4%;z-index:3;background:rgba(189,173,88,.6);box-shadow:0 8px 32px 0 rgba(31,38,135,.27);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:10px;border:1px solid hsla(0,0%,100%,.18)}.gameboyScreen h2,.gameboyScreen h3,.gameboyScreen p,h2,h3,p{font-family:"Karma",sans-serif}.gameboyScreen p,p{position:relative;width:80%;margin:2% auto;text-align:center}button{cursor:pointer}i{background-size:cover}.arrow-left{left:10%;top:75%}.arrow-left,.arrow-up{position:absolute;background-repeat:no-repeat;width:50px;height:50px;border-radius:50%}.arrow-up{left:15%;top:70%}.arrow-right{left:20%;top:75%}.arrow-down,.arrow-right{position:absolute;background-repeat:no-repeat;width:50px;height:50px;border-radius:50%}.arrow-down{left:15%;top:80%}.aPress{top:70%;left:75%}.aPress,.bPress{position:absolute;color:#fff;background-color:#522f5b;width:50px;height:50px;border-radius:50%}.bPress{top:75%;left:65%}@media only screen and (max-width:746px){.gameboy{width:80%}.gameboyScreen p,p{position:relative;width:100%;text-align:center;margin-top:3%}.arrow-left{left:11%;top:75%}.arrow-left,.arrow-up{width:50px;height:50px;border-radius:50%}.arrow-up{left:18%;top:70%}.arrow-right{left:25%;top:75%}.arrow-down,.arrow-right{position:absolute;background-repeat:no-repeat;width:50px;height:50px;border-radius:50%}.arrow-down{left:18%;top:80%}}@media only screen and (max-width:450px){.gameboy{width:100%}.gameboyScreen p,p{width:100%;margin:3% auto}}.Footer{position:relative;width:100%;bottom:0;margin-bottom:0}.fa-github,.mr{margin-right:2%}.footerParagraph{text-align:center!important;padding-left:20%}.borderRadius{border-radius:30% 30% 0 0}@media only screen and (max-width:710px){.Footer{margin-top:10%!important}.footerParagraph{padding-left:0}.mobile-margin{margin-bottom:2%}.mobMargin{margin-top:2%}}.imgHeight{max-height:300px}@media only screen and (max-width:760px){.mobile-opt{margin:3% auto}}@media only screen and (max-width:450px){.mobile-opt{margin:2% auto}}*{font-family:"Karma"}.leaderHeader{color:#3761a8;margin-top:4%}.leaderListing{position:relative;width:60vw;background-color:#ffa900;background-image:linear-gradient(#ffa900,#f93154);margin:4% auto;height:100vh;border-radius:5%}.leaderBoardTitle{margin-top:2%;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-content:center;align-content:center;border-bottom:2px solid #3761a8}.leaderBoardTitle-item{margin-right:5%;font-size:14pt;display:inline-block;color:#3761a8}.leaderBoard{position:relative;display:block;width:100%}.leader-listing{margin-right:8%;margin-top:2%}@media only screen and (max-width:700px){.leaderListing{margin-top:2%;width:100%}}@media only screen and (max-width:600px){.leaderListing{margin-top:2%;width:100%}}@media only screen and (max-width:400px){.leaderListing{margin-top:2%;width:100%}.leaderBoardTitle-item{font-size:11pt}}
/*# sourceMappingURL=main.df4cff87.chunk.css.map */