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}body{align-items:center;background-color:red;caret-color:#0000;display:flex;flex-flow:row wrap;justify-content:center;text-align:center}.Title,.randomize,.sliderAmount{color:#fff}.pokeContainer{align-items:center;background-color:#fff;border-radius:50px;display:flex;flex-flow:row wrap;justify-content:space-around;padding:10px;-webkit-user-select:none;user-select:none}.pokeSprite{cursor:pointer;height:120px;transform:scale(.9);transition:transform .2s ease;width:auto}.pokeSprite:hover{transform:scale(1)}.disclaimer{color:#fff;font-size:12px}.pokeContainerLoading{align-items:center;background-color:#fff;border-radius:50px;display:flex;flex-flow:row wrap;height:150px;justify-content:center}.loading,.pokeContainerLoading{-webkit-user-select:none;user-select:none}.loading{color:red;font-size:30px}.modal{align-items:center;background:#4d4d4db3;display:flex;inset:0;justify-content:center;overflow-y:auto;position:fixed;z-index:1000}.modal__content{animation:modalIn .3s ease forwards;background:#fff;border:solid;max-width:90%;opacity:0;padding:1em 2em;position:absolute;top:10vh;transform:scale(.9);width:500px}@keyframes modalIn{to{opacity:1;transform:scale(1)}}.modal__close{background-color:#fff;border-radius:5px;color:#585858;position:absolute;right:30px;top:30px}.modalTop{border:solid;display:grid;grid-template-columns:repeat(2,1fr)}.sprite{height:200px;width:auto}.name{text-align:center}.typeContainer{align-content:space-around;align-items:center;display:flex;height:40px}.type{border:2px solid #000;color:#fff;width:60px}#normal{background-color:#9fa19f}#fighting{background-color:#ff8000}#flying{background-color:#81b9ef}#poison{background-color:#9141cb}#ground{background-color:#915121}#rock{background-color:#afa981}#bug{background-color:#91a119}#ghost{background-color:#704170}#steel{background-color:#60a1b8}#fire{background-color:#e62829}#water{background-color:#2980ef}#grass{background-color:#3fa129}#electric{background-color:#fac000}#psychic{background-color:#ef4179}#ice{background-color:#3dcef3}#dragon{background-color:#5060e1}#dark{background-color:#624d4e}#fairy{background-color:#ef70ef}.eggGroupContainer{align-items:center;display:flex;height:40px}.eggGroup{border:solid;border-color:#000;border-width:2px}.baseStatsContainer{display:block}.statHeader{margin:10px;padding:10px}.statBar{height:15px;margin:1px}#hp{background-color:#448f0c}#attack{background-color:#9b8510}#defense{background-color:#97410c}#special-attack{background-color:#0d7f9d}#special-defense{background-color:#304591}#speed{background-color:#8b1370}.info{border:solid}.abilitiesContainer{align-items:center;border:solid;display:block}.ability{border-style:solid}.movesContainer{border:solid}.moveTable{height:30px}.moveColumn,.moveTable{display:flex}.moveName{margin:0;width:120px}.moveMethod{margin:0;width:80px}.moveGame{margin:0}
/*# sourceMappingURL=main.96aaadf1.css.map*/