@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap";*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:linear-gradient(to top,#2c2b2e,#16141b)}::-webkit-scrollbar-thumb{background:#505050}::-webkit-scrollbar-thumb:hover{background:#5e5d5d}@-moz-document url-prefix(""){html{overflow-y:scroll;scrollbar-color:rgb(78,78,78) rgb(41,41,41);scrollbar-width:thin}}body{background:linear-gradient(to top,#2c2b2e,#16141b);min-height:100vh}#root{font-family:Lato,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:0%}h4,h5{margin:0;display:inline}.title{display:flex;gap:.25rem;align-items:center;position:absolute;left:50%;transform:translate(-50%);top:5rem}.pokeball{height:2rem;animation:bounce .4s linear infinite alternate}@keyframes bounce{0%{transform:translateY(-10%)}to{transform:translateY(10%)}}.pokemon-logo{width:15rem;margin-top:-1.5rem;margin-bottom:1rem}h1{color:#f1f1f1;letter-spacing:2px;font-size:1.5rem}.poke-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;margin:0 auto;max-width:1200px}.pokemon{background-color:#363636;background:linear-gradient(to bottom,#2b2a2a,#1b1b1b);border-radius:10px;box-shadow:0 3px 10px #0009;margin:.8rem;padding:1.4rem;text-align:center;color:#f1f1f1;position:relative;transition:scale 1s ease-in-out}.pokemon:hover{transform:scale(1.01);box-shadow:0 3px 10px #fff6;cursor:pointer}.pokemon .img-container{background:linear-gradient(to bottom,#d6d6d64d,#4d4d4d1a);box-shadow:0 0 10px 10px #cac9c90d;border-radius:50%;width:150px;height:150px;text-align:center}.img-skeleton{width:150px;height:150px}.pokemon .img-container img{margin-top:.7rem;width:82%;height:82%;animation:updown 1s ease infinite}@keyframes updown{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.pokemon .info{margin-top:1.1rem}.number{background-color:#91919133;padding:.1rem .3rem;border-radius:.6rem;font-size:.8em;position:absolute;left:.25rem;top:.25rem;font-weight:700}.type-icon{position:absolute;right:.3rem;top:.3rem;padding:.5rem;height:.75rem;width:1.2rem;background-color:#f1f1f1;border-radius:1000px;cursor:help}.type{text-transform:capitalize;font-size:.75rem}.name{margin:1rem 0 .3rem;text-shadow:0 0 5px 10px rgba(0,0,0,.9);text-transform:capitalize;transition:font-size .1s ease-out}.pokemon:hover .name{font-size:1.25rem}.basic-info{display:flex;justify-content:space-between}.extra-info{display:flex;justify-content:space-around;margin-top:1rem}small{opacity:.5}.weight,.height{background-color:#0000001a;padding:.1rem .4rem;border-radius:.6rem;display:block;margin:.25rem}.type-data{margin-top:1rem}footer{color:#f1f1f1;margin:1rem 0 .5rem;display:flex;align-items:center}footer a{text-decoration:none;color:#f1f1f1}footer img{width:4rem}@media (max-width: 450px){.pokemon-logo{all:revert;width:9rem;margin-bottom:1.5rem}.pokeball{height:1.5rem}.title{top:4.2rem}.title h1{font-size:.9rem}.pokemon{height:18.75rem;width:10.5rem;margin:.5rem}.pokemon .img-container{width:8.5rem;height:8.5rem;transform:translate(-.65rem)}.img-skeleton{width:8.5rem;height:8.5rem}.info{width:8.5rem;transform:translate(-.65rem)}.type-data{margin-top:.1rem}@-moz-document url-prefix(""){.pokemon{transform:scale(.85);margin:0}}}.action-component{margin-bottom:20px}.search-container{display:flex;align-items:center;width:300px;margin:0 auto;border:1px solid #818080ad;border-radius:16px;padding:4px}.search-input{font-family:Lato,sans-serif;flex:1;padding:10px;border:none;outline:none;font-size:16px;color:#faf9f9;border-radius:10px;background-color:#fbfbfb00}.search-icon{fill:currentColor}.btn-clear{background:none;border:none;border-radius:4px;cursor:pointer;margin-right:8px}.scroll-to-top-btn{position:fixed;bottom:-50px;right:10px;padding:10px 18px;font-size:24px;border:none;border-radius:100%;background-color:#3330;cursor:pointer;opacity:0;transition:bottom .5s,opacity .5s;z-index:1000}.scroll-to-top-btn.show{bottom:20px;opacity:1}.scroll{width:50px;height:50px;border:4px solid #0f66d1;font-weight:800;border-radius:50%;position:relative;animation:up 1.5s infinite;background-color:#ffd52c}.scroll:before{content:"";font-weight:800;position:absolute;top:16.5px;left:12.5px;width:14px;height:14px;border-left:4px solid #0f66d1;border-bottom:4px solid #0f66d1;transform:rotate(135deg)}@keyframes up{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}#_app_1obet_1{position:relative;background:linear-gradient(180deg,#ffffffa1,#000000a1),#ff3f02;background-blend-mode:soft-light,normal;font-family:Montserrat!important;width:100%}#_app_1obet_1._dark_1obet_19,._dark_1obet_19 ._title_1obet_22,._dark_1obet_19 ._name_1obet_23,._dark_1obet_19 ._nav_1obet_24,._dark_1obet_19 ._filter_1obet_25,._dark_1obet_19 ._input-box_1obet_26 i,._dark_1obet_19 ._input-box_1obet_26,._dark_1obet_19 ._input-box_1obet_26 input,._dark_1obet_19 ._content_1obet_29,._dark_1obet_19 ._back_1obet_30,._dark_1obet_19 ._next_1obet_31,._dark_1obet_19 ._github_1obet_32,._dark_1obet_19 ._dribbble_1obet_33{color:#0c0c0d!important}._dark_1obet_19 ._line_1obet_37,._dark_1obet_19 ._inside_1obet_38{background-color:#0c0c0d!important}._dark_1obet_19 ._input-box_1obet_26 ::placeholder{color:#000000bf}._dark_1obet_19 input[type=search]::-webkit-search-cancel-button{background:url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;background-size:contain;opacity:1}._topo_1obet_53{grid-area:topo;width:100%;height:40px;margin:0;display:flex;padding:20px 0;justify-content:space-between}._nav_1obet_24{height:max-content;overflow:scroll;color:#fff;position:relative;z-index:3;-webkit-mask-image:linear-gradient(90deg,rgba(255,255,255,0) 6.1%,rgba(255,255,255,0) 6.1%,#ffffff 34.46%,#ffffff 70.17%,rgba(255,255,255,0) 100%);mask-image:linear-gradient(90deg,#fff0 6.1%,#fff0 6.1%,#fff 34.46%,#fff 70.17%,#fff0);z-index:4}::-webkit-scrollbar{width:0}._lista_1obet_91{display:flex;margin:0 45%}._element_1obet_96{cursor:pointer;margin:0 15px;text-transform:capitalize}._nome_1obet_102{grid-area:nome;text-align:center}._info_1obet_107{grid-area:info}._esquerda_1obet_111{grid-area:esquerda}._direita_1obet_115{grid-area:direita}._container_1obet_120{max-width:900px;margin:0 auto;padding-bottom:40px;position:relative}._input-box_1obet_26{display:flex;height:min-content;background-color:#ffffff38;width:250px;padding:5px 10px;border-radius:5px}._input-box_1obet_26 input{background:none;outline:none;border:none;color:#fff;font-family:Montserrat;flex:1}._input-box_1obet_26._searching_1obet_144{border-radius:5px 5px 0 0}._bold_1obet_148{font-weight:800}._input-box_1obet_26 ::placeholder{color:#ffffffbf;font-family:Montserrat}._input-box_1obet_26 i{color:#fff;font-size:20px;margin:0 5px}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;height:1em;width:1em;border-radius:50em;background:url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;background-size:contain;filter:invert(1);opacity:1}._content_1obet_29{width:auto;display:flex;color:#fff;z-index:3;background-color:#363636;background:linear-gradient(to bottom,#2b2a2a,#1b1b1b);border-radius:10px;box-shadow:0 3px 10px #0009;margin:.8rem;padding:1.4rem;color:#f1f1f1;position:relative}._content_1obet_29>div{width:100%}._title_1obet_22{display:flex;justify-content:stretch;width:100%}._subgrid_1obet_205{min-width:50%;display:grid;grid-template-areas:"... ..." "emoji type" "emoji name" "desc desc" "details details";grid-template-rows:150px min-content min-content min-content;grid-template-columns:min-content}._emoji_1obet_213{grid-area:emoji;padding-right:10px;margin:auto 0}._skeleton_emoji_1obet_218{width:90px;height:90px}._skeleton_name_1obet_222{width:350px;height:50px}._type_1obet_227{margin-top:auto;grid-area:type;text-transform:uppercase;margin-left:10px;opacity:.8;font-weight:500}._subgrid_1obet_205 ._name_1obet_23{grid-area:name;font-family:Montserrat;font-style:normal;font-weight:700;font-size:4em;line-height:60px;color:#fff;text-transform:capitalize}._desc_1obet_247{grid-area:desc;font-size:14px;line-height:17px;padding-bottom:25px;display:none}._details_1obet_254{grid-area:details;width:100%}._details_1obet_254 ._row_1obet_259{display:flex;text-transform:capitalize;justify-content:space-between}._details_1obet_254 ._row_1obet_259 :first-child{font-weight:700}._details_1obet_254 ._row_1obet_259 :last-child{width:100%;text-align:end}._picture_container_1obet_273{background:linear-gradient(to bottom,#d6d6d64d,#4d4d4d1a);box-shadow:0 0 10px 10px #cac9c90d;border-radius:50%;width:300px;height:300px;display:flex;justify-content:center;align-items:center;margin-left:10px}._picture_1obet_273{position:relative;pointer-events:none;z-index:2;animation:_updown_1obet_1 1s ease infinite}@keyframes _updown_1obet_1{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}._picture_1obet_273 img{position:relative;height:260px;width:260px}._skeleton_picture_1obet_312{width:300px;height:300px;margin-left:10px;justify-content:center;align-items:center}._picture_1obet_273:before{content:"";display:block;bottom:0;left:calc(50% - 100px);position:absolute;width:200px;height:50%;background-color:#0000001a;-webkit-mask-image:radial-gradient(ellipse 100% 40% at 50% 70%,black 20%,transparent 50%);mask-image:radial-gradient(ellipse 100% 40% at 48% 78%,black 20%,transparent 70%)}._stats_1obet_340{margin-top:20px;display:flex;justify-content:flex-start;align-items:center}._stats_1obet_340 ._title_1obet_22{width:min-content;box-sizing:border-box;padding-right:60px;font-weight:700;font-size:36px}._stats_1obet_340 ._graphics_1obet_356{flex:1}._stats_1obet_340 ._row_1obet_259{display:flex;height:30px;padding:6px 0}._row_1obet_259 ._name_stats_1obet_364{width:150px;text-transform:capitalize}._name_1obet_23{min-width:350px}._stats_1obet_340 ._bar_1obet_372{flex:1;height:100%;background-color:#91919133;border-radius:6px}._stats_1obet_340 ._base_1obet_379{width:30px;padding-left:10px}._bar_1obet_372 ._inside_1obet_38{width:100%;height:100%;border-radius:6px}._skeleton_bar_1obet_388{width:425px;height:25px}._number_1obet_393{position:absolute;font-family:Montserrat;font-weight:900;font-size:90px;color:#ffffff2e;-webkit-user-select:none;user-select:none;left:0;margin-top:.6rem;margin-left:60px;margin-right:60px;z-index:1}._skeleton_number_1obet_407{width:260px;height:90px}._back_1obet_30{position:fixed;left:45px;top:45%}._back_1obet_30:hover{left:35px}._next_1obet_31{position:fixed;right:45px;top:45%}._next_1obet_31:hover{right:35px}._back_1obet_30,._next_1obet_31{color:#fff;font-size:50px;opacity:.45;cursor:pointer}._back_1obet_30:hover,._next_1obet_31:hover{opacity:1}._credits_1obet_445{position:fixed;left:30px;bottom:0;color:#fff;width:50px}._credits_1obet_445>div,._credits_1obet_445>a{margin:0 auto;text-align:center;color:#fff;display:block;font-size:40px;opacity:.7}._github_1obet_32,._dribbble_1obet_33{cursor:pointer}._github_1obet_32:hover,._dribbble_1obet_33:hover{cursor:pointer;opacity:1!important}._credits_1obet_445 ._line_1obet_37{height:100px;background-color:#fff;width:1px}._filter_1obet_25{color:#fff;margin:auto 0}._filter_1obet_25 i{margin-left:10px;cursor:pointer}@media screen and (max-width: 1010px){._title_1obet_22{flex-direction:column-reverse;justify-content:center;align-items:center}._title_1obet_22 ._subgrid_1obet_205{width:100%;grid-template-areas:"emoji type" "emoji name" "desc desc" "details details";grid-template-rows:min-content min-content min-content}._skeleton_emoji_1obet_218{width:85px;height:85px}._title_1obet_22>._picture_1obet_273{display:flex;justify-content:center;width:100%}._stats_1obet_340{flex-direction:column;width:100%}._graphics_1obet_356{width:100%}._container_1obet_120{padding-bottom:100px;min-width:300px;margin:0 30px}._title_1obet_22 ._name_1obet_23{word-break:break-all}._picture_1obet_273{width:200px;height:200px;display:flex;justify-content:center;align-items:center}._skeleton_picture_1obet_312{width:200px;height:200px;margin-left:0}._picture_1obet_273 img{height:200px;width:200px}._credits_1obet_445 ._line_1obet_37{display:block;height:1px;background-color:#fff;width:100px}._credits_1obet_445{z-index:100;position:absolute;left:0;bottom:30px;color:#fff;width:auto;display:flex;flex-direction:row-reverse;align-items:center}._dribbble_1obet_33{padding:0 10px}._number_1obet_393{position:absolute;display:grid;font-family:Montserrat;font-weight:900;font-size:30px;color:#ffffff2e;-webkit-user-select:none;user-select:none;margin-top:0;margin-left:20px;margin-right:0;top:15px;z-index:1}._skeleton_number_1obet_407{width:80px;height:37px}._back_1obet_30,._next_1obet_31{position:absolute;top:75px;font-size:24px;z-index:91}._back_1obet_30{left:5%}._next_1obet_31{right:5%}._skeleton_picture_1obet_312{width:250px;height:250px;margin-bottom:20px;justify-content:center;align-items:center}._picture_container_1obet_273{width:250px;height:250px;margin-bottom:20px;margin-left:0;justify-content:center;align-items:center}}@media screen and (max-width: 450px){._title_1obet_22 ._name_1obet_23{font-size:1.8em}._name_1obet_23{min-width:0px}._filter_1obet_25{margin-top:20px}._lista_1obet_91{padding-top:40px}._back_1obet_30,._next_1obet_31{top:115px}._topo_1obet_53{display:block}._input-box_1obet_26{width:100%}._filter_1obet_25{text-align:center}._content_1obet_29{width:24em}._number_1obet_393{position:absolute;display:grid;font-family:Montserrat;font-weight:900;font-size:1.8em;color:#ffffff2e;-webkit-user-select:none;user-select:none;margin-top:0;margin-left:20px;margin-right:0;top:15px;z-index:1}}@media (max-width: 450px){._skeleton_emoji_1obet_218{width:85px;height:85px}._skeleton_number_1obet_407{width:70px;height:30px}._skeleton_name_1obet_222{width:100px;height:30px}._skeleton_picture_1obet_312,._picture_container_1obet_273{width:250px;height:250px}}@media screen and (max-width: 394px){._title_1obet_22 ._name_1obet_23{font-size:1.6em}._skeleton_name_1obet_222{width:100px;height:30px}._skeleton_picture_1obet_312,._picture_container_1obet_273{width:220px;height:220px}._picture_1obet_273 img{height:180px;width:180px}._skeleton_number_1obet_407{width:60px;height:25px}._filter_1obet_25{margin-top:20px}._lista_1obet_91{padding-top:40px}._back_1obet_30,._next_1obet_31{top:115px}._topo_1obet_53{display:block}._input-box_1obet_26{width:100%}._filter_1obet_25{text-align:center}._content_1obet_29{width:22em}._number_1obet_393{position:absolute;display:grid;font-family:Montserrat;font-weight:900;font-size:1.6em;color:#ffffff2e;-webkit-user-select:none;user-select:none;margin-top:0;margin-left:20px;margin-right:0;top:15px;z-index:1}}@media screen and (max-width: 376px){._title_1obet_22 ._name_1obet_23{font-size:1.4em}._filter_1obet_25{margin-top:20px}._lista_1obet_91{padding-top:40px}._back_1obet_30,._next_1obet_31{top:115px}._topo_1obet_53{display:block}._input-box_1obet_26{width:100%}._filter_1obet_25{text-align:center}._content_1obet_29{width:20em}._number_1obet_393{position:absolute;display:grid;font-family:Montserrat;font-weight:900;font-size:1.4em;color:#ffffff2e;-webkit-user-select:none;user-select:none;margin-top:0;margin-left:20px;margin-right:0;top:15px;z-index:1}._skeleton_name_1obet_222{width:80px;height:20px}._skeleton_picture_1obet_312,._picture_container_1obet_273{width:180px;height:180px}._picture_1obet_273 img{height:140px;width:140px}._skeleton_number_1obet_407{width:60px;height:25px}}*{box-sizing:border-box;margin:0;padding:0}body{font-size:16px;font-family:Poppins,sans-serif;background-color:#0e0e0e}._container_gmt7i_15{width:100%;height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;color:#f1f1f1;margin-bottom:74px;margin-top:6px}._img404_gmt7i_28{width:15rem}._text_gmt7i_32{text-align:center;font-size:1.8rem;font-weight:700}._btn_gmt7i_38{cursor:pointer;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;border:1px solid #f8f9fa;padding:.375rem .75rem;margin:2rem .375rem .375rem;font-size:1rem;border-radius:.5rem;color:#f8f9fa;text-decoration:none;transition:all .5s ease-in-out}._btn_gmt7i_38:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}@media (max-width: 768px){._text404_gmt7i_63{font-size:8rem}._text_gmt7i_32{font-size:1.6rem}}
