/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.c-infinityHeader {
  -webkit-filter: drop-shadow(0px 8px 6px rgba(9, 14, 12, 1));
  filter: drop-shadow(0px 8px 6px rgba(9, 14, 12, 1));
  background-image: url("https://webdev-cdn.fishsticksgames.com/game-portal/assets/infinity/img/TopPanel_Repeat.png");
  background-repeat: repeat-x;
  background-position: 0% 80%;
  border-bottom: 2px solid #aa6e18;
  -webkit-box-shadow: inset 0px -6px 6px -2px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -6px 6px -2px rgba(0, 0, 0, 0.75);
  position: fixed;
  width: 100%;
  top: -2px;
  z-index: 999;
}

.header {
  height: 82px;
  background-color: rgba(10, 10, 12, 0.6);
  border-bottom: 1px solid #1c7a3c;
}
.c-infinityHeader .navbar,
.header .navbar {
  height: 82px;
  background-color: transparent !important;
  max-width: 1155px;
  margin: 0 auto;
}

.navbar-item-custom {
  font-size: 18px;
  letter-spacing: 0px;
  color: #009886;
  font-family: "Muller Extra Bold";
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 1rem !important;
}

.navbar-item-custom:hover {
  color: #009886 !important;
  background-color: #005c52 !important;
}

