/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

:root {
  --clr--red: hsl(1, 100%, 72%);
  --clr--grey: hsl(225, 33%, 95%);
  --clr--light-grey: hsl(0, 0%, 88%);
  --clr--white: hsl(0, 0%, 100%);
  --clr--outline-color: hsl(0, 0%, 80%);
  /* For Pokemon Stats  */
  --clr--hp: hsl(120, 100%, 30%);
  --clr--atk: hsl(0, 100%, 30%);
  --clr--def: hsl(180, 100%, 40%);
  --clr--spa: hsl(30, 100%, 30%);
  --clr--spd: hsl(270, 100%, 30%);
  --clr--speed: hsl(60, 100%, 30%);
  --clr--tot: hsl(45, 100%, 25%);
  /* for header tags */
  --clr--header-color: hsl(202, 100%, 18%);
  /*  for paragraph */
  --clr--paragraph--1: hsl(0, 0%, 17%);
  --clr--paragraph--2: hsl(0, 0%, 4%);
}

@font-face {
  font-family: PocketMonk;
  src: url(/app/scss/global/font/Pocket\ Monk.otf);
}
:root {
  /* Font Family */
  --ff--primary: "PocketMonk", "Josefin Sans", sans-serif;
  /*  Font Size */
  --fs--regular: 18px;
  /*  Font Weight */
  --fw--regular: 300;
  --fw--bold1: 500;
  --fw--bold2: 700;
}

