/* Auto-generated at Tue, 14 Jul 26 00:43:13 +0000. */

body.frontend footer .powered-by {
  display: none;
}
@media (min-width: var(--nav-mobile-breakpoint)) {
  body.frontend footer, login footer {
    position: relative;
  }
  body.frontend footer .footer, login footer .footer {
    padding-top: 60px;
    justify-content: flex-start;
  }
  body.frontend footer .footer .footer-items, login footer .footer .footer-items {
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    width: 800px;
  }
  body.frontend footer .footer .footer-items li, login footer .footer .footer-items li {
    width: 200px;
  }
  body.frontend footer .footer .footer-items li:first-child, login footer .footer .footer-items li:first-child {
    position: relative;
  }
  body.frontend footer .footer .footer-items li:first-child::before, login footer .footer .footer-items li:first-child::before {
    content: "Powered by";
    position: absolute;
    transform: translateY(-160%);
    top: 0;
    left: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
  }
}
body.frontend fe-input-addon .input-addon .btn.btn-icon svg, body.frontend fe-input-addon .input-addon body.backend .btn.btn-icon svg, body.backend fe-input-addon .input-addon .btn.btn-icon svg, body.backend fe-input-addon .input-addon body.backend .btn.btn-icon svg {
  fill: white;
}
.frontend oauth-login .oauth-wrapper oauth-button:first-of-type ::before {
  content: "Login with Game Warden";
  color: #1a1a1a;
  margin-right: 5px;
}
.frontend oauth-login .oauth-wrapper oauth-button:not(:first-child) {
  display: none;
}
.frontend login fe-form, .frontend auth-container .auth-container .auth-inner .link-wrapper {
  display: none !important;
}
.frontend h2, .frontend h3, .frontend h4, .frontend h5, .frontend h6 {
  font-family: "Roboto", sans-serif;
}
.frontend h1 {
  font-family: "Oswald", sans-serif;
}
.frontend oauth-login .innosabi-message a {
  display: none;
}
.frontend widget-index .index-wrapper .widget:nth-child(1) {
  padding: 20px 0;
}
.frontend .link {
  color: #25BAF9 !important;
}