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:start;min-height:100vh}.App-header{display:flex;color:#f8f9fa;background-color:#3b4cca;top:0;width:100%;font-size:.7em;margin:0;position:-webkit-sticky;position:sticky}.push{margin-left:auto;margin-right:1rem}.score{color:#fff;-webkit-animation:blinkingText 1.2s infinite;animation:blinkingText 1.2s infinite}@-webkit-keyframes blinkingText{0%{color:#fff}49%{color:transparent}50%{color:transparent}99%{color:#fff}to{color:#fff}}@keyframes blinkingText{0%{color:#fff}49%{color:transparent}50%{color:transparent}99%{color:#fff}to{color:#fff}}.game{color:#3b4cca;text-align:center}#controlbuttons{background-color:#fff;color:#3b4cca;border:#3b4cca;height:5vh;margin-top:3px}#controlbuttons:hover{background-color:#ca3b4c;color:#fff;border:#ca3b4c}#Enemy{background:#f08080}#Player{background:#20b2aa}.gamerow{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center}#card{max-width:290px;width:10vw;color:#fff;font-size:12px;background-color:#f08080}#poke{height:15vh;width:15vh}.filler{height:100%;border-radius:inherit;display:flex;align-items:center;justify-content:center}.green{background-color:green}.yellow{background-color:#ff0}.red{background-color:red}span{color:#000}.progress-bar{position:relative;height:3vh;width:8vw;border-radius:50px;border:1px solid #333}.loader{color:#fff;box-sizing:border-box;width:0;height:0;overflow:hidden;z-index:999999}.loader:after,.loader:before{box-sizing:border-box;display:none}.loader.is-active{width:10%;height:10%;left:0;top:0}.loader.is-active:after,.loader.is-active:before{display:flex}.loader-pokeball:before{content:"";position:relative;width:100px;height:100px;margin:auto;background:linear-gradient(180deg,red 42%,#000 0,#000 58%,#fff 0);background-repeat:no-repeat;background-color:#fff;border-radius:50%;border:1px solid #000;z-index:1;-webkit-animation:movePokeball 1s linear infinite both;animation:movePokeball 1s linear infinite both}.loader-pokeball:after{content:"";position:relative;width:24px;height:24px;margin:auto;top:-3.8rem;background-color:#fff;border-radius:50%;z-index:2;-webkit-animation:movePokeball 1s linear infinite both,flashPokeball .5s infinite alternate;animation:movePokeball 1s linear infinite both,flashPokeball .5s infinite alternate;border:2px solid #000;box-shadow:0 0 0 5px #fff,0 0 0 10px #000}@-webkit-keyframes movePokeball{0%{transform:translateX(0) rotate(0)}15%{transform:translatex(-10px) rotate(-5deg)}30%{transform:translateX(10px) rotate(5deg)}45%{transform:translatex(0) rotate(0)}}@keyframes movePokeball{0%{transform:translateX(0) rotate(0)}15%{transform:translatex(-10px) rotate(-5deg)}30%{transform:translateX(10px) rotate(5deg)}45%{transform:translatex(0) rotate(0)}}@-webkit-keyframes flashPokeball{0%{background-color:#fff}to{background-color:#fd0}}@keyframes flashPokeball{0%{background-color:#fff}to{background-color:#fd0}}#stat{background:#fff;width:30vw;height:auto;color:#000;border-style:solid;border-color:#000}#headerstats{text-align:start;margin-left:.4em}.controlbox{background:#fff;width:30vw;height:40vh;color:#000;border-style:solid;border-color:#000;border-radius:.5rem;justify-content:space-around;margin:auto}.controlbox,.controls{display:flex;flex-direction:column;align-items:center}.controls{justify-content:space-evenly;height:20vh}.prompt-text{border:1px solid #000;background-color:#d3d3d3;color:#ca3b4c;height:10vh;width:25vw}button{cursor:pointer;padding:10px;width:200px;background-color:#3b4cca;color:#fff;border:none;border-radius:12px}button:hover{background-color:#ca3b4c;color:#fff;border:none}#options,.containerFlex{display:flex;flex-direction:column;justify-content:center;align-items:center}#option{margin-top:10%}#optionbutton{width:40vw;font-size:2em}#pokeheader{width:30vw;height:15vh}#poketeam{width:50vw;height:20vh}.pushLeft{margin-left:auto;margin-right:1rem}.menuButton{font-size:1.5em;font-weight:700;width:auto}.menuButton:hover{color:#ca3b4c;background-color:#3b4cca}.rules{display:flex;justify-content:center;flex-direction:column;margin:1rem}
/*# sourceMappingURL=main.f246f17d.chunk.css.map */