.navbar-item-custom-active {
  font-size: 18px;
  letter-spacing: 0px;
  color: #f5f2ec;
  font-family: "Muller Extra Bold";
  font-weight: 800;
  text-align: center;
  -webkit-filter: drop-shadow(2px -1px 1px #05584e)
    drop-shadow(-2px -1px 1px #05584e);
  filter: drop-shadow(2px -1px 1px #05584e) drop-shadow(-2px -1px 1px #05584e);
  background-image: -o-linear-gradient(bottom, #05312b 0%, #031513 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#05312b),
    to(#031513)
  );
  background-image: linear-gradient(0deg, #05312b 0%, #031513 100%);
  -webkit-box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.75);
}

/* .navbar-item-custom:visited {
  font-size: 20px;
  letter-spacing: 0px;
  color: #1b7b3b;
  font-family: "Amrys";
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 1rem !important;
} */

.navbar-item img {
  max-height: none !important;
}

.navbar-item .buttons {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

a.navbar-item-custom::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  right: -3px;
  top: 37px;
  border-radius: 8px;
  background-color: #cd9b50;
  z-index: 999;
}
a.navbar-item-custom:last-child::after {
  content: none;
}

.btn-sign-in {
  width: 120px;
  height: 44px;
  border-radius: 4px;
  background-color: rgba(27, 123, 59, 0);
  border: 2px solid #1b7b3b;
  font-size: 18px;
  letter-spacing: 0px;
  color: #1b7b3b;
  font-family: "Arial";
  text-align: center;
}
.btn-sign-in:hover {
  background-color: #1b7b3b;
  border: 2px solid #1b7b3b;
  font-size: 18px;
  letter-spacing: 0px;
  color: #eee8de;
  font-family: "Arial";
  text-align: center;
}

.btn-sign-in:active {
  border-radius: 8px;
  background-color: #124122;
  border: 2px solid #124122;
  font-size: 18px;
  letter-spacing: 0px;
  color: #eee8de;
  font-family: "Arial";
  text-align: center;
}

.btn-sign-in:focus {
  outline: 0 !important;
}

.btn-sign-in.btn-sign-in--infinity {
  border-radius: 22px;
  background-color: rgba(0, 40, 40, 0.2);
  border: 2px solid #009886;
  font-size: 18px;
  color: #009886;
  width: 198px;
  height: 40px;
}

.btn-sign-in.btn-sign-in--infinity:hover {
  background-color: #016559;
  color: #03bda8;
}

@media all and (max-height: 768px) {
  a.navbar-item-custom::after {
    /* top: 28px; */
  }
}

.tippy-tooltip {
  background-color: transparent;
  top: 0 !important;
}

.tippy-content {
  padding: 0px 9px;
}

.hint_container {
  background-image: url("https://webdev-cdn.fishsticksgames.com/game-portal/assets/infinity/v3/img/hint.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 154px;
  text-align: center;
}

.hint_container .hint-title {
  font-size: 22px;
  line-height: 22px;
  color: #5a534c;
  font-family: "Arial";
  text-align: center;
  padding-top: 34px;
  padding-bottom: 5px;
}

.hint_container .hint-subtitle {
  font-size: 18px;
  font-size: 22px;
  line-height: 22px;
  color: #00574f;
  font-family: "Arial";
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .c-infinityHeader .navbar,
  .header .navbar {
    height: 50px !important;
  }
  .navbar-brand a.navbar-item img {
    width: 80px !important;
  }
}

.mobile .navbar-brand,
.mobile .navbar-tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.mobile .c-infinityHeader {
  background: none;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(19, 0, 10, 1)),
    color-stop(70%, rgba(93, 0, 52, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(19, 0, 10, 1) 0%,
    rgba(93, 0, 52, 1) 70%
  );
  background: linear-gradient(
    0deg,
    rgba(19, 0, 10, 1) 0%,
    rgba(93, 0, 52, 1) 70%
  );
}
.mobile .navbar-brand .navbar-item,
.mobile .navbar-tabs .navbar-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Titillium Web";
}
.mobile .navbar-brand,
.mobile .navbar-tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}
.mobile .navbar-burger {
  margin-right: 0;
  margin-left: 0;
  left: 0;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mobile .navbar-burger span {
  background-color: #f8d22a;
  height: 4px;
  left: calc(50% - 8px);
  width: 26px;
  border-radius: 2px;
}
.mobile .navbar-burger span:nth-child(1) {
  top: calc(50% - 12px);
}
.mobile .navbar-burger span:nth-child(2) {
  top: calc(50% - 2px);
}
.mobile .navbar-burger span:nth-child(3) {
  top: calc(50% + 8px);
}
.mobile .navbar-brand a.navbar-item img {
  width: 125px;
}
.mobile .c-infinityHeader .navbar,
.mobile .header .navbar {
  height: 74px;
}
.mobile .navbar,
.mobile .navbar-end,
.mobile .navbar-menu,
.mobile .navbar-start {
  display: block;
}
.mobile .navbar-menu {
  background: none;
  background: rgba(19, 0, 10, 1);
  border-bottom: 1px solid #d50078;
  border-radius: 0 0 12px 12px;
  -webkit-box-shadow: 0 8px 16px rgb(10 10 10 / 10%);
  box-shadow: 0 8px 16px rgb(10 10 10 / 10%);
  padding: 0.5rem 0;
  display: none;
}
.mobile .navbar-end {
  display: block;
  margin: 0 auto;
}
.mobile .navbar-start {
  display: none;
}
.mobile .navbar-item .buttons {
  -webkit-box-align: center;
  -ms-flex-align: end;
  align-items: center;
}
.mobile .btn-sign-in.btn-sign-in--infinity {
  background-color: rgba(0, 40, 40, 0.2);
  border: 2px solid #d50078;
  color: #d50078;
}
.mobile .btn-sign-in.btn-sign-in--infinity:hover {
  background-color: #8f0259;
  color: white;
}
.mobile .btn-sign-in img {
  -webkit-filter: invert(30%) sepia(100%) saturate(2100%) hue-rotate(312deg)
    brightness(112%) contrast(200%);
  filter: invert(30%) sepia(100%) saturate(2100%) hue-rotate(312deg)
    brightness(112%) contrast(200%);
}
.mobile #account-info span,
.mobile #account-info a {
  color: #d50078 !important;
  font-size: 18px !important;
  font-family: "Titillium Web";
}
.mobile #account-info span img {
  -webkit-filter: invert(30%) sepia(100%) saturate(2100%) hue-rotate(312deg)
    brightness(112%) contrast(200%);
  filter: invert(30%) sepia(100%) saturate(2100%) hue-rotate(312deg)
    brightness(112%) contrast(200%);
}

@media only screen and (max-width: 1023px) {
  .navbar-brand,
  .navbar-tabs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .c-infinityHeader {
    background: none;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(19, 0, 10, 1)),
      color-stop(70%, rgba(93, 0, 52, 1))
    );
    background: -o-linear-gradient(
      bottom,
      rgba(19, 0, 10, 1) 0%,
      rgba(93, 0, 52, 1) 70%
    );
    background: linear-gradient(
      0deg,
      rgba(19, 0, 10, 1) 0%,
      rgba(93, 0, 52, 1) 70%
    );
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Titillium Web";
  }
  .navbar-brand,
  .navbar-tabs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .navbar-burger {
    margin-right: 0;
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .navbar-burger span {
    background-color: #f8d22a;
    height: 4px;
    left: calc(50% - 8px);
    width: 26px;
    border-radius: 2px;
  }
  .navbar-burger span:nth-child(1) {
    top: calc(50% - 12px);
  }
  .navbar-burger span:nth-child(2) {
    top: calc(50% - 2px);
  }
  .navbar-burger span:nth-child(3) {
    top: calc(50% + 8px);
  }
  .navbar-brand a.navbar-item img {
    width: 125px;
  }
  .c-infinityHeader .navbar,
  .header .navbar {
    height: 74px;
  }
  .navbar-menu {
    background: none;
    background: rgba(19, 0, 10, 1);
    border-bottom: 1px solid #d50078;
    border-radius: 0 0 12px 12px;
    -webkit-box-shadow: 0 8px 16px rgb(10 10 10 / 10%);
    box-shadow: 0 8px 16px rgb(10 10 10 / 10%);
    padding: 0.5rem 0;
  }
  .navbar-start {
    display: none;
  }
  .navbar-item .buttons {
    -webkit-box-align: center;
    -ms-flex-align: end;
    align-items: center;
  }
  .btn-sign-in.btn-sign-in--infinity {
    background-color: rgba(0, 40, 40, 0.2);
    border: 2px solid #d50078;
    color: #d50078;
  }
  .btn-sign-in.btn-sign-in--infinity:hover {
    background-color: #8f0259;
    color: white;
  }
  .btn-sign-in img {
    -webkit-filter: invert(30%) sepia(100%) saturate(2100%) hue-rotate(312deg)
      brightness(112%) contrast(200%);
    filter: invert(30%) sepia(100%) saturate(2100%) hue-rotate(312deg)
      brightness(112%) contrast(200%);
  }
  #account-info span,
  #account-info a {
    color: #d50078 !important;
    font-size: 18px !important;
    font-family: "Titillium Web";
  }
  #account-info span img {
    -webkit-filter: invert(30%) sepia(100%) saturate(2100%) hue-rotate(312deg)
      brightness(112%) contrast(200%);
    filter: invert(30%) sepia(100%) saturate(2100%) hue-rotate(312deg)
      brightness(112%) contrast(200%);
  }
}
