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}*{box-sizing:border-box}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}a{text-decoration:none;color:inherit}.display-mobile{display:none!important}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}.navbar{width:100vw;height:50px;background:#fff;position:fixed;display:flex;align-items:center;padding-left:50px;top:0;right:0;color:#000;box-shadow:0 1px 10px -4px rgba(0,0,0,.75);z-index:9999}.logo{max-width:70%;max-height:70%}.mobile-menu{display:none}.list-section{width:70%;height:100%;padding-top:70px;overflow:hidden}.filter-section{position:fixed;height:200px;width:25%;right:2.5%;top:70px;border-radius:10px;text-align:left;padding:20px;box-shadow:-1px 6px 16px -8px rgba(0,0,0,.75)}.pokemon-list-wrapper{width:100%;display:flex;flex-wrap:wrap}.pokemon-wrapper{height:300px;width:200px;overflow:hidden;border-radius:8px;box-shadow:-1px 6px 16px -3px rgba(0,0,0,.75);margin:12px;cursor:pointer}.pokemon-wrapper:hover{transform:translate(-3px,-3px);transition:all .3s}.pokemon-list-image-wrapper{height:85%;padding:25px}.pokemon-list-image-wrapper,.pokemon-list-name{width:100%;display:flex;justify-content:center;align-items:center}.pokemon-list-name{height:15%;background:#000;color:#fff}.pokemon-input{width:90%;height:30px;margin-top:10px;padding-left:10px;border-radius:5px;border:.2px solid rgba(0,0,0,.2)}button:active,button:focus{outline:none}.detail-title{padding-top:70px;padding-bottom:20px;padding-left:30px;width:100%;font-size:20px;background:#000;color:#fff;display:flex;align-items:center}.detail-section{width:50%;padding:30px;position:relative;float:left;z-index:1}.detail-image-pokemon{width:80%;height:500px;padding:30px;display:flex;justify-content:center;align-items:center;border-radius:8px;box-shadow:-1px 6px 16px -3px rgba(0,0,0,.2)}.detail-image-pokemon img{max-width:100%;max-height:100%}.detail-evo-pokemon{width:80%;margin-top:20px;border-radius:4px;overflow:hidden}.detail-info-section{border-radius:4px;overflow:hidden;box-shadow:-1px 6px 16px -3px rgba(0,0,0,.1);margin-bottom:20px}.detail-info-section .title{text-align:left;background:#000;color:#fff;padding:20px}.detail-info-section .info{padding:10px 20px;text-align:left}.spinner-main{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.spinner-main .path{stroke:#2eccad;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{to{transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@media only screen and (max-width:976px){.navbar{padding-left:0;justify-content:center}.mobile-menu{display:block}.filter-section{display:none}.list-section{margin-top:50px;width:100%;padding:25px}.pokemon-list-wrapper{justify-content:center}.display-mobile{display:block!important}.detail-section{width:100%}.detail-image-pokemon{width:100%;height:350px}.detail-evo-pokemon{width:100%}}
/*# sourceMappingURL=main.c2c93438.chunk.css.map */