body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  width: 100%;
  background-color: var(--clr--grey);
  font-family: var(--ff--primary);
  font-weight: var(--ff--regular);
  color: var(--clr--paragraph--2);
}
body h2,
body h3 {
  letter-spacing: 0.2rem;
  color: var(--clr--header-color);
}
body p {
  letter-spacing: 0.1rem;
}
body li {
  letter-spacing: 0.1rem;
}
body div {
  letter-spacing: 0.1rem;
}
body .loading-bg-mobile {
  display: none;
  z-index: 5;
  position: fixed;
  background-color: black;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
body .loading-bg-mobile img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation: loading 3s ease infinite;
  width: 50px;
  height: 50px;
}
body .responsive-background-pokemon-content {
  display: none;
  z-index: 2;
  position: fixed;
  top: 0;
  height: 60vw;
  width: 100%;
  filter: brightness(1.2);
}
body .responsive-background-pokemon-content div {
  top: 5px;
  right: 8px;
  border-radius: 0.7rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 35px;
  width: 35px;
  background-color: var(--clr--white);
  margin-left: auto;
}
body .responsive-background-pokemon-content div i {
  position: absolute;
  margin-left: 0px;
  font-size: 1.4rem;
  cursor: pointer;
  color: var(--clr--header-color);
  transition: transform 200ms ease-in-out, color 200ms ease-in-out;
}
body .responsive-background-pokemon-content div i:hover {
  transform: rotate(180deg);
  scale: 1.2;
}
body .loader {
  z-index: 6;
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f9fb;
  transform: opacity 0.75s, visiblity 0.75s;
}
body .loader img {
  background-color: transparent;
  display: none;
  width: 50px;
  height: 50px;
  animation: loading 3s ease infinite;
}
@media only screen and (min-width: 90em) {
  body .loader img {
    width: 70px;
    height: 70px;
  }
}
@keyframes loading {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
body .hideLoading {
  animation: hideLoading ease-in-out 0.5s;
  animation-fill-mode: forwards;
}
@keyframes hideLoading {
  0% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}
body .pokemon-info-unhide {
  animation: top-to-bottom ease-out 0.5s;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 70em) {
  body .pokemon-info-unhide {
    animation: right-to-left ease-out 0.5s;
    animation-fill-mode: forwards;
  }
}
@keyframes top-to-bottom {
  0% {
    top: -100vh;
  }
  100% {
    bottom: 0;
  }
}
@keyframes right-to-left {
  0% {
    opacity: 0;
    right: -100vh;
  }
  100% {
    opacity: 1;
    right: 1.5rem;
  }
}
body .pokemon-info-hide {
  animation: bottom-to-top ease-in 0.5s;
  animation-fill-mode: forwards;
}
@media only screen and (min-width: 70em) {
  body .pokemon-info-hide {
    animation: left-to-right ease-in 0.5s;
    animation-fill-mode: forwards;
  }
}
@keyframes left-to-right {
  90% {
    opacity: 1;
    right: -100vh;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bottom-to-top {
  0% {
    bottom: 0;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}
body .loader-hidden {
  opacity: 0;
  visibility: hidden;
}
body .btnToTop {
  z-index: 3;
  opacity: 0;
  position: fixed;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  bottom: 3vh;
  right: 2vh;
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  background-color: var(--clr--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  transition: all 200ms;
  pointer-events: none;
}
@media only screen and (min-width: 90em) {
  body .btnToTop {
    width: 40px;
    height: 40px;
  }
}
body .btnToTop.active {
  opacity: 1;
  pointer-events: auto;
}
body .btnToTop.active:active, body .btnToTop.active:focus {
  scale: 1.25;
  background-color: var(--clr--red);
  color: var(--clr--white);
}
@media (hover: hover) {
  body .btnToTop.active:hover {
    scale: 1.25;
    background-color: var(--clr--red);
    color: var(--clr--white);
  }
}

.container {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.main-content {
  overflow: hidden;
  display: grid;
  align-content: start;
  max-width: 100%;
  height: 100%;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .main-content {
    grid-template-columns: repeat(1fr);
  }
}
@media only screen and (min-width: 70em) {
  .main-content {
    overflow: hidden;
    display: grid;
    align-content: start;
    grid-template-columns: repeat(1fr);
    grid-auto-rows: 1fr;
    grid-template-rows: min-content;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-right: calc(370px + 1.2rem);
    margin-top: 2rem;
    margin-left: 1.2rem;
  }
}
.main-content .search_bar {
  width: 100%;
  margin-bottom: 1rem;
}
.main-content .search_bar form {
  position: relative;
  display: grid;
}
.main-content .search_bar form input {
  width: 100%;
  border: none;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 2rem;
}
.main-content .search_bar form button {
  cursor: pointer;
  position: absolute;
  right: 9px;
  top: 9px;
  max-height: 50px;
  display: grid;
  place-items: center;
  padding: 0.5rem;
  border-radius: 50%;
  border: none;
  background-color: var(--clr--red);
  transition: transform 0.1s ease-in-out 0.1s;
}
.main-content .search_bar form button:hover {
  transform: scale(1.3);
}
.main-content .search_bar form button i {
  font-size: 1rem;
  color: var(--clr--white);
}
.main-content .search_bar .hide {
  display: none;
}
@media only screen and (min-width: 70em) {
  .main-content .search_bar {
    max-height: 72px;
  }
  .main-content .search_bar form input {
    padding: 1.2rem;
    font-size: 1.2rem;
  }
  .main-content .search_bar form button {
    right: 10px;
    top: 10px;
  }
  .main-content .search_bar form button i {
    font-size: 1.5rem;
  }
}
.main-content .pokemon_content_list {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
.main-content .pokemon_content_list .pokemon-card {
  flex-grow: 1;
  cursor: pointer;
  position: relative;
  display: grid;
  height: 100%;
  max-height: 120px;
  width: 100%;
  max-width: 550px;
  text-align: center;
  justify-items: center;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0;
  border: 2px solid transparent;
  background-color: var(--clr--white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 1rem;
  transition-duration: 100ms;
}
.main-content .pokemon_content_list .pokemon-card img {
  position: absolute;
  top: 0;
  margin-top: -3rem;
  image-rendering: pixelated;
  transition-duration: 100ms;
}
.main-content .pokemon_content_list .pokemon-card .pokemon-number {
  color: var(--clr--paragraph--1);
  font-size: 0.8rem;
  font-weight: var(--fw--bold2);
}
.main-content .pokemon_content_list .pokemon-card .pokemon-name {
  font-size: 1rem;
}
.main-content .pokemon_content_list .pokemon-card .pokemon__types {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  font-weight: var(--fw--bold2);
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.main-content .pokemon_content_list .pokemon-card .pokemon__types li {
  display: grid;
  place-items: center;
  width: 50px;
  height: 20px;
  padding: 2px 0.4rem 0 0.4rem;
  border-radius: 0.5rem;
  font-size: 0.7rem;
}
.main-content .pokemon_content_list .pokemon-card:hover {
  border: 2px solid var(--clr--outline-color);
}
.main-content .pokemon_content_list .pokemon-card:hover img {
  transform: scale(1.2);
}
@media only screen and (min-width: 40em) {
  .main-content .pokemon_content_list .pokemon-card {
    width: 45%;
  }
}
@media only screen and (min-width: 70em) {
  .main-content .pokemon_content_list .pokemon-card {
    width: 30%;
  }
}
@media only screen and (min-width: 90em) {
  .main-content .pokemon_content_list .pokemon-card {
    width: 23%;
  }
  .main-content .pokemon_content_list .pokemon-card .pokemon-number {
    font-size: 0.9rem;
  }
  .main-content .pokemon_content_list .pokemon-card .pokemon-name {
    font-size: 1.2rem;
  }
  .main-content .pokemon_content_list .pokemon-card .pokemon__types {
    gap: 0.7rem;
    margin-bottom: 1rem;
  }
  .main-content .pokemon_content_list .pokemon-card .pokemon__types li {
    width: 60px;
    height: 25px;
    font-size: 0.9rem;
  }
}
.main-content .pokemon_content_preview {
  display: none;
  place-items: center;
  z-index: 2;
  height: 100%;
  width: 350px;
  position: fixed;
  bottom: 0;
  right: 1.5rem;
  margin-right: 1.2rem;
  top: 13vh;
  background-color: var(--clr--white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
@media only screen and (min-width: 70em) {
  .main-content .pokemon_content_preview {
    display: grid;
  }
}
.main-content .pokemon_content_preview_image {
  width: 100%;
  position: absolute;
  top: -90px;
  display: grid;
  justify-items: center;
}
.main-content .pokemon_content_preview_details {
  width: 100%;
  align-self: center;
  padding: 4rem;
}
.main-content .pokemon_content_preview_details h2 {
  text-align: center;
  font-size: 1.2rem;
  margin: 2rem;
}
.main-content .pokemon_content_mainpreview {
  display: none;
  justify-items: center;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin-right: 1.2rem;
  position: fixed;
  background-color: var(--clr--white);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  left: 0;
  top: 13vh;
}
.main-content .pokemon_content_mainpreview * {
  max-width: 500px;
}
.main-content .pokemon_content_mainpreview_image {
  width: 100%;
  position: absolute;
  top: -60px;
  display: grid;
  justify-items: center;
}
.main-content .pokemon_content_mainpreview_image img {
  width: 120px;
  height: 100px;
  image-rendering: pixelated;
}
.main-content .pokemon_content_mainpreview_details {
  display: grid;
  gap: 1rem;
  text-align: center;
  padding-inline: 1rem;
  margin-top: 70px;
  align-self: flex-start;
}
.main-content .pokemon_content_mainpreview_details p,
.main-content .pokemon_content_mainpreview_details h2,
.main-content .pokemon_content_mainpreview_details h3,
.main-content .pokemon_content_mainpreview_details h4 {
  margin: 0;
}
.main-content .pokemon_content_mainpreview_details h2,
.main-content .pokemon_content_mainpreview_details h3 {
  font-size: 1rem;
}
.main-content .pokemon_content_mainpreview_details p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.main-content .pokemon_content_mainpreview_details_pokemon-number {
  color: var(--clr--paragraph--1);
  font-size: 0.7rem;
  font-weight: var(--fw--bold2);
}
.main-content .pokemon_content_mainpreview_details_row {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.main-content .pokemon_content_mainpreview_details_abilities {
  display: grid;
}
.main-content .pokemon_content_mainpreview_details_abilities .ability-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-self: center;
  max-width: 280px;
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--fw--bold2);
  font-size: 0.5rem;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  color: var(--clr--white);
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container p {
  margin: 0;
  margin-top: 3px;
  font-size: 0.8rem;
  font-weight: var(--fw--bold2);
  padding-bottom: 0.5rem;
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container .pokemon-HP {
  background-color: var(--clr--hp);
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container .pokemon-ATK {
  background-color: var(--clr--atk);
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container .pokemon-DEF {
  background-color: var(--clr--def);
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container .pokemon-SpA {
  background-color: var(--clr--spa);
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container .pokemon-SpD {
  background-color: var(--clr--spd);
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container .pokemon-SPD {
  background-color: var(--clr--speed);
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container .pokemon-TOT {
  background-color: var(--clr--tot);
}
.main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container:nth-last-of-type(1) {
  background-color: hsl(45, 100%, 30%);
  border-radius: 1rem;
}
.main-content .pokemon_content_mainpreview_details .pokemon-evolution-chain {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.main-content .pokemon_content_mainpreview_details .pokemon-evolution-chain div {
  display: flex;
  align-items: center;
}
.main-content .pokemon_content_mainpreview_details .pokemon-evolution-chain p {
  font-size: 0.7rem;
  font-weight: bolder;
}
.main-content .pokemon_content_mainpreview_details .pokemon-evolution-chain .pokemon-number,
.main-content .pokemon_content_mainpreview_details .pokemon-evolution-chain .pokemon-name {
  display: none;
}
.main-content .pokemon_content_mainpreview_details .pokemon-evolution-chain img {
  cursor: pointer;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 70em) {
  .main-content .pokemon_content_mainpreview {
    display: none;
    place-items: center;
    z-index: 2;
    height: 100%;
    width: 350px;
    position: fixed;
    bottom: 0;
    right: 2rem;
    top: 13vh;
    left: auto;
    background-color: var(--clr--white);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  .main-content .pokemon_content_mainpreview * {
    max-width: 300px;
  }
  .main-content .pokemon_content_mainpreview_image img {
    width: 150px;
    height: 120px;
    image-rendering: pixelated;
  }
  .main-content .pokemon_content_mainpreview_details {
    gap: 1.5rem;
    margin-top: 100px;
  }
  .main-content .pokemon_content_mainpreview_details h2,
  .main-content .pokemon_content_mainpreview_details h3 {
    font-size: 1rem;
  }
  .main-content .pokemon_content_mainpreview_details_pokemon-name {
    font-size: 1.3rem !important;
  }
  .main-content .pokemon_content_mainpreview_details .pokemon-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-self: center;
    max-width: 280px;
  }
  .main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container div {
    font-size: 0.7rem;
  }
  .main-content .pokemon_content_mainpreview_details .pokemon-stats .pokemon-stats-container p {
    font-size: 0.9rem;
  }
  .main-content .pokemon_content_mainpreview_details .pokemon-evolution-chain img {
    transition: transform 0.1s ease-in-out 0.1s;
  }
  .main-content .pokemon_content_mainpreview_details .pokemon-evolution-chain img:hover {
    transform: scale(1.3);
  }
}
.main-content .info-loader {
  display: none;
  position: fixed;
  width: 250px;
  right: 0;
  top: 50vh;
  z-index: 1;
  background-color: transparent;
  transform: opacity 0.75s, visiblity 0.75s;
}
@media only screen and (min-width: 70em) {
  .main-content .info-loader {
    display: block;
  }
}
.main-content .info-loader img {
  background-color: transparent;
  width: 70px;
  height: 70px;
  animation: loading 3s ease infinite;
}
@keyframes loading {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}/*# sourceMappingURL=style.css.map */