:root {
  /* Settings for the animations. */
  --fanw-timing-function: ease;
  --fanw-iteration-count: 25;
  --fanw-duration: 1.1s;
  /* Setting the color of the loader. */
  --fanw-loader-primary-color: rgb(66, 81, 166);
  --fanw-color-shade-1: rgba(66, 81, 166, 0.7);
  --fanw-color-shade-2: rgba(66, 81, 166, 0.5);
  --fanw-color-shade-3: rgba(66, 81, 166, 0.2);
}

.pdf-reader .pdf-reader-embed {
  position: relative;
  width: fit-content;
}

.pdf-reader .pdf-reader-embed iframe {
  -webkit-animation: opacity var(--fanw-duration) var(--fanw-iteration-count) var(--fanw-timing-function);
  -moz-animation: opacity var(--fanw-duration) var(--fanw-iteration-count) var(--fanw-timing-function);
  -ms-animation: opacity var(--fanw-duration) var(--fanw-iteration-count) var(--fanw-timing-function);
  animation: opacity var(--fanw-duration) var(--fanw-iteration-count) var(--fanw-timing-function);
}

.pdf-reader .pdf-reader-embed .loader {
  margin: auto auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  -webkit-animation: loader var(--fanw-duration) var(--fanw-iteration-count) var(--fanw-timing-function);
  -moz-animation: loader var(--fanw-duration) var(--fanw-iteration-count) var(--fanw-timing-function);
  -ms-animation: loader var(--fanw-duration) var(--fanw-iteration-count) var(--fanw-timing-function);
  animation: loader var(--fanw-duration) var(--fanw-iteration-count) var(--fanw-timing-function);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@keyframes opacity {
  0% {
    opacity: 0.1;
  }

  100% {
    opacity: 0.1;
  }
}

@-webkit-keyframes loader {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-loader-primary-color), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-2), -1.8em -1.8em 0 0em var(--fanw-color-shade-1);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-1), 1.8em -1.8em 0 0em var(--fanw-loader-primary-color), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-2);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-2), 1.8em -1.8em 0 0em var(--fanw-color-shade-1), 2.5em 0em 0 0em var(--fanw-loader-primary-color), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-2), 2.5em 0em 0 0em var(--fanw-color-shade-1), 1.75em 1.75em 0 0em var(--fanw-loader-primary-color), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-2), 1.75em 1.75em 0 0em var(--fanw-color-shade-1), 0em 2.5em 0 0em var(--fanw-loader-primary-color), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-2), 0em 2.5em 0 0em var(--fanw-color-shade-1), -1.8em 1.8em 0 0em var(--fanw-loader-primary-color), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-2), -1.8em 1.8em 0 0em var(--fanw-color-shade-1), -2.6em 0em 0 0em var(--fanw-loader-primary-color), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-2), -2.6em 0em 0 0em var(--fanw-color-shade-1), -1.8em -1.8em 0 0em var(--fanw-loader-primary-color);
  }
}

@keyframes loader {

  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-loader-primary-color), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-2), -1.8em -1.8em 0 0em var(--fanw-color-shade-1);
  }

  12.5% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-1), 1.8em -1.8em 0 0em var(--fanw-loader-primary-color), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-2);
  }

  25% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-2), 1.8em -1.8em 0 0em var(--fanw-color-shade-1), 2.5em 0em 0 0em var(--fanw-loader-primary-color), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  37.5% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-2), 2.5em 0em 0 0em var(--fanw-color-shade-1), 1.75em 1.75em 0 0em var(--fanw-loader-primary-color), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  50% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-2), 1.75em 1.75em 0 0em var(--fanw-color-shade-1), 0em 2.5em 0 0em var(--fanw-loader-primary-color), -1.8em 1.8em 0 0em var(--fanw-color-shade-3), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  62.5% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-2), 0em 2.5em 0 0em var(--fanw-color-shade-1), -1.8em 1.8em 0 0em var(--fanw-loader-primary-color), -2.6em 0em 0 0em var(--fanw-color-shade-3), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  75% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-2), -1.8em 1.8em 0 0em var(--fanw-color-shade-1), -2.6em 0em 0 0em var(--fanw-loader-primary-color), -1.8em -1.8em 0 0em var(--fanw-color-shade-3);
  }

  87.5% {
    box-shadow: 0em -2.6em 0em 0em var(--fanw-color-shade-3), 1.8em -1.8em 0 0em var(--fanw-color-shade-3), 2.5em 0em 0 0em var(--fanw-color-shade-3), 1.75em 1.75em 0 0em var(--fanw-color-shade-3), 0em 2.5em 0 0em var(--fanw-color-shade-3), -1.8em 1.8em 0 0em var(--fanw-color-shade-2), -2.6em 0em 0 0em var(--fanw-color-shade-1), -1.8em -1.8em 0 0em var(--fanw-loader-primary-color);
  }
}