body {
  overflow: hidden;
}

iframe {
  position: absolute !important;
  overflow: hidden !important;
  height: 112% !important;
}

.powered {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #dfdfdf;
  padding: 6px 8px;
}

.powered_img {
  height: 24px;
  vertical-align: middle;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #1876d2;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading {
  margin-left: 47.5%;
  margin-top: 25%;
}

.powered_content_second {
  font-size: 19px;
  margin-right: 0.5rem;
  font-weight: 550;
  font-family: inherit;
  vertical-align: middle;
}

.athena_link {
  text-decoration: none;
  color: black;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

a:active {
  text-decoration: none;
  color: black;
}
