.pokedex{height:100vh;width:100vw;background:#dfc9dc;background:linear-gradient(45deg,#dfc9dc 10%,#dbf9fb 70%);position:relative;z-index:0;overflow:hidden}.pokedex .ui.grid{margin:0}.pokedex-header-container{width:100%;height:64px;background-color:rgba(0,0,0,.13333333333333333);display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;justify-content:space-around}.pokedex:before{background-color:#f3533b;height:66%;z-index:-1}.pokedex:after,.pokedex:before{content:"";width:100%;top:0;right:0;position:absolute;-webkit-transform:skewY(-66deg);-moz-transform:skewY(-66deg);-o-transform:skewY(-66deg);transition:.2s}.pokedex:after{background:#ff7145;height:400%;z-index:-2}.pokedex.pokemonInfo:before{background-color:#f3533b;height:66%;width:100%;right:45%;z-index:-1}.pokedex.pokemonInfo:after,.pokedex.pokemonInfo:before{content:"";top:0;position:absolute;-webkit-transform:skewY(-66deg);-moz-transform:skewY(-66deg);-o-transform:skewY(-66deg)}.pokedex.pokemonInfo:after{background:#ff7145;height:800%;width:180%;right:0;z-index:-2}.pokedex-targeted-pokemon-img{max-width:500px!important;width:100%}@media (max-width:767px){.pokedex-targeted-pokemon-img{width:unset;height:100%}}.pokedex-logo-bg{position:absolute;width:1000px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);opacity:.1;bottom:-420px;right:-420px;-webkit-animation:rotate 4s linear infinite;animation:rotate 4s linear infinite;z-index:-1}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pokemon-option-container{height:11.11111%}.pokemon-option{margin-left:8px;margin-right:10px}.pokemon-option,.pokemon-option-right{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.pokemon-option-left div{display:-webkit-flex;display:flex}.pokemon-option-left div img{margin-right:16px}.pokemon-option-left{width:calc(40% - 22px)}.pokemon-option-right{width:calc(60% - 22px)}.pokemon-option.selected{box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);border-radius:36px}.pokemon-option.selected .pokemon-option-left{border-radius:36px 0 0 36px;background-color:#f40;color:#fff}.pokemon-option.selected .pokemon-option-right{border-radius:0 36px 36px 0;background-color:#000;color:#fff}.pokemon-option.selected .pokemon-option-right img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.pokemon-option-left,.pokemon-option-right{position:relative;padding:4px 16px}.pokemon-option-left:after,.pokemon-option-right:before{content:"";border-color:transparent;position:absolute;top:0;width:0;height:0}.pokemon-option-left:after{left:100%;border-top:44px solid transparent;border-right:44px solid transparent}.pokemon-option-right:before{right:100%;border-bottom:44px solid transparent;border-left:44px solid transparent}.pokemon-option.selected .pokemon-option-left:after{left:100%;border-top:44px solid #f40;border-right:44px solid transparent}.pokemon-option.selected .pokemon-option-right:before{right:100%;border-bottom:44px solid #000}.pokemon-option h1{margin:0}@media (max-width:767px){.targeted-pokemon-column{height:calc(40vh - 25.6px)!important}.pokedex-list-column{height:calc(60vh - 38.4px)!important}.pokedex-list{height:100%!important}.pokemon-option.selected{margin:0}.pokemon-option h1{font-size:1rem;line-height:30px}.pokemon-option-left,.pokemon-option-right{width:50%}.pokemon-option-left.selected,.pokemon-option-right.selected{width:calc(50% - 22px)}.pokemon-option.selected .pokemon-option-left:after{left:100%;border-top:40px solid #f40;border-right:44px solid transparent}.pokemon-option.selected .pokemon-option-right:before{right:100%;border-bottom:40px solid #000}}.pokemon-option img{height:32px;width:32px}.pokedex-list-column{height:calc(100vh - 96px)}.pokedex-list{height:90%;overflow-y:scroll}.pokedex-list::-webkit-scrollbar-track{background-color:#b72c21;border-radius:36px}.pokedex-list::-webkit-scrollbar-thumb,.pokedex-list::-webkit-scrollbar-thumb:hover{background-color:#fa5d40}@media (max-width:767px){.pokedex-list::-webkit-scrollbar{display:none}}.pokemon-data{margin-top:92px!important}@media (max-width:767px){.pokemon-data{margin-top:64px!important}.pokemon-data .pokedex-list-column .pokemon-option-container{position:fixed;width:94%;top:1rem}.pokemon-data .pokedex-list-column{overflow-y:scroll}.pokemon-data .pokedex-list-column::-webkit-scrollbar{display:none}}.pokemon-info-container{width:90%;margin:auto}.pokemon-name{background-color:#dcdbda;text-align:center;padding:12px;word-spacing:4px}.pokemon-extra-info,.pokemon-name{margin-bottom:4px}.pokemon-extra-info .grid .row{padding:0}.pokemon-extra-info .grid .row:not(:last-child){border-bottom:4px solid #d2d1d3}.extra-info-title{padding:12px;background-color:#dcdbda}.extra-info-content{display:-webkit-flex!important;display:flex!important;-webkit-flex-direction:row;flex-direction:row;background-color:#fff}.extra-info-content h2{line-height:60px}@media (max-width:767px){.pokemon-info-container{margin:0;width:100%}.pokemon-info-container h1,.pokemon-info-container h2{font-size:1.5rem}}.type-card{height:40px;background-color:#000;color:#fff;margin:auto;display:-webkit-flex;display:flex;padding:2px;border-radius:20px}.type-card:first-child:last-child{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.type-card:first-child:nth-last-child(2),.type-card:first-child:nth-last-child(2)~.type-card{width:45%}.type-card img{height:100%}.type-card h2{margin-top:0;margin-left:8px;margin-right:8px;line-height:36px}.pokemon-description{background-color:#fff;padding:16px}
/*# sourceMappingURL=main.e24ab489.chunk.css.map */