/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

* {
  -webkit-tap-highlight-color: rgba(
    0,
    0,
    0,
    0
  );
  /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,
body {
  height: 100%;
}

.background {
  background: url("../images/backgrounds/bg1.jpg") no-repeat center center fixed;
  background-size: cover;
  /* height: auto; */
}

body {
  overflow: auto;
  -ms-content-zooming: none;
  /*-ms-touch-action: none;*/
  -webkit-touch-callout: none;
  /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-user-select: none;
  /* prevent copy paste, to allow, change 'none' to 'text' */
  user-select: none;
  background-color: #e4e4e4;
  font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial,
    sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.valign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text {
  font-size: 1rem;
  line-height: 1.125rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  color: #000;
  border-radius: 0;
  padding: 0.5rem;
  /* height: 2.25rem; */
  background-color: #fff;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
}

.dq_form--label-fake {
  cursor: default;
}

.editorial .l-inline,
.editorial .tab-pills {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.l-inline-block {
  display: inline-block;
  vertical-align: middle;
}

ul,
p,
pre,
.editorial {
  margin-block-end: 0;
  margin-block-start: 5px;
}

ol,
ul {
  list-style: none;
  padding-inline-start: 0px;
}

.l-inline > li,
.tab-pills > li {
  display: inline-block;
  vertical-align: middle;
}

.dq_radio-element {
  border-width: 1px;
  border-style: solid;
  border-color: #9eb74e;
  margin-right: 5px;
  margin-bottom: 2px;
}

.dq_radio-element.square-radio {
  border-color: transparent;
  margin-right: 2px;
}

.dq_radio-element:last-child {
  margin-right: 0px;
}

.dq_radio-element--radio {
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
  background-color: #fff;
  color: #222;
}

.dq_radio-element--radio.square-radio {
  padding: 2px;
  background-color: transparent;
}

.dq_radio-element--radio.locked {
  background-color: #bbb;
}

[aria-checked="true"] .dq_radio-element--radio {
  color: #fff;
  background-color: #9eb74e;
}

.dq_form--label,
.dq_form--label-fake {
  display: inline-block;
  vertical-align: middle;
}

.dq_atom,
.dq_form--label,
.dq_form--label-fake,
.dq_label-checkmark-container,
.dq_form--control-container,
.dq_form--input-group-container,
.l-stacked-atoms > li,
.menu--item,
.dq_slider,
.splash > p,
.splash--icon {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem;
}

.dq_mr {
  margin-right: 0.2rem;
}

.overflow {
  overflow: visible;
}

@media only screen and (max-width: 530px) {
  .dq_form--label,
  .dq_form--label-fake {
    display: block;
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .treespanel {
    width: 70%;
    left: 15%;
  }

  .nicepanel.np80 {
    width: 90%;
  }

  .nicepanel.bottom {
    left: 5%;
  }

  .nicepanel .padded {
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 400px) {
  .treespanel {
    font-size: 115%;
  }

  #PlayerNamePanel {
    font-size: 80%;
  }
}

@media only screen and (max-width: 360px) {
  .nicebutton {
    padding: 10px 15px;
  }
}
input[type=range] {
  width: 300px;
}

ul[rn-carousel] {
  overflow: visible;
  padding: 0;
  white-space: nowrap;
  position: relative;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

ul[rn-carousel] > li {
  color: black;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: visible;
  vertical-align: top;
  position: absolute;
  left: 0;
  right: 0;
  white-space: normal;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* prevent flickering when moving buffer */

ul[rn-carousel-buffered] > li {
  display: none;
}

ul[rn-carousel-transition="hexagon"] {
  overflow: visible;
}

/* indicators */

div.rn-carousel-indicator span {
  cursor: pointer;
  color: #666;
}

div.rn-carousel-indicator span.active {
  color: white;
}

/* prev/next controls */

.rn-carousel-control {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 2rem;
  position: absolute;
  top: 40%;
  opacity: 0.75;
  cursor: pointer;
}

.rn-carousel-control:hover {
  opacity: 1;
}

.rn-carousel-control.rn-carousel-control-prev {
  left: 0.5em;
}

.rn-carousel-control.rn-carousel-control-prev:before {
  content: "<";
}

.rn-carousel-control.rn-carousel-control-next {
  right: 0.5em;
}

.rn-carousel-control.rn-carousel-control-next:before {
  content: ">";
}
/* 

    https://codepen.io/jgthms/pen/EjxBdR

    <a class="button">
  <strong>Download</strong>
</a>
<a class="button button-yellow">
  Waiting for <strong>confirmation</strong>
</a>
<a class="button button-orange">
  Watch <strong>out!</strong>
</a>
<span class="button button-red">
  Order <strong>cancelled</strong>
</span>
<a class="button button-purple">
  Fly me to the <strong>Moon</strong>
</a>
<a class="button button-blue">
  Hello <strong>World</strong>
</a>
<a class="button button-green">
  Order <strong>received</strong>
</a>
*/

.button {
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 16px 5px;
  /* margin: 16px 0 0 16px; */
  transition: all 20ms ease-out;
  vertical-align: top;
  margin-bottom: 5px;
}

.button:hover,
.button:focus {
  background: #f2f2f2;
  border-color: #8c8c8c;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2;
}

.button.spaced {
  margin: 0 20px;
}

.button.tight {
  padding: 5px;
}

.button:active {
  background: #f2f2f2;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button .fa {
  color: #bfbfbf;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button.thin {
  height: 24px;
  line-height: 12px;
}

.button.fat {
  height: 44px;
}

.button.wide {
  padding-left: 60px;
  padding-right: 60px;
}

.button-blue {
  background-color: #42b0e3;
  background-image: linear-gradient(to bottom, #42b0e3, #2ba9e3);
  border: 1px solid #107db0;
  box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-blue:hover,
.button-blue:focus {
  background: #2ba9e3;
  border-color: #004c6f;
  box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3;
}

.button-blue:active {
  background: #2ba9e3;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-blue .fa {
  color: #107db0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-green {
  background-color: #97cc76;
  background-image: linear-gradient(to bottom, #97cc76, #8bcc62);
  border: 1px solid #5f993a;
  box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-green:hover,
.button-green:focus {
  background: #8bcc62;
  border-color: #326612;
  box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b;
}

.button-green:active {
  background: #8bcc62;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-green .fa {
  color: #5f993a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-purple {
  background-color: #847bba;
  background-image: linear-gradient(to bottom, #847bba, #7568ba);
  border: 1px solid #493e87;
  box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-purple:hover,
.button-purple:focus {
  background: #7568ba;
  border-color: #1f1654;
  box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba;
}

.button-purple:active {
  background: #7568ba;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-purple .fa {
  color: #493e87;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-orange {
  background-color: #f58a38;
  background-image: linear-gradient(to bottom, #f58a38, #f57c20);
  border: 1px solid #c25706;
  box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-orange:hover,
.button-orange:focus {
  background: #f57c20;
  border-color: #773300;
  box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851;
}

.button-orange:active {
  background: #f57c20;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-orange .fa {
  color: #c25706;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-red {
  background-color: #ed6d64;
  background-image: linear-gradient(to bottom, #ed6d64, #ed574c);
  border: 1px solid #ba3329;
  box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-red:hover,
.button-red:focus {
  background: #ed574c;
  border-color: #870c03;
  box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b;
}

.button-red:active {
  background: #ed574c;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-red .fa {
  color: #ba3329;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-yellow {
  background-color: #fce374;
  background-image: linear-gradient(to bottom, #fce374, #fcdf5b);
  border: 1px solid #c9ae34;
  box-shadow: inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #967d09;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.button-yellow:hover,
.button-yellow:focus {
  background: #fcdf5b;
  border-color: #967d09;
  box-shadow: inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d;
}

.button-yellow:active {
  background: #fcdf5b;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-yellow .fa {
  color: #c9ae34;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button .fa {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: -1px 8px 0 -4px;
  vertical-align: top;
}

.button.setting {
  width: 98%;
  text-shadow: 1px 1px 3px #CCC;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-left: 2px;
}

.button_setting_info {
  margin: -7px 3px 7px;
  color: #aaa;
  text-align: center;
  font-size: 11px;
  line-height: 11px;
}

.button_setting_info.extra {
  margin-top: 0;
}

.button .button_left {
  float: left;
}

.button .button_right {
  float: right;
  margin-left: 20px;
  font-size: 17px;
}

.button .button_right.on {
  color: green !important;
}

.button .button_right.off {
  color: darkred;
}

.button-disabled {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.button-disabled:hover,
.button-disabled:focus {
  background: lightgrey;
  border-color: #1f1654;
  box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba;
}

/* Disabled inputs: height must be border-box 24px (same outer size as enabled .button.thin inputs) */

input.button.thin:disabled,
input.button.thin.button-disabled {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 24px;
  line-height: 22px;
  padding: 0 16px;
  margin-bottom: 5px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  cursor: not-allowed;
}

.button-underline::before {
  content: '';
  border-bottom: 2px solid black;
  position: absolute;
  margin: 0 auto;
  width: 140px;
  margin-top: 33px;
}

.button-underline-width-small::before {
  width: 40px;
}

.button-underline-width-55::before {
  width: 55px;
}

.button-underline-width-75::before {
  width: 75px;
}

.button-underline-width-85::before {
  width: 85px;
}

.button-underline-width-96::before {
  width: 96px;
}

.button-underline-width-112::before {
  width: 112px;
}

.button-underline-width-120::before {
  width: 120px;
}

.button .button_full {
  height: 48px;
  width: 100%;
}
/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\f95b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\f952";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\f905";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\f907";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\f95c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\f95d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\f95e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\f95f";
}

.fa-handshake-slash:before {
  content: "\f960";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\f961";
}

.fa-head-side-cough-slash:before {
  content: "\f962";
}

.fa-head-side-mask:before {
  content: "\f963";
}

.fa-head-side-virus:before {
  content: "\f964";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\f965";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\f913";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\f955";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\f966";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\f967";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\f91a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\f956";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\f968";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\f91e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\f969";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\f96a";
}

.fa-pump-soap:before {
  content: "\f96b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\f96c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\f957";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\f96e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\f96f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\f970";
}

.fa-store-slash:before {
  content: "\f971";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\f972";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\f941";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\f949";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\f974";
}

.fa-virus-slash:before {
  content: "\f975";
}

.fa-viruses:before {
  content: "\f976";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

@font-face {
  font-family: 'Motiva Sans';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/MotivaSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: 'Motiva Sans Thin';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/MotivaSansThin.ttf") format("truetype");
}
/* jQuery Countdown styles 1.5.5. */

.hasCountdown {
  border: 1px solid #ccc;
  background-color: #eee;
  width: 100%;
}

/* Dark mode: ensure black text for hasCountdown */

body.dark-mode .hasCountdown {
  color: black !important;
}

.countdown_rtl {
  direction: rtl;
}

.countdown_holding span {
  background-color: #ccc;
}

.countdown_row {
  clear: both;
  width: 100%;
  /*padding: 0px 2px;*/
  text-align: center;
}

.countdown_show1 .countdown_section {
  width: 98%;
}

.countdown_show2 .countdown_section {
  width: 48%;
}

.countdown_show3 .countdown_section {
  width: 31%;
}

.countdown_show4 .countdown_section {
  width: 24.5%;
}

.countdown_show5 .countdown_section {
  width: 19.5%;
}

.countdown_show6 .countdown_section {
  width: 16.25%;
}

.countdown_show7 .countdown_section {
  width: 14%;
}

.countdown_section {
  display: block;
  float: left;
  font-size: 100%;
  text-align: center;
}

.countdown_amount {
  font-size: 130%;
}

.countdown_descr {
  display: block;
  width: 100%;
  font-size: 40%;
}

.countdown_text {
  font-size: 80%;
  /*margin-top: -5px;*/
}
/* latin */

@font-face {
  font-family: 'Waiting for the Sunrise';
  font-style: normal;
  font-weight: 400;
  src: local('Waiting for the Sunrise'), local('WaitingfortheSunrise'), url("https://fonts.gstatic.com/s/waitingforthesunrise/v11/WBL1rFvOYl9CEv2i1mO6KUW8RKWJ2zoXoz5JsbZX_B4.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.sunrisefont {
  font-family: 'Waiting for the Sunrise', cursive;
  font-style: italic;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1.7rem;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
.odometer.odometer-auto-theme,
.odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.box-title {
  font-size: 13px;
  font-weight: bold;
  background-color: #2375a5;
  border: 1px solid #bbbbbb;
  color: #ffffff;
  padding: 8px 9px;
  vertical-align: bottom;
  text-align: center;
  background-image: url("../images/bar1.gif");
  height: 34px;
  line-height: 15px;
}

.box-title-red {
  font-size: 13px;
  font-weight: bold;
  background-color: red;
  /*border: 1px solid #bbbbbb;*/
  color: #ffffff;
  padding: 8px 9px;
  vertical-align: bottom;
  text-align: center;
  background-image: url("../images/bar2.gif");
}

.box-titlethin {
  font-size: 13px;
  font-weight: bold;
  background-color: #2375a5;
  /*border: 1px solid #bbbbbb;*/
  color: #ffffff;
  padding: 3px 3px;
  vertical-align: bottom;
  text-align: center;
}

.box-titlethinname {
  font-size: 13px;
  font-weight: bold;
  background-color: blue;
  border: 1px solid #bbbbbb;
  color: #ffffff;
  padding: 3px 3px;
  vertical-align: bottom;
  text-align: center;
  height: 16px;
}

.box-titlethingreen {
  font-size: 13px;
  font-weight: bold;
  background-color: Green;
  border: 1px solid #bbbbbb;
  color: #ffffff;
  padding: 3px 3px;
  vertical-align: bottom;
  text-align: center;
}

.box-titlethinblue {
  font-size: 13px;
  font-weight: bold;
  background-color: #42b0e3;
  /* border: 1px solid #bbbbbb; */
  color: #ffffff;
  padding: 3px 3px;
  vertical-align: bottom;
  text-align: center;
}

.box-titlethinred {
  font-size: 13px;
  font-weight: bold;
  background-color: red;
  border: 1px solid #bbbbbb;
  color: black;
  padding: 3px 3px;
  vertical-align: bottom;
  text-align: center;
}

.box-titlethinorange {
  font-size: 13px;
  font-weight: bold;
  background-color: orange;
  border: 1px solid #bbbbbb;
  color: #ffffff;
  padding: 3px 3px;
  vertical-align: bottom;
  text-align: center;
}

.box-titlesubtle {
  font-weight: bold;
  margin-top: -5px;
  padding-bottom: 2px;
  text-align: center;
}

.box-heading {
  font-size: 13px;
  font-weight: bold;
  background-color: blue;
  border: 1px solid #bbbbbb;
  color: #ffffff;
  padding: 2px 2px 2px 2px;
  vertical-align: bottom;
  text-align: center;
}

.box-content {
  font-size: 11px;
  line-height: 17px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 8px 9px;
  /* background-color: darkgrey;
  color: black; */
}

.box-content.dark {
  background-color: black;
  color: white;
}

.box-content.bottom {
  border-bottom: 1px solid #cccccc;
}

.box-content.top {
  border-top: 1px solid #cccccc;
}

.box-content.merged {
  border-top: 0;
  border-bottom: 0;
}

/*.bgnice {
    background: #ffffff url(../images/boxcontentbg.gif) no-repeat left bottom;
}*/

.box-content h1 {
  font-size: 20px;
  color: #00a586;
  font-family: Arial, sans-serif;
}

.box-content h2 {
  font-size: 18px;
  color: #00a586;
  font-family: Arial, sans-serif;
}

.box-content h3 {
  font-size: 16px;
  color: #00a586;
  font-family: Arial, sans-serif;
}

.box-content h4 {
  font-size: 14px;
  color: #00a586;
  font-family: Arial, sans-serif;
  margin-bottom: 2px;
}

.box-content h5 {
  font-size: 12px;
  color: #00a586;
  font-family: Arial, sans-serif;
}

.pageSection {
  text-align: center;
  box-shadow: 0 0 8px 1px;
  margin: 6px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pageSection.top {
  /*margin-top: 15px;*/
}

.pageSection.messages {
  margin-top: 0px;
  margin-bottom: 20px;
}

.pageSection.noshadow {
  box-shadow: none;
}

.centered {
  margin: 0 auto;
  text-align: center;
}

.backgroundFilter {
  position: absolute;
  top: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 1000;
}

.backgroundFilter .light,
.backgroundFilter.light {
  filter: alpha(opacity=15);
  opacity: 0.15;
}

.modalL3BG {
  z-index: 1013;
}

.modalL2BG {
  z-index: 1012;
}

.wideModalBG {
  z-index: 1013;
}

#modalL2,
.modalL2 {
  text-align: center;
  position: fixed;
  top: 104px;
  left: 15%;
  right: 15%;
  padding: 10px;
  margin: 0 auto;
  z-index: 1012;
  background-color: #b2c2ce;
  color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
}

#modalL2 h2,
.modalL2 h2 {
  margin-top: 0px;
  color: #ffffff;
}

#modalL3,
.modalL3 {
  text-align: center;
  position: fixed;
  top: 104px;
  left: 15%;
  right: 15%;
  margin: 0 auto;
  padding: 10px;
  z-index: 1013;
  background-color: #b2c2ce;
  color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
}

#modalL3 h2,
.modalL3 h2 {
  margin-top: 0px;
  color: #ffffff;
}

.wideModal {
  text-align: center;
  position: fixed;
  top: 104px;
  left: 10%;
  right: 10%;
  padding: 10px;
  margin: 0 auto;
  z-index: 1013;
  background-color: #b2c2ce;
  color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
}

.thinModal {
  text-align: center;
  position: fixed;
  top: 104px;
  left: 20%;
  right: 20%;
  width: 200px;
  padding: 10px;
  margin: 0 auto;
  z-index: 1013;
  background-color: #b2c2ce;
  color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
}

.wideModal h2,
.thinModal h2 {
  margin: 0;
  color: #ffffff;
  background-color: #2375a5;
  background-image: url("../images/bar1.gif");
  color: #ffffff;
  padding: 3px;
}
/* cyrillic-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("../webfonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("../webfonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2") format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("../webfonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2") format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("../webfonts/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2") format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("../webfonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("../webfonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url("../webfonts/KFOmCnqEu92Fr1Mu4mxK.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*! angularjs-slider - v7.0.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2019-03-06 */

.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: initial;
}

.rzslider.noanimate * {
  transition: none !important;
}

.rzslider.with-legend {
  margin-bottom: 40px;
}

.rzslider[disabled] {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
  background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
  cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2;
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
  transition: all linear 0.3s;
}

.rzslider .rz-draggable {
  cursor: move;
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688;
}

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px;
  transition: background-color linear 0.3s;
}

.rzslider .rz-restricted {
  z-index: 3;
  background: #ff0000;
  border-radius: 2px;
}

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px;
  transition: all linear 0.3s;
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: '';
}

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}

.rzslider .rz-pointer.rz-active {
  z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
  transition: all linear 0.3s;
}

.rzslider .rz-bubble.rz-limit {
  color: #55637d;
  transition: none;
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px;
}

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
  transition: background-color linear 0.3s;
}

.rzslider .rz-tick.rz-selected {
  background: #0db9f0;
}

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJ6c2xpZGVyLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O2NBR2M7QUFDZDtFQUNFLG1CQUFtQjtFQUNuQixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFlBQVk7RUFDWixzQkFBc0I7RUFDdEIsdUJBQXVCO0VBQ3ZCLDBCQUFrQjtLQUFsQix1QkFBa0I7TUFBbEIsc0JBQWtCO1VBQWxCLGtCQUFrQjtDQUNuQjs7QUFFRDtFQUNFLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtFQUNwQiwwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsc0JBQXNCO0VBQ3RCLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaOztBQUVEO0VBQ0UsUUFBUTtFQUNSLFdBQVc7RUFDWCxZQUFZO0VBQ1osYUFBYTtFQUNiLGtCQUFrQjtFQUNsQixrQkFBa0I7RUFDbEIsdUJBQXVCO0VBQ3ZCLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFLGFBQWE7Q0FDZDs7QUFFRDtFQUNFLFFBQVE7RUFDUixXQUFXO0VBQ1gsWUFBWTtFQUNaLFlBQVk7RUFDWixvQkFBb0I7RUFHWixtQkFBbUI7Q0FDNUI7O0FBRUQ7RUFDRSx3QkFBd0I7Q0FDekI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxXQUFXO0VBQ1gsb0JBQW9CO0VBR1osbUJBQW1CO0VBQzNCLHlDQUF5QztDQUMxQzs7QUFFRDtFQUNFLFdBQVc7RUFDWCxvQkFBb0I7RUFHWixtQkFBbUI7Q0FDNUI7O0FBRUQ7RUFDRSxXQUFXO0VBQ1gsV0FBVztFQUNYLFlBQVk7RUFDWixhQUFhO0VBQ2IsZ0JBQWdCO0VBQ2hCLDBCQUEwQjtFQUdsQixvQkFBb0I7RUFDNUIsNEJBQTRCO0NBQzdCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFVBQVU7RUFDVixXQUFXO0VBQ1gsV0FBVztFQUNYLFlBQVk7RUFDWixvQkFBb0I7RUFHWixtQkFBbUI7RUFDM0IsWUFBWTtDQUNiOztBQUVEO0VBQ0UsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0UsV0FBVztDQUNaOztBQUVEO0VBQ0UsMEJBQTBCO0NBQzNCOztBQUVEO0VBQ0UsYUFBYTtFQUNiLGlCQUFpQjtFQUNqQixlQUFlO0VBQ2YsZ0JBQWdCO0VBQ2hCLDRCQUE0QjtDQUM3Qjs7QUFFRDtFQUNFLGVBQWU7RUFDZixpQkFBaUI7Q0FDbEI7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsVUFBVTtFQUNWLFFBQVE7RUFDUixXQUFXO0VBQ1gsWUFBWTtFQUNaLFVBQVU7RUFDVixVQUFVO0VBQ1YsaUJBQWlCO0VBQ2pCLHVCQUF1QjtDQUN4Qjs7QUFFRDtFQUNFLFVBQVU7RUFDVixjQUFjO0NBQ2Y7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsT0FBTztFQUNQLFFBQVE7RUFDUixZQUFZO0VBQ1osYUFBYTtFQUNiLGtCQUFrQjtFQUNsQixtQkFBbUI7RUFDbkIsZ0JBQWdCO0VBQ2hCLG9CQUFvQjtFQUNwQixtQkFBbUI7RUFDbkIseUNBQXlDO0NBQzFDOztBQUVEO0VBQ0Usb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFdBQVc7RUFDWCw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsVUFBVTtFQUNWLGdCQUFnQjtFQUNoQixvQkFBb0I7RUFDcEIsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFdBQVc7RUFDWCxhQUFhO0VBQ2IsV0FBVztFQUNYLGVBQWU7RUFDZix5QkFBeUI7Q0FDMUI7O0FBRUQ7RUFDRSxZQUFZO0VBQ1osYUFBYTtFQUNiLFdBQVc7Q0FDWjs7QUFFRDtFQUNFLFVBQVU7RUFDVixRQUFRO0VBQ1IsWUFBWTtFQUNaLGFBQWE7RUFDYixvQkFBb0I7RUFDcEIsb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0UsVUFBVTtFQUNWLFdBQVc7RUFDWCxXQUFXO0VBQ1gsYUFBYTtDQUNkOztBQUVEO0VBQ0UsVUFBVTtFQUNWLFVBQVU7RUFDVix1QkFBdUI7Q0FDeEI7O0FBRUQ7RUFDRSxVQUFVO0VBQ1Ysc0JBQXNCO0VBQ3RCLGlCQUFpQjtDQUNsQjs7QUFFRDtFQUNFLE9BQU87RUFDUCxXQUFXO0VBQ1gsV0FBVztFQUNYLFNBQVM7RUFDVCxhQUFhO0NBQ2Q7O0FBRUQ7RUFDRSxpQkFBaUI7RUFDakIsa0JBQWtCO0VBQ2xCLHVCQUF1QjtDQUN4Qjs7QUFFRDtFQUNFLFVBQVU7RUFDVixXQUFXO0VBQ1gsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsVUFBVTtFQUNWLFlBQVk7RUFDWixnQkFBZ0I7RUFDaEIsb0JBQW9CO0VBQ3BCLDhCQUE4QjtDQUMvQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaIiwiZmlsZSI6InJ6c2xpZGVyLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi8qISBhbmd1bGFyanMtc2xpZGVyIC0gdjcuMC4wIC0gXG4gKGMpIFJhZmFsIFphamFjIDxyemFqYWNAZ21haWwuY29tPiwgVmFsZW50aW4gSGVydmlldSA8dmFsZW50aW5AaGVydmkuZXU+LCBKdXNzaSBTYWFyaXZpcnRhIDxqdXNhc2lAZ21haWwuY29tPiwgQW5nZWxpbiBTaXJidSA8YW5nZWxpbi5zaXJidUBnbWFpbC5jb20+IC0gXG4gaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXItc2xpZGVyL2FuZ3VsYXJqcy1zbGlkZXIgLSBcbiAyMDE5LTAzLTA2ICovXG4ucnpzbGlkZXIge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNHB4O1xuICBtYXJnaW46IDM1cHggMCAxNXB4IDA7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHVzZXItc2VsZWN0OiBub25lO1xufVxuXG4ucnpzbGlkZXIubm9hbmltYXRlICoge1xuICB0cmFuc2l0aW9uOiBub25lICFpbXBvcnRhbnQ7XG59XG5cbi5yenNsaWRlci53aXRoLWxlZ2VuZCB7XG4gIG1hcmdpbi1ib3R0b206IDQwcHg7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0ge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei1wb2ludGVyIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2Q4ZTBmMztcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotZHJhZ2dhYmxlIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotc2VsZWN0aW9uIHtcbiAgYmFja2dyb3VuZDogIzhiOTFhMjtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotdGljayB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LXRpY2sucnotc2VsZWN0ZWQge1xuICBiYWNrZ3JvdW5kOiAjOGI5MWEyO1xufVxuXG4ucnpzbGlkZXIgc3BhbiB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhc2Uge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBwYWRkaW5nOiAwO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhci13cmFwcGVyIHtcbiAgbGVmdDogMDtcbiAgei1pbmRleDogMTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMzJweDtcbiAgcGFkZGluZy10b3A6IDE2cHg7XG4gIG1hcmdpbi10b3A6IC0xNnB4O1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICB0cmFuc2l0aW9uOiBhbGwgbGluZWFyIDAuM3M7XG59XG5cbi5yenNsaWRlciAucnotZHJhZ2dhYmxlIHtcbiAgY3Vyc29yOiBtb3ZlO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhciB7XG4gIGxlZnQ6IDA7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDRweDtcbiAgYmFja2dyb3VuZDogI2Q4ZTBmMztcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1iYXItd3JhcHBlci5yei10cmFuc3BhcmVudCAucnotYmFyIHtcbiAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XG59XG5cbi5yenNsaWRlciAucnotYmFyLXdyYXBwZXIucnotbGVmdC1vdXQtc2VsZWN0aW9uIC5yei1iYXIge1xuICBiYWNrZ3JvdW5kOiAjZGYwMDJkO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJhci13cmFwcGVyLnJ6LXJpZ2h0LW91dC1zZWxlY3Rpb24gLnJ6LWJhciB7XG4gIGJhY2tncm91bmQ6ICMwM2E2ODg7XG59XG5cbi5yenNsaWRlciAucnotc2VsZWN0aW9uIHtcbiAgei1pbmRleDogMjtcbiAgYmFja2dyb3VuZDogIzBkYjlmMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbiAgdHJhbnNpdGlvbjogYmFja2dyb3VuZC1jb2xvciBsaW5lYXIgMC4zcztcbn1cblxuLnJ6c2xpZGVyIC5yei1yZXN0cmljdGVkIHtcbiAgei1pbmRleDogMztcbiAgYmFja2dyb3VuZDogI2ZmMDAwMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDJweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyIHtcbiAgdG9wOiAtMTRweDtcbiAgei1pbmRleDogMztcbiAgd2lkdGg6IDMycHg7XG4gIGhlaWdodDogMzJweDtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjMGRiOWYwO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDE2cHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogMTZweDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAxNnB4O1xuICB0cmFuc2l0aW9uOiBhbGwgbGluZWFyIDAuM3M7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlcjphZnRlciB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAxMnB4O1xuICBsZWZ0OiAxMnB4O1xuICB3aWR0aDogOHB4O1xuICBoZWlnaHQ6IDhweDtcbiAgYmFja2dyb3VuZDogI2ZmZmZmZjtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiA0cHg7XG4gICAgIC1tb3otYm9yZGVyLXJhZGl1czogNHB4O1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDRweDtcbiAgY29udGVudDogJyc7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlcjpob3ZlcjphZnRlciB7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmZmZmY7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlci5yei1hY3RpdmUge1xuICB6LWluZGV4OiA0O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXBvaW50ZXIucnotYWN0aXZlOmFmdGVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzQ1MWFmZjtcbn1cblxuLnJ6c2xpZGVyIC5yei1idWJibGUge1xuICBib3R0b206IDE2cHg7XG4gIHBhZGRpbmc6IDFweCAzcHg7XG4gIGNvbG9yOiAjNTU2MzdkO1xuICBjdXJzb3I6IGRlZmF1bHQ7XG4gIHRyYW5zaXRpb246IGFsbCBsaW5lYXIgMC4zcztcbn1cblxuLnJ6c2xpZGVyIC5yei1idWJibGUucnotbGltaXQge1xuICBjb2xvcjogIzU1NjM3ZDtcbiAgdHJhbnNpdGlvbjogbm9uZTtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrcyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtM3B4O1xuICBsZWZ0OiAwO1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAwO1xuICBtYXJnaW46IDA7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5cbi5yenNsaWRlciAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBhdXRvO1xuICBib3R0b206IC0zMnB4O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXRpY2sge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwcHg7XG4gIGhlaWdodDogMTBweDtcbiAgbWFyZ2luLWxlZnQ6IDExcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kOiAjZDhlMGYzO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgbGluZWFyIDAuM3M7XG59XG5cbi5yenNsaWRlciAucnotdGljay5yei1zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQ6ICMwZGI5ZjA7XG59XG5cbi5yenNsaWRlciAucnotdGljay12YWx1ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMzBweDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgMCk7XG59XG5cbi5yenNsaWRlciAucnotdGljay1sZWdlbmQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMjRweDtcbiAgbWF4LXdpZHRoOiA1MHB4O1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMCAyMHB4O1xuICB2ZXJ0aWNhbC1hbGlnbjogYmFzZWxpbmU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFzZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyLXdyYXBwZXIge1xuICB0b3A6IGF1dG87XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDAgMCAwIDE2cHg7XG4gIG1hcmdpbjogMCAwIDAgLTE2cHg7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyIHtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiBhdXRvO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotcG9pbnRlciB7XG4gIHRvcDogYXV0bztcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAtMTRweCAhaW1wb3J0YW50O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LWJ1YmJsZSB7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMTZweCAhaW1wb3J0YW50O1xuICBtYXJnaW4tbGVmdDogM3B4O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2tzIHtcbiAgdG9wOiAwO1xuICBsZWZ0OiAtM3B4O1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2sge1xuICBtYXJnaW4tdG9wOiAxMXB4O1xuICBtYXJnaW4tbGVmdDogYXV0bztcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBhdXRvO1xuICBsZWZ0OiAyNHB4O1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtMjglKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLWxlZ2VuZCB7XG4gIHRvcDogYXV0bztcbiAgcmlnaHQ6IDI0cHg7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTI4JSk7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgcmlnaHQ6IDI0cHg7XG4gIGJvdHRvbTogYXV0bztcbiAgbGVmdDogYXV0bztcbn0iXX0= */
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */

.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
  text-align: center;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -o-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}



.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}



.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */

.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* Admin Page Styles */

/* Card Components */

.card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.card-body {
  padding: 15px;
  width: 100%;
}

/* Badge Styles */

.badge-warning {
  background-color: #ffc107;
  color: #212529;
}

.badge-success {
  background-color: #28a745;
}

.badge-danger {
  background-color: #dc3545;
}

.badge-info {
  background-color: #17a2b8;
}

.badge-secondary {
  background-color: #6c757d;
}

/* Table Styles */

.table-active {
  background-color: rgba(0, 123, 255, 0.075);
}

.btn-group-vertical .btn {
  margin-bottom: 5px;
}

/* Full width table styles */

.full-width-table {
  width: 100% !important;
  table-layout: fixed;
  margin-bottom: 0;
}

.table-responsive {
  width: 100%;
}

.full-width-table th,
.full-width-table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 12px 8px;
}

.full-width-table th {
  font-weight: 600;
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

.full-width-table td {
  vertical-align: middle;
}

/* Layout Styles */

.row {
  width: 100%;
  margin: 0;
}

.col-12 {
  width: 100%;
  padding: 0 15px;
}

/* Modal Styles */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  border-radius: 8px;
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
  border-radius: 8px 8px 0 0;
}

.modal-title {
  margin: 0;
  color: #333;
}

.close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn:hover {
  color: #000;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #ddd;
  background-color: #f8f9fa;
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Design Preview Styles */

.design-preview-image {
  max-width: 300px;
  max-height: 300px;
  border: 2px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.design-details .table td {
  padding: 8px 12px;
  vertical-align: middle;
}

.design-details .table td:first-child {
  width: 30%;
  white-space: nowrap;
}

/* Button Styles */

.button-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}

.modal-button-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.mr-10px {
  margin-right: 10px;
}

/* Adjust close button styling for standard button */

.close-btn.button {
  background: none !important;
  border: none !important;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
  padding: 5px 8px;
  min-width: auto;
}

.close-btn.button:hover {
  opacity: 0.8;
}
/* Awards list inside redeemers modal — achievement-style cards */

.awards-panel-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 12px;
  padding: 8px 4px 12px;
  text-align: center;
}

.award-card.awardContainer {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  vertical-align: top;
  margin: 0;
  padding: 34px 14px 12px;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  border: none;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  background: linear-gradient(165deg, #2a8a9e 0%, #1a5c6e 48%, #164a5a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 4px 14px rgba(0, 0, 0, 0.45);
  overflow: visible;
}

.award-card.awardContainer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url("../Pages/%23n")'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.award-card--complete.awardContainer {
  background: linear-gradient(165deg, #2d9e6a 0%, #1d6b4a 50%, #154a36 100%);
}

.award-card__stars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  margin: -42px 0 12px;
  position: relative;
  z-index: 1;
}

.award-card__star-slot {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.35));
}

/* Centre star slightly larger when exactly three milestones (reference layout) */

.award-card__star-slot:nth-child(2):nth-last-child(2) {
  width: 70px;
  height: 70px;
  margin-bottom: 4px;
}

.award-card__star-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.award-card__star-img--clickable {
  cursor: pointer;
}

/* Binary awards (single milestone image) — 50% larger slot; pull row up so the badge overlaps the card top like multi-milestone icons */

.award-card--binary .award-card__stars {
  /* margin: -73px 0 12px; */
}

.award-card--binary .award-card__star-slot {
  width: 120px;
  height: 120px;
}

.award-card__title {
  position: relative;
  z-index: 1;
  margin: 4px 4px 12px;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 2px 0 0 #0d1f26,
    -2px 0 0 #0d1f26,
    0 2px 0 #0d1f26,
    0 -2px 0 #0d1f26,
    1.5px 1.5px 0 #0d1f26,
    -1.5px 1.5px 0 #0d1f26,
    1.5px -1.5px 0 #0d1f26,
    -1.5px -1.5px 0 #0d1f26;
}

.award-card__middle {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 10px;
  text-align: center;
}

.award-card__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.award-card__label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  color: #fff;
  text-shadow: 1px 0 0 #0d1f26,
    -1px 0 0 #0d1f26,
    0 1px 0 #0d1f26,
    0 -1px 0 #0d1f26;
}

.award-card__bar-track {
  position: relative;
  width: 100%;
  height: 26px;
  border-radius: 8px;
  background: rgba(20, 30, 35, 0.75);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.award-card__bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffb347 0%, #ff8c00 45%, #f0a000 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: width 0.35s ease;
  min-width: 0;
}

.award-card__bar-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 1px 0 0 #3d2100,
    -1px 0 0 #3d2100,
    0 1px 0 #3d2100,
    0 -1px 0 #3d2100,
    0 0 3px rgba(0, 0, 0, 0.6);
}

.award-card__reward-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 28px;
}

.award-card__reward-text {
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 0 0 #0d1f26,
    -1px 0 0 #0d1f26,
    0 1px 0 #0d1f26,
    0 -1px 0 #0d1f26;
}

.award-card__description {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 10px 10px 11px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(0, 25, 32, 0.38);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 550px) {
  .award-card__title {
    font-size: 0.95rem;
  }

  .award-card__reward-text,
  .award-card__description {
    font-size: 0.75rem;
  }

  .award-card__star-slot {
    width: 52px;
    height: 52px;
  }

  .award-card__star-slot:nth-child(2):nth-last-child(2) {
    width: 58px;
    height: 58px;
  }
}

@media screen and (min-width: 520px) {
  .award-card.awardContainer {
    width: calc(50% - 10px);
    max-width: 340px;
  }
}

@media screen and (min-width: 900px) {
  .award-card.awardContainer {
    width: calc(33.333% - 12px);
    max-width: 300px;
  }
}

.award-preview-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(8, 16, 22, 0.72);
}

.award-preview-dialog {
  position: relative;
  max-width: min(540px, 92vw);
  max-height: 86vh;
  border-radius: 14px;
  padding: 40px 14px 14px;
  background: rgba(10, 28, 36, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
}

.award-preview-image {
  display: block;
  width: min(500px, 82vw);
  max-width: 100%;
  max-height: calc(86vh - 66px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.award-preview-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.levelBox {
  width: 100%;
  padding: 0px;
  margin-top: 5px;
}

.levelBox .contents {
  padding: 5px;
}

.buildBox {
  padding: 5px 0;
  border: 2px outset grey;
  border-radius: 6px;
  margin-bottom: 2px;
  padding-right: 5px;
}

.build_separator {
  width: 100%;
  line-height: 2px;
  margin: 10px 0;
}

.build_heading {
  height: 18px;
  font-weight: bold;
  background-color: #ddeeff;
}

.BuildPage .build_nameCol {
  float: left;
  width: 25%;
  margin: 2px 0;
  padding: 0 5px;
  border-right: 1px solid #66eedd;
  height: 150px;
  text-align: center;
}

.BuildPage .build_requireCol {
  float: left;
  width: 23%;
  margin: 2px 0;
  padding: 0 5px;
  min-height: 150px;
  text-align: center;
}

.BuildPage .build_givesCol {
  float: left;
  width: 23%;
  margin: 2px 0;
  padding: 0 5px;
  border-left: 1px solid #66eedd;
  border-right: 1px solid #66eedd;
  height: 150px;
  text-align: center;
}

.BuildPage .build_actionCol {
  float: left;
  width: 26%;
  margin: 2px 0;
  padding: 0 5px;
  height: 150px;
  text-align: center;
}

.BuildPage .build_statusCol {
  float: right;
  width: 3%;
  max-width: 15px;
  margin: 2px 0;
  height: 150px;
  text-align: center;
  vertical-align: middle;
  background-color: red;
  font-weight: bolder;
  font-size: 15px;
  padding-top: 65px;
}

.BuildPage .build_actionCol .action {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

.BuildPage .build_givesCol ul {
  text-align: left;
  margin: 0;
  padding: 3px 0 0 18px;
  list-style: disc;
}

.BuildPage .build_requireCol ul {
  text-align: left;
  margin: 0;
  padding: 3px 0 0 0;
  list-style: none;
}

.BuildPage .build_requireCol img {
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline;
}

.BuildPage .build .buildCountdownContainer {
  text-align: center;
  display: none;
}

.BuildPage .buildingImg {
  padding-top: 10px;
}

.BuildPage .build_nameCol img {
  width: 100%;
  max-width: 120px;
}

.BuildPage .buildCountdown {
  font-size: smaller;
}

.BuildTrapsPage .box {
  flex-grow: 1;
  margin: 2px 0;
  padding: 0 5px;
  text-align: center;
  width: 15%;
  border-right: 1px solid #66eedd;
}

.BuildTrapsPage .box .right {
  border-right: none;
}

.showAt750 {
  display: none;
}

.showAt630 {
  display: none;
}

.buildImageMedium {
  width: 269px;
}

.buildImageLarge {
  width: 400px;
}

@media only screen and (max-width: 500px) {
  .buildImageMedium {
    width: 80%;
  }

  .buildImageLarge {
    width: 70%;
  }

  .buildingImg img {
    width: 75px;
  }

  .BuildPage .build_actionCol .button {
    padding: 1px;
    font-size: smaller;
  }

  .BuildPage .build_statusCol {
    font-size: small;
    width: 4%;
  }

  .BuildPage .build_nameCol {
    float: none;
    width: 100%;
    padding: 0 5px;
    height: inherit;
    min-height: 94px;
    text-align: center;
  }

  .BuildPage .build_nameCol img {
    max-width: 80px;
  }

  .BuildPage .build_nameCol div {
    margin: 0 !important;
  }

  .BuildPage .build_requireCol {
    width: 35%;
  }

  .BuildPage .build_givesCol {
    width: 35%;
  }

  .BuildTrapsPage .trapactions {
    width: 100%;
  }

  .BuildTrapsPage .trapactions DIV {
    margin-top: 2px !important;
  }
}

@media only screen and (max-width: 630px) {
  .hideAt630 {
    display: none;
  }

  .showAt630 {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .hideAt750 {
    display: none;
  }

  .showAt750 {
    display: block;
  }

  .trap_chanceCol {
    flex-grow: 2 !important;
  }
}

/* Pulsing indicator for activated traps */

.trap-activated-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: linear-gradient(135deg, #1e8642, #2fbf76);
  color: #ffffff;
  box-shadow: 0 0 18px rgba(47, 191, 118, 0.45);
  overflow: hidden;
  animation: trap-activated-badge-fade 2.6s ease-in-out infinite;
}

.trap-activated-badge::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.6);
  animation: trap-activated-pulse 1.3s ease-in-out infinite;
  opacity: 0;
}

.trap-activated-text,
.trap-activated-icon {
  position: relative;
  z-index: 1;
}

.trap-activated-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.trap-activated-icon circle {
  fill: rgba(255, 255, 255, 0.2);
}

.trap-activated-icon path {
  fill: #ffffff;
}

@keyframes trap-activated-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }

  70% {
    transform: scale(1.35);
    opacity: 0;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@keyframes trap-activated-badge-fade {
  0% {
    opacity: 0.55;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.55;
  }
}
.collectionsGroupContainer {
  padding: 0px 5px;
  margin-bottom: 6px;
  border: solid 2px #3f555f;
  vertical-align: middle;
  color: black;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 10px;
  background-color: whitesmoke;
}

.collectionContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.collectionItem {
  display: inline-block;
  font-family: arial narrow;
  font-size: 12px;
  margin: 0 4px;
  width: 67px;
}

.collectionItem .itemName {
  height: 40px;
  display: flex;
}

.collectionItem .itemName .itemText {
  width: 100%;
  align-self: flex-end;
  line-height: 14px;
}

.collectionItem img {
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.collectionItem .itemCount {
  position: relative;
  top: -10px;
  right: -65%;
  border: solid black 1px;
  font-size: 10px;
  font-weight: bold;
  width: 18px;
  background-color: Aqua;
  height: 18px;
  line-height: 18px;
  color: black;
  float: none;
}

.collectionItem .itemCount.LimitReached {
  background-color: red;
}

.redemption {
  position: absolute;
  right: 2px;
  top: 2px;
}

@media screen and (max-width: 550px) {
  .collectionContainer {
    margin-top: 10px;
  }

  .collectionItem {
    width: 30%;
    flex-grow: 1;
  }

  .collectionItem .itemName {
    height: initial;
  }
}
/* Create Wolf wizard — step banners & step 2 layout */

@keyframes createwolf-placeholder-miss-pulse {
  0%, 100% {
    color: #9aa3ad;
    opacity: 1;
  }

  50% {
    color: #ff5555;
    opacity: 1;
  }
}

.createwolf-page input.createwolf-field-missed::placeholder {
  animation: createwolf-placeholder-miss-pulse 0.2s ease-in-out 5;
}

.createwolf-page input.createwolf-field-missed::-webkit-input-placeholder {
  animation: createwolf-placeholder-miss-pulse 0.2s ease-in-out 5;
}

.createwolf-page input.createwolf-field-missed::-moz-placeholder {
  animation: createwolf-placeholder-miss-pulse 0.2s ease-in-out 5;
}

.createwolf-step-banner-wrap {
  width: 80%;
  margin: 0 auto 16px;
  box-sizing: border-box;
}

.createwolf-step-banner {
  padding: 14px 20px;
  text-align: center;
  background-color: #000;
  border: 1px solid #222;
  box-shadow: 0 0 30px #333;
}

.createwolf-step-banner-emblem {
  display: none;
}

.createwolf-step-banner-title {
  display: block;
  font-family: inherit;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: normal;
  color: #ddd;
  font-variant-caps: small-caps;
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.createwolf-step-header-panel {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.createwolf-step-header-panel .createwolf-step-banner {
  margin: 0;
  border: none;
  border-bottom: 1px solid #222;
  box-shadow: none;
}

.createwolf-step-header-panel-body {
  padding: 14px 16px 16px;
}

.createwolf-step-header-panel .createwolf-step-intro {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-variant-caps: normal;
  color: #ddd;
}

.createwolf-referral-panel .createwolf-referral-lead {
  font-size: 1.05rem;
  line-height: 1.5;
}

.createwolf-referral-panel .createwolf-referral-reward {
  color: #c8d86a;
  font-size: 0.95rem;
  line-height: 1.45;
}

.createwolf-referral-panel .createwolf-referral-note {
  color: #9aa3ad;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}

.createwolf-step2-lead {
  margin: 0 0 14px;
  font-variant-caps: normal;
}

.createwolf-pack-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}

.createwolf-pack-option {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border: 2px solid #444;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: border-color 0.15s ease,
    background-color 0.15s ease;
  font-variant-caps: normal;
  text-align: left;
}

.createwolf-pack-option:hover {
  border-color: #666;
  background: rgba(0, 0, 0, 0.5);
}

.createwolf-pack-option.is-selected {
  border-color: #5a9a6a;
  background: rgba(40, 80, 50, 0.25);
}

.createwolf-pack-option input[type="radio"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  accent-color: #5a9a6a;
}

.createwolf-pack-option-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1rem;
  color: #ddd;
  line-height: 1.35;
}

.createwolf-pack-option-text .bold {
  font-size: 1.05rem;
}

.createwolf-pack-option-hint {
  display: block;
  font-size: 0.85rem;
  color: #aaa;
  font-weight: normal;
  line-height: 1.35;
}

.createwolf-pack-option.is-selected .createwolf-pack-option-hint {
  color: #b8d4be;
}

/* Subsection titles (distinct from main step panel-header) */

.createwolf-page .createwolf-subsection-title {
  margin: 0;
  padding: 11px 16px;
  text-align: center;
  background: linear-gradient(180deg, #252d38 0%, #1a222c 100%);
  border-top: 1px solid #3d4a5c;
  border-bottom: 1px solid #141a22;
  color: #e8eef4;
  font-size: 1.1rem;
  font-weight: bold;
  font-variant-caps: small-caps;
  letter-spacing: 0.07em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 2px 6px rgba(0, 0, 0, 0.25);
}

.createwolf-fb-block {
  margin-bottom: 16px;
}

.createwolf-fb-block-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #0b1118;
  border: 1px solid #30363d;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  text-align: left;
  font-variant-caps: normal;
}

.createwolf-fb-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border: 2px solid #58a6ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.createwolf-fb-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #58a6ff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.createwolf-fb-body {
  flex: 1;
  min-width: 0;
}

.createwolf-fb-title {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #58a6ff;
  line-height: 1.3;
}

.createwolf-fb-text {
  margin: 0 0 14px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #c9d1d9;
  font-variant-caps: normal;
}

.createwolf-fb-text .bold {
  color: #e6edf3;
}

.createwolf-fb-actions {
  margin-bottom: 4px;
}

.createwolf-fb-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid #58a6ff;
  background: linear-gradient(180deg, #1f4a8a 0%, #163a6e 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  text-shadow: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  font-variant-caps: normal;
}

.createwolf-fb-btn:hover:not(:disabled) {
  background: linear-gradient(180deg, #2559a8 0%, #1a4480 100%);
  border-color: #79b8ff;
}

.createwolf-fb-btn--disabled,
.createwolf-fb-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.createwolf-pack-section-lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.85rem, 2.4vw, 0.95rem);
}

.createwolf-pack-friends-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.25rem 0 1rem;
}

.createwolf-pack-friends-divider::before,
.createwolf-pack-friends-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.createwolf-pack-friends-divider-label {
  flex: 0 0 auto;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.65);
}

.createwolf-friend-pack-list-scroll {
  margin-top: 8px;
  max-height: calc(3 * (48px + 28px + 1px));
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #2a323c;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.28);
  scrollbar-gutter: stable;
}

.createwolf-friend-pack-list-scroll--open {
  max-height: calc(5 * (48px + 28px + 1px));
}

.createwolf-friend-pack-list-scroll::-webkit-scrollbar {
  width: 8px;
}

.createwolf-friend-pack-list-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

.createwolf-friend-pack-list-scroll::-webkit-scrollbar-thumb {
  background: #3d4854;
  border-radius: 4px;
}

.createwolf-friend-pack-list {
  margin-top: 0;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}

.createwolf-friend-pack-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 14px;
  margin: 0;
  border-bottom: 1px solid #2a323c;
  cursor: pointer;
  font-variant-caps: normal;
  text-align: left;
  transition: background-color 0.15s ease;
}

.createwolf-friend-pack-item:last-child {
  border-bottom: none;
}

.createwolf-friend-pack-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.createwolf-friend-pack-item.is-selected {
  background: rgba(40, 80, 50, 0.22);
}

.createwolf-friend-pack-radio {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #5a9a6a;
}

.createwolf-friend-pack-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.createwolf-friend-pack-icon-img {
  display: block;
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}

.createwolf-friend-pack-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.createwolf-friend-pack-title {
  display: block;
  line-height: 1.35;
}

.createwolf-friend-pack-name {
  font-weight: bold;
  color: #eee;
  font-size: 1rem;
}

.createwolf-friend-pack-tier {
  color: #9aa3ad;
  font-weight: normal;
  font-size: 0.92em;
}

.createwolf-friend-pack-meta {
  display: block;
  color: #9aa3ad;
  font-size: 0.85rem;
  line-height: 1.4;
}

.createwolf-fb-connected {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: rgba(35, 80, 55, 0.35);
  border: 1px solid #3d6b4a;
  font-variant-caps: normal;
  color: #8fd4a0;
  text-align: left;
}

.createwolf-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #ddd;
  border-radius: 50%;
  animation: createwolf-spin 0.8s linear infinite;
}

.createwolf-spinner-inline {
  margin-left: 6px;
}

@keyframes createwolf-spin {
  to {
    transform: rotate(360deg);
  }
}

.mb-10px {
  margin-bottom: 10px;
}

/* Page shell */

.createwolf-page {
  box-sizing: border-box;
  padding: 75px 0 10px;
  max-width: 960px;
  margin: 0 auto;
}

.createwolf-page #backBtn {
  top: 12px;
  left: 10px;
}

.createwolf-page #backBtn .nicebutton {
  font-size: clamp(1rem, 4vw, 1.5rem) !important;
  padding: 8px 14px;
}

.createwolf-page .textwidth {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.createwolf-page .nicebutton {
  width: 100%;
  box-sizing: border-box;
}

/* Step 1 — avatar left of controls (stacks only at ≤540px, see below) */

.createwolf-setup-wolf {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}

.createwolf-wolf-preview {
  flex: 0 1 auto;
  min-width: 0;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.createwolf-wolf-preview #wolfsvg_container {
  transform: none;
  margin-left: auto;
  margin-right: auto;
}

.createwolf-wolf-preview #svg {
  margin: 0;
  text-align: center;
  line-height: 0;
}

.createwolf-setup-wolf #wolfControls {
  flex: 1 1 0;
  min-width: 0;
  text-align: left;
}

/* Each radio group: label on its own line, then that group's options */

.createwolf-setup-wolf #wolfControls radio-group-element {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  clear: both;
}

.createwolf-setup-wolf #wolfControls radio-group-element .dq_form--label-fake {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  line-height: 1.25;
}

.createwolf-setup-wolf #wolfControls radio-group-element ul[data-radiogroup] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 5px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.createwolf-setup-wolf #wolfControls radio-group-element .dq_radio-element {
  display: block;
  margin: 0;
}

/* Desktop: slightly roomier customise panel */

@media only screen and (min-width: 768px) {
  .createwolf-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .createwolf-page .nicepanel.np80 {
    max-width: 720px;
  }
}

/* Mobile — use full width and tighter vertical rhythm */

@media only screen and (max-width: 767px) {
  .createwolf-page {
    padding: 58px 8px 16px;
    max-width: none;
  }

  .createwolf-step-banner-wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .createwolf-page .nicepanel.np80 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .createwolf-page #createArea > .nicepanel.np80.mt-20px,
  .createwolf-page > .nicepanel.np80.mt-20px {
    margin-top: 10px !important;
  }

  .createwolf-page .nicepanel .padded {
    padding: 10px 12px;
  }

  .createwolf-page .nicepanel .paddedMin,
  .createwolf-page .nicepanel.paddedMin {
    padding: 10px 12px;
  }

  .createwolf-page .createwolf-subsection-title {
    padding: 9px 12px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }

  .createwolf-step-header-panel-body {
    padding: 10px 12px 12px;
  }

  .createwolf-step-header-panel .createwolf-step-intro {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .createwolf-step2-lead {
    margin-bottom: 10px;
    font-size: 0.92rem;
    line-height: 1.4;
  }

  /* Visually group step 2 header + first content panel */

  .createwolf-page .createwolf-step-header-panel {
    margin-bottom: 0;
  }

  .createwolf-page .createwolf-step-header-panel + .nicepanel.np80 {
    margin-top: 0 !important;
    border-top: none;
    box-shadow: 0 0 24px #333;
  }

  .createwolf-setup-wolf #wolfControls {
    font-size: 0.9rem;
  }

  .createwolf-setup-wolf #wolfControls radio-group-element .dq_form--label-fake {
    font-size: 0.85rem;
  }

  .createwolf-setup-wolf #wolfControls br {
    display: none;
  }

  .createwolf-pack-option {
    padding: 12px;
    gap: 10px;
  }

  .createwolf-pack-option-text {
    font-size: 0.95rem;
  }

  .createwolf-fb-block {
    margin-bottom: 12px;
  }

  .createwolf-fb-block-inner {
    padding: 14px 12px;
    gap: 12px;
    border-radius: 10px;
  }

  .createwolf-fb-icon {
    width: 44px;
    height: 44px;
  }

  .createwolf-fb-icon svg {
    width: 26px;
    height: 26px;
  }

  .createwolf-fb-title {
    font-size: 0.88rem;
    margin-bottom: 6px;
  }

  .createwolf-fb-text {
    font-size: 0.85rem;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .createwolf-fb-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 11px 16px;
  }

  .createwolf-fb-connected {
    padding: 10px 12px;
    font-size: 0.9rem;
    margin-bottom: 10px;
  }

  .createwolf-friend-pack-item {
    padding: 10px 12px;
    gap: 10px;
  }

  .createwolf-friend-pack-icon,
  .createwolf-friend-pack-icon-img {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .createwolf-friend-pack-name {
    font-size: 0.95rem;
  }

  .createwolf-friend-pack-meta {
    font-size: 0.8rem;
  }

  .createwolf-friend-pack-list-scroll {
    max-height: calc(3 * (40px + 24px + 1px));
  }

  .createwolf-page .subHeading.center.mb-10px {
    font-size: 0.92rem;
    margin-bottom: 8px;
  }
}

/* ≤540px — avatar stacked above controls */

@media only screen and (max-width: 540px) {
  .createwolf-setup-wolf {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .createwolf-wolf-preview {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .createwolf-wolf-preview #svg {
    width: 100%;
    margin: 0 auto;
  }

  .createwolf-setup-wolf #wolfControls {
    flex: none;
    width: 100%;
  }
}
.denBgContainer {
  width: 100%;
  min-height: 330px;
  padding: 0;
  margin: 0;
  position: relative;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.den-scene-column {
  max-width: 100%;
  box-sizing: border-box;
}

.bardolf-omen-den-scroll {
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  overflow: visible;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
}

.bardolf-omen-den-scroll__roll {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20px;
  position: relative;
  z-index: 2;
}

.bardolf-omen-den-scroll__roll--top {
  margin-bottom: -5px;
}

.bardolf-omen-den-scroll__roll--bottom {
  margin-top: -5px;
  z-index: 3;
}

.bardolf-omen-den-scroll__finial {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.bardolf-omen-den-scroll__finialDisc {
  width: 18px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 46%;
  background: radial-gradient(ellipse 70% 55% at 32% 26%, #d4b896 0%, #a08030 18%, #6b4a28 52%, #3d2914 78%, #2a1a0c 100%);
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.28),
    inset 0 -3px 4px rgba(0, 0, 0, 0.45),
    0 1px 4px rgba(0, 0, 0, 0.32);
  position: relative;
}

.bardolf-omen-den-scroll__finialDisc::after {
  content: "";
  position: absolute;
  inset: 2px 4px auto 3px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.bardolf-omen-den-scroll__finialNeck {
  width: 7px;
  height: 14px;
  margin: 0 -1px;
  border-radius: 2px;
  background: linear-gradient(90deg, #2a1a0c 0%, #5c4030 35%, #8b6914 50%, #5c4030 65%, #2a1a0c 100%);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.12),
    inset 0 -2px 3px rgba(0, 0, 0, 0.32);
}

.bardolf-omen-den-scroll__rod {
  flex: 1 1 auto;
  min-width: 0;
  height: 14px;
  border-radius: 3px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, transparent 38%),
    linear-gradient(180deg, #7a5630 0%, #4a3520 38%, #2a1a0c 58%, #5c4030 100%);
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.14),
    inset 0 -2px 4px rgba(0, 0, 0, 0.34),
    0 2px 5px rgba(0, 0, 0, 0.22);
}

.bardolf-omen-den-scroll__rod::before,
.bardolf-omen-den-scroll__rod::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 10px;
  transform: translateY(-50%);
  opacity: 0.5;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 24 16%3E%3Cpath fill=%232a1a0c d=M12 1c-3 2-7 3-9 6 2 1 5 2 9 2s7-1 9-2c-2-3-6-4-9-6zm0 13c-3-2-7-3-9-6 2-1 5-2 9-2s7 1 9 2c-2 3-6 4-9 6z/%3E%3C/svg%3E");
  pointer-events: none;
}

.bardolf-omen-den-scroll__rod::before {
  left: 4px;
}

.bardolf-omen-den-scroll__rod::after {
  right: 4px;
  transform: translateY(-50%) scaleX(-1);
}

.bardolf-omen-den-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 10px 8px;
  color: #3d2f0a;
  background: linear-gradient(90deg, rgba(61, 41, 20, 0.06) 0%, transparent 5%, transparent 95%, rgba(61, 41, 20, 0.06) 100%),
    linear-gradient(165deg, #fffef9 0%, #f3e2c4 100%);
  border: none;
  border-left: 2px solid rgba(122, 79, 22, 0.3);
  border-right: 2px solid rgba(122, 79, 22, 0.3);
  border-radius: 0;
  text-align: left;
  line-height: 1.25;
}

.bardolf-omen-den-card__icon {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #8b2500;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.bardolf-omen-den-card__body {
  flex: 1;
  min-width: 0;
}

.bardolf-omen-den-card__eyebrow {
  font-size: 0.68rem;
  font-weight: 600;
  font-variant-caps: small-caps;
  letter-spacing: 0.08em;
  color: #5c4520 !important;
  line-height: 1.1;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bardolf-omen-den-card__title {
  font-weight: 700;
  font-variant-caps: small-caps;
  letter-spacing: 0.02em;
  color: #3d2f0a;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bardolf-omen-den-card__detail {
  font-size: 0.75rem;
  font-style: italic;
  color: #7a6550;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bardolf-omen-den-card__detail--claimable {
  color: #2f5f1f;
  font-weight: 700;
}

.bardolf-omen-den-card__detail--claimed {
  color: #4a6741;
  font-weight: 600;
}

.bardolf-omen-den-card__progress {
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: #6b5344;
  padding-left: 6px;
}

.bardolf-omen-den-scroll--claimable {
  animation: bardolf-omen-den-pulse 2s ease-in-out infinite;
}

@keyframes bardolf-omen-den-pulse {
  0%, 100% {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.18));
  }

  50% {
    filter: drop-shadow(0 4px 14px rgba(201, 162, 39, 0.5));
  }
}

body.dark-mode .bardolf-omen-den-card {
  color: #3d2914;
  background: linear-gradient(90deg, rgba(61, 41, 20, 0.06) 0%, transparent 5%, transparent 95%, rgba(61, 41, 20, 0.06) 100%),
    linear-gradient(165deg, #fffef9 0%, #f3e2c4 100%);
  border-left-color: rgba(122, 79, 22, 0.3);
  border-right-color: rgba(122, 79, 22, 0.3);
}

body.dark-mode .bardolf-omen-den-card__title {
  color: #3d2914;
}

body.dark-mode .bardolf-omen-den-card__eyebrow {
  color: #5c4520 !important;
}

body.dark-mode .bardolf-omen-den-card__detail {
  color: #7a6550;
}

body.dark-mode .bardolf-omen-den-card__detail--claimable {
  color: #2f5f1f;
}

body.dark-mode .bardolf-omen-den-card__detail--claimed {
  color: #4a6741;
}

body.dark-mode .bardolf-omen-den-card__progress {
  color: #6b5344;
}

.bardolf-omen-den-scroll--claimed {
  opacity: 0.82;
}

.location0 {
  background-image: url("../images/locations/normal/denbgnofire.jpg");
}

.location1 {
  background-image: url("../images/locations/forest/RainforestBG.jpg");
}

.location2 {
  background-image: url("../images/locations/arctic/SnowBG.jpg");
}

.location3 {
  background-image: url("../images/locations/canyon/DesertBG.jpg");
}

.location4 {
  background-image: url("../images/locations/savannah/SavannahBG.jpg");
}

.location5 {
  background-image: url("../images/locations/ellesmere/EllesmereBG.jpg");
}

.fireblend {
  font-size: 10px;
  filter: blur(0.02em);
  -webkit-filter: blur(0.02em);
  margin: 3em auto 0 auto;
  position: relative;
  width: 5em;
  height: 10em;
  z-index: 4;
}

.particle {
  animation: rise 1s ease-in infinite;
  background-image: radial-gradient(#ff5000 20%, rgba(255, 80, 0, 0) 70%);
  border-radius: 50%;
  mix-blend-mode: screen;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 2.5em;
  height: 2.5em;
}

.particle:nth-of-type(1) {
  animation-delay: 0.9062885818s;
  left: calc((100% - 2.5em) * 0);
}

.particle:nth-of-type(2) {
  animation-delay: 0.0276242059s;
  left: calc((100% - 2.5em) * 0.02);
}

.particle:nth-of-type(3) {
  animation-delay: 0.6557519423s;
  left: calc((100% - 2.5em) * 0.04);
}

.particle:nth-of-type(4) {
  animation-delay: 0.2699509906s;
  left: calc((100% - 2.5em) * 0.06);
}

.particle:nth-of-type(5) {
  animation-delay: 0.7985519766s;
  left: calc((100% - 2.5em) * 0.08);
}

.particle:nth-of-type(6) {
  animation-delay: 0.0029341618s;
  left: calc((100% - 2.5em) * 0.1);
}

.particle:nth-of-type(7) {
  animation-delay: 0.76341961s;
  left: calc((100% - 2.5em) * 0.12);
}

.particle:nth-of-type(8) {
  animation-delay: 0.734000107s;
  left: calc((100% - 2.5em) * 0.14);
}

.particle:nth-of-type(9) {
  animation-delay: 0.1228101487s;
  left: calc((100% - 2.5em) * 0.16);
}

.particle:nth-of-type(10) {
  animation-delay: 0.2729778585s;
  left: calc((100% - 2.5em) * 0.18);
}

.particle:nth-of-type(11) {
  animation-delay: 0.1112167755s;
  left: calc((100% - 2.5em) * 0.2);
}

.particle:nth-of-type(12) {
  animation-delay: 0.934422305s;
  left: calc((100% - 2.5em) * 0.22);
}

.particle:nth-of-type(13) {
  animation-delay: 0.4232461237s;
  left: calc((100% - 2.5em) * 0.24);
}

.particle:nth-of-type(14) {
  animation-delay: 0.9447377082s;
  left: calc((100% - 2.5em) * 0.26);
}

.particle:nth-of-type(15) {
  animation-delay: 0.0450868697s;
  left: calc((100% - 2.5em) * 0.28);
}

.particle:nth-of-type(16) {
  animation-delay: 0.499196166s;
  left: calc((100% - 2.5em) * 0.3);
}

.particle:nth-of-type(17) {
  animation-delay: 0.9350988518s;
  left: calc((100% - 2.5em) * 0.32);
}

.particle:nth-of-type(18) {
  animation-delay: 0.7845494573s;
  left: calc((100% - 2.5em) * 0.34);
}

.particle:nth-of-type(19) {
  animation-delay: 0.4276649129s;
  left: calc((100% - 2.5em) * 0.36);
}

.particle:nth-of-type(20) {
  animation-delay: 0.1118942602s;
  left: calc((100% - 2.5em) * 0.38);
}

.particle:nth-of-type(21) {
  animation-delay: 0.1667145068s;
  left: calc((100% - 2.5em) * 0.4);
}

.particle:nth-of-type(22) {
  animation-delay: 0.9859804465s;
  left: calc((100% - 2.5em) * 0.42);
}

.particle:nth-of-type(23) {
  animation-delay: 0.3528233355s;
  left: calc((100% - 2.5em) * 0.44);
}

.particle:nth-of-type(24) {
  animation-delay: 0.2566606198s;
  left: calc((100% - 2.5em) * 0.46);
}

.particle:nth-of-type(25) {
  animation-delay: 0.1419853856s;
  left: calc((100% - 2.5em) * 0.48);
}

.particle:nth-of-type(26) {
  animation-delay: 0.0604446527s;
  left: calc((100% - 2.5em) * 0.5);
}

.particle:nth-of-type(27) {
  animation-delay: 0.0401615207s;
  left: calc((100% - 2.5em) * 0.52);
}

.particle:nth-of-type(28) {
  animation-delay: 0.355349926s;
  left: calc((100% - 2.5em) * 0.54);
}

.particle:nth-of-type(29) {
  animation-delay: 0.5254321786s;
  left: calc((100% - 2.5em) * 0.56);
}

.particle:nth-of-type(30) {
  animation-delay: 0.283975567s;
  left: calc((100% - 2.5em) * 0.58);
}

.particle:nth-of-type(31) {
  animation-delay: 0.624539236s;
  left: calc((100% - 2.5em) * 0.6);
}

.particle:nth-of-type(32) {
  animation-delay: 0.3148001762s;
  left: calc((100% - 2.5em) * 0.62);
}

.particle:nth-of-type(33) {
  animation-delay: 0.351553529s;
  left: calc((100% - 2.5em) * 0.64);
}

.particle:nth-of-type(34) {
  animation-delay: 0.5038780131s;
  left: calc((100% - 2.5em) * 0.66);
}

.particle:nth-of-type(35) {
  animation-delay: 0.7730422876s;
  left: calc((100% - 2.5em) * 0.68);
}

.particle:nth-of-type(36) {
  animation-delay: 0.2196559257s;
  left: calc((100% - 2.5em) * 0.7);
}

.particle:nth-of-type(37) {
  animation-delay: 0.5902660828s;
  left: calc((100% - 2.5em) * 0.72);
}

.particle:nth-of-type(38) {
  animation-delay: 0.6751248433s;
  left: calc((100% - 2.5em) * 0.74);
}

.particle:nth-of-type(39) {
  animation-delay: 0.5812278637s;
  left: calc((100% - 2.5em) * 0.76);
}

.particle:nth-of-type(40) {
  animation-delay: 0.568474778s;
  left: calc((100% - 2.5em) * 0.78);
}

.particle:nth-of-type(41) {
  animation-delay: 0.454302512s;
  left: calc((100% - 2.5em) * 0.8);
}

.particle:nth-of-type(42) {
  animation-delay: 0.751648589s;
  left: calc((100% - 2.5em) * 0.82);
}

.particle:nth-of-type(43) {
  animation-delay: 0.1967930791s;
  left: calc((100% - 2.5em) * 0.84);
}

.particle:nth-of-type(44) {
  animation-delay: 0.4881084769s;
  left: calc((100% - 2.5em) * 0.86);
}

.particle:nth-of-type(45) {
  animation-delay: 0.9029326978s;
  left: calc((100% - 2.5em) * 0.88);
}

.particle:nth-of-type(46) {
  animation-delay: 0.8225677145s;
  left: calc((100% - 2.5em) * 0.9);
}

.particle:nth-of-type(47) {
  animation-delay: 0.8686974598s;
  left: calc((100% - 2.5em) * 0.92);
}

.particle:nth-of-type(48) {
  animation-delay: 0.7971460452s;
  left: calc((100% - 2.5em) * 0.94);
}

.particle:nth-of-type(49) {
  animation-delay: 0.6469935946s;
  left: calc((100% - 2.5em) * 0.96);
}

.particle:nth-of-type(50) {
  animation-delay: 0.159890821s;
  left: calc((100% - 2.5em) * 0.98);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(0) scale(1);
  }

  25% {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translateY(-10em) scale(0);
  }
}

.pupBorder {
  border-radius: 10px;
  border: 2px solid transparent;
}

.pupBorder:hover {
  border: 2px solid yellow;
}

.denWolfName {
  font-size: 0.8rem !important;
  color: #ddd !important;
  z-index: 5;
}

.location2 .denWolfName {
  color: #000 !important;
}

.location3 .denWolfName {
  color: #000 !important;
}

.location4 .denWolfName {
  color: #000 !important;
}

.statscontainer {
  text-align: left;
  width: 100%;
  top: -20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: visible;
}

.statscontainer ul {
  margin-block-start: 0;
}

.statsbox {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  width: 180px;
}

/* Band wraps the stat row + key strength so the lower panel matches the row width.
   Grid + max-content avoids flex + width:100% on the child expanding the band to the full page. */

.den-stats-band {
  display: grid;
  grid-template-columns: auto;
  /* Measured in DenController (border-box span of stat panels); fallback for no JS / SSR */
  width: var(--den-stats-cluster-border-px, max-content);
  max-width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  justify-items: stretch;
}

.den-stats-top-row {
  /* Block-level flex grows to the full grid track (~viewport); inline-flex shrink-wraps to the stat cluster width. */
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  box-sizing: border-box;
}

/* Do not let the band-width sync flex row compress the stat panels (default flex-shrink: 1 caused the collapse). */

.den-stats-top-row > .statsbox,
.den-stats-top-row > .middlebox {
  flex-shrink: 0;
}

.den-stats-band > #group_keystrength.statsbox {
  display: block;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-left: 5px;
  margin-right: 5px;
  box-sizing: border-box;
  text-align: center;
}

.den-key-strength-inner {
  /* Horizontal + top padding: .p-5px on element (matches other stat panels); extra bottom for buttons */
  padding-bottom: 10px !important;
  text-align: left;
  max-width: none;
  margin: 0;
}

.den-key-strength-intro {
  max-width: none;
  text-align: left;
}

#group_keystrength .den-key-strength-cooldown.extraInfo {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.den-key-strength-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin-top: 4px;
}

.den-key-strength-row .den-key-strength-btn {
  flex: 1 1 7.5rem;
  max-width: 12rem;
  margin: 0;
  box-sizing: border-box;
}

.den-key-strength-btn--disabled {
  opacity: 0.45;
  cursor: not-allowed !important;
  filter: grayscale(0.4);
}

.den-key-strength-row--locked .den-key-strength-btn--disabled:hover,
.den-key-strength-row--locked .den-key-strength-btn--disabled:active {
  filter: grayscale(0.4);
}

.den-key-strength-saving {
  text-align: center;
}

.middlebox {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  width: 140px;
  height: 200px;
  text-align: center;
  color: black;
}

body.dark-mode .middlebox {
  color: white;
}

.dayEndContainer {
  margin-bottom: 10px;
}

/* Desktop: narrow column; timers stack vertically */

.den-countdown-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

.den-countdown-row .dayEndContainer,
.den-countdown-row .fullMoonContainer {
  flex: none;
  width: 100%;
  min-width: 0;
  text-align: center;
}

.den-moon-banner-slot {
  width: 100%;
  text-align: center;
}

.den-countdown-row .hasCountdown {
  box-sizing: border-box;
  max-width: 100%;
}

.den-countdown-row .countdown_row::after {
  content: "";
  display: table;
  clear: both;
}

#group_mainstats li {
  margin-bottom: 5px;
  display: flex;
}

#group_mainstats .col_left {
  text-align: left;
  width: 55%;
  float: left;
}

#group_mainstats .col_right {
  text-align: left;
  width: 45%;
  float: right;
  padding-left: 8px;
}

#group_emotionstats li {
  margin-bottom: 8px;
}

#group_emotionstats .col_left {
  text-align: left;
  width: 40%;
}

#group_emotionstats .col_right {
  text-align: right;
  width: 60%;
}

#group_levelstats li {
  margin-bottom: 8px;
  display: flex;
}

#group_levelstats .col_left {
  text-align: left;
  width: 43%;
  float: left;
}

#group_levelstats .col_right {
  text-align: left;
  width: 57%;
  float: right;
  padding-left: 8px;
}

#group_fightingstats li {
  margin-bottom: 8px;
  display: flex;
}

#group_fightingstats .col_left {
  text-align: left;
  width: 35%;
  float: left;
}

#group_fightingstats .col_right {
  text-align: left;
  width: 65%;
  float: right;
  padding-left: 8px;
}

/* Breakpoint px must match DenController.js:
   DEN_COUNTDOWN_LAYOUT_MAX_PX (920), DEN_STATS_BOX_BREAKPOINTS_PX (785, 670, 415). */

@media only screen and (max-width: 920px) {
  .hidesmall1 {
    display: none;
  }

  .showsmall1 {
    display: block !important;
  }

  /* Visual order: optional full-moon banner, countdown row, then stat panels */

  .statscontainer > .showsmall1.fullwidth {
    order: 1;
  }

  .statscontainer > .den-stats-band {
    order: 2;
    width: var(--den-stats-cluster-border-px, max-content);
    max-width: 100%;
    flex: 0 1 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .statscontainer > .den-stats-band > .den-stats-top-row {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .statscontainer > .den-stats-band > .den-stats-top-row > .middlebox {
    order: 2;
    flex: 1 1 100%;
    width: 100%;
    max-width: calc(100% - 10px);
    box-sizing: border-box;
  }

  .statscontainer > .den-stats-band > .den-stats-top-row > #group_mainstats {
    order: 3;
  }

  .statscontainer > .den-stats-band > .den-stats-top-row > #group_emotionstats {
    order: 4;
  }

  .statscontainer > .den-stats-band > .den-stats-top-row > #group_levelstats {
    order: 5;
  }

  .statscontainer > .den-stats-band > .den-stats-top-row > #group_fightingstats {
    order: 6;
  }

  .middlebox {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: 0;
    width: auto;
    max-width: none;
    margin-bottom: 12px;
    padding: 0 4px;
  }

  .middlebox .heading {
    color: white;
    display: block;
    margin-bottom: 4px;
  }

  .den-countdown-row {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: stretch;
    gap: 8px;
  }

  .den-countdown-row .dayEndContainer,
  .den-countdown-row .fullMoonContainer {
    flex: 1 1 0;
    margin-bottom: 0;
  }

  .den-moon-banner-slot {
    flex: 0 0 auto;
  }
}

@media only screen and (max-width: 785px) {
  .statsbox {
    width: 23%;
  }

  #group_fightingstats .col_left {
    width: 35%;
  }

  #group_fightingstats .col_left {
    width: 65%;
  }

  .hidesmall2 {
    display: none;
  }
}

@media only screen and (max-width: 670px) {
  .statsbox {
    width: 47%;
  }

  #turnsCountdown .countdown_amount,
  #staminaCountdown .countdown_amount {
    margin-bottom: -7px;
    display: block;
  }

  .countdown_section br {
    display: none;
  }

  .statscontainer {
    top: -10px;
  }
}

@media only screen and (max-width: 480px) {
  .middlebox {
    font-size: 85%;
  }
}

@media only screen and (max-width: 415px) {
  .statsbox {
    width: 96%;
  }

  .statscontainer {
    top: 5px;
  }
}

@media only screen and (max-width: 415px) {
  .hidesmall3 {
    display: none;
  }
}
.loading-section {
  padding: 20px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.skeleton {
  background-color: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.skeleton::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

.skeleton--muted::before {
  background: linear-gradient(90deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
}

.skeleton-search-block {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
}

.skeleton-search-block--medium {
  width: 80%;
}

.skeleton-search-block--narrow {
  width: 70%;
  margin-bottom: 0;
}

.opponent-skeleton-wrapper {
  margin-bottom: 20px;
}

.skeleton-card {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  height: 200px;
  width: 100%;
  border-radius: 8px;
}

.skeleton-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skeleton-line {
  height: 20px;
  width: 100px;
}

.skeleton-line--medium {
  width: 80px;
}

.skeleton-line--large {
  width: 90px;
}

.skeleton-image {
  height: 180px;
  width: 180px;
  border-radius: 8px;
}

.itemcount {
  display: inline-block;
  float: none;
  line-height: 24px;
  padding-right: 5px;
}

.standardResultContents {
  padding: 10px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
  margin-top: 30px;
  border: 1px solid black;
  color: black;
  background-color: whitesmoke;
  border-radius: 10px;
  padding: 5px;
}

.standardResultSpacer {
  flex: 1;
  min-height: 0;
}

.opponent-stats-left,
.opponent-stats-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  flex: 0 0 auto;
  /* border: 1px solid black;
    color: black;
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 5px; */
}

.opponent-stats-left > div,
.opponent-stats-right > div {
  white-space: nowrap;
}

.opponent-image-container {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid black;
    color: black;
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 5px; */
}

.opponent-avatar {
  height: 216px;
  width: 216px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .opponent-avatar {
    height: 180px;
    width: 180px;
  }
}

@media (max-width: 500px) {
  .standardResultContents {
    font-size: 0.85em;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 8px;
    margin-top: 20px;
    align-items: start;
  }

  .opponent-stats-left {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    gap: 0px;
    align-self: center;
  }

  .opponent-stats-left > div,
  .opponent-stats-right > div {
    font-size: 0.9em;
    line-height: 1.3;
  }

  .opponent-image-container {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: start;
  }

  .opponent-avatar {
    height: 144px;
    width: 144px;
  }

  .standardResult {
    padding: 10px;
  }

  .standardResultContents {
    border-radius: 6px;
  }
}

.npcInfo {
  background-color: #bbe9ff;
  color: black;
  border: 1px solid blue;
}

.gamewolfGood {
  color: green;
  font-weight: bold;
}

.gamewolfBad {
  color: red;
  font-weight: bold;
}

.smallCountdown {
  width: 100px;
  background: none;
  border: 0;
  padding: 0;
  font-size: x-small;
}

.fightDetailDiv {
  display: none;
  margin: 2px;
  padding: 5px;
  color: white;
  margin-bottom: 8px;
  border-radius: 5px;
}

.fixDDL {
  position: relative;
  top: -7px;
}

.helperApplied {
  position: absolute;
  left: 0px;
  z-index: 0;
  top: 0;
}

.overlay {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  top: -100%;
  cursor: pointer;
}

.parallax {
  background-repeat: no-repeat;
  background-size: 1000px;
  box-shadow: rgb(47, 79, 79) 0px 0px 8px 8px inset;
  background-position-x: 2px;
  /*
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    */
}

/* Standard */

.parallaxImg_0 {
  background-image: url("../images/backgrounds/loc_0.jpg");
}

/* Forest */

.parallaxImg_1 {
  background-image: url("../images/backgrounds/loc_1.jpg");
}

/* Wilderness */

.parallaxImg_2 {
  background-image: url("../images/backgrounds/loc_2.jpg");
}

/* Canyon */

.parallaxImg_3 {
  background-image: url("../images/backgrounds/loc_3.jpg");
}

/* Savannah */

.parallaxImg_4 {
  background-image: url("../images/backgrounds/loc_4.jpg");
}

/* Ellesmere */

.parallaxImg_5 {
  background-image: url("../images/backgrounds/loc_5.jpg");
}

/*.parallaxImg_0, .parallaxImg_4, .parallaxImg_8, .parallaxImg_12, .parallaxImg_16 {
    background-image: url(https://wallpaperaccess.com/full/2445513.jpg);
}

.parallaxImg_1, .parallaxImg_5, .parallaxImg_9, .parallaxImg_13, .parallaxImg_17 {
    background-image: url(https://get.wallhere.com/photo/background-drops-light-circles-blue-1027535.jpg);
}

.parallaxImg_2, .parallaxImg_6, .parallaxImg_10, .parallaxImg_14, .parallaxImg_18 {
    background-image: url(https://images.unsplash.com/photo-1581113887896-14fbf72966e9?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1074&q=80);
    /*https://get.wallhere.com/photo/background-drops-light-circles-blue-1027535.jpg*/

/*}

.parallaxImg_3, .parallaxImg_7, .parallaxImg_11, .parallaxImg_15, .parallaxImg_19 {
    background-image: url(https://wallpaperaccess.com/full/310778.jpg);
}*/

#parallaxContainer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
  padding: 10px 0;
}

@media (min-width: 900px) {
  #parallaxContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

.standardResult {
  position: relative;
  padding: 15px;
  border-radius: 8px;
  /* min-height: 400px; */
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.packMotto {
  font-size: 12px !important;
}

body.dark-mode .packMotto {
  color: white;
}

/* Fight Result Blacklist Button */

.fight-result-blacklist-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 0, 0, 0.7);
  border-radius: 0 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

.fight-result-blacklist-btn:hover {
  background-color: rgba(255, 0, 0, 0.9);
  transform: scale(1.1);
}

.fight-result-blacklist-btn i {
  pointer-events: none;
}

.standardResult .button {
  width: 100%;
  max-width: 300px;
  align-self: center;
}

body.dark-mode #countdown_fightVs {
  color: white !important;
}

@media only screen and (max-width: 600px) {
  .packFightMember,
  .packRaidResultContents {
    flex-direction: column !important;
    align-content: center !important;
  }

  /* .standardResultContents {
        flex-direction: column !important;
        align-items: center !important;
    } */

  /* .standardResultContents > div {
        text-align: center !important;
    } */
}

@media only screen and (max-width: 500px) {
  .standardResult {
    min-height: auto !important;
    padding: 10px !important;
    font-size: 12px !important;
  }

  .standardResultContents {
    /* flex-direction: column !important; */
    gap: 4px;
  }

  .standardResultContents > div {
    min-width: auto !important;
  }

  .packMotto {
    font-size: 10px !important;
    line-height: 10px;
  }

  .packFightTable {
    width: 100% !important;
  }

  .packRaidResult {
    width: 100% !important;
  }
}

/* Opponent defence power-up badges (search / pack challenge) */

.fightOppPowerupBadges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 4px 6px 0;
}

.fightOppPowerupBadge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  background: rgba(46, 125, 50, 0.15);
  border: 1px solid rgba(46, 125, 50, 0.45);
  color: #1b5e20;
}

body.dark-mode .fightOppPowerupBadge {
  background: rgba(129, 199, 132, 0.18);
  border-color: rgba(165, 214, 167, 0.5);
  color: #e8f5e9;
}

/* Vs screen: highlight attack power-up rows */

.fightVsPowerUpRow td {
  background: rgba(76, 175, 80, 0.1);
}

body.dark-mode .fightVsPowerUpRow td {
  background: rgba(129, 199, 132, 0.12);
}

/* Post-fight silver power-up callouts */

.fightPostPowerUpLine {
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: bold;
  border: 1px solid rgba(46, 125, 50, 0.35);
  background: rgba(232, 245, 233, 0.95);
  color: #1b5e20;
}

.fightPostPowerUpLine--silver {
  color: #1b5e20;
}

body.dark-mode .fightPostPowerUpLine {
  background: rgba(30, 50, 35, 0.95);
  border-color: rgba(129, 199, 132, 0.4);
  color: #c8e6c9;
}

/* Collapsible "Find an opponent" (standard fights) */

.fightFindOpponentAccordion {
  cursor: pointer;
  user-select: none;
  text-align: center;
  border-radius: 6px;
  margin: 0 5px;
  outline-offset: 2px;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.fightFindOpponentAccordion:focus-visible {
  outline: 2px solid #7eb8ff;
}

.fightFindOpponentAccordion--collapsed {
  border: 1px dashed rgba(255, 255, 255, 0.55);
  background: rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.fightFindOpponentAccordion--collapsed:hover {
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(0, 0, 0, 0.5);
}

.fightFindOpponentCollapsedHint {
  font-size: 0.82rem;
  font-variant-caps: normal;
  line-height: 1.35;
  padding: 0 10px 10px;
  margin-top: -2px;
  color: rgba(255, 255, 255, 0.88);
  opacity: 0.95;
  padding-top: 5px;
}

.fightFindOpponentHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 0 !important;
}

.fightFindOpponentAccordion--collapsed .fightFindOpponentHeader {
  padding-bottom: 4px;
}

.fightFindOpponentChevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  min-height: 1.75rem;
  font-size: 1.05rem;
  transition: transform 0.2s ease;
  opacity: 0.95;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.fightFindOpponentAccordion--collapsed .fightFindOpponentChevron {
  background: rgba(255, 255, 255, 0.14);
}

.fightFindOpponentChevron--open {
  transform: rotate(180deg);
}

body.dark-mode .fightFindOpponentAccordion--collapsed {
  border-color: rgba(200, 220, 255, 0.45);
}

body.dark-mode .fightFindOpponentAccordion:focus-visible {
  outline-color: #9ec5fe;
}

/* Same depth as .tab.selected border-bottom so fight type tabs stay aligned */

#fTypes .fightTypeTabsRow > .tab:not(.selected) {
  border-bottom: 2px solid transparent;
}

/* Fight type tabs: share row width on narrow viewports only (default button + .tab.selected underline) */

@media (max-width: 500px) {
  #fTypes .fightTypeTabsRow {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 4px;
    margin: 0 3px;
  }

  #fTypes .fightTypeTabsRow > .tab {
    flex: 1 1 0;
    min-width: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #fTypes .fightTypeTabsRow .button.button-blue {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    /* keep markup .mb-20px margin so gap matches non-mobile (space above .tab border-bottom) */
    padding-left: 4px;
    padding-right: 4px;
    font-size: clamp(8px, 2.4vw, 12px);
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
  }
}
.topicContainer {
  text-align: left;
  border-top: solid 1px #CCCCCC;
}

.topicTitle {
  font-weight: bold;
  font-size: 13px;
  color: #3B5998;
  margin-left: 10px;
  float: left;
}

.topicLatestPost {
  float: right;
  margin-right: 10px;
  min-width: 200px;
}

.topicNumberOfPosts {
  font-size: 11px;
  margin-left: 10px;
}

.topicPostedAgo {
  margin-right: 10px;
  float: right;
  width: 200px;
}

.topicCreated {
  font-size: 11px;
  color: Gray;
}

.NewDiscussion {
  width: 100%;
  padding: 5px;
  text-align: center;
}

.PostRow {
  border-top: 2px solid #3B5998;
  border-bottom: 2px solid #D8DFEA;
  background: #DDD none repeat scroll 0 0;
  color: #222222;
  font-size: 11px;
  padding: 3px 4px;
}

.forum-like-count {
  color: #0d00ff;
  font-size: 11px;
}

.forum-liker-tooltip {
  position: fixed;
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 10000;
  max-width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  display: none;
  word-wrap: break-word;
}

@media only screen and (max-width: 500px) {
  .forumMenu .button {
    font-size: 10px;
  }

  .topicTitle {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }

  .topicLatestPost {
    float: none;
    width: 100%;
    text-align: center;
  }

  .topicNumberOfPosts {
    float: left;
    margin-left: 0;
  }

  .topicPostedAgo {
    float: right;
    width: auto;
  }

  .topicCreated {
    display: none;
  }
}
.friendRow {
  font-weight: bold;
  font-size: 18px;
  background-color: burlywood;
}

.friendRow .bondLevelDesc {
  font-size: 14px;
  color: darkslateblue;
  margin-bottom: 2px;
}

.friendRow .progressBar {
  display: block;
  height: 7px;
}

.friendWolfName {
  font-size: 15px;
  font-weight: bold;
}

.friendSearchBox {
  line-height: 20px;
  padding: 0px 4px;
}

.friendControlSep {
  line-height: 20px;
  font-size: 20px;
}

.friendNameRow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.friendName {
  color: black;
  line-height: 1.2;
}

.friendImg {
  display: block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  object-fit: cover;
}

/* No Facebook SNID: same treatment as .forum-avatar-initials, sized for the friends row */

.friendRow .forum-avatar-initials.friends-page-friend-avatar-initials {
  width: 30px;
  height: 30px;
  font-size: 12px;
  display: inline-flex;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* Friends view: loading spinner, pack-members toggle, REQUESTS tab + badge */

@keyframes friends-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.friends-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: friends-spinner-rotate 1s linear infinite;
  margin: 0 auto 15px;
}

.slide-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
}

.slide-toggle-track {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
}

.slide-toggle-track.on {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.slide-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.slide-toggle-track.on .slide-toggle-thumb {
  transform: translateX(20px);
}

.slide-toggle-label {
  font-weight: normal;
}

/* Native <button> vs <input type="button">: match .button.thin so REQUESTS aligns with FRIENDS / REMOVED */

/* Badge is a sibling of <button> (not inside it) — shell is the positioning context */

.friends-tab-requests-shell {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 5px;
  overflow: visible;
}

.friends-tab-requests-shell .friends-tab-requests-btn.button.thin {
  margin-bottom: 0;
}

.friends-tab-requests-btn.button.thin {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  margin-bottom: 5px;
  overflow: visible;
  cursor: pointer;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  line-height: 24px;
  padding: 0 16px;
  text-align: center;
}

.friends-page-main-box,
.friends-toolbar-tabs {
  overflow: visible !important;
}

.friends-tab-requests-badge {
  position: absolute;
  top: -5px;
  right: -3px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #c62828;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 12px 0;
  border-radius: 4px;
  font-size: 11px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 10px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.showAt450,
.showTrAt450 {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .friendViewControls {
    float: none !important;
  }
}

@media only screen and (max-width: 500px) {
  .friends-toolbar-tabs .friendViewControls.friendSearchControls {
    display: block;
    clear: both;
    margin-top: 6px;
    text-align: right;
  }

  .friends-toolbar-tabs .friends-toolbar-clear {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .hideAt450 {
    display: none !important;
  }
}

@media only screen and (max-width: 450px) {
  .showAt450 {
    display: block !important;
  }

  .showTrAt450 {
    display: table-row !important;
  }
}
.friendInviteContainer {
  width: 620px;
  margin: 0 auto;
  text-align: center;
  /* min-height: 410px; */
}

.newModal .friendInviteContainer,
.friend-selector-inline .friendInviteContainer {
  width: 98%;
}

.friendSelector {
  background-color: White;
  border: 1px solid #c1c1c1;
  text-align: left;
  margin-top: 10px;
}

.friendSelectorContent {
  overflow-y: auto;
  height: 500px;
}

.friendSelector ul {
  list-style: none;
  margin: 0;
  padding: 5px;
}

.friendSelector .friendSelectorInfo {
  height: 25px;
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  background-color: #f6f6f6;
  color: #3b5998;
}

#friendSelector .friendSelectorInfo div {
  float: right;
  margin-right: 10px;
  font-weight: bold;
  margin-top: 3px;
}

.friendInviteHeadings h2 {
  font-size: 15px;
  margin: 0;
  padding: 0 0 4px 0;
}

.friendInviteHeadings h3 {
  color: #999;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 8px 0;
}

.friendSelector .inviteFriend {
  float: left;
  margin: 3px;
  box-sizing: border-box;
  height: 56px;
  overflow: hidden;
  cursor: pointer;
  width: 134px;
  padding: 4px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.friendSelector .inviteFriend img {
  position: relative;
  float: none;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  margin-right: 5px;
  padding: 2px;
  display: block;
  box-sizing: border-box;
  height: 48px;
  width: 48px;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

/* When friend has no Facebook/SNID — same footprint as .inviteFriend img */

.friendSelector .inviteFriend .friend-selector-avatar-initials.forum-avatar-initials {
  position: relative;
  float: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  min-width: 0;
  min-height: 0;
  margin-right: 5px;
  padding: 2px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 1;
}

.friendSelector .inviteFriend:hover {
  /*background: url(../images/invite_bg.gif) no-repeat top left;*/
  background-color: #526ea6;
}

.friendSelector .inviteFriend:hover img,
.friendSelector .inviteFriend:hover .friend-selector-avatar-initials {
  border-color: #b1c1e1;
}

.friendSelector .inviteFriend.selected {
  /*background: url(../images/invite_bg_selected.gif) no-repeat top left;*/
  background-color: #526ea6;
  color: white;
}

.friendSelector .inviteFriend.selected img,
.friendSelector .inviteFriend.selected .friend-selector-avatar-initials {
  border-color: #b1c1e1;
  background-color: #8497c0;
}

.packMembersOnlyRow {
  color: black;
}

.packMembersOnlyRow label {
  cursor: pointer;
}

body.dark-mode .packMembersOnlyRow {
  color: white;
}

.inviteMessage {
  color: Blue;
}

/* Modal only: fill space between header/footer; scroll inside the friend grid (not clipped) */

.friend-selector-modal.newModal {
  min-height: 0;
}

.friend-selector-modal .newModal_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  overflow: hidden;
}

.friend-selector-modal .friendInviteContainer {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.friend-selector-modal .friendInviteHeadings {
  flex-shrink: 0;
}

.friend-selector-modal .friendSelector {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.friend-selector-modal .friendSelectorInfo {
  flex-shrink: 0;
}

.friend-selector-modal .friendSelectorContent {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  height: auto;
  max-height: none;
}

.friend-selector-modal .packMembersOnlyRow,
.friend-selector-modal .friendInviteButtons {
  flex-shrink: 0;
}

@media only screen and (max-width: 600px) {
  .friendSelectorContent {
    height: 270px;
  }

  .friend-selector-modal .friendSelectorContent {
    height: auto;
  }
}
/* RECEIVE tab badge when there are unaccepted gifts */

.gifting-tab-badge {
  margin-left: 2px;
  font-weight: bold;
  color: #fff;
}

/* New gifts callout at top of RECEIVE section */

.gifting-new-callout {
  background: rgba(40, 120, 60, 0.15);
  border: 1px solid rgba(40, 120, 60, 0.5);
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

/* Fixed-height slot so accept-modal gift icons align without stretching */

.gifting-modal-gift-img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.gifting-modal-gift-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.Gifting .gifting-modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.Gifting .gifting-modal-footer .button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.Gifting .gifting-store-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.gift-type-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  max-height: 300px;
}

.gift-type-card {
  display: inline-block;
  width: 120px;
  margin: 0 10px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  text-wrap: auto;
}

.Gifting .showAt500 {
  display: none !important;
}

.Gifting .hideAt500 {
  display: initial !important;
}

@media only screen and (max-width: 500px) {
  .Gifting .showAt500 {
    display: initial !important;
  }

  .Gifting .hideAt500 {
    display: none !important;
  }

  .Gifting .useGiftButton {
    width: 100%;
  }
}
.hunt_topPanel {
  flex-grow: 1;
  flex-basis: 30%;
  text-align: center;
  padding: 0;
  display: inline-block;
}

.hunt_topPanel.middle {
  flex-basis: 160px;
  flex-grow: 0;
}



/* Dark mode: keep hunt active power-ups strip matching light-mode callout styling */

body.dark-mode .hunt-page .wpPageActivePowerUpStrip.wpPageActivePowerUpStrip--callout {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(46, 125, 50, 0.45);
  background: linear-gradient(
    135deg,
    rgba(232, 245, 233, 0.98) 0%,
    rgba(200, 230, 201, 0.55) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 1px 3px rgba(27, 94, 32, 0.12);
}

body.dark-mode .hunt-page .wpPageActivePowerUpStrip-label {
  color: #2d5a35;
}

body.dark-mode .hunt-page .wpPageActivePowerUpChip {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(76, 175, 80, 0.55);
  color: #1a3d22;
  box-shadow: 0 0 0 1px rgba(76, 175, 80, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08);
}
.FooterIconText {
  font-size: 11px;
  text-transform: uppercase;
}

.FooterIconIcon {
  height: 40px;
  width: 40px;
  margin: 0 auto;
  transition: width 150ms ease;
  transition: height 150ms ease;
  background-size: contain;
  cursor: pointer;
}

.FooterIconShop {
  /*background-image: url('../images/iconsgrey/icons8-plus-40.png');
    background-image: url('../images/icons/sketchy/004-shopping-basket.png');*/
  background-image: url("../images/icons/linear/shop-min.png");
  /*background-image: url('../images/icons/flat/002-store.png');
    background-image: url('../images/icons/black/029-store.png');*/
}

.FooterIconTrading {
  /*background-image: url('../images/iconsgrey/icons8-plus-40.png');
    background-image: url('../images/icons/sketchy/010-fitness.png');*/
  background-image: url("../images/icons/linear/002-pet-shop.png");
  /*background-image: url('../images/icons/flat/002-store.png');
    background-image: url('../images/icons/black/029-store.png');*/
}

.FooterIconHonour {
  /*background-image: url('../images/iconsgrey/icons8-plus-40.png');
    background-image: url('../images/icons/sketchy/058-medal-of-honor.png');*/
  background-image: url("../images/icons/linear/awards-min.png");
  /*background-image: url('../images/icons/flat/027-badge.png');
    background-image: url('../images/icons/black/057-badge.png');*/
}

.FooterIconTrain {
  /*background-image: url('../images/iconsgrey/icons8-services-40.png');
    background-image: url('../images/icons/sketchy/009-gym.png');*/
  background-image: url("../images/icons/linear/005-punching-bag.png");
  /*background-image: url('../images/icons/flat/003-punching-ball.png');
    background-image: url('../images/icons/black/030-punching-ball.png');*/
}

.FooterIconHunt {
  /*background-image: url('../images/iconsgrey/icons8-search-40.png');
    background-image: url('../images/icons/sketchy/017-rabbit-1.png');*/
  background-image: url("../images/icons/linear/010-deer.png");
  /*background-image: url('../images/icons/flat/011-deer-1.png');
    background-image: url('../images/icons/black/034-rabbit-3.png');*/
}

.FooterIconDen {
  /*background-image: url('../images/iconsgrey/icons8-home-40.png');
    background-image: url('../images/icons/sketchy/022-cave.png');*/
  background-image: url("../images/icons/linear/016-house-1.png");
  /*background-image: url('../images/icons/flat/013-house-1.png');
    background-image: url('../images/icons/black/035-house.png');*/
}

.FooterIconWolf {
  /*background-image: url('../images/iconsgrey/icons8-home-40.png');
    background-image: url('../images/icons/sketchy/001-wolf.png');*/
  background-image: url("../images/icons/linear/001-wolf.png");
  /*background-image: url('../images/icons/flat/001-wolf.png');
    background-image: url('../images/icons/black/028-wolf-2.png');*/
}

.FooterIconLocation {
  /*background-image: url('../images/iconsgrey/icons8-home-40.png');
    background-image: url('../images/icons/sketchy/068-veterinarian.png');*/
  background-image: url("../images/icons/linear/035-map-travel.png");
  /*background-image: url('../images/icons/flat/031-map-travel.png');
    background-image: url('../images/icons/black/063-map-travel.png');*/
}

.FooterIconPups {
  /*background-image: url('../images/iconsgrey/icons8-home-40.png');
    background-image: url('../images/icons/sketchy/002-wolf-1.png');*/
  background-image: url("../images/icons/linear/wolf3-min.png");
  /*background-image: url('../images/icons/flat/019-paw-print.png');
    background-image: url('../images/icons/black/039-paw-print.png');*/
}

.FooterIconFriends {
  /*background-image: url('../images/iconsgrey/icons8-home-40.png');
    background-image: url('../images/icons/sketchy/002-wolf-1.png');*/
  background-image: url("../images/icons/linear/wolf5-min.png");
  /*background-image: url('../images/icons/flat/019-paw-print.png');
    background-image: url('../images/icons/black/039-paw-print.png');*/
}

.FooterIconPack {
  /*background-image: url('../images/iconsgrey/icons8-contacts-40.png');
    background-image: url('../images/icons/sketchy/024-pet-insurance.png');*/
  background-image: url("../images/icons/linear/019-paws.png");
  /*background-image: url('../images/icons/flat/020-paws.png');
    background-image: url('../images/icons/black/040-users.png');*/
}

.FooterIconPackChange {
  /*background-image: url('../images/iconsgrey/icons8-contacts-40.png');
    background-image: url('../images/icons/sketchy/024-pet-insurance.png');*/
  background-image: url("../images/icons/linear/wolf5-min.png");
  /*background-image: url('../images/icons/flat/020-paws.png');
    background-image: url('../images/icons/black/040-users.png');*/
}

.FooterIconPackRecruit {
  /*background-image: url('../images/iconsgrey/icons8-contacts-40.png');
    background-image: url('../images/icons/sketchy/042-two-people.png');*/
  background-image: url("../images/icons/linear/search-min.png");
  /*background-image: url('../images/icons/flat/015-paw.png');
    background-image: url('../images/icons/black/040-users.png');*/
}

.FooterIconPackHunt {
  /*background-image: url('../images/iconsgrey/icons8-search-40.png');
    background-image: url('../images/icons/sketchy/017-rabbit-1.png');*/
  background-image: url("../images/icons/linear/008-rabbit.png");
  /*background-image: url('../images/icons/flat/009-rabbit-1.png');
    background-image: url('../images/icons/black/033-rabbit-2.png');*/
}

.FooterIconPackFight {
  /*background-image: url('../images/iconsgrey/icons8-restart-40.png');
    background-image: url('../images/icons/sketchy/025-bones.png');*/
  background-image: url("../images/icons/linear/wolf4-min.png");
  /*background-image: url('../images/icons/flat/028-paw-1.png');
    background-image: url('../images/icons/black/060-paw.png');*/
}

.FooterIconBuild {
  /*background-image: url('../images/iconsgrey/icons8-contacts-40.png');
    background-image: url('../images/icons/sketchy/043-tool-box.png');*/
  background-image: url("../images/icons/linear/027-document.png");
  /*background-image: url('../images/icons/flat/023-document.png');
    background-image: url('../images/icons/black/046-document.png');*/
}

.FooterIconBuildConstruction {
  /*background-image: url('../images/iconsgrey/icons8-contacts-40.png');
    background-image: url('../images/icons/sketchy/044-wooden-house.png');*/
  background-image: url("../images/icons/linear/028-brick.png");
  /*background-image: url('../images/icons/flat/024-brick.png');
    background-image: url('../images/icons/black/047-brick.png');*/
}

.FooterIconBuildTraps {
  /*background-image: url('../images/iconsgrey/icons8-contacts-40.png');
    background-image: url('../images/icons/sketchy/045-tool-box-1.png');*/
  background-image: url("../images/icons/linear/007-trap.png");
  /*background-image: url('../images/icons/flat/006-trap.png');
    background-image: url('../images/icons/black/031-trap.png');*/
}

.FooterIconFight {
  /*background-image: url('../images/iconsgrey/icons8-restart-40.png');
    background-image: url('../images/icons/sketchy/025-bones.png');*/
  background-image: url("../images/icons/linear/032-paw.png");
  /*background-image: url('../images/icons/flat/028-paw-1.png');
    background-image: url('../images/icons/black/060-paw.png');*/
}

.FooterIconMissions {
  /*background-image: url('../images/iconsgrey/icons8-sun-40.png');
    background-image: url('../images/icons/sketchy/069-treasure-map-1.png');*/
  background-image: url("../images/icons/linear/029-achievement.png");
  /*background-image: url('../images/icons/flat/025-achievement.png');
    background-image: url('../images/icons/black/050-achievement.png');*/
}

.FooterIconRankings {
  /*background-image: url('../images/iconsgrey/icons8-sun-40.png');
    background-image: url('../images/icons/sketchy/053-rank.png');*/
  background-image: url("../images/icons/linear/030-award.png");
  /*background-image: url('../images/icons/flat/026-award.png');
    background-image: url('../images/icons/black/055-business.png');*/
}

.FooterIconBug {
  background-image: url("../images/icons/linear/bug.svg");
}

.FooterIconGift {
  /*background-image: url('../images/iconsgrey/icons8-gift-40.png');*/
  background-image: url("../images/icons/linear/gift-min.png");
  /*background-image: url('../images/icons/flat/gift.png');
    background-image: url('../images/icons/black/gift.png');*/
}

/*.FooterIconShop:hover, .FooterIcon.selected .FooterIconShop {
    background-image: url('../images/iconsblue/icons8-plus-40.png');
}

.FooterIconTrain:hover, .FooterIcon.selected .FooterIconTrain {
    background-image: url('../images/iconsblue/icons8-services-40.png');
}

.FooterIconHunt:hover, .FooterIcon.selected .FooterIconHunt {
    background-image: url('../images/iconsblue/icons8-search-40.png');
}

.FooterIconDen:hover, .FooterIcon.selected .FooterIconDen {
    background-image: url('../images/iconsblue/icons8-home-40.png');
}

.FooterIconPack:hover, .FooterIcon.selected .FooterIconPack {
    background-image: url('../images/iconsblue/icons8-contacts-40.png');
}

.FooterIconFight:hover, .FooterIcon.selected .FooterIconFight {
    background-image: url('../images/iconsblue/icons8-restart-40.png');
}

.FooterIconMissions:hover, .FooterIcon.selected .FooterIconMissions {
    background-image: url('../images/iconsblue/icons8-sun-40.png');
}*/

/************* Media queries **************/

@media only screen and (min-width: 600px) {
  .FooterIconText {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 700px) {
  .FooterIconsLevel1 .FooterIcon {
    margin: 0 auto !important;
  }
}

@media only screen and (min-width: 1000px) {
  .FooterIconText {
    font-size: 14px !important;
  }

  .FooterIconsLevel1 .FooterIcon {
    margin: 0 30px !important;
  }
}

@media only screen and (max-width: 400px) {
  .FooterIconText {
    font-size: 9px;
  }

  .FooterIconIcon {
    height: 32px;
    width: 32px;
    margin: 0 auto;
    transition: width 150ms ease;
    transition: height 150ms ease;
    background-size: contain;
    cursor: pointer;
  }
}
#intro .show {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

#intro .hide {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -10000px;
}

#intro .content {
  background-color: black;
}

#intro .content.step0 {
  background: url("../images/backgrounds/intro1.jpg") no-repeat center center fixed #000;
  background-size: cover;
}

#intro .content.step1 {
  background: url("../images/backgrounds/intro1.jpg") no-repeat center center fixed #000;
  background-size: cover;
}

#intro .content.step2 {
  background: url("../images/backgrounds/intro2.jpg") no-repeat center center fixed #000;
  background-size: cover;
  background-position-y: 25% !important;
}

#intro .content.step3 {
  background: url("../images/backgrounds/intro3.jpg") no-repeat left center fixed #000;
  background-size: cover;
}

#intro .content.step4 {
  background: url("../images/backgrounds/intro4.jpg") no-repeat center center fixed #000;
  background-size: cover;
}

#intro .content.step5 {
  background: url("../images/backgrounds/intro5.jpg") no-repeat center center fixed #000;
  background-size: cover;
}

#intro .step4 #blurb {
  bottom: auto;
  margin-top: 3%;
}
/* Awards list inside redeemers modal — achievement-style cards */

.awards-panel-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 12px;
  padding: 8px 4px 12px;
  text-align: center;
}

.award-card.awardContainer {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  vertical-align: top;
  margin: 0;
  padding: 34px 14px 12px;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  border: none;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  background: linear-gradient(165deg, #2a8a9e 0%, #1a5c6e 48%, #164a5a 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 4px 14px rgba(0, 0, 0, 0.45);
  overflow: visible;
}

.award-card.awardContainer::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url("../Pages/%23n")'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

.award-card--complete.awardContainer {
  background: linear-gradient(165deg, #2d9e6a 0%, #1d6b4a 50%, #154a36 100%);
}

.award-card__stars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  margin: -42px 0 12px;
  position: relative;
  z-index: 1;
}

.award-card__star-slot {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.35));
}

/* Centre star slightly larger when exactly three milestones (reference layout) */

.award-card__star-slot:nth-child(2):nth-last-child(2) {
  width: 70px;
  height: 70px;
  margin-bottom: 4px;
}

.award-card__star-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.award-card__star-img--clickable {
  cursor: pointer;
}

/* Binary awards (single milestone image) — 50% larger slot; pull row up so the badge overlaps the card top like multi-milestone icons */

.award-card--binary .award-card__stars {
  /* margin: -73px 0 12px; */
}

.award-card--binary .award-card__star-slot {
  width: 120px;
  height: 120px;
}

.award-card__title {
  position: relative;
  z-index: 1;
  margin: 4px 4px 12px;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 2px 0 0 #0d1f26,
    -2px 0 0 #0d1f26,
    0 2px 0 #0d1f26,
    0 -2px 0 #0d1f26,
    1.5px 1.5px 0 #0d1f26,
    -1.5px 1.5px 0 #0d1f26,
    1.5px -1.5px 0 #0d1f26,
    -1.5px -1.5px 0 #0d1f26;
}

.award-card__middle {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 10px;
  text-align: center;
}

.award-card__col {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.award-card__label {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  color: #fff;
  text-shadow: 1px 0 0 #0d1f26,
    -1px 0 0 #0d1f26,
    0 1px 0 #0d1f26,
    0 -1px 0 #0d1f26;
}

.award-card__bar-track {
  position: relative;
  width: 100%;
  height: 26px;
  border-radius: 8px;
  background: rgba(20, 30, 35, 0.75);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.award-card__bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffb347 0%, #ff8c00 45%, #f0a000 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: width 0.35s ease;
  min-width: 0;
}

.award-card__bar-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 1px 0 0 #3d2100,
    -1px 0 0 #3d2100,
    0 1px 0 #3d2100,
    0 -1px 0 #3d2100,
    0 0 3px rgba(0, 0, 0, 0.6);
}

.award-card__reward-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 28px;
}

.award-card__reward-text {
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 0 0 #0d1f26,
    -1px 0 0 #0d1f26,
    0 1px 0 #0d1f26,
    0 -1px 0 #0d1f26;
}

.award-card__description {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 10px 10px 11px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(0, 25, 32, 0.38);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 550px) {
  .award-card__title {
    font-size: 0.95rem;
  }

  .award-card__reward-text,
  .award-card__description {
    font-size: 0.75rem;
  }

  .award-card__star-slot {
    width: 52px;
    height: 52px;
  }

  .award-card__star-slot:nth-child(2):nth-last-child(2) {
    width: 58px;
    height: 58px;
  }
}

@media screen and (min-width: 520px) {
  .award-card.awardContainer {
    width: calc(50% - 10px);
    max-width: 340px;
  }
}

@media screen and (min-width: 900px) {
  .award-card.awardContainer {
    width: calc(33.333% - 12px);
    max-width: 300px;
  }
}

.award-preview-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(8, 16, 22, 0.72);
}

.award-preview-dialog {
  position: relative;
  max-width: min(540px, 92vw);
  max-height: 86vh;
  border-radius: 14px;
  padding: 40px 14px 14px;
  background: rgba(10, 28, 36, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.5);
}

.award-preview-image {
  display: block;
  width: min(500px, 82vw);
  max-width: 100%;
  max-height: calc(86vh - 66px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.award-preview-close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.collectionsGroupContainer {
  padding: 0px 5px;
  margin-bottom: 6px;
  border: solid 2px #3f555f;
  vertical-align: middle;
  color: black;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 10px;
  background-color: whitesmoke;
}

.collectionContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.collectionItem {
  display: inline-block;
  font-family: arial narrow;
  font-size: 12px;
  margin: 0 4px;
  width: 67px;
}

.collectionItem .itemName {
  height: 40px;
  display: flex;
}

.collectionItem .itemName .itemText {
  width: 100%;
  align-self: flex-end;
  line-height: 14px;
}

.collectionItem img {
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.collectionItem .itemCount {
  position: relative;
  top: -10px;
  right: -65%;
  border: solid black 1px;
  font-size: 10px;
  font-weight: bold;
  width: 18px;
  background-color: Aqua;
  height: 18px;
  line-height: 18px;
  color: black;
  float: none;
}

.collectionItem .itemCount.LimitReached {
  background-color: red;
}

.redemption {
  position: absolute;
  right: 2px;
  top: 2px;
}

@media screen and (max-width: 550px) {
  .collectionContainer {
    margin-top: 10px;
  }

  .collectionItem {
    width: 30%;
    flex-grow: 1;
  }

  .collectionItem .itemName {
    height: initial;
  }
}

.powerupsGroupContainer {
  padding: 0px 5px;
  margin-bottom: 6px;
  border: solid 2px #3f555f;
  vertical-align: middle;
  color: black;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 10px;
  background-color: whitesmoke;
}

.powerupsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.powerUp {
  display: inline-block;
  font-family: arial narrow;
  font-size: 12px;
  margin: 0 5px;
  width: 108px;
}

.powerUp .powerUpName {
  height: 40px;
  display: flex;
}

.powerUp .powerUpName .pUpText {
  width: 100%;
  align-self: flex-end;
  line-height: 16px;
}

.powerUp img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.powerUp .powerUpCount {
  float: right;
  position: relative;
  top: -12px;
  right: 3px;
  border: solid black 1px;
  font-size: 10px;
  font-weight: bold;
  width: 24px;
  background-color: Aqua;
}

.powerUpCount.greenbg {
  background-color: limegreen;
  color: white;
}

/* Footer: draw attention when any power-up is active */

@keyframes wpPowerUpsTabFizz {
  0%, 100% {
    text-shadow: 0 0 2px rgba(180, 255, 200, 0.35);
    filter: brightness(1);
  }

  40% {
    text-shadow: 0 0 10px rgba(200, 255, 180, 0.95),
      0 0 16px rgba(120, 220, 160, 0.55);
    filter: brightness(1.12);
  }

  70% {
    text-shadow: 0 0 6px rgba(165, 240, 190, 0.65);
    filter: brightness(1.05);
  }
}

.FooterMenu2Option--powerUpsActiveFizz {
  position: relative;
  animation: wpPowerUpsTabFizz 2.2s ease-in-out infinite;
  color: #c8e6c9;
  font-weight: bold;
}

body.dark-mode .FooterMenu2Option--powerUpsActiveFizz {
  color: #c8e6c9;
}

/* Power-ups modal: subtle fizz on active stock count badge */

@keyframes wpPowerUpCountFizz {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
    filter: brightness(1);
  }

  45% {
    transform: scale(1.08);
    box-shadow: 0 0 6px 2px rgba(200, 255, 180, 0.65);
    filter: brightness(1.1);
  }

  70% {
    transform: scale(1.03);
    box-shadow: 0 0 3px 1px rgba(160, 235, 150, 0.5);
    filter: brightness(1.04);
  }
}

.powerUpCount.powerUpCount--active-fizz {
  transform-origin: center center;
  border-radius: 3px;
  z-index: 1;
  animation: wpPowerUpCountFizz 1.8s ease-in-out infinite;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.inline {
  display: inline-block;
}

.avatar {
  overflow: visible;
}

.avatarHeader {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  transition: all 500ms ease-in-out;
  width: 100px;
  margin: 0 auto;
}

.avatarMask {
  /*position: absolute;
    width: 100px;
    height: 100%;
    margin-top: -100px;
    z-index: 10;
    background: transparent;
    opacity: 0;*/
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: -65px;
  z-index: 10;
  background: transparent;
  background-image: url("../images/icons/linear/settings2-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -65px auto;
  cursor: pointer;
}

.avatarMask.hide {
  background-image: none;
  width: 90px;
  height: 80px;
  margin: -83px auto;
}

#toast-container {
  margin-top: 100px;
  margin-left: 14px;
  margin-right: 14px;
  width: 85%;
  max-width: 900px;
}

.menu-stats-left {
  float: left;
  margin-left: 25px;
}

.menu-stats-right {
  float: right;
  margin-right: 25px;
}

.silver-shovel-icon {
  display: inline-block;
  margin-left: 4px;
  cursor: pointer;
  opacity: 0.85;
  vertical-align: middle;
  font-size: 0.9em;
}

.silver-shovel-icon:hover {
  opacity: 1;
}

.silver-row,
.honour-row {
  cursor: pointer;
}

.silver-row:hover .statTitle,
.silver-row:hover .statValue,
.honour-row:hover .statTitle,
.honour-row:hover .statValue {
  color: lightskyblue;
}

.header {
  pointer-events: all;
  /*position: fixed;*/
  height: 100px;
  z-index: 1000;
  width: 100%;
  max-height: 100%;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: all 350ms ease-in-out;
  padding-top: 5px;
  background-color: darkslategray;
  background-image: linear-gradient(#111, slategray);
  border-bottom: 4px solid #22a;
}

.all-elements {
  position: absolute;
  overflow-x: hidden !important;
  width: 100%;
  /*height: 100%;
    min-height: 100%;
    max-height: 100%;*/
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/*@media (min-width:768px) {
    .content {
        /*margin-left: 1%;
        margin-right: 1%;*/

/*}
}*/

.showDrawerLeft {
  transform: translate3d(266px, 0px, 0px) !important;
  transition: all 350ms ease-in-out;
}

.showDrawerRight {
  transform: translate3d(-266px, 0px, 0px) !important;
  transition: all 350ms ease-in-out;
}

.hideDrawer {
  transform: translate3d(0, 0px, 0px) !important;
  transition: all 350ms ease-in-out;
}

.container {
  margin-bottom: 30px;
}

/* Sidebar Menu Structures */

/* DO NOT CHANGE!*/

/* The code is calibrated perfectly for all mobiles*/

/*Sidebar*/

.snap-content {
  /*background: url(../images/backgrounds/bg1.jpg) no-repeat center center fixed;*/
  background: cadetblue;
  background-size: cover;
  height: 100%;
  overflow-x: hidden;
  padding-top: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.snap-drawers {
  background-image: url("../images/backgrounds/menu-bg.png");
  background-size: 100px 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow-x: hidden;
}

.snap-drawer {
  background-image: url("../images/backgrounds/menu-bg.png");
  background-size: 100px 100px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 266px;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  touch-action: pan-y !important;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
  padding-left: 2px;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}

/* Hide the actual "Right" drawer in the demo */

.snapjs-right .snap-drawer-right {
  display: none;
}

/* Sidebar */

.sidebar-header {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-left: solid 1px rgba(255, 255, 255, 0.05);
  width: 265px;
}

.sidebar-header span {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.sidebar-header a i {
  width: 52px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}

.sidebar-header a {
  font-size: 14px;
  color: #bcbcbc;
  width: 52px;
  height: 40px;
  line-height: 40px;
  float: left;
  border-right: solid 1px rgba(255, 255, 255, 0.05);
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  transition: all 250ms ease;
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar-header a:hover {
  background-color: rgba(255, 255, 255, 0.02);
  color: #ffffff;
  transition: all 250ms ease;
}

.sidebar-divider {
  background-color: #191b1c;
  height: 30px;
  /*width: 265px;*/
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #aaa;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  line-height: 35px;
  padding-left: 12px;
}

.sidebar-divider a {
  color: #aaa;
  text-decoration: none;
}

.sidebar-navigation {
  margin-bottom: -1px;
}

.sidebar-navigation li {
  position: relative;
  overflow: hidden;
  display: block;
  list-style: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  margin-bottom: 0px;
  line-height: 25px;
}

.sidebar-navigation li span:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.sidebar-navigation li span {
  display: block;
  padding-left: 30px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 350ms ease;
}

.sidebar-navigation li span i:first-child {
  position: absolute;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  left: 10px;
  font-size: 16px;
  color: #bcbdbd;
}

.sidebar-navigation li span i:last-child {
  position: absolute;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 4px;
  color: #bcbdbd;
  left: 205px;
}

.sidebar-navigation li .fa-caret-right {
  font-size: 10px !important;
}

.sidebar-navigation li .fa-mobile {
  font-size: 27px !important;
}

.listy {
  list-style: square;
  margin-bottom: 3px;
  margin-left: 16px;
}

.listy li {
  line-height: 11px;
  list-style: square;
  margin-bottom: 5px;
  overflow: initial;
  display: list-item;
}

/*Slide Menu*/

.menu-wrapper {
  max-height: 75%;
  /*overflow-y: auto;*/
  position: fixed;
  top: 100px;
  width: 80%;
  left: 10%;
  right: 10%;
  z-index: 1001;
  border-bottom: solid 1px #ececec;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 0px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 15px 0 rgba(0, 0, 0, 0.1);
  transition: all 350ms ease-out;
}

.hide-menu-wrapper {
  max-height: 0px;
  opacity: 0;
}

.show-menu-wrapper {
  max-height: 75%;
  opacity: 1;
}

.menu-wrapper em {
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: -10px;
  font-style: normal;
  font-size: 13px;
}

.menu-wrapper em i {
  padding-right: 10px;
}

.menu-wrapper a img {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.menu {
  margin-bottom: 0px;
  margin-top: 20px;
}

.menu .item {
  margin: 5px;
  color: #1f1f1f;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.menu .item img {
  width: 100%;
  display: block;
}

.menu * {
  overflow: visible !important;
}

.menu .owl-page {
  margin-top: 50px;
}

.active-slide i {
  color: #1f1f1f !important;
  -ms-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  transition: all 250ms ease;
}

/*Page Header*/

.header-clear {
  height: 30px;
}

.header a:hover {
  color: #1f1f1f;
}

.header a i {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 250ms ease;
}

/*.header-controls {
}*/

.header-controls .stats {
  font-size: 12px;
  line-height: 18px;
}

.old-version-badge {
  display: inline-block;
  position: absolute;
  right: 380px;
  top: 30px;
  padding: 18px 14px;
  background: linear-gradient(135deg, #666, #888);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  white-space: nowrap;
  z-index: 1001;
  line-height: 0;
  height: 30px;
}

.old-version-badge:hover {
  background: linear-gradient(135deg, #777, #999);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  transform: scale(1.08);
}

.old-version-menu-link {
  display: none;
}

.old-version-menu-link.sidebar-header {
  display: none !important;
  justify-content: center !important;
  align-items: center !important;
}

.old-version-menu-link .button {
  background: linear-gradient(135deg, #666, #888) !important;
  background-color: #666 !important;
  background-image: none !important;
  border: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4) !important;
  color: #fff !important;
  text-shadow: none !important;
  border-radius: 12px !important;
  padding: 8px 16px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  line-height: 1.2 !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin: 0 !important;
  cursor: pointer !important;
}

.old-version-menu-link .button:hover,
.old-version-menu-link .button:focus {
  background: linear-gradient(135deg, #777, #999) !important;
  background-color: #777 !important;
  background-image: none !important;
  border: none !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5) !important;
  transform: scale(1.08) !important;
}

.old-version-menu-link .button:active {
  background: linear-gradient(135deg, #777, #999) !important;
  background-color: #777 !important;
  background-image: none !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5) !important;
}

.old-version-menu-link .button .button_left {
  color: #fff !important;
  text-shadow: none !important;
}

.open-menu {
  font-size: 22px;
  text-align: center;
  position: absolute;
  z-index: 1001;
  background-color: black;
  background-image: url("../images/backgrounds/menu-bg.png");
  width: 20px;
  height: 40px;
  top: 52px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.open-more {
  font-size: 22px;
  text-align: center;
  position: absolute;
  z-index: 1001;
  background-color: black;
  background-image: url("../images/backgrounds/menu-bg.png");
  width: 20px;
  height: 40px;
  top: 52px;
  border-radius: 6px 0 0 6px;
  right: 0px;
  cursor: pointer;
}

.showDrawerLeft .open-menu .slideoutArrow {
  transform: rotate(-180deg);
}

.showDrawerRight .open-more .slideoutArrow.right {
  transform: rotate(180deg);
}

.open-slide {
  width: 140px;
  height: 26px;
  padding: 0 14px;
  font-size: 14px;
  text-align: center;
  color: #f7faff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  float: none;
  position: absolute;
  margin: 0;
  left: 50%;
  right: auto;
  top: 80px;
  width: fit-content;
  max-width: 85vw;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #4fc3f7 0, #1565c0 40%, #0a1630 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8),
    0 0 14px rgba(96, 180, 255, 0.6),
    0 6px 10px rgba(0, 0, 0, 0.65);
  cursor: pointer;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transform: translateX(-50%);
  transition: transform 160ms ease-out,
    box-shadow 160ms ease-out,
    background 160ms ease-out,
    letter-spacing 160ms ease-out;
}

.open-slide::before {
  content: "✦";
  font-size: 12px;
  color: #c8ecff;
  text-shadow: 0 0 4px rgba(200, 236, 255, 0.9),
    0 0 9px rgba(124, 198, 255, 0.85);
}

.open-slide:hover {
  transform: translateX(-50%) translateY(-1px) scale(1.04);
  letter-spacing: 2px;
  background: radial-gradient(circle at 20% 0, #81d4fa 0, #1e88e5 45%, #0a1630 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9),
    0 0 20px rgba(124, 198, 255, 0.95),
    0 9px 15px rgba(0, 0, 0, 0.8);
}

.open-slide:active {
  transform: translateX(-50%) translateY(1px) scale(0.98);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 1),
    0 0 10px rgba(85, 160, 255, 0.85),
    0 4px 8px rgba(0, 0, 0, 0.9);
}

#applixir-ad-container {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background: #000;
  pointer-events: auto;
}

#applixir-ad-container.applixir-ad-active {
  display: block;
}

#applixir-ad-container video,
#applixir-ad-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.applixir-ad-playing {
  overflow: hidden;
}

.content {
  /*position: relative;
    overflow: auto;
    height: 100%;
    clear: both;
    /*margin-left: 5px;
    margin-right: 5px;*/
  /*transform: translate3d(0px, 0px, 0px);
    padding-top: 100px;*/
  overflow: auto;
  margin-bottom: 90px;
}

.content.fullscreen {
  padding-top: 0;
}

/* Main-page modal mask: absolute positioning only fills the scrollport, not
   scrollable content below. Fixed inset aligns with modalMask Header/Footer. */

.content > .backgroundFilter {
  position: fixed;
  top: 101px;
  bottom: 90px;
  left: 0;
  right: 0;
}

#content {
  /*padding-bottom: 86px;*/
  padding-left: 0px;
  padding-right: 0px;
  display: grid;
  /*height: 100vh;*/
  grid-template-rows: 0fr auto;
}

.footer {
  /*height: 87px;
    background-color: slategray;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    border-top: 1px solid #22A;
    font-family: Verdana;*/
  height: 90px;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  border-top: 4px solid #22a;
  font-family: Verdana;
  background-color: darkslategray;
  background-image: linear-gradient(#111, slategray);
}

.footerThin {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 4px;
  overflow: visible;
}

.FooterIconsLevel1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 63px;
  z-index: 2;
  background-color: darkslategray;
  background-image: linear-gradient(#111, slategray);
}

.FooterIconsLevel2 {
  transition: bottom 500ms ease;
  z-index: 1;
  bottom: 0;
  background-color: darkslategray;
  background-image: linear-gradient(slategray, #111);
  border: none;
  position: fixed;
  /* left: 4%;
    right: 4%; */
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 63px;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.FooterIconsLevel2.show {
  bottom: 86px !important;
}

.FooterIconsLevel2 .FooterIcon {
  /* border-top: 1px solid #22A; */
  margin: 0;
  padding: 7px 7px 10px;
  background-color: darkslategray;
  background-image: linear-gradient(slategray, #111);
  overflow: visible;
}

/* .FooterIconsLevel2 .FooterIcon.left {
            border-left: 1px solid #22A;
        }

        .FooterIconsLevel2 .FooterIcon.right {
            border-right: 1px solid #22A;
        } */

.FooterIcon {
  margin: 0 auto;
  overflow: visible;
}

/* Anchor badge to footer icon image (bottom-right overlay) */

.FooterIconGraphic {
  position: relative;
  display: table;
  margin: 0 auto;
  line-height: 0;
}

.FooterIconGraphic .FooterIconIcon {
  display: block;
}

.nav-badge {
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(18px, 4.5vw);
  min-height: min(18px, 4.5vw);
  padding: 1px 4px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #c62828;
  color: #fff;
  font-size: min(10px, 2.6vw);
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
  pointer-events: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}

@media (prefers-reduced-motion: no-preference) {
  .nav-badge {
    animation: nav-badge-pulse 2.4s ease-in-out infinite;
  }

  /* Opacity-only pulse: transform scale was expanding scroll/compositor bounds and caused a page scrollbar */

@keyframes nav-badge-pulse {
    0%, 100% {
      opacity: 1;
    }

    50% {
      opacity: 0.82;
    }
}
}

.FooterMenu2 {
  padding-top: 1px;
  border-top: 2px solid white;
  z-index: 2;
  background-color: darkslategray;
  background-image: linear-gradient(#111, slategray);
}

.FooterMenu2Option {
  width: 32%;
  margin: 0 auto;
  border-right: 2px solid white;
  display: inline-block;
}

.FooterMenu2Option.last {
  border-right: none;
}

.FooterMenu2Option:hover {
  color: lightskyblue;
  cursor: pointer;
}

.statTitle {
  width: 70px;
  display: inline-block;
}

.statTitleRight {
  width: 75px;
  display: inline-block;
}

.statValue {
  width: 60px;
  display: inline-block;
}

.statValue-right {
  width: 40px;
}

#turnsCountdown {
  color: greenyellow !important;
}

.turnsContainer {
  position: absolute;
  left: 145px;
  text-align: center;
  width: 112px;
  z-index: 1001;
  top: 10px;
}

.turnsContainer .heading {
  color: white;
}

.turnsContainer .hasCountdown {
  background-color: transparent;
}

#staminaCountdown {
  color: greenyellow !important;
}

.staminaContainer {
  position: absolute;
  right: 145px;
  text-align: center;
  width: 112px;
  z-index: 1001;
  top: 10px;
}

.staminaContainer .heading {
  color: white;
}

.staminaContainer .hasCountdown {
  background-color: transparent;
}

.staminaEnergyJuicePill {
  display: block;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: #1b5e20;
  background: rgba(200, 255, 210, 0.95);
  border: 1px solid rgba(46, 125, 50, 0.45);
  padding: 2px 5px;
}

body.dark-mode .staminaEnergyJuicePill {
  color: #e8f5e9;
  background: rgba(46, 125, 50, 0.88);
  border-color: rgba(165, 214, 167, 0.55);
}

/* Dark mode: ensure black text for hasCountdown */

body.dark-mode .hasCountdown {
  color: black !important;
}

#div_location .outerZoomArea,
#LocationTabs .outerZoomArea {
  width: 46%;
  max-width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border: 1px solid black;
  cursor: default;
  border: 1px solid grey;
  color: grey;
  margin: 5px;
}

#div_location .outerZoomArea.active,
#LocationTabs .outerZoomArea.active {
  border: 4px solid blue;
  color: black;
}

#div_location .outerZoomArea.access,
#LocationTabs .outerZoomArea.access {
  cursor: pointer;
  border: 4px solid green;
  color: black;
}

#div_location .zoomArea,
#LocationTabs .zoomArea {
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #73d680;
  background-position-x: center;
  text-align: center;
  color: blue;
  width: 300px;
  height: 300px;
  transform: scale(1);
  transition: 1s;
}

#div_location .zoomAreaText,
#LocationTabs .zoomAreaText {
  z-index: 1;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: fit-content;
  max-width: 180px;
  text-align: center;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-style: italic;
  padding-bottom: 3px;
  line-height: normal;
  padding: 2px;
}

#div_location .zoomAreaText.short {
  height: 70px;
}

#div_location .zoomAreaText p {
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
  margin: 3px 0;
  background-color: #ddd;
  margin-top: 0px;
  color: black;
  margin: -2px;
  margin-bottom: 2px;
}

#div_location .loc0,
#LocationTabs .loc0 {
  background-image: url("../images/locations/normal/square.jpg");
  background-size: auto;
}

#div_location .loc1,
#LocationTabs .loc1 {
  background-image: url("../images/locations/forest/square.jpg");
  background-size: auto;
}

#div_location .loc2,
#LocationTabs .loc2 {
  background-image: url("../images/locations/arctic/square.jpg");
  background-size: auto;
}

#div_location .loc3,
#LocationTabs .loc3 {
  background-image: url("../images/locations/canyon/square.jpg");
  background-size: auto;
}

#div_location .loc4,
#LocationTabs .loc4 {
  background-image: url("../images/locations/savannah/square.jpg");
  background-size: auto;
}

#div_location .loc5,
#LocationTabs .loc5 {
  background-image: url("../images/locations/ellesmere/square.jpg");
  background-size: auto;
}

#div_location .outerZoomArea:hover .zoomArea,
#LocationTabs .outerZoomArea:hover .zoomArea {
  transition: 10s;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.wolfBodyBgImage {
  color: #bbb;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.foodDisplay {
  width: 255px;
  margin: 5px;
}

.foodDisplay UL {
  color: black;
  display: flex;
  flex-basis: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.foodDisplay LI {
  background-color: white;
  margin: 5px;
  border: 1px solid grey;
  padding: 2px;
  width: 100px;
  text-align: center;
  border-radius: 10px;
}

.foodDisplay img {
  margin: 0 auto;
}

.skillsDisplay {
  width: 255px;
  margin: 5px;
  margin-left: 20px;
  font-size: 14px;
}

.skillsDisplay .heading {
  text-decoration: underline;
  font-size: 16px;
}

.skillsDisplay .title {
  width: 65px;
  display: inline-block;
}

/*.skillsDisplay .value {
    }*/

.logContainer {
  width: 100%;
  color: black;
}

.logContainer li {
  list-style-type: none;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.logContainer li span {
  border: 1px solid grey;
  padding: 0.25em 1em;
  display: flex;
  flex-shrink: 0;
}

.logContainer li span.when {
  width: 175px;
}

.logContainer li span.wolfname {
  max-width: 130px;
  word-break: break-all;
}

.logContainer li span.logtext {
  flex-grow: 1;
  flex-shrink: 1;
}

.MusicVolButton {
  border: solid 2px green;
  padding: 2px;
  font-size: 10px;
  cursor: pointer;
}

.MusicVolButton:hover {
  background-color: darkgreen;
}

#version {
  font-size: x-small;
  position: absolute;
  top: -15px;
  left: 2px;
  color: darkgoldenrod;
}

/* Custom Design Management Styles */

.design-gallery {
  text-align: center;
  max-height: 440px;
  overflow-y: auto;
}

.design-item {
  border: 2px solid #444 !important;
  transition: border-color 0.3s ease;
}

.design-item:hover {
  border-color: #666 !important;
}

.active-design-border {
  border: 3px solid #4caf50 !important;
  box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
}

.status-badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

.status-submitted {
  background-color: rgba(255, 193, 7, 0.2);
  border: 1px solid #ffc107;
  color: #ffc107;
}

.status-approved {
  background-color: rgba(76, 175, 80, 0.2);
  border: 1px solid #4caf50;
  color: #4caf50;
}

.status-completed {
  background-color: rgba(33, 150, 243, 0.2);
  border: 1px solid #2196f3;
  color: #2196f3;
}

.status-rejected {
  background-color: rgba(244, 67, 54, 0.2);
  border: 1px solid #f44336;
  color: #f44336;
}

.design-actions .button {
  margin: 2px 0;
  width: 100%;
  max-width: 150px;
}

.button-gold {
  background-color: #ffd700 !important;
  color: #000 !important;
  border: 1px solid #ffb300 !important;
}

.button-gold:hover {
  background-color: #ffb300 !important;
}

.newModal.large {
  width: 90%;
  max-width: 1000px;
  height: 85%;
  max-height: 700px;
  min-height: 0;
  overflow: hidden;
}

.newModal.large .newModal_header,
.newModal.large .newModal_footer {
  flex-shrink: 0;
}

.newModal.large .newModal_content {
  flex: 1 1 0;
  min-height: 0;
  height: auto;
  max-height: none;
  overflow-y: auto;
}

/* Edit wolf modal: keep standard modal surfaces in dark mode */

body.dark-mode .edit-wolf-modal.newModal {
  background-color: white;
  color: #000;
}

body.dark-mode .edit-wolf-modal .newModal_content {
  background-color: rgb(178, 194, 206) !important;
  color: #000 !important;
}

/* Slightly lighter panels so dark tail SVG parts stand out against the preview area */

.edit-wolf-modal .nicepanel {
  background-color: #424242;
}

/************* Media queries **************/

@media only screen and (max-width: 350px) {
  .open-slide {
    width: 70px;
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .header-controls .stats {
    font-size: 10px;
  }

  .statTitle {
    width: 60px;
  }

  .statTitleRight {
    width: 65px;
  }

  .statValue {
    width: 50px;
  }

  .statValue-right {
    width: 35px;
  }

  .menu-stats-right {
    margin-right: 20px;
  }

  #newsContainer .title {
    font-size: 9px;
    font-weight: bold;
    padding: 6px 3px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 440px) {
  .open-slide {
    width: 78px;
    font-size: 11px;
  }
}

@media screen and (max-width: 550px) {
  .logContainer li span.when {
    width: 100px;
  }
}

@media only screen and (max-width: 640px) {
  .turnsContainer {
    text-align: center;
    width: 105px;
    bottom: 90px;
    background-color: cornflowerblue;
    margin: 0;
    left: 0;
    top: auto;
    color: black;
    border: 1px solid #ccc;
  }

  .staminaContainer {
    text-align: center;
    width: 105px;
    bottom: 90px;
    background-color: cornflowerblue;
    margin: 0;
    right: 0;
    top: auto;
    color: black;
    border: 1px solid #ccc;
  }

  .turnsContainer .heading,
  .staminaContainer .heading {
    font-size: 80%;
    display: block;
    line-height: 14px;
    color: black;
  }

  .turnsContainer .hasCountdown,
  .staminaContainer .hasCountdown {
    font-size: 11px;
    line-height: 18px;
    color: black !important;
    border: none !important;
  }

  .container {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 750px) {
  #turnsCountdown .countdown_amount,
  #staminaCountdown .countdown_amount {
    margin-bottom: -7px;
    display: block;
  }

  .content::-webkit-scrollbar {
    display: none;
  }

  ::-webkit-scrollbar:vertical {
    width: 4px !important;
  }

  ::-webkit-scrollbar:horizontal {
    height: 4px !important;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #2ba9e3 !important;
  }
}

@media screen and (min-width: 750px) {
  .turnsContainer {
    left: 170px;
  }

  .staminaContainer {
    right: 170px;
  }

  .turnsContainer .hasCountdown,
  .staminaContainer .hasCountdown {
    line-height: 18px;
  }
}

@media screen and (min-width: 900px) {
  .turnsContainer {
    left: 200px;
  }

  .staminaContainer {
    right: 200px;
  }
}

@media screen and (min-width: 1100px) {
  .turnsContainer {
    left: 240px;
  }

  .staminaContainer {
    right: 240px;
  }
}

@media only screen and (max-width: 1400px) {
  .old-version-badge {
    display: none;
  }

  .old-version-menu-link {
    display: block;
  }

  .old-version-menu-link.sidebar-header {
    display: flex !important;
  }
}

/* MIN width */

@media screen and (min-width: 550px) {
  .FooterIcon {
    margin: 0 8px;
  }
}

/* Ensure FooterIconsLevel2 positioning works on iPad/tablets */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .FooterIconsLevel2.show {
    bottom: 86px !important;
  }
}

/* Loading Skeleton Styles for Custom Designs */

.loading-skeleton-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.loading-skeleton-item {
  display: inline-block;
  margin: 10px;
  padding: 15px;
  border: 1px solid #444;
  border-radius: 8px;
  text-align: center;
  vertical-align: top;
  min-width: 200px;
  background-color: rgba(0, 0, 0, 0.3);
  animation: skeleton-pulse 1.5s ease-in-out infinite alternate;
}

.skeleton-image {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  background-color: #444;
  margin: 0 auto 10px;
  animation: skeleton-shimmer 1.5s ease-in-out infinite alternate;
}

.skeleton-text {
  height: 16px;
  border-radius: 3px;
  background-color: #444;
  margin: 5px auto;
  animation: skeleton-shimmer 1.5s ease-in-out infinite alternate;
}

.skeleton-title {
  width: 80%;
  height: 18px;
}

.skeleton-subtitle {
  width: 60%;
  height: 14px;
}

.skeleton-button {
  width: 90px;
  height: 32px;
  border-radius: 4px;
  background-color: #444;
  margin: 10px auto;
  animation: skeleton-shimmer 1.5s ease-in-out infinite alternate;
}

/* Forum loading overlay */

.forum-loading-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1001;
}

.forum-loading-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 10px;
  text-align: center;
  z-index: 1002;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  min-width: 250px;
  max-width: 400px;
}

.loading-modal-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.throbber {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-modal-text {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

/* Topic list skeletons */

.forum-skeleton-container {
  margin: 20px 0;
}

.forum-skeleton-topic {
  border-bottom: 1px solid #333;
  padding: 10px 0;
  animation: skeleton-pulse 1.5s ease-in-out infinite alternate;
}

.forum-skeleton-topic-title {
  height: 18px;
  width: 70%;
  background-color: #444;
  border-radius: 3px;
  margin-bottom: 5px;
  animation: skeleton-shimmer 1.5s ease-in-out infinite alternate;
}

.forum-skeleton-topic-meta {
  height: 14px;
  width: 50%;
  background-color: #444;
  border-radius: 3px;
  animation: skeleton-shimmer 1.5s ease-in-out infinite alternate;
}

/* Forum post avatar when no Facebook/SNID image - same size as profile image, shows initials */

.forum-avatar-initials {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3B5998;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  line-height: 1;
}

/* Gifting received lists: sit beside “From” label like the Facebook thumbnail */

.Gifting .gifting-sender-avatar {
  display: inline-flex;
  vertical-align: top;
  flex-shrink: 0;
}

@keyframes skeleton-pulse {
  0% {
    opacity: 0.6;
  }

  100% {
    opacity: 0.8;
  }
}

@keyframes skeleton-shimmer {
  0% {
    background-color: #444;
  }

  100% {
    background-color: #555;
  }
}

/* Location Status Styles */

/* .current-badge {
  color: #4caf50;
  font-weight: bold;
  font-size: 12px;
} */

.locked-badge {
  color: #ff6b6b;
  font-weight: bold;
  font-size: 12px;
}

/* #div_location .current-location {
  border: 3px solid #0a01b9 !important;
  background-color: rgba(76, 175, 80, 0.1) !important;
  color: black !important;
} */

#div_location .locked-location {
  border: 3px solid #ff6b6b !important;
  background-color: rgba(255, 107, 107, 0.1) !important;
  opacity: 0.6 !important;
  color: grey !important;
}

#div_location .locked-location .zoomArea {
  filter: grayscale(50%) !important;
}

.location-action {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  min-width: 95px;
}

.button-gray {
  background-color: #666 !important;
  color: #ccc !important;
  cursor: not-allowed !important;
}

.button-gray:hover {
  background-color: #666 !important;
  color: #ccc !important;
}

/* Environmental Effects Styles */

#environmental-effects {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

/* Rain Effect Styles */

.rain-particle {
  position: absolute;
  width: 1px;
  background: linear-gradient(to bottom, #87ceeb, transparent);
  opacity: 0.6;
  animation: rain-fall linear infinite;
}

@keyframes rain-fall {
  0% {
    transform: translateY(-100vh) rotate(15deg);
    opacity: 0.6;
  }

  100% {
    transform: translateY(100vh) rotate(15deg);
    opacity: 0.1;
  }
}

/* Snow Effect Styles */

.snow-particle {
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.8;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
  animation: snow-fall linear infinite;
}

@keyframes snow-fall {
  0% {
    transform: translateY(-100vh) translateX(0px);
    opacity: 0.8;
  }

  50% {
    transform: translateY(-50vh) translateX(20px);
    opacity: 0.6;
  }

  100% {
    transform: translateY(100vh) translateX(-20px);
    opacity: 0.1;
  }
}

/* Enhanced rain effect with wind */

.rain-particle.windy {
  animation: rain-fall-windy linear infinite;
}

@keyframes rain-fall-windy {
  0% {
    transform: translateY(-100vh) translateX(0px) rotate(25deg);
    opacity: 0.6;
  }

  100% {
    transform: translateY(100vh) translateX(50px) rotate(25deg);
    opacity: 0.1;
  }
}

/* Enhanced snow effect with gentle floating */

.snow-particle.floating {
  animation: snow-fall-floating linear infinite;
}

@keyframes snow-fall-floating {
  0% {
    transform: translateY(-100vh) translateX(0px) rotate(0deg);
    opacity: 0.8;
  }

  25% {
    transform: translateY(-75vh) translateX(15px) rotate(90deg);
    opacity: 0.7;
  }

  50% {
    transform: translateY(-50vh) translateX(-10px) rotate(180deg);
    opacity: 0.6;
  }

  75% {
    transform: translateY(-25vh) translateX(20px) rotate(270deg);
    opacity: 0.5;
  }

  100% {
    transform: translateY(100vh) translateX(-15px) rotate(360deg);
    opacity: 0.1;
  }
}

/* Performance optimizations */

#environmental-effects * {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .rain-particle {
    width: 0.5px;
  }

  .snow-particle {
    transform: scale(0.8);
  }
}

/* Sun pulse animation for sun glare effect */

@keyframes sunPulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
    filter: brightness(1);
  }

  100% {
    transform: scale(1.08);
    opacity: 0.4;
    filter: brightness(1.2);
  }
}

/* Blacklist Modal Styles */

.blacklist-loading {
  text-align: center;
  padding: 20px;
}

.blacklist-empty {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.blacklist-empty-icon {
  font-size: 64px;
  color: #4caf50;
  margin-bottom: 15px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(76, 175, 80, 0.3);
  animation: fadeInScale 0.5s ease-out;
}

.blacklist-empty-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blacklist-empty-message {
  font-size: 14px;
  color: #ccc;
  max-width: 300px;
  line-height: 1.5;
  font-style: italic;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.blacklist-scrollable {
  max-height: 400px;
  overflow-y: auto;
}

.blacklist-item {
  padding: 10px;
  border-bottom: 1px solid #333;
  align-items: center;
  background-color: aliceblue;
  border-radius: 5px;
  margin: 2px 0;
}

.blacklist-item-content {
  flex: 1;
}

.blacklist-wolf-name {
  font-weight: bold;
  color: #000 !important;
}

.blacklist-wolf-id {
  font-size: 12px;
  color: #999;
}

.blacklist-header-title {
  margin: 0 5px;
}

.standardResult {
  position: relative;
}

/* Bug report modal: allow content to scroll when images overflow */

.bug-report-modal.newModal {
  display: flex;
  flex-direction: column;
  min-height: 0;
  max-height: 94vh;
  overflow: hidden;
}

.bug-report-modal .newModal_content {
  flex: 1 1 0;
  min-height: 0;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Let the content wrapper size to its content (form + images) so the scroll container sees the true height */

.bug-report-modal .newModal_content > .fullwidth {
  align-self: flex-start;
  width: 100%;
}

/* Bug report screenshot dropzone drag-over state */

.bugreport-screenshot-dropzone.drag-over {
  border-color: #4a9eff !important;
  background: rgba(74, 158, 255, 0.2) !important;
  border-style: solid !important;
}

/* Bug report details: compact upload bar below message input */

.bugreport-details-upload-bar {
  border: 1px dashed #ccc;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px 10px;
  min-height: 34px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #fff;
  border-radius: 4px;
  cursor: default;
  font-size: 0.8em;
  line-height: 1.3;
  box-sizing: border-box;
}

.bugreport-details-upload-bar__label,
.bugreport-details-upload-bar__hint {
  flex: 0 1 auto;
  color: #fff;
  white-space: nowrap;
}

.bugreport-details-upload-bar__hint {
  font-size: 0.9em;
  text-align: right;
}

.bugreport-details-upload-bar__hint strong {
  color: #fff;
}

.bugreport-details-upload-bar__action {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.bugreport-details-upload-bar__button {
  padding: 3px 14px;
  font-size: 0.95em;
  line-height: 1.25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Bug report validation error styling */

.bugreport-screenshot-dropzone.error-field,
input.error-field,
textarea.error-field {
  border-color: #ff4444 !important;
  border-width: 2px !important;
}

.validation-error {
  display: block;
  color: #ff4444;
  font-size: 0.9em;
  margin-top: 3px;
}

/* Den silver gift icon: smaller on mobile (500px breakpoint) */

@media only screen and (max-width: 500px) {
  .den-silver-gift-icon {
    font-size: 45px !important;
  }
}

/* --- Moon event day: root tokens + chrome (layer A) --- */

html.moon-full {
  --moon-accent: rgba(255, 223, 140, 0.95);
  --moon-glow: rgba(255, 215, 120, 0.35);
}

html.moon-new {
  --moon-accent: rgba(160, 190, 220, 0.95);
  --moon-glow: rgba(120, 160, 210, 0.28);
}

html.moon-full body::before,
html.moon-new body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(
    ellipse 120% 80% at 50% 0%,
    var(--moon-glow),
    transparent 55%
  );
  opacity: 0.45;
}

html.moon-full .header {
  border-bottom-color: var(--moon-accent);
  box-shadow: 0 0 24px var(--moon-glow);
}

html.moon-new .header {
  border-bottom-color: var(--moon-accent);
  box-shadow: 0 0 20px var(--moon-glow);
}

html.moon-full .footer,
html.moon-full .FooterIconsLevel1 {
  border-top-color: var(--moon-accent);
}

html.moon-new .footer,
html.moon-new .FooterIconsLevel1 {
  border-top-color: var(--moon-accent);
}

/* Moon phase first-visit-of-day intro modal */

.moon-intro-modal .newModal_content {
  background: linear-gradient(165deg, #1a2230 0%, #2a3548 55%, #1e2838 100%);
  color: #e8ecf0;
}

.moon-intro-modal .newModal_header h2 {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.05em;
}

.moon-intro-modal__body {
  padding: 12px 18px 8px;
  margin: 0 auto;
}

.moon-intro-modal__visual {
  margin-bottom: 12px;
}

.moon-intro-modal__moon-img {
  width: 88px;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.35));
}

.moon-intro-modal__lead {
  color: #f0f4f8;
  line-height: 1.45;
}

.moon-intro-modal__detail {
  color: #d8dde4;
  line-height: 1.5;
  text-align: left;
}

.moon-intro-modal__footnote {
  line-height: 1.4;
  text-align: left;
  opacity: 0.95;
}

/* Browser push offer (day 2+, once per player) */

.browser-push-offer-modal .newModal_content {
  background: linear-gradient(165deg, #1a2230 0%, #2a3548 55%, #1e2838 100%);
  color: #e8ecf0;
}

.browser-push-offer-modal .newModal_header h2 {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 1.05em;
}

.browser-push-offer-modal__body {
  padding: 12px 18px 8px;
  margin: 0 auto;
}

.browser-push-offer-modal__lead {
  font-weight: 700;
}

.browser-push-offer-modal__detail {
  line-height: 1.45;
}

.browser-push-offer-modal__benefits {
  list-style: none;
  margin: 18px auto 8px;
  padding: 0;
  max-width: 280px;
  text-align: left;
}

.browser-push-offer-modal__benefits li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: 0.95em;
  line-height: 1.35;
}

.browser-push-offer-modal__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #7dcea0;
  font-weight: 700;
}

/* Offline modal: standard newModal look from modals.css; only tweak body text in dark mode */

.offline-modal.newModal {
  transition: opacity 0.28s ease;
}

.offline-modal .offline-modal__body {
  width: 100%;
  text-align: center;
  margin: auto;
  color: black;
}

/* Dark mode: keep global newModal surfaces; force message text to white for contrast */

body.dark-mode .offline-modal .offline-modal__body {
  color: #fff !important;
}

/* Fade in/out (ng-show + ngAnimate) */

.offline-modal.ng-hide-add,
.offline-modal.ng-hide-remove {
  display: block !important;
}

.offline-modal.ng-hide {
  opacity: 0;
}

.msg_mission_img {
  width: -webkit-fill-available;
  max-width: 500px;
}

/* Protein Boost-style callout shell: tips (.extraInfo), train Protein Boost, hunt/pack hunt power-up summary (--callout) */

.extraInfo,
#TrainCare .trainProteinBoostCallout {
  width: fit-content;
  max-width: 100%;
  margin: 10px auto 12px;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(46, 125, 50, 0.45);
  background: linear-gradient(
    135deg,
    rgba(232, 245, 233, 0.98) 0%,
    rgba(200, 230, 201, 0.55) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 1px 3px rgba(27, 94, 32, 0.12);
}

/* Train / Hunt / Pack hunt: compact active power-up strip (flat panel unless --callout) */

.wpPageActivePowerUpStrip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding: 6px 8px;
  box-sizing: border-box;
  background: rgba(34, 85, 51, 0.1);
  border: 1px solid rgba(34, 85, 51, 0.22);
  border-radius: 8px;
}

.wpPageActivePowerUpStrip.wpPageActivePowerUpStrip--callout {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(46, 125, 50, 0.45);
  background: linear-gradient(
    135deg,
    rgba(232, 245, 233, 0.98) 0%,
    rgba(200, 230, 201, 0.55) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 1px 3px rgba(27, 94, 32, 0.12);
}

.wpPageActivePowerUpStrip-label {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #2d5a35;
  flex-shrink: 0;
}

.wpPageActivePowerUpStrip-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

/* Hunt / Pack hunt / Train: hug content and centre in the page column (not full-width bar) */

.wpPageActivePowerUpStrip--inlineCentred {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.wpPageActivePowerUpStrip--inlineCentred .wpPageActivePowerUpStrip-chips {
  flex: 0 1 auto;
  justify-content: center;
}

.wpPageActivePowerUpChip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  padding: 2px 8px 2px 4px;
  margin: 0;
  border: 1px solid rgba(76, 175, 80, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px rgba(76, 175, 80, 0.12), 0 1px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  font: inherit;
  color: #1a3d22;
  text-align: left;
}

.wpPageActivePowerUpChip:focus {
  outline: 2px solid #4caf50;
  outline-offset: 2px;
}

.wpPageActivePowerUpChip-img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 12px;
  -webkit-clip-path: polygon(
    1px 1px,
    calc(100% - 1px) 1px,
    calc(100% - 1px) calc(100% - 1px),
    1px calc(100% - 1px)
  );
  clip-path: polygon(
    1px 1px,
    calc(100% - 1px) 1px,
    calc(100% - 1px) calc(100% - 1px),
    1px calc(100% - 1px)
  );
}

.wpPageActivePowerUpChip-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  line-height: 1.15;
}

.wpPageActivePowerUpChip-name {
  font-size: 11px;
  font-weight: bold;
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wpPageActivePowerUpChip-meta {
  font-size: 9px;
  opacity: 0.85;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.dark-mode .wpPageActivePowerUpStrip:not(.wpPageActivePowerUpStrip--callout) {
  background: rgba(129, 199, 132, 0.08);
  border-color: rgba(129, 199, 132, 0.28);
}

body.dark-mode .extraInfo,
body.dark-mode #TrainCare .trainProteinBoostCallout,
body.dark-mode .wpPageActivePowerUpStrip.wpPageActivePowerUpStrip--callout {
  border-color: rgba(129, 199, 132, 0.5);
  background: linear-gradient(
    135deg,
    rgba(30, 50, 35, 0.95) 0%,
    rgba(20, 40, 28, 0.9) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 1px 4px rgba(0, 0, 0, 0.35);
}

body.dark-mode .wpPageActivePowerUpStrip-label {
  color: #c8e6c9;
}

body.dark-mode .wpPageActivePowerUpChip {
  background: rgba(30, 40, 32, 0.95);
  border-color: rgba(129, 199, 132, 0.45);
  color: #e8f5e9;
  box-shadow: 0 0 0 1px rgba(129, 199, 132, 0.15), 0 1px 6px rgba(0, 0, 0, 0.35);
}

/* Fight notification frequency — same control pattern as #NewsFilter (ddl.css: label.ddl + select) */

.fight-notif-freq-block {
  width: 98%;
  margin: 0 auto 6px;
}

.fight-notif-freq-title {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 1px 1px 3px #ccc;
  margin-bottom: 8px;
  color: #555;
}

.fight-notif-freq-ddl-wrap {
  text-align: center;
  margin-bottom: 2px;
}

label.fight-notif-freq-ddl.ddl {
  text-align: left;
}

body.dark-mode .fight-notif-freq-title,
.dark-mode .fight-notif-freq-title {
  color: #d0d0d0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Daily login streak — centred overlay (margin:auto beats conflicting .newModal top/left %) */

.daily-login-streak-modalMask {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}

.daily-login-streak-modalMask.ng-hide,
.daily-login-streak-modal.ng-hide {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.daily-login-streak-modal.newModal {
  position: fixed !important;
  z-index: 1000001 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  width: 92% !important;
  max-width: 520px !important;
  height: fit-content !important;
  min-height: 0 !important;
  max-height: min(90vh, 620px) !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  border: 6px solid #7a4f16 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: linear-gradient(
    165deg,
    #fffef9 0%,
    #fdf6e8 40%,
    #f5e6c8 100%
  ) !important;
  box-shadow: 0 14px 44px rgba(35, 22, 8, 0.45),
    inset 0 0 0 2px #d3a14b,
    inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
  animation: daily-login-streak-modal-in 0.32s ease-out;
}

@keyframes daily-login-streak-modal-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Warm “parchment” look in both themes so it matches the reward mock-up */

.daily-login-streak-modal__header {
  background: linear-gradient(180deg, #191919 0%, #070707 100%) !important;
  border-bottom: 2px solid rgba(201, 160, 23, 0.6) !important;
  padding: 12px 16px 10px !important;
  text-align: center;
}

.daily-login-streak-modal__title {
  font-family: inherit;
  font-size: 2.35rem;
  font-weight: 800;
  font-variant-caps: small-caps;
  letter-spacing: 0.03em;
  color: #f2e7cf;
  margin: 0 0 6px;
  line-height: 1.02;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.95), 0 0 12px rgba(201, 160, 23, 0.35);
}

.daily-login-streak-modal__tagline {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #d7c8a7;
  line-height: 1.3;
}

.daily-login-streak-modal__body {
  padding: 6px 16px 14px !important;
  background: transparent !important;
  color: #3d2914 !important;
}

.daily-login-streak-modal__subtitle {
  font-size: 0.82rem;
  line-height: 1.4;
  color: #5c4030;
  margin: 0 0 12px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.daily-login-streak-modal__silverHighlight {
  gap: 6px;
  margin: 0 auto 14px;
  padding: 4px 14px;
  background: linear-gradient(180deg, #f8eed8 0%, #f0e0c0 100%);
  border: 1px solid rgba(122, 79, 22, 0.45);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.daily-login-streak-modal__silverAmount {
  font-size: 1.35rem;
  font-weight: 800;
  color: #5c4030;
  line-height: 1;
}

.daily-login-streak-modal__silverLabel {
  font-size: 0.82rem;
  color: #6b5344;
  font-weight: 600;
}

.daily-login-streak-modal__helpRow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto 6px;
}

.daily-login-streak-modal__helpText {
  font-size: 0.8rem;
  color: #6b5344;
}

.daily-login-streak-modal__helpIcon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #6b5344;
  background: linear-gradient(180deg, #fffaf0 0%, #f6e5c7 100%);
  color: #3d2914;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.daily-login-streak-modal__helpBubble {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 10px;
  background: #f8eed8;
  border: 1px solid rgba(92, 64, 48, 0.4);
  border-radius: 8px;
  padding: 10px 14px;
  text-align: left;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #3d2914;
}

.daily-login-streak-modal__streak-long {
  font-size: 0.82rem;
  line-height: 1.4;
  color: #4a3728;
  margin: 0 0 12px;
}

.daily-login-streak-modal__streak-long strong {
  color: #3d2914;
}

.daily-login-streak-modal__slots {
  margin-top: 2px;
  padding: 14px 10px 12px;
  background: rgba(255, 252, 245, 0.75);
  border-radius: 14px;
  border: 1px solid rgba(92, 64, 48, 0.28);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.85);
}

.daily-login-streak-modal__footer {
  background: rgba(245, 230, 200, 0.55) !important;
  border-top: 1px solid rgba(92, 64, 48, 0.2) !important;
  padding-top: 10px !important;
  padding-bottom: 12px !important;
}

.daily-login-streak-modal__cta {
  background: linear-gradient(180deg, #58c56f 0%, #2ea64f 45%, #1f7f3a 100%) !important;
  border: 2px solid #16572b !important;
  color: #f3fff6 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  min-width: 0;
  width: auto;
  box-shadow: 0 3px 8px rgba(22, 87, 43, 0.35);
}

.daily-login-streak-bar__slots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px 10px;
}

.daily-login-streak-bar__slot-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 48px;
}

/* Pending days: dashed ring (mock-up style) */

.daily-login-streak-modal .daily-login-streak-bar__slot {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px dashed #4a3728;
  background: rgba(255, 252, 245, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.daily-login-streak-modal .daily-login-streak-bar__slot-num {
  font-size: 15px;
  font-weight: bold;
  color: #6b5344;
}

.daily-login-streak-modal .daily-login-streak-bar__slot-label {
  margin-top: 6px;
  font-size: 9px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #3d2914;
  text-align: center;
  max-width: 56px;
}

/* Completed days: gold “coin” (mock-up) */

.daily-login-streak-modal .daily-login-streak-bar__slot--filled {
  border: 3px solid #8b6914 !important;
  border-style: solid !important;
  background: radial-gradient(
    circle at 32% 28%,
    #fffef0 0%,
    #ffe066 28%,
    #e8b923 52%,
    #c99412 78%,
    #7a5200 100%
  ) !important;
  box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.65),
    inset 0 -4px 8px rgba(60, 35, 0, 0.35), 0 5px 12px rgba(100, 65, 10, 0.4) !important;
}

.daily-login-streak-modal .daily-login-streak-bar__slot--filled .daily-login-streak-bar__slot-num {
  color: #2a1a0a !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.daily-login-streak-modal .daily-login-streak-bar__slot--next {
  animation: daily-login-streak-pulse 1.6s ease-in-out infinite;
  border-color: #a0520d !important;
}

.daily-login-streak-modal .daily-login-streak-bar__slot--max.daily-login-streak-bar__slot--filled {
  border-color: #5c3d00 !important;
  box-shadow: inset 0 3px 6px rgba(255, 255, 255, 0.65),
    inset 0 -4px 8px rgba(60, 35, 0, 0.35), 0 0 0 3px rgba(240, 200, 80, 0.65),
    0 6px 14px rgba(100, 65, 10, 0.45) !important;
}

@keyframes daily-login-streak-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(200, 120, 40, 0.4);
  }

  50% {
    transform: scale(1.07);
    box-shadow: 0 0 0 8px rgba(200, 120, 40, 0);
  }
}

body.dark-mode .daily-login-streak-modal__helpText,
.dark-mode .daily-login-streak-modal__helpText {
  color: #c4b59a;
}

body.dark-mode .daily-login-streak-modal__helpIcon,
.dark-mode .daily-login-streak-modal__helpIcon {
  border-color: #c4b59a;
  background: linear-gradient(180deg, #3c342a 0%, #2c241b 100%);
  color: #f3e6c8;
}

body.dark-mode .daily-login-streak-modal__helpBubble,
.dark-mode .daily-login-streak-modal__helpBubble {
  background: #2a211a;
  border-color: rgba(200, 170, 100, 0.35);
  color: #e6dac2;
}

body.dark-mode .daily-login-streak-modal__silverHighlight,
.dark-mode .daily-login-streak-modal__silverHighlight {
  background: linear-gradient(180deg, #3c342a 0%, #2c241b 100%);
  border-color: rgba(200, 170, 100, 0.35);
}

body.dark-mode .daily-login-streak-modal__silverAmount,
.dark-mode .daily-login-streak-modal__silverAmount {
  color: #f3e6c8;
}

body.dark-mode .daily-login-streak-modal__silverLabel,
.dark-mode .daily-login-streak-modal__silverLabel {
  color: #c4b59a;
}

@media (max-width: 500px) {
  .daily-login-streak-modal .daily-login-streak-bar__slot-wrap {
    min-width: 42px;
  }

  .daily-login-streak-modal .daily-login-streak-bar__slot {
    width: 38px;
    height: 38px;
  }

  .daily-login-streak-modal .daily-login-streak-bar__slot-num {
    font-size: 13px;
  }

  .daily-login-streak-modal__title {
    font-size: 1.95rem;
  }

  .daily-login-streak-modal.newModal {
    max-height: 92vh !important;
  }
}

/* Music management modal — card grid */

.music-management-modal .music-tracks-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 10px;
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.music-track-card {
  border: 1px solid #444;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 12px;
  min-width: 0;
}

.music-track-card-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.music-track-checkbox {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

.music-track-info {
  flex: 1;
  min-width: 0;
}

.music-track-title {
  font-weight: bold;
  line-height: 1.3;
}

.music-track-number {
  font-size: 10px;
  color: #888;
  margin-right: 4px;
}

.music-track-description {
  font-size: 10px;
  color: #aaa;
  margin-top: 4px;
  line-height: 1.35;
}

@media only screen and (max-width: 560px) {
  .music-management-modal .music-tracks-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

/* Bardolf's Daily Omen */

.bardolf-omen-modalMask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1000000;
  -webkit-tap-highlight-color: transparent;
}

.bardolf-omen-modalMask.ng-hide,
.bardolf-omen-modal.ng-hide {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Centred overlay — margin:auto beats conflicting .newModal top/left % */

.bardolf-omen-modal.newModal {
  position: fixed !important;
  z-index: 1000001 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto !important;
  width: 92% !important;
  max-width: 540px !important;
  height: fit-content !important;
  min-height: 0 !important;
  max-height: min(90vh, 640px) !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  color: #3d2914 !important;
  padding: 8px 24px 0 !important;
  box-sizing: border-box !important;
}

body.dark-mode .bardolf-omen-modal.newModal {
  background: transparent !important;
  color: #3d2914 !important;
}

.bardolf-omen-scroll {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: visible;
  filter: drop-shadow(0 16px 28px rgba(35, 22, 8, 0.42));
}

.bardolf-omen-scroll__roll {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 2;
  height: 34px;
}

.bardolf-omen-scroll__finial {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
}

.bardolf-omen-scroll__finialDisc {
  width: 26px;
  height: 30px;
  flex-shrink: 0;
  align-self: center;
  border-radius: 46%;
  background: radial-gradient(ellipse 70% 55% at 32% 26%, #d4b896 0%, #a08030 18%, #6b4a28 52%, #3d2914 78%, #2a1a0c 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.32),
    inset 0 -4px 6px rgba(0, 0, 0, 0.5),
    0 2px 5px rgba(0, 0, 0, 0.38);
  position: relative;
}

.bardolf-omen-scroll__finialDisc::after {
  content: "";
  position: absolute;
  inset: 4px 6px auto 5px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.bardolf-omen-scroll__finialNeck {
  width: 10px;
  height: 20px;
  margin: 0 -1px;
  align-self: center;
  border-radius: 3px;
  background: linear-gradient(90deg, #2a1a0c 0%, #5c4030 35%, #8b6914 50%, #5c4030 65%, #2a1a0c 100%);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.15),
    inset 0 -2px 3px rgba(0, 0, 0, 0.35);
}

.bardolf-omen-scroll__rod {
  flex: 1 1 auto;
  min-width: 0;
  height: 24px;
  align-self: center;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, transparent 38%),
    linear-gradient(180deg, #7a5630 0%, #4a3520 38%, #2a1a0c 58%, #5c4030 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.16),
    inset 0 -3px 6px rgba(0, 0, 0, 0.38),
    0 3px 8px rgba(0, 0, 0, 0.28);
}

.bardolf-omen-scroll__rod::before,
.bardolf-omen-scroll__rod::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 16px;
  transform: translateY(-50%);
  opacity: 0.55;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns=http://www.w3.org/2000/svg viewBox=0 0 24 16%3E%3Cpath fill=%232a1a0c d=M12 1c-3 2-7 3-9 6 2 1 5 2 9 2s7-1 9-2c-2-3-6-4-9-6zm0 13c-3-2-7-3-9-6 2-1 5-2 9-2s7 1 9 2c-2 3-6 4-9 6z/%3E%3C/svg%3E");
  pointer-events: none;
}

.bardolf-omen-scroll__rod::before {
  left: 6px;
}

.bardolf-omen-scroll__rod::after {
  right: 6px;
  transform: translateY(-50%) scaleX(-1);
}

.bardolf-omen-scroll__roll--top {
  margin-bottom: -10px;
}

.bardolf-omen-scroll__roll--top .bardolf-omen-scroll__rod {
  border-radius: 8px 8px 50% 50% / 8px 8px 40% 34%;
}

.bardolf-omen-scroll__roll--bottom {
  margin-top: -10px;
  z-index: 3;
}

.bardolf-omen-scroll__roll--bottom .bardolf-omen-scroll__rod {
  border-radius: 110% 160% 8px 8px / 100% 100% 0px 8px;
  margin-top: -5px;
}

.bardolf-omen-scroll__reveal {
  max-height: 0;
  overflow: hidden;
}

.bardolf-omen-scroll--reveal-complete .bardolf-omen-scroll__reveal {
  max-height: none;
  overflow: visible;
}

.bardolf-omen-scroll__paper {
  margin-top: -10px;
  margin-bottom: -10px;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  margin: 0 18px;
  padding: 0;
  background: linear-gradient(90deg, rgba(61, 41, 20, 0.08) 0%, transparent 4%, transparent 96%, rgba(61, 41, 20, 0.08) 100%),
    repeating-linear-gradient(
      0deg,
      rgba(122, 79, 22, 0.03) 0,
      rgba(122, 79, 22, 0.03) 2px,
      transparent 2px,
      transparent 6px
    ),
    linear-gradient(165deg, #fffef9 0%, #fdf6e8 38%, #f3e2c4 100%);
  border-left: 2px solid rgba(122, 79, 22, 0.35);
  border-right: 2px solid rgba(122, 79, 22, 0.35);
  box-shadow: inset 0 0 24px rgba(122, 79, 22, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.bardolf-omen-scroll__header {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 18px 10px;
  border-bottom: 1px dashed rgba(122, 79, 22, 0.28);
  flex-shrink: 0;
}

.bardolf-omen-scroll__headerText {
  flex: 1;
  min-width: 0;
}

.bardolf-omen-scroll__titleRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.bardolf-omen-scroll__seal {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #8b2500;
  box-shadow: 0 0 0 2px rgba(139, 37, 0, 0.35),
    0 2px 8px rgba(0, 0, 0, 0.25),
    inset 0 1px 3px rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.bardolf-omen-scroll__title {
  margin: 0 !important;
  font-size: 1.3rem !important;
  font-weight: 800;
  font-variant-caps: small-caps;
  letter-spacing: 0.03em;
  color: #3d2914 !important;
  line-height: 1.15;
  text-shadow: none;
}

.bardolf-omen-scroll__intro {
  margin: 6px 0 0;
  font-style: italic;
  color: #6b5344 !important;
  font-size: 0.86rem;
  line-height: 1.35;
}

.bardolf-omen-scroll__type {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.2;
  border: 1px solid rgba(61, 41, 20, 0.2);
}

.bardolf-omen-modal--riddle .bardolf-omen-scroll__type {
  background: #4a6741;
  color: #fff;
  border-color: #3d5236;
}

.bardolf-omen-modal--omen .bardolf-omen-scroll__type {
  background: #5b4a7a;
  color: #fff;
  border-color: #4a3d62;
}

.bardolf-omen-modal--prophecy .bardolf-omen-scroll__type {
  background: #8b6914;
  color: #fff;
  border-color: #6b5010;
}

.bardolf-omen-modal--warning .bardolf-omen-scroll__type {
  background: #8b3a3a;
  color: #fff;
  border-color: #6b2e2e;
}

.bardolf-omen-modal__body {
  padding: 14px 16px 16px !important;
  color: #3d2914 !important;
  background: transparent !important;
  text-align: left !important;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  box-sizing: border-box;
}

body.dark-mode .bardolf-omen-modal__body {
  background: transparent !important;
  color: #3d2914 !important;
}

.bardolf-omen-modal__utterance {
  margin: 0 0 8px;
  padding: 12px 14px;
  font-size: 1.05rem;
  line-height: 1.5;
  min-height: 3em;
  font-style: italic;
  color: #4a3520;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(122, 79, 22, 0.22);
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.75);
}

.bardolf-omen-modal__murmur {
  margin: 0 0 14px;
  padding: 0 6px;
  font-size: 0.78rem;
  font-style: italic;
  line-height: 1.45;
  color: #7a6550;
  text-align: center;
  opacity: 0;
  transition: opacity 0.9s ease;
}

.bardolf-omen-modal__murmur--visible {
  opacity: 1;
}

.bardolf-omen-modal__murmur q {
  font-style: italic;
  quotes: "\201C" "\201D";
}

.bardolf-omen-modal__murmur q::before {
  content: open-quote;
}

.bardolf-omen-modal__murmur q::after {
  content: close-quote;
}

.bardolf-omen-modal__taskCard {
  margin-bottom: 12px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #f8eed8 0%, #f0e0c0 100%);
  border: 1px solid rgba(122, 79, 22, 0.35);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.bardolf-omen-modal__taskLabel {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b5344;
  margin-bottom: 4px;
}

.bardolf-omen-modal__progress {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bardolf-omen-modal__progressBar {
  flex: 1;
  height: 10px;
  background: rgba(61, 41, 20, 0.12);
  border: 1px solid rgba(122, 79, 22, 0.2);
  border-radius: 999px;
  overflow: hidden;
}

.bardolf-omen-modal__progressFill {
  height: 100%;
  background: linear-gradient(90deg, #6b8e23 0%, #4a7c1c 100%);
  border-radius: 999px;
  transition: width 0.3s ease;
}

.bardolf-omen-modal__progressCount {
  font-size: 0.82rem;
  font-weight: 700;
  color: #5c4030;
  min-width: 2.5em;
  text-align: right;
}

.bardolf-omen-modal__completion {
  margin: 0 0 12px;
  padding: 10px 12px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #2f5f1f;
  background: rgba(107, 142, 35, 0.12);
  border: 1px solid rgba(74, 124, 28, 0.35);
  border-radius: 8px;
  text-align: center;
}

.bardolf-omen-modal__rewards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(122, 79, 22, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
}

.bardolf-omen-modal__rewardsLabel {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b5344;
}

.bardolf-omen-modal__rewardsChips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.bardolf-omen-modal__rewardsChip {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  color: #3d2914;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(122, 79, 22, 0.2);
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.bardolf-omen-modal__footer {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px 4px !important;
  background: transparent !important;
  border-top: none !important;
  flex-shrink: 0;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.bardolf-omen-modal--unrolled .bardolf-omen-modal__footer {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}

@media (prefers-reduced-motion: reduce) {
  .bardolf-omen-modal__footer {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition: none;
  }
}

@media only screen and (max-width: 500px) {
  .bardolf-omen-modal.newModal {
    width: 98% !important;
    max-width: none !important;
    max-height: 92vh !important;
    padding: 4px 4px 0 !important;
  }

  .bardolf-omen-scroll__paper {
    margin-left: 4px;
    margin-right: 4px;
  }

  .bardolf-omen-scroll__header {
    padding: 14px 14px 10px;
  }

  .bardolf-omen-modal__body {
    padding: 12px 14px 14px !important;
  }

  .bardolf-omen-modal__utterance,
  .bardolf-omen-modal__taskCard,
  .bardolf-omen-modal__rewards {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bardolf-omen-modal__rewardsChip {
    flex: 1 1 auto;
    min-width: min(100%, 9.5rem);
  }
}
#MissionName,
#MissionLevel,
#MissionOpponents,
#MissionTypeLabel {
  color: white;
}

#MissionName {
  color: goldenrod;
}

#movePort {
  clear: both;
  height: 608px;
  overflow: hidden;
  margin: 25px auto 0;
  width: 760px;
}

#MissionEventsContainer {
  clear: both;
  margin-bottom: 20px;
}

.MissionChats {
  width: 360px;
  height: 400px;
  border: 1px solid black;
  min-height: 100px;
  display: inline-block;
  margin: 0 auto;
  margin-left: 50px;
  font-size: 11px;
  color: blue;
  background-color: white;
}

.MissionLogs {
  width: 360px;
  height: 400px;
  border: 1px solid black;
  min-height: 100px;
  display: inline-block;
  margin: 0 auto;
  margin-right: 50px;
  font-size: 11px;
  color: blue;
  background-color: white;
}

.MissionsPage .col1 {
  float: left;
  margin: 2px 0;
  padding: 0 5px;
  border-right: 1px solid #66eedd;
  height: 150px;
  text-align: center;
  padding-right: 10px;
}

.MissionsPage .col2 {
  margin: 2px 0;
  padding: 0 5px;
  min-height: 150px;
  padding-left: 10px;
}

.MissionsPage .col2.locked {
  background-color: lightgrey;
  color: black;
}

.MissionsPage .locationImgContainer {
  min-width: 280px;
}

.MissionsPage .locationImgAction {
  flex-grow: 1;
}

#LocationTabs .zoomAreaText {
  width: 240px;
  height: 68px;
  padding: 3px;
}

#LocationTabs .zoomAreaText.short {
  height: 34px;
}

#LocationTabs .outerZoomArea {
  width: 300px;
  height: 150px;
  border: none;
  margin: 0;
}

.MissionsPage .mission {
  text-align: left;
  width: 48%;
}

.MissionsPage .mission UL {
  list-style: none;
  padding: 0;
}

.MissionsPage .mission .notAvailable LI {
  border: 1px solid red;
  margin: 2px 0;
  background-color: lightgray;
}

.MissionsPage .mission .notAvailable LI IMG {
  margin: 0 3px;
  position: relative;
  top: 2px;
}

.MissionsPage .mission_heading {
  font-weight: bold;
  font-size: medium;
  line-height: 18px;
  margin-bottom: 10px;
}

.MissionsPage .mission_info {
  font-weight: bold;
}

.MissionsPage .mission_desc {
  margin-top: 5px;
}

.MissionsPage .mission_desc IMG {
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 12px;
  top: 2px;
}

.MissionsPage .mission_duration {
  color: white;
  background-color: green;
  border: 1px solid #006633;
  height: 21px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 14px;
  float: right;
  margin-right: 5px;
}

.MissionsPage .mission_buttons {
  text-align: center;
}

.MissionsPage .failed {
  color: white;
  background-color: red;
  text-align: center;
  margin: 5px;
}

.MissionsPage .hasCountdown {
  background-color: #2375a5;
  border: 1px solid #135575;
  color: #ffffff;
  font-size: 14px;
  padding: 4px;
  margin-bottom: 5px;
}

/* Dark mode: ensure black text for hasCountdown */

body.dark-mode .hasCountdown {
  color: black !important;
}

.mission_final_header {
  background-color: green;
  color: white;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.mission_final {
  width: 100% !important;
  border: 5px solid green !important;
  margin-top: 20px;
}

.mission_claim {
  background-color: lightseagreen !important;
}

.MissionsPage .slotsHolder {
  float: left;
  margin: 5px;
}

.MissionsPage .slotsHolder .slot {
  width: 170px;
  border: 1px solid grey;
  margin-bottom: 2px;
  height: 26px;
  line-height: 26px;
  background-color: white;
  color: black;
}

.MissionsPage .slotsHolder .hsNum {
  float: left;
  margin: 0 5px;
}

.MissionsPage .slotsHolder .hsName {
  float: right;
  height: 26px;
  margin: 0 5px 0 0;
  overflow: hidden;
  width: 140px;
}

.MissionsPage .slotsHolder .helperButton {
  font-size: small;
  padding: 0px 2px;
  margin-top: 1px;
  margin-left: 10px;
  margin-right: -5px;
}

#backToMissions {
  clear: both;
  color: #2375a5;
  float: left;
  font-size: small;
  font-weight: bold;
  margin: 5px 0 10px;
  text-decoration: underline;
  cursor: pointer;
}

/*#MissionsList .mission {
    border: 2px outset grey;
    border-radius: 5px;
    width: 725px;
    margin: 0 0 10px 0;
    padding: 5px;
    clear: both;
    float: left;
}

#MissionsList .bossExtra {
    display: none;
    clear: both;
    float: left;
    margin: 0;
    padding: 5px;
    padding-bottom: 0px;
    width: 720px;
    background-color: green;
    border: 4px solid green;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-top: 30px;
}

#MissionsList .mission.adhoc {
    margin-bottom: 30px;
    border: 4px solid blue;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 720px;
    border-top-width: 1px;
}

#MissionsList .mission.boss {
    margin-bottom: 5px;
    width: 720px;
    border: 4px solid green;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#MissionsList .bossExtra.boss {
    display: block;
}

#MissionsList .mission.friendstatus-1 .missionHeader {
    background-color: #aa2233;
}

#MissionsList .mission.friendstatus1 .missionHeader {
    background-color: green;
}

#MissionsList #adhocHeader {
    display: none;
    border: 4px solid blue;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    float: left;
    width: 720px;
    padding: 2px 5px;
    font-size: small;
    font-weight: bold;
}

    #MissionsList #adhocHeader.adhoc {
        display: block;
    }

#MissionsList .mission .missionImage {
    float: left;
    width: 150px;
    height: 150px;
}

#MissionsList .mission .missionClaimReward {
    width: 100%;
    text-align: center;
    clear: both;
}

    #MissionsList .mission .missionClaimReward .missionClaimRewardButton {
        background-color: lightgreen;
        font-weight: bold;
        margin: 5px 0;
        padding: 2px 4px;
        color: black;
        animation: pulseColor 2s infinite linear;
        -webkit-animation: pulseColor 2s infinite linear;
    }*/

@keyframes pulseColor {
  0% {
    color: black;
    background-color: lightgreen;
  }

  40% {
    color: darkgreen;
    background-color: white;
  }

  60% {
    color: darkgreen;
    background-color: white;
  }

  0% {
    color: black;
    background-color: lightgreen;
  }
}

@-moz-keyframes pulseColor {
  0% {
    color: black;
    background-color: lightgreen;
  }

  40% {
    color: darkgreen;
    background-color: white;
  }

  60% {
    color: darkgreen;
    background-color: white;
  }

  0% {
    color: black;
    background-color: lightgreen;
  }
}

@-webkit-keyframes pulseColor {
  0% {
    color: black;
    background-color: lightgreen;
  }

  40% {
    color: darkgreen;
    background-color: white;
  }

  60% {
    color: darkgreen;
    background-color: white;
  }

  0% {
    color: black;
    background-color: lightgreen;
  }
}

/*#MissionsList .mission .missionDetails {
    float: left;
    min-height: 110px;
    width: 350px;
    padding-left: 10px;
    text-align: left;
}

    #MissionsList .mission .missionDetails.notAvailable {
        width: 560px;
    }

#MissionsList .mission UL {
    list-style: none;
    padding: 0;
}

#MissionsList .mission .missionDetails.notAvailable LI {
    border: 1px solid red;
    margin: 2px 0;
    background-color: lightgray;
}

    #MissionsList .mission .missionDetails.notAvailable LI IMG {
        margin: 0 3px;
        position: relative;
        top: 2px;
    }

#MissionsList .mission .missionDetails H4 {
    color: #2375A5;
}

#MissionsList .mission .missionDetails H5 {
    margin-bottom: 4px;
    color: blue;
    font-size: 14px;
}

#MissionsList .mission .missionDetails .missionList_desc {
    margin-top: 5px;
    font-size: 12px;
}

#MissionsList .mission .missionDetails div {
    font-size: 13px;
    margin-top: 10px;
}

#MissionsList .mission .missionFailedMsg {
    background-color: #F00;
    border: 1px solid #DDD;
    color: #FFF;
    border-radius: 5px;
    float: right;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-top: 4px;
    text-align: center;
    width: 160px;
}

#MissionsList .mission .missionCountdown {
    float: right;
    width: 200px;
    background-color: #2375A5;
    border: 1px solid #135575;
    height: 70px;
}

#MissionsList .mission .missionLength {
    float: right;
    background-color: green;
    border: 1px solid #006633;
    margin-bottom: 6px;
    height: 26px;
    padding: 0 10px;
    cursor: help;
}

#MissionsList .mission .countdownTitle {
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 5px;
}

#MissionsList .mission .countdown {
    color: #00ccff;
    font-family: "Courier New",Courier,monospace;
    font-size: 18px;
    font-weight: bold;
}

#MissionsList .hasCountdown {
    margin-top: -5px;
    position: relative;
    border: none;
    background: none;
    width: initial;
}

#MissionsList .mission .missionActions {
    float: right;
    height: 25px;
    width: 500px;
    text-align: right;
}

#MissionsList .mission .missionAction {
    margin: 0 2px;
}

#MissionsList .mission .missionLocked {
    border: 1px solid blue;
    padding: 3px 8px;
    cursor: help;
    display: inline-block;
    margin-left: 5px;
}

#MissionsList .mission .missionTimeRestriction {
    border: 1px solid blue;
    float: right;
    padding: 3px 0;
    width: 100%;
    margin-top: 2px;
}

#MissionsList .wrongLocation {
    border: 1px solid darkgrey;
    color: darkgrey;
    background-color: lightgray;
}

#MissionsList .mission .missionHeader {
    background-color: #2375A5;
    color: white;
    margin-bottom: 5px;
    padding: 3px;
}*/

#MissionDetails #TimeRemaining {
  font-size: small;
  width: 150px;
}

#MissionDetails #TimeRemainingContainer {
  position: absolute;
  right: 10px;
  top: 90px;
  width: 175px;
}

#MissionDetails .chatAdd {
  border-bottom: 2px solid black;
  margin: 0 10px 5px;
  padding: 8px;
}

#MissionDetails .chatAdd #chatText {
  width: 238px;
}

#MissionDetails .chatAdd #chatAddButton {
  margin-left: 20px;
}

#finishedContent .collectNotice {
  font-size: 14px;
  color: blue;
  font-weight: bold;
}

#finishedContent .collectNotice span {
  font-size: 12px;
  color: black;
  font-weight: normal;
}

#MissionDetails .chatLogs {
  max-height: 312px;
  overflow-y: auto;
  text-align: left;
  padding: 0 7px;
  padding-top: 8px;
  padding-right: 2px;
  color: black;
  font-size: 11px;
  overflow-x: hidden;
}

#MissionDetails .chatLogs LI {
  border: 1px solid grey;
  border-radius: 5px 5px 5px 5px;
  float: left;
  height: 87px;
  list-style: none outside none;
  margin: 0 0 15px 5px;
  padding: 4px;
  width: 330px;
}

#MissionDetails .chatLogs .cl_dt {
  background-color: white;
  border: 1px solid grey;
  border-radius: 3px 3px 3px 3px;
  font-weight: bold;
  left: -10px;
  padding: 0 5px;
  position: relative;
  top: -13px;
  width: 150px;
}

#MissionDetails .chatLogs .cl_message {
  float: left;
  height: 60px;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  top: -12px;
  width: 250px;
  color: blue;
}

#MissionDetails .chatLogs .cl_pic {
  float: right;
  position: relative;
  top: -19px;
  width: 50px;
}

#MissionDetails .chatLogs .cl_name {
  float: left;
  font-weight: bold;
  position: relative;
  text-align: right;
  top: -18px;
  width: 100%;
}

#MissionDetails .missionlogs {
  overflow-y: auto;
  max-height: 354px;
  text-align: left;
  padding: 8px 2px 0 8px;
  color: black;
  font-size: 11px;
}

#MissionDetails .missionlogs LI {
  border: 1px solid grey;
  border-radius: 5px;
  float: left;
  list-style: none outside none;
  margin: 0 0 15px;
  padding: 5px 5px 1px;
  width: 336px;
}

#MissionDetails .missionlogs .ml_dt {
  background-color: white;
  border: 1px solid grey;
  border-radius: 3px 3px 3px 3px;
  font-weight: bold;
  left: -10px;
  padding: 0 5px;
  position: relative;
  top: -13px;
  width: 150px;
}

#MissionDetails .missionlogs .ml_desc {
  float: left;
  margin-left: 10px;
  width: 250px;
  overflow: hidden;
  margin-top: -12px;
}

#MissionDetails .missionlogs .ml_pic {
  float: right;
  position: relative;
  width: 50px;
  margin-top: -12px;
}

#rewardsContent UL {
  margin: 10px 0 0 10px;
  text-align: left;
}

#rewardsContent LI {
  font-size: 16px;
  margin-bottom: 6px;
  text-align: left;
  font-weight: bold;
  color: darkgreen;
  max-width: 395px;
}

#progressBar,
#progressBarDefend,
.progressBar {
  display: none;
  width: 468px;
  margin: 4px 5px 0;
  float: left;
  height: 26px;
  border: 1px solid #111;
  background-color: #292929;
  background: #292929;
  border: 1px solid #111;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px #333;
}

.progressBarSmall {
  display: block;
  width: 160px;
  height: 5px;
  border-radius: 2px;
  box-shadow: 0 0 2px #333;
  margin: 0;
}

#progressBar div,
#progressBarDefend div,
.progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 26px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #0099ff;
  background-color: #1a82f7;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#0099ff),
    to(#1a82f7)
  );
  background: -webkit-linear-gradient(top, #0099ff, #1a82f7);
  background: -moz-linear-gradient(top, #0099ff, #1a82f7);
  background: -ms-linear-gradient(top, #0099ff, #1a82f7);
  background: -o-linear-gradient(top, #0099ff, #1a82f7);
  overflow: visible !important;
}

.progressBarSmall div {
  line-height: 5px;
}

#progressBarDefend div {
  background-color: #3b5998;
  background-color: #c1c1c1;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#3b5998),
    to(#c1c1c1)
  );
  background: -webkit-linear-gradient(top, #3b5998, #c1c1c1);
  background: -moz-linear-gradient(top, #3b5998, #c1c1c1);
  background: -ms-linear-gradient(top, #3b5998, #c1c1c1);
  background: -o-linear-gradient(top, #3b5998, #c1c1c1);
}

.MissionsPage #friendBondLevelContainer {
  margin-left: 132px;
  text-align: center;
  width: 490px;
  border: 1px solid #ddd;
  margin: 12px auto;
  padding: 5px;
}

.MissionsPage .friendBondLevelTitle {
  width: 476px;
  font-size: 12px;
  font-weight: bold;
}

#friendBondLevel {
  display: block;
  height: 14px;
  line-height: 14px;
  width: 100%;
}

#friendBondLevel div {
  line-height: 14px !important;
}

.MissionsPage #friendBondLevelDesc {
  clear: both;
  width: 476px;
}

#MissionDesc,
#MissionDesc2 {
  position: relative;
  left: 400px;
  width: 170px;
  padding: 5px;
  top: 35px;
  background-color: white;
  border: 1px solid grey;
  color: black;
}

#MissionRewards,
#MissionRewards2 {
  position: relative;
  left: 400px;
  width: 165px;
  padding: 5px 5px 5px 10px;
  top: 100px;
  background-color: white;
  border: 1px solid grey;
  color: black;
}

#MissionDetail {
  position: relative;
  left: 400px;
  width: 180px;
  top: 60px;
  height: 260px;
}

#MissionDetails.Defence #progressBar,
#MissionDetails.Defence #progressBarDefend {
  height: 16px;
  margin: 1px 5px 0;
}

#MissionDetails.Defence #progressBar div,
#MissionDetails.Defence #progressBarDefend div {
  line-height: 13px;
}

#MissionDetails #button_action,
#MissionDetails #button_actionPower {
  border-color: red;
  border-radius: 3px 3px 3px 3px;
  font-weight: bold;
  height: 22px;
  margin: 5px;
  margin-bottom: 2px;
  padding-bottom: 2px;
  width: 150px;
}

#MissionDetails .activeActionDesc {
  font-weight: bold;
  font-size: 10px;
  color: black;
}

#MissionDetails #actionErrorMsg {
  background-color: red;
  color: white;
  display: none;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  padding-top: 1px;
  position: relative;
  top: -18px;
  width: 100%;
}

#finished .missionEndWrapper {
  background-color: #ffffff;
  padding: 10px;
}

#missionEndImage {
  display: inline-block;
}

#finishedContent {
  display: inline;
}

#finishedContent .successTitle {
  font-size: 20px;
  color: green;
  font-weight: bold;
}

#finishedContent .failedTitle {
  font-size: 20px;
  color: red;
  font-weight: bold;
}

#finishedContent .rewardsTitle {
  font-size: 16px;
  font-weight: bold;
}

#finishedContent LI {
  font-size: 14px;
  color: green;
  font-weight: bold;
  margin-top: 2px;
}

#missionCore {
  background-color: white;
  border: 2px solid black;
  border-bottom: none;
  position: relative;
  top: -450px;
  width: 480px;
}

#MissionDesc2 {
  display: none;
  width: 84%;
  left: 8%;
  right: 8%;
  z-index: 10;
  position: relative;
  top: 25px;
}

#MissionRewards2 {
  display: none;
  position: relative;
  z-index: 5;
  width: 84%;
  left: 0;
  top: 0;
  max-width: 300px;
  right: 0;
  margin: -70px auto 20px;
}

#inviteContainer {
  border: 2px solid black;
  height: 180px;
  margin-top: -388px;
  background-color: rgba(128, 128, 128, 0.6);
  right: 0px;
  position: absolute;
}

#inviteContainer2 {
  border: 2px solid black;
  float: right;
  height: 180px;
  position: relative;
  top: -428px;
  display: none;
  float: none !important;
  position: relative !important;
  top: 0 !important;
  height: auto;
  background-color: rgba(128, 128, 128, 0.6);
}

.friendMissionInfo {
  position: absolute;
  width: 100%;
  background-color: dimgray;
  color: white;
  z-index: 1;
}

#MissionContainer .progressBar {
  color: black;
  margin: 3px 5px;
  height: 28px;
  width: 98%;
}

#MissionContainer .progressBar DIV {
  line-height: 26px;
  padding: 0 3px;
}

@media only screen and (max-width: 555px) {
  .MissionsPage .mission {
    width: auto;
  }

  .MissionsPage #LocationTabs .outerZoomArea {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
  }

  .MissionsPage .zoomArea {
    width: 100% !important;
    margin: 0 auto;
  }

  .MissionsPage .loc1 {
    background-color: #92c1a6 !important;
  }

  .MissionsPage .loc2 {
    background-color: #ded2ed !important;
  }

  .MissionsPage .loc3 {
    background-color: #ae5e2a !important;
  }

  .MissionsPage .loc4 {
    background-color: #b2ca98 !important;
  }

  .MissionsPage .loc5 {
    background-color: #7ec3fc !important;
  }

  #missionAreaIntro {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 970px) {
  .MissionsPage .mission {
    width: 100%;
  }
}

@media only screen and (max-width: 870px) {
  #port {
    max-width: 600px !important;
    width: 100% !important;
    left: initial !important;
    margin: 0 auto !important;
  }

  #movePort {
    width: 100% !important;
    margin-top: 45px !important;
    height: 500px !important;
  }

  #MissionDesc {
    display: none;
  }

  #MissionDesc2 {
    display: block !important;
  }

  #MissionRewards {
    display: none;
  }

  #MissionRewards2 {
    display: block !important;
  }

  #inviteContainer {
    display: none;
  }

  #inviteContainer2 {
    display: block !important;
  }

  #missionCore {
    width: 96% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
    float: none !important;
  }

  #missionControls {
    width: 96% !important;
    max-width: 480px !important;
    margin: 0 auto !important;
    float: none !important;
  }

  #MissionEventsContainer {
    margin-top: 20px !important;
  }

  .MissionsPage .slotsHolder {
    float: none;
    margin: 5px;
    display: inline-block;
  }

  .MissionChats {
    width: 100% !important;
    margin-top: 30px !important;
    margin-left: 0 !important;
  }

  .MissionChats .chatLogs li {
    width: 98% !important;
  }

  .MissionLogs {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .MissionLogs .missionlogs li {
    width: 98% !important;
  }
}

@media only screen and (max-width: 450px) {
  #movePort {
    height: 450px !important;
  }
}

@media only screen and (max-width: 400px) {
  #movePort {
    height: 410px !important;
  }
}

/* Location Tab Status Styles */

.button-gray {
  background-color: #666 !important;
  color: #ccc !important;
  cursor: not-allowed !important;
}

.button-gray:hover {
  background-color: #666 !important;
  color: #ccc !important;
}

.button-green {
  background-color: #4caf50 !important;
  color: white !important;
}

.button-green:hover {
  background-color: #45a049 !important;
}

/* Friend Mission Info Styles */

.MissionsPage .mission_friend_info {
  margin-top: 5px;
}

.MissionsPage .mission_friend_name {
  font-size: 0.9em;
  color: #3B5998;
  font-weight: bold;
}

body.dark-mode .MissionsPage .mission_friend_name {
  color: #8fd4ff;
}

.MissionsPage .mission_badge {
  display: inline-block;
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 0.75em;
  font-weight: bold;
}

.MissionsPage .mission_badge_pack_member {
  background-color: #4CAF50;
}

.MissionsPage .mission_badge_ended {
  background-color: #f44336;
}

.MissionsPage .mission_badge_completed {
  background-color: #66BB6A;
}

.MissionsPage .mission_badge_in_progress {
  background-color: #2196F3;
}
/* Outside pages: createorlogin, logout — sign-in layout */

.app-bootstrap-loading {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.app-bootstrap-loading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: min(18rem, 50vw);
  text-align: center;
}

.app-bootstrap-loading__logo {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.app-bootstrap-loading__text {
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.35;
  padding: 0.1em 0 0.2em;
  overflow: visible;
}

.app-bootstrap-loading__spinner {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  flex-shrink: 0;
}

/* ── Page shell ───────────────────────────────────────────── */

.createorlogin-page {
  box-sizing: border-box;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.75rem, 2.5vw, 1.25rem);
  padding: clamp(1rem, 4vw, 2rem) clamp(0.75rem, 3vw, 1.5rem) 2.5rem;
  font-variant-caps: normal;
}

.createorlogin-page .nicepanel.np80,
.createorlogin-page .treespanel {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  max-width: min(56rem, 94vw);
  margin: 0 auto;
}

.createorlogin-page .treespanel {
  width: 100%;
}

.createorlogin-page .nicepanel.padded {
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 4vw, 2rem);
}

/* Hero */

.createorlogin-hero {
  text-align: center;
  padding: clamp(0.85rem, 2.5vw, 1.25rem) clamp(1rem, 4vw, 1.75rem);
}

.createorlogin-wolf-heads {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  margin: 0 auto 0.5rem;
  max-width: 18rem;
  padding-top: 0.15rem;
}

.createorlogin-wolf-head {
  display: block;
  width: clamp(2.75rem, 16vw, 4rem);
  height: auto;
  flex: 0 0 auto;
  margin-left: clamp(-0.65rem, -3vw, -0.35rem);
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
  opacity: 0.96;
  transition: transform 0.2s ease;
}

.createorlogin-wolf-head:first-child {
  margin-left: 0;
}

.createorlogin-wolf-head--green {
  transform: translateY(6px) scale(0.9);
  z-index: 1;
}

.createorlogin-wolf-head--blue {
  transform: translateY(2px) scale(0.95);
  z-index: 2;
}

.createorlogin-wolf-head--burgundy {
  transform: translateY(2px) scale(0.95);
  z-index: 2;
}

.createorlogin-wolf-head--gold {
  transform: translateY(-2px) scale(1.05);
  z-index: 3;
}

@media (max-width: 600px) {
  .createorlogin-wolf-heads {
    max-width: 15rem;
  }

  .createorlogin-wolf-head {
    width: clamp(2.5rem, 18vw, 3.25rem);
    margin-left: clamp(-0.5rem, -2.5vw, -0.3rem);
  }
}

.createorlogin-title {
  margin: 0;
  font-size: clamp(1.35rem, 4.5vw, 1.85rem);
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  color: cornflowerblue;
  font-variant-caps: normal;
  letter-spacing: 0.02em;
}

.createorlogin-lead {
  margin: 0.65rem 0 0;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  font-variant-caps: normal;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.createorlogin-panel-title {
  margin: 0 0 1rem;
  font-size: clamp(1rem, 3vw, 1.15rem);
  font-style: italic;
  font-weight: bold;
  color: cornflowerblue;
  text-align: center;
  font-variant-caps: normal;
}

.createorlogin-lead--welcome {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.92);
}

/* Signed-in: next step panel */

.createorlogin-next-step {
  text-align: center;
  max-width: min(28rem, 94vw);
}

.createorlogin-signed-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto 1rem;
  padding: 0.35rem 0.75rem 0.35rem 0.45rem;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.18);
  border: 1px solid rgba(201, 162, 39, 0.45);
}

.createorlogin-signed-badge-icon {
  width: clamp(1.75rem, 8vw, 2.25rem);
  height: auto;
  display: block;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}

.createorlogin-signed-badge-text {
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(232, 197, 71, 0.95);
  font-variant-caps: normal;
}

.createorlogin-next-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.15rem, 3.5vw, 1.35rem);
  font-style: italic;
  font-weight: bold;
  color: cornflowerblue;
  font-variant-caps: normal;
}

.createorlogin-next-lead {
  margin: 0 auto 1rem;
  max-width: 22rem;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  font-variant-caps: normal;
}

.createorlogin-next-steps {
  list-style: none;
  margin: 0 auto 1.25rem;
  padding: 0;
  max-width: 20rem;
  text-align: left;
  font-variant-caps: normal;
}

.createorlogin-next-steps li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.75rem;
  font-size: clamp(0.8rem, 2.2vw, 0.9rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.createorlogin-next-steps li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: cornflowerblue;
  box-shadow: 0 0 6px rgba(100, 149, 237, 0.6);
}

.createorlogin-cta-primary {
  display: block;
  width: 100%;
  max-width: 18rem;
  margin: 0 auto 0.65rem;
  padding: 0.8rem 1.25rem;
  border: 2px solid #7a5f12;
  border-radius: 6px;
  background-color: #c9a227;
  background-image: linear-gradient(
    180deg,
    #f0d56a 0%,
    #d4ad2e 42%,
    #a67c00 100%
  );
  color: #1a1206;
  font-size: clamp(1.05rem, 3.8vw, 1.3rem);
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
  font-variant-caps: normal;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.createorlogin-cta-primary:hover,
.createorlogin-cta-primary:focus {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.createorlogin-cta-primary:active {
  transform: translateY(0);
  filter: brightness(0.96);
}

.createorlogin-cta-logout {
  appearance: none;
  display: inline-block;
  margin: 0.25rem auto 0;
  padding: 0.35rem 0.65rem;
  border: none;
  border-radius: 4px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-variant-caps: normal;
}

.createorlogin-cta-logout:hover,
.createorlogin-cta-logout:focus {
  color: rgba(255, 255, 255, 0.85);
}

/* ── Sign-in grid ─────────────────────────────────────────── */

.createorlogin-signin {
  width: 100%;
}

.createorlogin-signin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.85rem, 2.5vw, 1.25rem);
  align-items: stretch;
  width: 100%;
}

.createorlogin-signin-grid--link {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.createorlogin-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  padding: clamp(0.85rem, 2.5vw, 1.15rem);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-sizing: border-box;
  min-width: 0;
}

.createorlogin-card-title {
  margin: 0 0 0.5rem;
  font-size: clamp(0.95rem, 2.5vw, 1.05rem);
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  font-variant-caps: normal;
}

.createorlogin-card-desc {
  margin: 0 0 1rem;
  flex: 1 1 auto;
  font-size: clamp(0.8rem, 2.2vw, 0.9rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  font-variant-caps: normal;
}

.createorlogin-provider-btn.login-btn-with-icon {
  display: grid;
  grid-template-columns: minmax(2.75rem, auto) 1fr minmax(2.75rem, auto);
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  min-height: clamp(44px, 12vw, 52px);
  padding: 0.5rem 0.65rem;
  font-variant-caps: normal;
  gap: 0;
}

.createorlogin-provider-btn .login-btn-icon-img {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  align-self: center;
  width: clamp(22px, 22%, 30px);
  height: clamp(22px, 22%, 30px);
  margin-left: 0.1rem;
}

.createorlogin-provider-btn > span {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  text-align: center;
  font-size: clamp(0.95rem, 3.2vw, 1.125rem);
  font-weight: 600;
  line-height: 1.2;
  font-variant-caps: normal;
  pointer-events: none;
}

/* Tablet only: Facebook + Google side by side, email below */

@media (min-width: 601px) and (max-width: 960px) {
  .createorlogin-signin-grid:not(.createorlogin-signin-grid--link) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .createorlogin-card--email {
    grid-column: 1 / -1;
  }
}

/* Narrow viewports: stack Facebook, Google, then email */

@media (max-width: 600px) {
  .createorlogin-signin-grid,
  .createorlogin-signin-grid--link {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    align-items: stretch;
  }

  .createorlogin-card {
    width: 100%;
    flex: 0 0 auto;
  }

  .createorlogin-card--email {
    grid-column: unset;
  }

  .createorlogin-page {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .createorlogin-panel .nicepanel.padded,
  .createorlogin-page .nicepanel.padded {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .createorlogin-provider-btn.login-btn-with-icon {
    min-height: 48px;
  }
}

/* ── Email form ───────────────────────────────────────────── */

.createorlogin-email-body {
  width: 100%;
  min-width: 0;
}

.createorlogin-email-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  text-align: left;
}

.createorlogin-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  font-variant-caps: normal;
  cursor: pointer;
}

.createorlogin-checkbox input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.createorlogin-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
}

.createorlogin-label {
  font-size: 0.8rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.9);
  font-variant-caps: normal;
}

.createorlogin-hint {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  font-variant-caps: normal;
}

.createorlogin-page .signin-email-input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.45rem 0.55rem !important;
  min-height: 38px;
  font-size: 1rem;
}

.createorlogin-password-wrap {
  display: block;
  width: 100%;
}

.createorlogin-password-wrap .signin-email-input {
  width: 100%;
}

.createorlogin-forgot-btn {
  align-self: flex-start;
  margin-top: 0.35rem;
}

.createorlogin-submit-btn,
.createorlogin-secondary-btn {
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  font-variant-caps: normal;
}

.createorlogin-email-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.createorlogin-verify {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.createorlogin-alert {
  padding: 0.55rem 0.65rem;
  border-radius: 4px;
  font-size: 0.85rem;
  line-height: 1.45;
  font-variant-caps: normal;
}

.createorlogin-alert--error {
  background: rgba(200, 0, 0, 0.25);
  border: 1px solid rgba(255, 100, 100, 0.35);
  color: #ffe0e0;
}

.createorlogin-alert--success {
  background: rgba(0, 120, 0, 0.25);
  border: 1px solid rgba(120, 255, 120, 0.3);
  color: #e8ffe8;
}

/* Password toggle */

.createorlogin-password-wrap .password-toggle-btn {
  color: #333;
}

/* Forgot password — readable on panel */

.createorlogin-page .button-forgot-pw {
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.35;
  min-height: 32px;
  font-variant-caps: normal;
}

/* Social login buttons (unchanged brand colours) */

.login-btn-with-icon:not(.createorlogin-provider-btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.login-btn-icon-img {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.login-btn-facebook {
  background-color: #1877f2;
  background-image: linear-gradient(to bottom, #1877f2, #166fe5);
  border: 1px solid #0d5bb5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.login-btn-facebook:hover,
.login-btn-facebook:focus {
  background: #166fe5;
  border-color: #0d5bb5;
  color: white;
}

.login-btn-facebook:active {
  background: #166fe5;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.login-btn-google {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff, #f8f8f8);
  border: 1px solid #dadce0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #3c4043;
  text-shadow: none;
}

.login-btn-google:hover,
.login-btn-google:focus {
  background: #f8f8f8;
  border-color: #dadce0;
  color: #3c4043;
}

.login-btn-google:active {
  background: #f1f1f1;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.login-btn-google:disabled {
  background: #f8f8f8;
  color: #9aa0a6;
  border-color: #dadce0;
}

.password-input-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.password-input-wrap .signin-email-input {
  padding-right: 2.25rem !important;
}

.password-input-wrap .password-toggle-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 6px;
  font-size: 14px;
}

.password-input-wrap .password-toggle-btn:hover {
  color: #333;
}

/* Legacy selectors — no-op when new layout is used; kept for other outside pages */

.signin-options-title,
.signin-options-title + #loginBtn {
  position: relative;
  top: auto;
  height: auto;
  min-height: auto;
}

#loginBtn {
  position: relative;
  top: auto;
  height: auto;
  min-height: auto;
}

#createBtn {
  position: relative;
  bottom: auto;
  min-height: auto;
}
.PackPage .viewgrid {
  grid-template-columns: 1.2fr 1.5fr;
}

#Button_editPack {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.playerRow {
  background-color: #DDD;
}

.pupParentContainer {
  display: flex;
}

.showAllButton {
  display: flex;
  align-items: center;
}

.pupParent {
  border: 2px solid black;
  height: 280px;
  width: 200px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pupParentMask {
  position: absolute;
  height: 220px;
  width: 196px;
  cursor: pointer;
  top: 0;
  z-index: 10;
}

.parentAvatar {
  height: 200px;
}

.pupContainer {
  display: flex;
}

.pupContainer img {
  display: inline;
}

.pupContainer td {
  vertical-align: middle !important;
}

/*.pup {
}*/

.moodImage {
  height: 60px;
  display: block !important;
}

.pupEditAvatar {
  padding: 10px;
  width: 300px;
}

.PackPage .newModal.smallsquare .pupEditAvatar {
  width: auto;
  max-width: 100%;
  padding: 4px;
}

.pupEditMood {
  background-color: white;
  width: 150px;
}

.bar {
  width: 5px;
}

.bar.bar1 {
  border: 0 !important;
  background-color: green !important;
}

.bar.bar1.barBorder {
  border-bottom: 2px solid black !important;
}

.bar.bar2 {
  border: 0 !important;
  background-color: lightgreen !important;
}

.bar.bar2.barBorder {
  border-bottom: 2px solid black !important;
}

.mateActionWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.mateImage {
  display: block;
  margin: 0 auto;
  max-width: min(100%, 360px);
  width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.15s ease, filter 0.15s ease;
  cursor: pointer;
}

.mateImage:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.mateImage:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

.mateImage.mateImage-disabled {
  cursor: not-allowed;
  filter: grayscale(0.35) brightness(0.92);
  box-shadow: none;
}

.mateImage.mateImage-disabled:hover,
.mateImage.mateImage-disabled:active {
  transform: none;
  filter: grayscale(0.35) brightness(0.92);
  box-shadow: none;
}

.unity-col {
  line-height: 22px;
}



.recentUnity table {
  width: 100%;
  text-align: left;
  font-size: 12px;
  padding: 0 6px;
}

.recentUnity thead {
  font-weight: bold;
}

.recentUnity-filter {
  text-align: center;
}

.recentUnity-filter-label {
  cursor: pointer;
  user-select: none;
}

.recentUnity-filter-label input {
  margin-right: 6px;
  vertical-align: middle;
}

.voteContainer {
  border: 1px solid red;
  padding: 2px;
}

.PackPage .alpha-lock-countdown {
  font-size: 11px;
  font-weight: 600;
  margin-left: 4px;
  opacity: 0.85;
  font-variant-numeric: tabular-nums;
}

.progress {
  display: inline-block;
  width: 100px;
  border: 3px groove #ccc;
}

.progress > div {
  font-size: smaller;
  background-color: lightgreen;
  width: 0%;
}

.inviteButtonCell {
  min-width: 220px;
}

/* Pack change — incoming invites: grid layout so mobile shows expiry left of Delete */

.PackPage .inviteButtonCell.packInviteCellActions {
  display: grid;
  gap: 4px 6px;
  min-width: 220px;
  grid-template-columns: auto auto auto;
  grid-template-areas: "packInviteView packInviteJoin packInviteDelete"
        "packInviteExpiry packInviteExpiry packInviteExpiry";
  justify-items: end;
  align-items: center;
}

.PackPage .inviteButtonCell.packInviteCellActions .packInviteBtnView {
  grid-area: packInviteView;
}

.PackPage .inviteButtonCell.packInviteCellActions .packInviteBtnJoin {
  grid-area: packInviteJoin;
}

.PackPage .inviteButtonCell.packInviteCellActions .packInviteBtnDelete {
  grid-area: packInviteDelete;
}

.PackPage .inviteButtonCell.packInviteCellActions .packInviteExpiry {
  grid-area: packInviteExpiry;
  width: 100%;
  text-align: right;
  font-size: 11px;
  line-height: 1.25;
}

.packInviteInviterLine {
  font-size: 11px;
  margin-top: 4px;
  line-height: 1.3;
  opacity: 0.92;
}

.packLogo {
  width: 200px;
}

.PackPage .pack-settings-card {
  background-color: #eef6ff;
  border: 2px solid #3d6f9a;
  color: #102334;
  box-shadow: 0 2px 8px rgba(16, 35, 52, 0.15);
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.PackPage .pack-settings-card .panel-header {
  background-color: #2f5f8a;
  color: #ffffff;
  border-radius: 6px;
  letter-spacing: 0.6px;
}

.PackPage .pack-settings-option {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.PackPage .pack-settings-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #4a90e2;
  border: 2px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
}

.PackPage .pack-settings-note {
  text-align: center;
}

body.dark-mode .PackPage .pack-settings-card {
  background-color: #f3f7fc;
  border-color: #9db7d1;
  color: #122435;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

body.dark-mode .PackPage .pack-settings-card .panel-header {
  background-color: #2c4f70;
  color: #ffffff;
}

body.dark-mode .PackPage .pack-settings-checkbox {
  border-color: #7e93a8;
}

@media only screen and (max-width: 500px) {
  .parentAvatar {
    height: 90px;
  }

  .pupParent {
    height: 180px;
  }

  .moodImage {
    height: 40px;
  }

  .PackPage .inviteButtonCell.packInviteCellActions {
    min-width: 0;
    width: 100%;
    grid-template-columns: 1fr auto;
    grid-template-areas: "packInviteView packInviteView"
            "packInviteJoin packInviteJoin"
            "packInviteExpiry packInviteDelete";
    justify-items: stretch;
  }

  .PackPage .inviteButtonCell.packInviteCellActions .packInviteBtnView,
  .PackPage .inviteButtonCell.packInviteCellActions .packInviteBtnJoin {
    justify-self: stretch;
    text-align: center !important;
    margin: 3px 0;
  }

  .PackPage .inviteButtonCell.packInviteCellActions .packInviteBtnDelete {
    justify-self: end;
    margin: 3px 0;
  }

  .PackPage .inviteButtonCell.packInviteCellActions .packInviteExpiry {
    text-align: left;
    justify-self: start;
    align-self: center;
    font-size: 9px;
    padding-right: 4px;
    min-width: 0;
  }

  .packLogo {
    width: 130px;
  }

  .largeAt500 {
    font-size: 20px;
  }
}

.pack-member-membership-badge {
  margin-top: 5px;
  text-align: center;
}

.pack-membership-label {
  max-width: 120px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 500px) {
  .pack-membership-label {
    width: 60px;
    max-width: 60px;
  }
}

/* Pack home — merge callouts (defending pack, #packTop is text-align: centre) */

.PackPage #packTop .pack-merge-callout {
  align-self: stretch;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 8px 0 16px;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.09);
}

.PackPage #packTop .pack-merge-callout--alpha {
  background: linear-gradient(135deg, #f9fdf9 0%, #e8f3ec 100%);
  border-color: rgba(46, 139, 87, 0.38);
}

/* Alpha has accepted; waiting for the other Alpha */

.PackPage #packTop .pack-merge-callout--alpha-wait {
  background: linear-gradient(135deg, #fcfaf4 0%, #f0ead8 100%);
  border-color: rgba(160, 130, 50, 0.42);
}

.PackPage #packTop .pack-merge-callout--alpha-wait .pack-merge-callout__kicker {
  color: #5c4a24;
}

.PackPage #packTop .pack-merge-callout--alpha-wait .pack-merge-callout__icon {
  background: linear-gradient(180deg, #a88a2a 0%, #6b5718 100%);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.12);
}

.PackPage #packTop .pack-merge-callout--vote {
  background: linear-gradient(135deg, #fafcff 0%, #e1eef7 100%);
  border-color: rgba(42, 106, 154, 0.42);
}

/* Accent rail + glyph */

.PackPage #packTop .pack-merge-callout__icon {
  flex: 0 0 48px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 4px;
}

.PackPage #packTop .pack-merge-callout--alpha .pack-merge-callout__icon {
  background: linear-gradient(180deg, #2e8b57 0%, #1b5a38 100%);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.12);
}

.PackPage #packTop .pack-merge-callout--vote .pack-merge-callout__icon {
  background: linear-gradient(180deg, #2a6a9a 0%, #1a4a6e 100%);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.12);
}

.PackPage #packTop .pack-merge-callout__glyph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  line-height: 1;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* Body copy */

.PackPage #packTop .pack-merge-callout__content {
  flex: 1 1 auto;
  min-width: 0;
  padding: 14px 16px 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.PackPage #packTop .pack-merge-callout__kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3d5a45;
  margin: 0 0 4px;
}

.PackPage #packTop .pack-merge-callout--vote .pack-merge-callout__kicker {
  color: #2a4a63;
}

.PackPage #packTop .pack-merge-callout__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
  margin: 0 0 8px;
  padding: 0;
  border: none;
  text-align: left;
  background: none;
}

.PackPage #packTop .pack-merge-callout__pack-name {
  color: #1a4a6e;
  font-style: normal;
  font-weight: 700;
}

.PackPage #packTop .pack-merge-callout__text {
  font-size: 12px;
  line-height: 1.4;
  color: #3a3a3a;
  margin: 0 0 12px;
  max-width: 38em;
}

/* Vote tally chips */

.PackPage #packTop .pack-merge-callout__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0 0 12px;
  width: 100%;
}

.PackPage #packTop .pack-merge-callout__stat {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 4.2em;
  padding: 6px 12px 7px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.PackPage #packTop .pack-merge-callout__stat--yes {
  border-color: rgba(46, 139, 87, 0.35);
  background: linear-gradient(180deg, #f2faf4 0%, #dff0e3 100%);
}

.PackPage #packTop .pack-merge-callout__stat--no {
  border-color: rgba(180, 60, 60, 0.3);
  background: linear-gradient(180deg, #fdf4f3 0%, #f5dfdd 100%);
}

.PackPage #packTop .pack-merge-callout__stat--need {
  border-color: rgba(42, 106, 154, 0.35);
  background: linear-gradient(180deg, #f0f6fb 0%, #dce9f3 100%);
}

.PackPage #packTop .pack-merge-callout__stat-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 2px;
}

.PackPage #packTop .pack-merge-callout__stat--yes .pack-merge-callout__stat-label {
  color: #1e5f3a;
}

.PackPage #packTop .pack-merge-callout__stat--no .pack-merge-callout__stat-label {
  color: #8a2e2e;
}

.PackPage #packTop .pack-merge-callout__stat--need .pack-merge-callout__stat-label {
  color: #1a4a6e;
}

.PackPage #packTop .pack-merge-callout__stat-value {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #111;
  font-variant-numeric: tabular-nums;
}

/* Primary CTA (reads as a button) */

.PackPage #packTop .pack-merge-callout__cta {
  display: inline-block;
  margin-top: 2px;
  padding: 9px 18px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: filter 0.12s ease, transform 0.12s ease;
}

.PackPage #packTop .pack-merge-callout--alpha .pack-merge-callout__cta {
  background: linear-gradient(180deg, #2e8b57 0%, #1f6b42 100%);
  color: #fff;
}

.PackPage #packTop .pack-merge-callout--alpha-wait .pack-merge-callout__cta {
  background: linear-gradient(180deg, #a88a2a 0%, #6f5818 100%);
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.PackPage #packTop .pack-merge-callout--vote .pack-merge-callout__cta {
  background: linear-gradient(180deg, #2a6a9a 0%, #1e5680 100%);
  color: #fff;
}

.PackPage #packTop .pack-merge-callout__cta:hover {
  filter: brightness(1.05);
  text-decoration: none;
  color: #fff;
}

.PackPage #packTop .pack-merge-callout__cta:active {
  filter: brightness(0.95);
  transform: translateY(1px);
}

/* Narrow screens: more breathing room, smaller icon rail */

@media (max-width: 500px) {
  .PackPage #packTop .pack-merge-callout__content {
    padding: 12px 12px 14px 12px;
  }

  .PackPage #packTop .pack-merge-callout__icon {
    flex-basis: 44px;
  }

  .PackPage #packTop .pack-merge-callout__title {
    font-size: 14px;
  }
}

/* Dark mode */

body.dark-mode .PackPage #packTop .pack-merge-callout {
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark-mode .PackPage #packTop .pack-merge-callout--alpha {
  background: linear-gradient(135deg, #1c2520 0%, #152018 100%);
  border-color: rgba(120, 200, 150, 0.25);
}

body.dark-mode .PackPage #packTop .pack-merge-callout--alpha-wait {
  background: linear-gradient(135deg, #222018 0%, #1a160f 100%);
  border-color: rgba(200, 170, 80, 0.35);
}

body.dark-mode .PackPage #packTop .pack-merge-callout--alpha-wait .pack-merge-callout__kicker {
  color: #d4c48a;
}

body.dark-mode .PackPage #packTop .pack-merge-callout--alpha-wait .pack-merge-callout__text {
  color: #c8c2b0;
}

body.dark-mode .PackPage #packTop .pack-merge-callout--vote {
  background: linear-gradient(135deg, #1a1f2a 0%, #121820 100%);
  border-color: rgba(100, 160, 220, 0.3);
}

body.dark-mode .PackPage #packTop .pack-merge-callout__kicker {
  color: #9ac4a5;
}

body.dark-mode .PackPage #packTop .pack-merge-callout--vote .pack-merge-callout__kicker {
  color: #8eb8da;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__title {
  color: #e8e8e8;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__pack-name {
  color: #7eb8e8;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__text {
  color: #b8c4bc;
}

body.dark-mode .PackPage #packTop .pack-merge-callout--vote .pack-merge-callout__text {
  color: #a8b8c8;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__stat {
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__stat--yes {
  background: linear-gradient(180deg, #1a2e22 0%, #132419 100%);
  border-color: rgba(100, 180, 120, 0.35);
}

body.dark-mode .PackPage #packTop .pack-merge-callout__stat--no {
  background: linear-gradient(180deg, #2c1e1e 0%, #1f1515 100%);
  border-color: rgba(200, 100, 100, 0.35);
}

body.dark-mode .PackPage #packTop .pack-merge-callout__stat--need {
  background: linear-gradient(180deg, #1a2330 0%, #121a24 100%);
  border-color: rgba(100, 150, 200, 0.35);
}

body.dark-mode .PackPage #packTop .pack-merge-callout__stat-label {
  color: #8a8a8a;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__stat--yes .pack-merge-callout__stat-label {
  color: #6fcf8a;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__stat--no .pack-merge-callout__stat-label {
  color: #f0a0a0;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__stat--need .pack-merge-callout__stat-label {
  color: #7eb8e8;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__stat-value {
  color: #f0f0f0;
}

body.dark-mode .PackPage #packTop .pack-merge-callout__cta {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.08);
}
.tactic {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0.4;
  background: none 0px 0px repeat scroll rgb(0, 0, 0);
  vertical-align: middle;
  text-align: center;
  border: 1px solid grey;
  cursor: pointer;
}

.tactic:hover {
  opacity: 0.6;
}

.tacticName {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}

#areaImage {
  height: 400px;
  width: 600px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}

#areaImageWide {
  height: 150px;
  width: 600px;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}

.countdownContainer {
  text-align: center;
  margin: 0 auto;
  width: 210px;
  background-color: white;
  opacity: 0.7;
  color: black;
  position: relative;
  top: 25%;
}

.countdownContainer.results {
  width: 31%;
  min-width: 0;
  max-width: 31%;
  padding: 6px 9px 7px;
  top: initial;
  line-height: 1.25;
  opacity: 1;
  background: rgba(245, 245, 245, 0.8);
  border: 1px solid rgba(45, 45, 45, 0.45);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  overflow: hidden;
}

#PackHunting .resultsContainer .countdownContainer.results .blue.bold {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  font-family: "Trebuchet MS", Verdana, "Segoe UI", Tahoma, sans-serif;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.dark-mode #PackHunting .resultsContainer .countdownContainer.results .blue.bold {
  color: blue !important;
}

#PackHunting .resultsContainer .countdownContainer.results .alignl,
#PackHunting .resultsContainer .countdownContainer.results [ng-repeat] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 2px;
  font-family: "Segoe UI", "Trebuchet MS", Tahoma, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 6px;
}

#PackHunting .resultsContainer .countdownContainer.results .alignl .bold,
#PackHunting .resultsContainer .countdownContainer.results [ng-repeat] .bold {
  margin-right: auto;
  letter-spacing: 0.8px;
  color: #222;
}

.tacticMember {
  display: inline-block;
  margin: 5px 10px !important;
  width: 155px;
  text-align: center;
  border: 1px solid grey;
}

.tacticMember .title {
  font-weight: bold;
  background-color: lightgray;
}

#huntResults .preyIcon {
  width: 45px;
  display: inline;
}

.resultsContainer {
  height: 150px;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
}

.pack-hunt-pending {
  padding: 0;
  text-align: left;
}

.pack-hunt-pending__list {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 0 12px;
  padding: 4px 8px 6px 0.8em;
}

.pack-hunt-pending__item {
  padding: 5px 0px;
  border-top: 1px dotted rgba(80, 80, 80, 0.35);
}

.pack-hunt-pending__item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pack-hunt-pending__item:first-child {
  border-top: 0;
}

.pack-hunt-pending__main {
  line-height: 1.2;
  flex: 1 1 auto;
}

.pack-hunt-pending__cta .button.button-thin {
  min-width: 58px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .tactic {
    width: 75px;
    height: 75px;
  }

  #areaImage {
    height: 300px;
    width: 450px;
  }

  .tacticName {
    font-size: 12px;
  }

  #packHuntingHelp {
    font-size: 9px;
  }

  #huntResults tbody {
    font-size: 12px !important;
  }

  #huntResults .preyIcon {
    width: 30px;
  }

  #areaImageWide {
    width: 100%;
    height: 100px;
  }

  #areaImageWide.adjust {
    height: auto !important;
    background-size: cover;
  }

  .resultsContainer.adjust {
    height: auto;
    padding-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    gap: 6px;
  }

  .countdownContainer.results {
    width: 32%;
    max-width: 32%;
    padding: 5px 6px 6px;
    font-size: 12px;
  }

  #PackHunting .resultsContainer .countdownContainer.results .blue.bold {
    font-size: 14px;
    margin-bottom: 4px;
    letter-spacing: 0.2px;
  }

  #PackHunting .resultsContainer .countdownContainer.results .alignl,
  #PackHunting .resultsContainer .countdownContainer.results [ng-repeat] {
    font-size: 13px;
    line-height: 1.1;
    margin-bottom: 1px;
  }

  .pack-hunt-pending__list {
    padding: 3px 6px 5px 0.75em;
  }

  .pack-hunt-pending__item {
    padding: 4px 5px;
  }

  .pack-hunt-pending__item-row {
    align-items: flex-start;
  }

  .pack-hunt-pending__main {
    font-size: 11px;
  }

  .pack-hunt-pending__cta .button.button-thin {
    min-width: 52px;
  }
}
.powerupsGroupContainer {
  padding: 0px 5px;
  margin-bottom: 6px;
  border: solid 2px #3f555f;
  vertical-align: middle;
  color: black;
  border-radius: 5px;
  display: inline-block;
  margin: 10px 10px;
  background-color: whitesmoke;
}

.powerupsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.powerUp {
  display: inline-block;
  font-family: arial narrow;
  font-size: 12px;
  margin: 0 5px;
  width: 108px;
}

.powerUp .powerUpName {
  height: 40px;
  display: flex;
}

.powerUp .powerUpName .pUpText {
  width: 100%;
  align-self: flex-end;
  line-height: 16px;
}

.powerUp img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.powerUp .powerUpCount {
  float: right;
  position: relative;
  top: -12px;
  right: 3px;
  border: solid black 1px;
  font-size: 10px;
  font-weight: bold;
  width: 24px;
  background-color: Aqua;
}

.powerUpCount.greenbg {
  background-color: limegreen;
  color: white;
}

/* Footer: draw attention when any power-up is active */

@keyframes wpPowerUpsTabFizz {
  0%, 100% {
    text-shadow: 0 0 2px rgba(180, 255, 200, 0.35);
    filter: brightness(1);
  }

  40% {
    text-shadow: 0 0 10px rgba(200, 255, 180, 0.95),
      0 0 16px rgba(120, 220, 160, 0.55);
    filter: brightness(1.12);
  }

  70% {
    text-shadow: 0 0 6px rgba(165, 240, 190, 0.65);
    filter: brightness(1.05);
  }
}

.FooterMenu2Option--powerUpsActiveFizz {
  position: relative;
  animation: wpPowerUpsTabFizz 2.2s ease-in-out infinite;
  color: #c8e6c9;
  font-weight: bold;
}

body.dark-mode .FooterMenu2Option--powerUpsActiveFizz {
  color: #c8e6c9;
}

/* Power-ups modal: subtle fizz on active stock count badge */

@keyframes wpPowerUpCountFizz {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
    filter: brightness(1);
  }

  45% {
    transform: scale(1.08);
    box-shadow: 0 0 6px 2px rgba(200, 255, 180, 0.65);
    filter: brightness(1.1);
  }

  70% {
    transform: scale(1.03);
    box-shadow: 0 0 3px 1px rgba(160, 235, 150, 0.5);
    filter: brightness(1.04);
  }
}

.powerUpCount.powerUpCount--active-fizz {
  transform-origin: center center;
  border-radius: 3px;
  z-index: 1;
  animation: wpPowerUpCountFizz 1.8s ease-in-out infinite;
}
.PupPage .col1 {
  float: left;
  margin: 2px 0;
  padding: 0 5px;
  border-right: 1px solid darkslateblue;
  height: 150px;
  text-align: center;
  padding-right: 10px;
}

.PupPage .col2 {
  margin: 2px 0;
  padding: 0 5px;
  min-height: 150px;
  padding-left: 10px;
}

.PupPage .col2.locked {
  background-color: lightgrey;
}

.PupPage .locationImgContainer {
  min-width: 280px;
}

.PupPage .locationImgAction {
  flex-grow: 1;
}

.PupPage .pup {
  text-align: left;
  width: 48%;
}

.PupPage .pupHistory {
  text-align: left;
  width: 48%;
}

.PupPage .pup_heading {
  font-weight: bold;
  font-size: medium;
  line-height: 18px;
  margin-bottom: 10px;
}

.PupPage .pup_info {
  font-weight: bold;
}

.PupPage .mood {
  font-size: 40px;
  line-height: 50px;
}

.PupPage .mood.large {
  font-size: 85px;
  line-height: 94px;
  height: 100px;
}

.PupPage .age {
  color: black;
  background-color: lightsteelblue;
  border: 1px solid #006633;
  height: 21px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  float: right;
  margin-right: 5px;
  border-radius: 10px;
}

.PupPage .gender {
  color: black;
  height: 21px;
  padding: 0 10px;
  line-height: 20px;
  font-size: 12px;
  float: right;
  margin-right: 5px;
  border-radius: 10px;
}

.PupPage .pup_buttons {
  text-align: center;
}

.PupPage .paging-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.PupPage .paging-info {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.PupPage .button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Loading skeleton styles */

.PupPage .skeleton-card {
  animation: skeleton-pulse 1.5s ease-in-out infinite;
  width: 48%;
  /* Match pupHistory width */
  text-align: left;
  /* Match pupHistory text-align */
}

.PupPage .skeleton-text {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 4px;
  height: 16px;
  margin: 4px 0;
}

.PupPage .skeleton-gender {
  width: 60px;
  height: 21px;
  float: right;
  margin-right: 5px;
  border-radius: 10px;
}

.PupPage .skeleton-name {
  width: 120px;
  height: 18px;
}

.PupPage .skeleton-small {
  width: 80px;
}

.PupPage .skeleton-medium {
  width: 140px;
}

.PupPage .skeleton-large {
  width: 200px;
  height: 20px;
  margin: 0px auto;
}

.PupPage .skeleton-avatar {
  width: 100px;
  height: 100px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.5s infinite;
  border-radius: 8px;
  margin: 0 auto;
}

/* Skeleton column heights to match real pup cards */

.PupPage .skeleton-card .col1 {
  height: 150px;
  /* Match real col1 height */
}

.PupPage .skeleton-card .col2 {
  min-height: 150px;
  /* Match real col2 min-height */
}

@keyframes skeleton-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

@keyframes skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.PupPage .slotsHolder {
  float: left;
  margin: 5px;
}

.PupPage .slotsHolder .slot {
  width: 170px;
  border: 1px solid grey;
  margin-bottom: 2px;
  height: 26px;
  line-height: 26px;
  background-color: white;
}

.PupPage .slotsHolder .hsNum {
  float: left;
  margin: 0 5px;
}

.PupPage .slotsHolder .hsName {
  float: right;
  height: 26px;
  margin: 0 5px 0 0;
  overflow: hidden;
  width: 140px;
}

.PupPage .slotsHolder .helperButton {
  font-size: small;
  padding: 0px 2px;
  margin-top: 1px;
  margin-left: 10px;
  margin-right: -5px;
}

@media only screen and (max-width: 555px) {
  .PupPage .pup {
    width: auto;
  }

  .PupPage .skeleton-card {
    width: auto;
    /* Match responsive behavior */
  }
}

@media only screen and (max-width: 970px) {
  .PupPage .pup,
  .PupPage .pupHistory {
    width: 100%;
  }

  .PupPage .skeleton-card {
    width: 100%;
    /* Match responsive behavior */
  }
}

@media only screen and (max-width: 600px) {
  .PupPage .pupHistory > div {
    position: relative;
  }

  .PupPage .pupHistory .col1:first-of-type {
    position: relative;
    z-index: 2;
  }

  .PupPage .pupHistory .tombStone {
    position: absolute;
    top: calc(18px + 10px + 2px);
    /* pup_heading line-height + margin-bottom + col1 margin-top */
    left: 0;
    z-index: 1;
    opacity: 0.6;
    width: auto;
    height: 150px;
    border-right: none;
    padding: 0 5px;
    padding-right: 10px;
    margin: 0;
  }

  .PupPage .pupHistory .tombStone > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
  }

  .PupPage .pupHistory .tombStone img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
.rankBox {
  width: 350px;
  min-width: 250px;
  min-height: 350px;
  padding: 0px;
  margin: 10px !important;
}

.rankBox .contents {
  padding: 5px;
}

.rankBox .info {
  cursor: pointer;
  position: absolute;
  margin-left: 5px;
}

.rankBox .box-titlethinblue .rank-share {
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 3px;
  padding: 2px 4px;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.rankBox .box-titlethinblue .rank-share:hover,
.rankBox .box-titlethinblue .rank-share:focus {
  background-color: rgba(255, 255, 255, 0.22);
  transform: scale(1.08);
}

.rankBox .box-titlethinblue .rank-share:focus {
  outline: none;
}

.rankBox .box-titlethinblue .rank-share i {
  font-size: 14px;
  color: #ffffff;
  transition: color 0.15s ease;
}

.rankBox .box-titlethinblue .rank-share:hover i,
.rankBox .box-titlethinblue .rank-share:focus i {
  color: #f0fbff;
}

@media only screen and (max-width: 770px) {

}

@media only screen and (max-width: 580px) {
  .rankBox {
    width: 90% !important;
    font-size: 12px;
  }
}
.shopBox {
  width: 250px;
  min-width: 155px;
  padding: 0px;
  margin: 5px !important;
}

.shopBox.honour .box-titlethinblue {
  min-height: 36px;
}

.shopBox .contents {
  padding: 5px;
}

.shopBox.blend {
  width: 80%;
}

.shopBox .info {
  cursor: pointer;
  position: absolute;
  margin-left: 5px;
}

.honourBox {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.honourBox ul {
  width: 50%;
  list-style: square;
}

.shopFoodBox {
  width: 23%;
}

.shopFoodBox img {
  border: 2px solid;
  padding: 2px;
}

#Shop img {
  margin: 0 auto;
}

/* 
#Shop .box-titlethinblue {
  font-size: 12px;
} */

.tpostFoodBox {
  width: 155px;
  background-color: white !important;
}

/*.tpostFoodBox img {

    }*/

.tpostFoodBox .box-titlethinblue {
  font-size: 11px;
}

.showFirst,
.showSecond {
  display: none;
}

/* PayPal Button Styling */

.paypal-button-container {
  min-height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.paypal-button-container iframe {
  border-radius: 4px;
}

.honour-section-anchor {
  scroll-margin-top: 110px;
}

/* Special offer banner – honour discount (stands out from normal headers) */

.honour-special-offer-banner {
  background: linear-gradient(135deg, #1a5f2a 0%, #2d8b3d 50%, #1a5f2a 100%);
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 3px solid #d4af37;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), 0 0 20px rgba(212, 175, 55, 0.25);
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  animation: honour-offer-glow 2.5s ease-in-out infinite alternate;
}

.honour-special-offer-banner .honour-special-offer-label {
  display: inline-block;
  margin-right: 6px;
}

.honour-special-offer-banner .honour-special-offer-end {
  opacity: 0.95;
  font-size: 0.95rem;
  font-weight: normal;
}

@keyframes honour-offer-glow {
  from {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), 0 0 20px rgba(212, 175, 55, 0.25);
  }

  to {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 28px rgba(212, 175, 55, 0.4);
  }
}

/* Honour purchase options styling */

.honour-purchase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin: 20px 0;
}

.honour-purchase-option {
  border: 2px solid #4a90e2;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  transition: all 0.3s ease;
}

.honour-purchase-option:hover {
  border-color: #357abd;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
  transform: translateY(-2px);
}

.honour-purchase-option .amount {
  font-size: 1.5em;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 5px;
}

.honour-purchase-option .price {
  font-size: 1.2em;
  color: #27ae60;
  font-weight: bold;
  margin-bottom: 15px;
}

/* Honour Price Styling */

.honour-price {
  font-size: 1.4em !important;
  color: #2c3e50 !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  margin: 8px 0 !important;
  padding: 0px 0px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #dee2e6;
  border-radius: 6px;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  /* Content-sized; alignment is handled by flex column + margin-top:auto on buttons */
}

.honour-price-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  min-width: 90px;
  height: 100%;
}

.honour-price-reference-row {
  line-height: 1.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.15em;
}

.honour-price-original {
  font-size: 0.78em;
  font-weight: 500;
  color: #888;
  text-decoration: line-through;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.honour-price-tier-reference {
  font-size: 0.85em;
}

.honour-price-current {
  line-height: 1.2;
  min-height: 1.68em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honour-price-current.honour-price-discounted {
  color: #1a7a32 !important;
  font-size: 1.05em;
}

/* Payment buttons area – pushed to bottom of the honourBox flex column */

.honour-payments {
  margin-top: auto;
}

/* Honour Icon Styling */

.honour-icon {
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.honour-icon:hover {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

/* Honour purchase box hover effects */

.shopBox.honour:hover .honour-icon {
  transform: scale(1.08);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.5));
}

/* Honour amount specific styling */

.shopBox.honour:nth-child(1) .honour-icon {
  /* Bronze - 10 honour */
  filter: drop-shadow(0 2px 4px rgba(205, 127, 50, 0.4));
}

.shopBox.honour:nth-child(2) .honour-icon {
  /* Silver - 50 honour */
  filter: drop-shadow(0 2px 4px rgba(192, 192, 192, 0.4));
}

.shopBox.honour:nth-child(3) .honour-icon {
  /* Gold - 100 honour */
  filter: drop-shadow(0 2px 4px rgba(255, 215, 0, 0.4));
}

.shopBox.honour:nth-child(4) .honour-icon {
  /* Platinum - 200 honour */
  filter: drop-shadow(0 2px 4px rgba(229, 228, 226, 0.4));
}

.shopBox.honour:nth-child(5) .honour-icon {
  /* Diamond - 500 honour */
  filter: drop-shadow(0 2px 4px rgba(185, 242, 255, 0.4));
}

.shopBox.honour:nth-child(6) .honour-icon {
  /* Legendary - 1000 honour */
  filter: drop-shadow(0 2px 4px rgba(255, 107, 107, 0.4));
  animation: legendaryGlow 2s ease-in-out infinite alternate;
}

@keyframes legendaryGlow {
  from {
    filter: drop-shadow(0 2px 4px rgba(255, 107, 107, 0.4));
  }

  to {
    filter: drop-shadow(0 4px 8px rgba(255, 107, 107, 0.8));
  }
}

@media only screen and (max-width: 770px) {
  .hideFirst {
    display: none;
  }

  .showFirst {
    display: block;
  }
}

@media only screen and (max-width: 580px) {
  .shopBox {
    width: 47%;
  }

  .shopBox.fullwidth {
    width: 100% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .honourBox ul {
    width: 90%;
  }

  .hideSecond {
    display: none;
  }

  .showSecond {
    display: block;
  }
}

@media only screen and (max-width: 350px) {
  .shopBox {
    width: 95%;
  }
}
.trainBox {
  width: 250px;
  min-width: 155px;
  padding: 0px;
  margin: 5px !important;
}

.trainBox .contents {
  padding: 5px;
}

.trainBox.blend {
  width: 80%;
}

#TrainCare img {
  margin: 0 auto;
}

#TrainCare .box-titlethinblue {
  font-size: 11px;
}

/* Prominent “current level / amount” on each training and care card */

#TrainCare .train-current-stat {
  display: block;
  text-align: center;
  margin: 0 0 6px;
  padding: 3px 5px;
  border-radius: 6px;
  background: linear-gradient(180deg, #eaf6fc 0%, #d2ebf7 100%);
  border: 1px solid #42b0e3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 1px 2px rgba(0, 80, 120, 0.12);
}

#TrainCare .train-current-stat__label {
  display: block;
  font-size: 8px;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #2a7a9e;
  margin-bottom: 2px;
}

#TrainCare .train-current-stat__value {
  display: block;
  font-size: 20px;
  line-height: 1.05;
  font-weight: bold;
  color: #0d5a82;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
  font-variant-numeric: tabular-nums;
}

#TrainCare .train-current-stat--secondary {
  margin-top: 6px;
  margin-bottom: 0;
  padding: 4px 5px;
}

#TrainCare .train-current-stat--secondary .train-current-stat__value {
  font-size: 17px;
}

body.dark-mode #TrainCare .train-current-stat {
  background: linear-gradient(180deg, #1a2f3d 0%, #142633 100%);
  border-color: rgba(66, 176, 227, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.35);
}

body.dark-mode #TrainCare .train-current-stat__label {
  color: rgba(129, 199, 232, 0.75);
}

body.dark-mode #TrainCare .train-current-stat__value {
  color: #b8e4f5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

/* Soft disabled: keep button blue, only text goes grey */

#TrainCare .button.button-blue.button-disabled-soft {
  color: #888;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

#CareSection .trainBox {
  width: 23%;
}

#CareSection .flexy {
  align-items: flex-start;
}

#CareSection select {
  max-width: 206px;
}

@media only screen and (max-width: 760px) {
  .trainBox,
  #CareSection .trainBox {
    width: 45%;
  }
}

@media only screen and (max-width: 533px) {
  .trainBox,
  #CareSection .trainBox {
    width: 47%;
  }

  #CareSection select {
    max-width: 142px;
  }
}

@media only screen and (max-width: 350px) {
  .trainBox,
  #CareSection .trainBox {
    width: 95%;
  }

  #CareSection select {
    max-width: 142px;
  }
}

/* Outer shell for Protein Boost matches .extraInfo — see mainpage2.css (.extraInfo, #TrainCare .trainProteinBoostCallout) */

#TrainCare .trainProteinBoostCallout-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
}

#TrainCare .trainProteinBoostCallout-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid rgba(46, 125, 50, 0.25);
  background: rgba(255, 255, 255, 0.85);
  -webkit-clip-path: polygon(
    1px 1px,
    calc(100% - 1px) 1px,
    calc(100% - 1px) calc(100% - 1px),
    1px calc(100% - 1px)
  );
  clip-path: polygon(
    1px 1px,
    calc(100% - 1px) 1px,
    calc(100% - 1px) calc(100% - 1px),
    1px calc(100% - 1px)
  );
}

#TrainCare .trainProteinBoostCallout-body {
  flex: 1;
  min-width: 0;
}

#TrainCare .trainProteinBoostCallout-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1b5e20;
  margin-bottom: 4px;
}

#TrainCare .trainProteinBoostCallout-text {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.35;
  color: #2e7d32;
}

#TrainCare .trainProteinBoostCallout-countdown {
  width: 152px;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  font-size: 9px;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
}

#TrainCare .trainProteinBoostCallout-countdown.hasCountdown {
  padding: 3px 5px;
  border-radius: 5px;
}

#TrainCare .trainProteinBoostCallout-countdown .countdown_amount {
  font-size: 118%;
}

#TrainCare .trainProteinBoostCallout-countdown .countdown_descr {
  font-size: 68%;
}

body.dark-mode #TrainCare .trainProteinBoostCallout-icon {
  background: rgba(0, 0, 0, 0.25);
  border-color: rgba(165, 214, 167, 0.35);
}

body.dark-mode #TrainCare .trainProteinBoostCallout-title {
  color: #c8e6c9;
}

body.dark-mode #TrainCare .trainProteinBoostCallout-text {
  color: #a5d6a7;
}

/* Dark mode: keep train membership + active power-up callouts matching light-mode styling */

body.dark-mode #TrainCare.train-page .extraInfo,
body.dark-mode #TrainCare.train-page .trainProteinBoostCallout {
  border: 1px solid rgba(46, 125, 50, 0.45);
  background: linear-gradient(
    135deg,
    rgba(232, 245, 233, 0.98) 0%,
    rgba(200, 230, 201, 0.55) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65),
    0 1px 3px rgba(27, 94, 32, 0.12);
  color: darkslategray;
}

body.dark-mode #TrainCare.train-page .trainProteinBoostCallout-icon {
  border-color: rgba(46, 125, 50, 0.25);
  background: rgba(255, 255, 255, 0.85);
}

body.dark-mode #TrainCare.train-page .trainProteinBoostCallout-title {
  color: #1b5e20;
}

body.dark-mode #TrainCare.train-page .trainProteinBoostCallout-text {
  color: #2e7d32;
}
.tab {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.tab > li {
  position: relative;
  display: block;
}



.tab-pill > li {
  float: left;
}

.tab-pill > li + li {
  margin-left: 2px;
}

.tab-pill > li.active > a,
.tab-pill > li.active > a:hover,
.tab-pill > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.tab-pill > li > a {
  border-radius: 4px 4px 0 0;
  border-bottom: 2px solid black;
  font-size: 14px;
  outline: 0;
  text-decoration: none;
  background-color: #ddd;
}

.tab-pill > li > a:active,
.tab-pill > li > a:hover {
  outline: 0;
}

.tab > li > a {
  position: relative;
  display: block;
  padding: 5px 10px;
}

.expandable {
  transition: all 0.5s ease-in-out;
}

.closed {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.open {
  max-height: 8000px;
  opacity: 1;
}

#bio {
  margin: 10px 10%;
  width: 80%;
  padding: 5px;
}

#packImage image {
  height: 65px;
  width: 130px;
  border-width: 0px;
}

.viewgrid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 5px;
  grid-template-areas: ". .";
  font-size: 14px;
  padding: 5px;
}

.viewgrid table {
  border-spacing: 0 10px;
  width: 100%;
  text-align: left;
}

.viewgrid .viewText {
  font-weight: bold;
  color: black;
  text-align: left;
}

.viewgrid .viewValue {
  color: blue;
  text-align: left;
}

#progressBar,
.progressBar {
  width: 100%;
  margin: 0;
  float: left;
  height: 18px;
  border: 1px solid #111;
  background-color: #292929;
  background: #292929;
  border: 1px solid #111;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px #333;
}

#progressBar div,
.progressBar div {
  height: 100%;
  color: #fff;
  text-align: right;
  line-height: 18px;
  /* same as #progressBar height if we want text middle aligned */
  width: 0;
  background-color: #0099ff;
  background-color: #1a82f7;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0099FF), to(#1a82f7));
  background: -webkit-linear-gradient(top, #0099FF, #1a82f7);
  background: -moz-linear-gradient(top, #0099FF, #1a82f7);
  background: -ms-linear-gradient(top, #0099FF, #1a82f7);
  background: -o-linear-gradient(top, #0099FF, #1a82f7);
  overflow: visible !important;
}

.progressBarSmall div {
  line-height: 5px;
}

.friendBondLevelContainer {
  text-align: center;
  width: 100%;
  max-width: 488px;
  border: 1px solid #DDD;
  margin: 12px auto;
  padding: 5px;
}

.friendBondLevelTitle {
  font-size: 12px;
  font-weight: bold;
}

.friendBondLevel {
  display: block;
  height: 14px;
  line-height: 14px;
  width: 100%;
}

.friendBondLevel div {
  line-height: 14px !important;
}

.friendBondLevelDesc {
  clear: both;
}

.view-wolf-nicebox {
  overflow: visible;
}

.view-wolf-content {
  overflow: visible;
}

.view-tabs-with-badge {
  position: relative;
  overflow: visible;
}

.membership-badge-view-wrap {
  position: absolute;
  left: 0;
  z-index: 1;
}

.membership-badge-view {
  max-width: 100px;
  height: auto;
  display: block;
}

/* Mobile: hide badge by tabs, show 50% badge to the left of Copy Link */

.membership-badge-mobile-wrap {
  display: none;
}

@media only screen and (max-width: 500px) {
  .view-tabs-with-badge .membership-badge-view-wrap {
    display: none;
  }

  .membership-badge-mobile-wrap {
    display: inline-block;
  }

  .copy-link-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .membership-badge-mobile {
    max-width: none;
    height: auto;
  }

  .viewgrid {
    grid-template-columns: 1fr 1fr;
    font-size: 11px;
  }

  .viewgrid table {
    border-spacing: 0 5px;
  }
}
/* Pack view: merge status when acceptance is already recorded — high visibility */

.pack-merge-invite p.merge-status-hint--standout {
  color: #e8a838;
  font-weight: 600;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}

/* Merge vote countdown title: same blue as light mode (not body.dark-mode .blue lightening) */

.pack-merge-invite .merge-deadline-title {
  color: blue !important;
}

body.dark-mode .pack-merge-invite .merge-deadline-title {
  color: blue !important;
}
.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion .item a {
  display: inline;
}

.accordion .item .title {
  margin: 0;
  padding: 6px 10px;
  border-bottom: 3px solid #000;
  color: #fff;
  font-weight: 100;
  position: relative;
  cursor: pointer;
  background: #3baae3 url("../images/accordian_bg.png") 50% 50% repeat-x;
  padding-right: 25px;
}

.accordion .item .title:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 7px;
  right: 10px;
}

.accordion.ready .item .title:after {
  transition: all 0.5s ease;
}

.accordion .item.open .title:after {
  transform: rotate(180deg);
}

.accordion .item .title .date {
  color: purple;
}

.accordion .item .content {
  padding: 0 10px;
  margin: 0;
  background-color: #cef;
  overflow: hidden;
  text-align: center;
}

.accordion.ready .item .content {
  transition: all 0.5s ease;
}

.accordion .item.open .content {
  height: auto !important;
}

.accordion .itemMsg {
  flex: 3;
  padding: 15px 10px;
  color: black;
}

.accordion .itemImage {
  flex: 1;
}

.accordion .itemImage img {
  width: 100%;
  max-width: 120px;
}
select {
  width: fit-content;
  height: 20pt;
  line-height: 20pt;
  padding-right: 21pt;
  text-align: left;
  vertical-align: middle;
  box-shadow: inset 0 0 3px #606060;
  border: 1px solid #acacac;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Arial, Calibri, Tahoma, Verdana;
  font-size: 11pt;
  font-weight: 500;
  color: #000099;
  cursor: pointer;
  outline: none;
  padding-left: 5px;
}

select::-ms-expand {
  display: none;
}

/*FOR IE*/

select option {
  padding: 4px 10px 4px 10px;
  font-size: 11pt;
  font-weight: normal;
}

/*select option[selected] {
            font-weight: bold
        }*/

select option:nth-child(even) {
  background-color: #f5f5f5;
}

/*select:hover {
        font-weight: 700;
    }*/

select:focus {
  box-shadow: inset 0 0 5px #000099;
  /*font-weight: 600;*/
}

/*LABEL FOR SELECT*/

label.ddl {
  position: relative;
  display: inline-block;
}

/*DOWNWARD ARROW (25bc)*/

label.ddl::after {
  content: "\25bc";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20pt;
  line-height: 21pt;
  vertical-align: middle;
  text-align: center;
  background: #000099;
  color: #fefefe;
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  pointer-events: none;
}
/*------------------------------------------------------------------
[Framework Stylesheet]

Project:	Boxed | Epsilon Framework
Version:	2.0
Last change:	10/23/2014
Assigned to:	Enabled & CosminCotor
Primary use:	ThemeForest Stock Item 
License:        You may not reuse or redistribute this framework
                outside the mentioned licenses found on ThemeForest
-------------------------------------------------------------------*/

* {
  /*appearance: normal;
    -webkit-appearance: none;
    -moz-appearance: none;*/
  /*font-size: 100%;*/
  vertical-align: baseline;
  outline: none;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  /*font-family: "Motiva Sans", Sans-serif !important;
    letter-spacing: 0.8px;*/
  font-family: Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  /*color: #666;*/
  color: white;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

textarea,
input[type="text"] {
  resize: none;
  padding: 4px;
}

.font-1 {
  font-family: "Motiva Sans", Sans-serif !important;
  letter-spacing: 0.8px;
}

/*::-webkit-scrollbar {
    display: none;
}*/

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 10px;
}

::-webkit-scrollbar:horizontal {
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 1px solid blue;
  /* should match background, can't be transparent */
  background-color: white;
}

a:hover {
  text-decoration: none !important;
}

::selection {
  background-color: #ccc;
  color: #000;
}

div,
a,
p,
img,
blockquote,
form,
fieldset,
textarea,
label,
iframe,
code,
pre {
  display: block;
  position: relative;
  overflow: hidden;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.separator {
  margin: 8px 0;
}

.separator.unfull {
  width: 90%;
  margin: 8px auto;
}

.fullWidth {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.fullwidth {
  width: 100%;
}

.height100 {
  height: 100%;
}

.textwidth {
  max-width: 350px;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

.absolute {
  position: absolute;
}

.noPadding {
  padding: 0 !important;
}

.noMargin {
  margin: 0 !important;
}

.noBorder {
  border: 0 !important;
}

.noBorder_B {
  border-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mt-5px {
  margin-top: 5px !important;
}

.mt-5p {
  margin-top: 5% !important;
}

.m-5px {
  margin: 5px !important;
}

.m-10px {
  margin: 10px !important;
}

.mt-10px {
  margin-top: 10px !important;
}

.mt-10p {
  margin-top: 10% !important;
}

.m-20px {
  margin: 20px !important;
}

.mt-20px {
  margin-top: 20px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-50px {
  margin-top: 50px !important;
}

.mt-20p {
  margin-top: 20% !important;
}

.mb-5px {
  margin-bottom: 5px !important;
}

.mb-5p {
  margin-bottom: 5% !important;
}

.mb-10px {
  margin-bottom: 10px !important;
}

.mb-10p {
  margin-bottom: 10% !important;
}

.mb-20px {
  margin-bottom: 20px !important;
}

.mb-20p {
  margin-bottom: 20% !important;
}

.mb-40px {
  margin-bottom: 40px !important;
}

.mb-50px {
  margin-bottom: 50px !important;
}

.ml-2px {
  margin-left: 2px !important;
}

.ml-5px {
  margin-left: 5px !important;
}

.ml-10px {
  margin-left: 10px !important;
}

.ml-20px {
  margin-left: 20px !important;
}

.ml-40px {
  margin-left: 40px !important;
}

.mr-2px {
  margin-right: 2px !important;
}

.mr-10px {
  margin-right: 10px !important;
}

.mr-20px {
  margin-right: 20px !important;
}

.mr-40px {
  margin-right: 40px !important;
}

.my-2px {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-2px {
  padding: 2px !important;
}

.p-5px {
  padding: 5px !important;
}

.p-10px {
  padding: 10px !important;
}

.p-20px {
  padding: 10px !important;
}

.p-50px {
  padding: 10px !important;
}

.pt-5px {
  padding-top: 5px !important;
}

.pt-10px {
  padding-top: 10px !important;
}

.pt-20px {
  padding-top: 20px !important;
}

.pt-50px {
  padding-top: 50px !important;
}

.pt-25p {
  padding-top: 25% !important;
}

.pt-33p {
  padding-top: 33% !important;
}

.pt-55p {
  padding-top: 50% !important;
}

.pb-4px {
  padding-bottom: 4px !important;
}

.pb-5px {
  padding-bottom: 5px !important;
}

.pb-10px {
  padding-bottom: 10px !important;
}

.pb-20px {
  padding-bottom: 20px !important;
}

.pb-50px {
  padding-bottom: 50px !important;
}

.pl-5px {
  padding-left: 5px !important;
}

.pl-10px {
  padding-left: 10px !important;
}

.pr-5px {
  padding-right: 5px !important;
}

.pr-10px {
  padding-right: 10px !important;
}

/*POSITION*/

.alignl {
  text-align: left;
}

.alignr {
  text-align: right;
}

.center {
  text-align: center;
}

/*END POSITION*/

.nicebutton {
  -moz-background-clip: border;
  background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-origin: padding;
  box-shadow: 0 0 30px #333;
  padding: 10px 30px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid black;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.85);
  color: black;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}

.nicebutton:hover {
  background-color: #ccc;
  box-shadow: 0 0 30px #20d;
}

.nicepanel {
  -moz-background-clip: border;
  background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-origin: padding;
  box-shadow: 0 0 30px #333;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #222;
  background-color: rgba(0, 0, 0, 0.85);
  color: white !important;
  font-variant-caps: small-caps;
  font-size: 16px;
  padding-bottom: 4px;
}

.nicepanel .panel-header {
  padding: 2px;
  text-align: center;
  background-color: #000;
  color: #ddd;
  font-size: 1.2rem;
  margin-bottom: 4px;
  font-variant-caps: small-caps;
}

.nicepanel .padded,
.nicepanel.padded {
  padding: 10px 30px;
}

.nicepanel .paddedMin,
.nicepanel.paddedMin {
  padding: 10px 10px;
}

.nicepanel.np80 {
  width: 80%;
}

.nicepanel.bottom {
  position: absolute;
  left: 10%;
  bottom: 5%;
}

.nicebox {
  -moz-background-clip: border;
  background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-origin: padding;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #222;
  background-color: rgba(47, 79, 79, 1) !important;
  color: white !important;
  font-variant-caps: small-caps;
  font-size: 16px;
  padding-bottom: 4px;
}

.nicebox .panel-header {
  padding: 2px;
  text-align: center;
  background-color: #000;
  color: #ddd;
  font-size: 1.2rem;
  margin-bottom: 4px;
  font-variant-caps: small-caps;
}

.nicebox .padded,
.nicebox.padded {
  padding: 10px 30px;
}

.nicebox .paddedMin,
.nicebox.paddedMin {
  padding: 10px 10px;
}

.nicebox.np80 {
  width: 80%;
}

.nicebox.normaltext {
  font-variant-caps: normal;
  font-size: 12px;
}

.nicebox.bottom {
  position: absolute;
  left: 10%;
  bottom: 5%;
}

.information {
  background-color: #b3d9f2;
  color: #333333;
  border: 2px solid #1a5490;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.treespanel {
  width: 50%;
  position: fixed;
  left: 25%;
  padding: 0 5px;
}

/*FONTS*/

.bold {
  font-weight: bold !important;
}

strong {
  font-weight: bold;
}

.i {
  font-style: italic !important;
}

.font-xxlarge {
  font-size: 30px !important;
  line-height: 30px;
}

.font-xlarge {
  font-size: 20px !important;
}

.font-large2 {
  font-size: 18px !important;
}

.font-large {
  font-size: 16px !important;
  line-height: 22px;
}

.font-medium {
  font-size: 14px !important;
  line-height: initial;
}

.font-medium-small {
  font-size: 12px !important;
  line-height: initial;
}

.font-small {
  font-size: 10px !important;
  line-height: initial;
}

.font-xsmall {
  font-size: x-small !important;
  line-height: initial;
}

.line-height {
  line-height: normal;
}

.highlight {
  font-size: 18px;
  color: mediumblue;
}

.nicebox .highlight {
  color: green;
}

.uppercase {
  text-transform: uppercase;
}

.inline-images img {
  display: inline-block !important;
}

.underline {
  text-decoration: underline;
}

.maxline1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.maxline2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.maxline3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blue {
  color: blue !important;
}

.lightblue {
  color: #3a61a8 !important;
}

.black {
  color: black !important;
}

.green {
  color: green !important;
}

.gray {
  color: gray !important;
}

.white {
  color: white !important;
}

.red {
  color: red !important;
}

.bg_blue {
  background-color: blue !important;
}

.bg_black {
  background-color: black !important;
}

.bg_green {
  background-color: #0f0 !important;
}

.bg_darkgreen {
  background-color: #0a0 !important;
}

.bg_red {
  background-color: red !important;
}

.bg_grey {
  background-color: lightgray !important;
}

.ranking-footer {
  background-color: lightgray !important;
}

.bg_white {
  background-color: white !important;
}

.bg_clear {
  background-color: transparent !important;
}

/*END FONTS*/

.inline {
  display: inline;
}

.inline-b {
  display: inline-block;
}

.noscroll {
  overflow: hidden;
}

.border {
  border: 1px solid black;
}

.border-blue {
  border: 2px solid blue;
}

.bt {
  border-top: 1px solid black;
}

.bb {
  border-bottom: 1px solid black;
}

.subHeading {
  color: white;
  font-size: 14px;
}

.calloutContainer {
  border: 1px solid black;
  color: black;
  background-color: whitesmoke;
  margin: 5px 0;
  border-radius: 10px;
}

.calloutContainer.tabbed {
  border-radius: 0 10px 10px;
}

/* Dark mode styles for .border */

body.dark-mode .border {
  border-color: white;
}

/* Dark mode styles for .bt (border-top) */

body.dark-mode .bt {
  border-top-color: white;
}

/* Dark mode styles for calloutContainer */

body.dark-mode .calloutContainer {
  background-color: #2d2d2d;
  color: #e0e0e0;
  border-color: #555;
}

/* Dark mode styles for box-content */

body.dark-mode .box-content {
  background-color: #2d2d2d;
  color: #e0e0e0;
  border-color: #555;
}

/* Dark mode styles for tpostFoodBox */

body.dark-mode .tpostFoodBox {
  background-color: #2d2d2d !important;
  color: #e0e0e0;
}

/* Dark mode styles for standardTable */

body.dark-mode .standardTable {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode .playerRow {
  background-color: #2b293a;
  color: #e0e0e0;
}

body.dark-mode .standardTable thead {
  background-color: #1a3a4a;
  color: #e0e0e0;
}

body.dark-mode .standardTable thead td {
  color: #e0e0e0;
}

body.dark-mode .standardTable tbody td {
  color: #e0e0e0;
  border-bottom-color: #555;
}

/* Dark mode styles for anchor tags */

body.dark-mode a,
body.dark-mode a:link {
  color: #6bb6ff;
}

body.dark-mode a:visited {
  color: #9d7fff;
}

body.dark-mode a:hover {
  color: #8cc8ff;
}

body.dark-mode a:active {
  color: #4da3ff;
}

/* Dark mode styles for classes with color: blue */

body.dark-mode .blue {
  color: #6bb6ff !important;
}

body.dark-mode .highlight {
  color: #6bb6ff;
}

body.dark-mode .modalHeader {
  color: #6bb6ff;
}

body.dark-mode .MissionChats {
  background-color: #2d2d2d;
  color: #6bb6ff;
}

body.dark-mode .MissionLogs {
  background-color: #2d2d2d;
  color: #6bb6ff;
}

body.dark-mode #MissionsList .mission .missionDetails H5 {
  color: #6bb6ff;
}

body.dark-mode #finishedContent .collectNotice {
  color: #6bb6ff;
}

/* body.dark-mode #MissionDetails .chatLogs .cl_message {
  color: #6bb6ff;
} */

body.dark-mode #div_location .zoomArea,
body.dark-mode #LocationTabs .zoomArea {
  color: #6bb6ff;
}

body.dark-mode .viewgrid .viewValue {
  color: #6bb6ff;
}

body.dark-mode .viewgrid .viewText {
  color: #e0e0e0;
}

body.dark-mode .PupPage .gender {
  color: #e0e0e0;
}

/* Pack Hunt Restriction content styles */

.packHuntRestriction-content {
  background-color: white;
  color: black;
}

body.dark-mode .packHuntRestriction-content {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

/* Darken background video in dark mode */

body.dark-mode #myVideo {
  filter: brightness(0.5);
}

/* Dark mode styles for classes with background-color: white */

body.dark-mode .MissionsPage .slotsHolder .slot {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode #MissionDetails .chatLogs .cl_dt {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode #MissionDetails .missionlogs .ml_dt {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode #MissionDetails .missionDetails {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode #MissionRewards,
body.dark-mode #MissionRewards2 {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode #missionCore {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode #Shop .extraInfo,
body.dark-mode .extraInfo {
  color: #e0e0e0;
}

body.dark-mode .modal {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode .newModal {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode .newModal_content {
  background-color: #2d2d2d;
  color: #e0e0e0 !important;
}

/* Dark mode styles for textarea inputs */

body.dark-mode textarea {
  background-color: #1d1d1d;
  color: #e0e0e0;
  border-color: #555;
}

/* Dark mode styles for logContainer */

body.dark-mode .logContainer {
  color: #e0e0e0;
}

body.dark-mode .bg_white {
  background-color: #2d2d2d !important;
}

/* Override black text color when element has both bg_white and black classes in dark mode */

body.dark-mode .bg_white.black {
  color: #e0e0e0 !important;
}

/* Dark mode styles for friendSelectorContent */

body.dark-mode .friendSelectorContent {
  background-color: grey;
}

/* Dark mode styles for tacticMember */

body.dark-mode .tacticMember {
  color: whitesmoke;
}

/* Title should not have whitesmoke, use a different color */

body.dark-mode .tacticMember .title {
  color: #333;
}

body.dark-mode .open-slide {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode #div_location .zoomAreaText,
body.dark-mode #LocationTabs .zoomAreaText {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

body.dark-mode .foodDisplay LI {
  /* background-color: #2d2d2d;
  color: #e0e0e0; */
}

body.dark-mode .forum-loading-modal {
  background-color: #2d2d2d;
  color: #e0e0e0;
}

/* Dark mode styles for classes with background-color: whitesmoke */

body.dark-mode .standardResultContents {
  background-color: #2d2d2d;
  color: #e0e0e0;
  border-color: #555;
}

/* Dark mode styles for build_heading */

body.dark-mode .build_heading {
  background-color: #1a3a4a;
  color: #e0e0e0;
}

/* Dark mode styles for ranking-footer */

body.dark-mode .ranking-footer {
  color: black !important;
}

body.dark-mode .rzslider .rz-bubble {
  color: white !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.flexContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
}

.flex {
  display: flex;
}

.flexy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

.flex-horiz-center {
  align-content: center;
}

.flex-middle {
  align-items: center;
}

.flex-top {
  align-items: flex-start !important;
}

.flex-grow {
  flex-grow: 1;
}

.flex-center-self {
  align-self: center;
}

.flexy-nowrap {
  flex-wrap: nowrap;
}

.flexy-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.flexy-cols {
  flex-direction: column;
}

.gap-20px {
  gap: 20px;
}

IMG.centerImg {
  width: fit-content;
  margin: 0 auto;
}

.m-i {
  margin: initial;
}

.m-0a {
  margin: 0 auto;
}

.m-10a {
  margin: 10px auto;
}

.standardTable {
  background-color: white;
  color: black;
  border-collapse: collapse;
}

.standardTable thead {
  font-weight: bold;
  font-size: 13px;
  background-color: #def;
}

.standardTable thead td {
  padding: 5px;
}

.standardTable tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}

.standardTable.noBorder tbody td {
  border-bottom: 0;
}

.slideoutArrow {
  top: 2px;
  position: absolute;
  left: 1px;
  transition: all 0.6s ease;
  color: white;
  font-size: 35px;
}

.slideoutArrow.up {
  transform: rotate(90deg);
}

.slideoutArrow.down {
  transform: rotate(270deg);
}

.box-title .slideoutArrow {
  margin-left: 10px;
  margin-top: -3px;
}

.pointer {
  cursor: pointer;
}

.radius {
  border-radius: 7px;
}

.radius3 {
  border-radius: 3px;
}

.cog {
  float: right;
  cursor: pointer;
  top: 2px;
  position: relative;
}

/* #helpMessageContent {
  letter-spacing: 1px;
  font-family: "Motiva Sans", Sans-serif;
  overflow-y: auto;
} */

.showAt500 {
  display: none;
}

.showAt400 {
  display: none;
}

.extraInfo {
  text-align: center;
  display: inline-block;
  color: darkslategray;
}

.listItems {
  list-style: disc;
  padding-inline-start: 20px;
}

.tab {
  height: 40px;
  display: inline-block;
  margin-bottom: 10px;
}

.tab.selected {
  border-bottom: 2px solid black;
}

.list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
  background-color: cadetblue;
  border-radius: 5px;
  padding: 4px;
  margin-bottom: 10px;
  text-align: left;
}

.list > span.auto {
  padding: 5px;
}

.selectable {
  user-select: text;
}

@media only screen and (max-width: 700px) {
  .hideAt700 {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .hideAt600 {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .hideAt500 {
    display: none;
  }

  .showAt500 {
    display: revert;
  }

  .list {
    margin: 10px 0px;
  }

  .font-large {
    font-size: 14px;
  }

  .standardTable {
    font-size: 10px;
  }

  .hideAt500 {
    display: none;
  }

  .font-adaptive {
    font-size: 10px !important;
    line-height: initial;
  }

  .nicebutton {
    padding: 5px;
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .nicepanel {
    font-size: 100%;
  }

  .treespanel {
    width: 84%;
    left: 8%;
  }

  /* Stack sign-in methods vertically on narrow screens */

  .login-options-row {
    flex-direction: column;
  }

  .login-option-col {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
  }

  .login-option-facebook {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .login-option-email {
    border-bottom: none;
  }
}

@media only screen and (max-width: 400px) {
  .hideAt400 {
    display: none;
  }

  .showAt400 {
    display: revert;
  }
}
/* https://codepen.io/flpwgr/pen/qbMJaY */

.row {
  display: flex;
  flex-wrap: wrap;
}

.column {
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1;
  margin: 0px;
  padding: 2px;
  width: 33%;
}

.col-1 {
  max-width: calc(100% / 12);
}

.col-2 {
  max-width: calc(100% / 12 * 2);
}

.col-3 {
  max-width: calc(100% / 12 * 3);
}

.col-4 {
  max-width: calc(100% / 12 * 4);
}

.col-5 {
  max-width: calc(100% / 12 * 5);
}

.col-6 {
  max-width: calc(100% / 2);
}
.modal {
  position: fixed;
  top: -100%;
  bottom: 100%;
  /*transition: all .5s ease-in-out;*/
  left: 3%;
  right: 3%;
  background-color: white;
  text-align: center;
  z-index: 1002;
  border-radius: 10px;
  transition: all none;
}

.modal.instant {
  transition: all none;
  top: 3%;
  bottom: 3%;
}

.modal.show {
  transition: all none;
  top: 3%;
  bottom: 3%;
}

.modalMask {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  z-index: 1001;
}

.modalMask.top {
  z-index: 1006;
}

.modalMask.Header {
  height: 101px;
}

.modalMask.Footer {
  height: 90px;
  position: fixed;
  bottom: 0;
  top: initial;
}

.modalHeader {
  background-color: #ddd;
  height: 40px;
  line-height: 40px;
  color: blue;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.modalButtons {
  height: 40px;
}

.modalButtons {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4px 0;
}

.modalContent {
  position: absolute;
  width: 100%;
  color: black;
  top: 40px;
  bottom: 40px;
  padding: 10px 8px;
  overflow-y: auto;
  padding-bottom: 0px;
}

.modalButtons {
  bottom: 0;
  background-color: #ddd;
}

.separator {
  margin: 8px 0;
}

.newModal {
  display: flex;
  flex-direction: column;
  left: 3%;
  position: fixed;
  top: 3%;
  /*height: 94%;
    width: 94%;*/
  z-index: 1005;
  background-color: white;
  left: 3%;
  right: 3%;
  top: 3%;
  bottom: 3%;
  border-radius: 8px;
  max-width: 1000px;
  margin: 0 auto;
  border: 6px solid black;
}

.newModal.small {
  height: 200px;
  margin: auto;
  z-index: 1010;
  left: 10%;
  right: 10%;
  max-width: 640px;
}

.newModal.medium {
  height: 330px;
  margin: auto;
  z-index: 1010;
  left: 10%;
  right: 10%;
  max-width: 640px;
}

.newModal.innerfull {
  top: 120px;
  bottom: 110px;
  margin: auto;
  z-index: 1010;
  left: 10%;
  right: 10%;
  max-width: 1000px;
}

@media only screen and (max-width: 500px) {
  .newModal.innerfull {
    left: 1% !important;
    right: 1% !important;
  }
}

.newModal.smallsquare {
  height: 420px;
  margin: auto;
  z-index: 1010;
  left: 10%;
  right: 10%;
  max-width: 400px;
}

.newModal.smallsquare.dark {
  border: 6px solid black;
}

.newModal.sub {
  top: 104px;
  bottom: 88px;
}

.newModal.message {
  top: 104px;
  bottom: initial;
}

.modal-dark {
  background-color: #4c4c4c !important;
  color: white;
}

/*.newModal.short {
        bottom: initial;
    }*/

.newModal_header,
.newModal_footer {
  background-color: #ddd;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4px 0;
}

.newModal_header {
  /*background-color: #DDD;
    color: blue;*/
  line-height: 40px;
  background-color: dodgerblue;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}

.newModal_header h2 {
  font-size: 20px;
  margin-top: -8px !important;
}

.newModal.small .newModal_header {
  line-height: normal;
  height: 40px;
  font-size: 12px;
}

.newModal.small .newModal_header h2 {
  font-size: 16px;
  margin-top: 0px !important;
}

.newModal_footer {
  padding: 6px 0 10px;
}

.newModal.small .newModal_footer {
  height: 60px;
}

.newModal_content {
  height: 100%;
  overflow-y: auto;
  padding: 5px;
  background-color: rgb(178, 194, 206);
}

/* Retire wolf / hibernate confirms: body defaults to white text in light mode */

.small-msg-modal .newModal_content,
.small-msg-modal .newModal_content > div {
  color: #000;
}

body.dark-mode .small-msg-modal .newModal_content,
body.dark-mode .small-msg-modal .newModal_content > div {
  color: #e0e0e0 !important;
}

/* Message modal specific styles */

.newModal[id^="messageModal_"] {
  max-width: 500px !important;
  width: 90% !important;
  top: 20% !important;
  left: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translateX(-50%) !important;
  height: auto !important;
  min-height: 200px !important;
}

.newModal[id^="messageModal_"] .newModal_content {
  padding: 20px !important;
  text-align: center !important;
}

.newModal[id^="messageModal_"] .button {
  margin-top: 15px !important;
  min-width: 80px !important;
}

/* Admin message modal styling */

.admin-message-modal .admin-header {
  background-color: orangered !important;
  color: white !important;
}

/* Level Up Modal - Celebratory Styling */

.level-up-modal {
  border: 6px solid #ffd700 !important;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 0 0 60px rgba(255, 215, 0, 0.4);
  animation: levelUpPulse 2s ease-in-out infinite;
  overflow: hidden;
}

.level-up-modal::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  animation: sparkle 3s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes levelUpPulse {
  0%, 100% {
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 0 0 60px rgba(255, 215, 0, 0.4);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.6);
    transform: scale(1.02);
  }
}

.level-up-modal.level-up-animate {
  animation: levelUpEntrance 0.6s ease-out;
}

@keyframes levelUpEntrance {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-10deg);
  }

  50% {
    transform: scale(1.1) rotate(5deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.level-up-header {
  background: linear-gradient(135deg, #ff6b6b, #ffd93d, #6bcf7f) !important;
  background-size: 200% 200% !important;
  animation: gradientShift 3s ease infinite !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  padding: 15px 0 !important;
  border-bottom: 3px solid #ffd700 !important;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.level-up-header h2 {
  font-size: 24px !important;
  font-weight: bold !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 215, 0, 0.5) !important;
  margin: 0 !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  animation: textShimmer 2s ease-in-out infinite !important;
}

@keyframes textShimmer {
  0%, 100% {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 215, 0, 0.5);
  }

  50% {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.8), 0 0 30px rgba(255, 215, 0, 0.6);
  }
}

.level-up-icon {
  font-size: 40px !important;
  animation: bounce 1s ease-in-out infinite !important;
  display: inline-block !important;
}

.level-up-icon:nth-child(1) {
  animation-delay: 0s !important;
}

.level-up-icon:nth-child(3) {
  animation-delay: 0.3s !important;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.1);
  }
}

.level-up-content {
  background: linear-gradient(180deg, #fff9e6 0%, #ffe6cc 100%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  text-align: center !important;
  position: relative !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: 100% !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #333 !important;
}

.level-up-content > * {
  position: relative;
  z-index: 1;
}

@keyframes sparkle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Dark mode support for level up modal */

body.dark-mode .level-up-content {
  background: linear-gradient(180deg, #2d2d2d 0%, #1a1a1a 100%) !important;
  color: #fff !important;
}

/* Award Modal - Celebratory Styling */

.award-modal {
  border: 6px solid #ffd700 !important;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 0 0 60px rgba(255, 215, 0, 0.4);
  animation: awardPulse 2s ease-in-out infinite;
  overflow: hidden;
}

@keyframes awardPulse {
  0%, 100% {
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.6), 0 0 60px rgba(255, 215, 0, 0.4);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 40px rgba(255, 215, 0, 0.8), 0 0 80px rgba(255, 215, 0, 0.6);
    transform: scale(1.02);
  }
}

.award-modal.award-animate {
  animation: awardEntrance 0.6s ease-out;
}

@keyframes awardEntrance {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-10deg);
  }

  50% {
    transform: scale(1.1) rotate(5deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.award-header {
  background: linear-gradient(135deg, #ffd700, #ffed4e, #ffd700) !important;
  background-size: 200% 200% !important;
  animation: awardGradientShift 3s ease infinite !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  padding: 15px 0 !important;
  border-bottom: 3px solid #ffd700 !important;
}

@keyframes awardGradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.award-header h2 {
  font-size: 24px !important;
  font-weight: bold !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 215, 0, 0.5) !important;
  margin: 0 !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  animation: awardTextShimmer 2s ease-in-out infinite !important;
}

@keyframes awardTextShimmer {
  0%, 100% {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 215, 0, 0.5);
  }

  50% {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.8), 0 0 30px rgba(255, 215, 0, 0.6);
  }
}

.award-icon {
  font-size: 40px !important;
  animation: awardBounce 1s ease-in-out infinite !important;
  display: inline-block !important;
}

.award-icon:nth-child(1) {
  animation-delay: 0s !important;
}

.award-icon:nth-child(3) {
  animation-delay: 0.3s !important;
}

@keyframes awardBounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-10px) scale(1.1);
  }
}

.award-content {
  background: linear-gradient(180deg, #fff9e6 0%, #ffe6cc 100%) !important;
  position: relative !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  text-align: center !important;
  color: #333 !important;
}

.award-content p,
.award-content div,
.award-content span {
  font-size: inherit !important;
  line-height: inherit !important;
}

.award-modal::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  animation: awardSparkle 3s linear infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes awardSparkle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.award-content > * {
  position: relative;
  z-index: 1;
}

/* Dark mode support for award modal */

body.dark-mode .award-content {
  background: linear-gradient(180deg, #2d2d2d 0%, #1a1a1a 100%) !important;
  color: #fff !important;
}
.breathe {
  animation: breatheHead 1.5s infinite linear;
  animation-timing-function: ease-in-out;
}

@keyframes breatheHead {
  0%, 100% {
    transform: translate(0px, 0px);
  }

  70% {
    transform: translate(0px, 10px);
  }
}

.breatheSmall {
  animation: breatheHeadSmall 1.5s infinite linear;
  animation-timing-function: ease-in-out;
}

@keyframes breatheHeadSmall {
  0%, 100% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(0px, 6px);
  }
}

.breatheTiny {
  animation: breatheHeadTiny 1.5s infinite linear;
  animation-timing-function: ease-in-out;
}

@keyframes breatheHeadTiny {
  0%, 100% {
    transform: translate(0px, 0px);
  }

  60% {
    transform: translate(0px, 4px);
  }
}

.headClockwise {
  animation: clockwiseHead 2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes clockwiseHead {
  0%, 100% {
    transform: rotate(0deg);
  }

  25%, 60% {
    transform: rotate(20deg);
  }
}

.headAntiClockwise {
  animation: anticlockwiseHead 2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes anticlockwiseHead {
  0%, 100% {
    transform: rotate(0deg);
  }

  45%, 80% {
    transform: rotate(-20deg);
  }
}

.headDown {
  animation: downHead 3s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes downHead {
  0%, 100% {
    transform: translateY(0px);
  }

  20%, 70% {
    transform: translateY(60px);
  }
}

.headDownSmall {
  animation: downHeadSmall 3s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes downHeadSmall {
  0%, 100% {
    transform: translateY(0px);
  }

  20%, 70% {
    transform: translateY(30px);
  }
}

.headDownTiny {
  animation: downHeadTiny 3s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes downHeadTiny {
  0%, 100% {
    transform: translateY(0px);
  }

  20%, 70% {
    transform: translateY(20px);
  }
}

.headDownVSmall {
  animation: downHeadVSmall 3s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes downHeadVSmall {
  0%, 100% {
    transform: translateY(0px);
  }

  20%, 70% {
    transform: translateY(10px);
  }
}

.headUpHold {
  animation: upHoldHead 4.2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes upHoldHead {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  20%, 78% {
    transform: translateY(-42px) rotate(-4deg);
  }
}

.headUpHoldSmall {
  animation: upHoldHeadSmall 4.2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes upHoldHeadSmall {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  20%, 78% {
    transform: translateY(-22px) rotate(-3deg);
  }
}

.headUpHoldTiny {
  animation: upHoldHeadTiny 4.2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes upHoldHeadTiny {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  20%, 78% {
    transform: translateY(-14px) rotate(-2deg);
  }
}

.headUpHoldVSmall {
  animation: upHoldHeadVSmall 4.2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes upHoldHeadVSmall {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  20%, 78% {
    transform: translateY(-8px) rotate(-1deg);
  }
}

.headUpHoldSway {
  animation: upHoldSwayHead 5.2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes upHoldSwayHead {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  18% {
    transform: translateY(-40px) rotate(-4deg);
  }

  42% {
    transform: translateY(-44px) rotate(-7deg);
  }

  58% {
    transform: translateY(-38px) rotate(-1deg);
  }

  74% {
    transform: translateY(-43px) rotate(-5deg);
  }
}

.headUpHoldSwaySmall {
  animation: upHoldSwayHeadSmall 5.2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes upHoldSwayHeadSmall {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  18% {
    transform: translateY(-20px) rotate(-3deg);
  }

  42% {
    transform: translateY(-23px) rotate(-5deg);
  }

  58% {
    transform: translateY(-19px) rotate(-1deg);
  }

  74% {
    transform: translateY(-22px) rotate(-4deg);
  }
}

.headUpHoldSwayTiny {
  animation: upHoldSwayHeadTiny 5.2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes upHoldSwayHeadTiny {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  18% {
    transform: translateY(-12px) rotate(-2deg);
  }

  42% {
    transform: translateY(-14px) rotate(-3deg);
  }

  58% {
    transform: translateY(-11px) rotate(-1deg);
  }

  74% {
    transform: translateY(-13px) rotate(-2deg);
  }
}

.headUpHoldSwayVSmall {
  animation: upHoldSwayHeadVSmall 5.2s linear 1;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
}

@keyframes upHoldSwayHeadVSmall {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }

  18% {
    transform: translateY(-7px) rotate(-1deg);
  }

  42% {
    transform: translateY(-8px) rotate(-2deg);
  }

  58% {
    transform: translateY(-6px) rotate(0deg);
  }

  74% {
    transform: translateY(-8px) rotate(-1deg);
  }
}

.tailHighTop {
  animation: tailHighTopAnim 1s linear infinite;
  transform-origin: 93% 50%;
}

@keyframes tailHighTopAnim {
  0% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(18deg);
  }

  50% {
    transform: rotate(20deg);
  }

  60% {
    transform: rotate(18deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.tailHighMid {
  animation: tailHighMidAnim 1s linear infinite;
  transform-origin: 66% 40%;
}

@keyframes tailHighMidAnim {
  0% {
    transform: translate(0px, 0) rotate(2deg);
  }

  40% {
    transform: translate(11%, -2%) rotate(15deg);
  }

  50% {
    transform: translate(9%, -2%) rotate(22deg);
  }

  60% {
    transform: translate(10%, -2%) rotate(16deg);
  }

  100% {
    transform: translate(0px, 0) rotate(2deg);
  }
}

.tailHighBottom {
  animation: tailHighBottomAnim 1s linear infinite;
  transform-origin: 49% 33%;
}

@keyframes tailHighBottomAnim {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  40% {
    transform: translate(22%, -3%) rotate(-35deg);
  }

  50% {
    transform: translate(20%, -3%) rotate(0deg);
  }

  60% {
    transform: translate(18%, -3%) rotate(22deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

.tailLowTop {
  animation: tailLowTopAnim 2s linear infinite;
  transform-origin: 97% 46%;
}

@keyframes tailLowTopAnim {
  0% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-22deg);
  }

  100% {
    transform: rotate(5deg);
  }
}

.tailLowMid {
  animation: tailLowMidAnim 2s linear infinite;
  transform-origin: 77% 54%;
}

@keyframes tailLowMidAnim {
  0% {
    transform: translate(0px, 1%) rotate(5deg);
  }

  50% {
    transform: translate(9%, 3%) rotate(-24deg);
  }

  100% {
    transform: translate(0px, 1%) rotate(5deg);
  }
}

.tailLowBottom {
  animation: tailLowBottomAnim 2s linear infinite;
  transform-origin: 67% 67%;
}

@keyframes tailLowBottomAnim {
  0% {
    transform: translate(-5%, 0px) rotate(0deg);
  }

  30% {
    transform: translate(11%, 3%) rotate(8deg);
  }

  50% {
    transform: translate(23%, 0px) rotate(-80deg);
  }

  100% {
    transform: translate(-5%, 0px) rotate(0deg);
  }
}
.progressBackground {
  background-color: blue;
  padding: 0;
  text-align: left;
}

/* Styles for the track-progress-bar directive element */

.progress-bar-bkgd {
  width: 100%;
  height: 15px;
  border: none;
  background-color: rgba(255,255,255,0.80);
}

.progressBackground.thin .progress-bar-bkgd {
  height: 8px;
}

.progress-bar-marker {
  width: 0px;
  background-color: blue;
  height: 100%;
  color: #fff;
  font-weight: normal;
}
.shepherd-button {
  background: #3288e6;
  border: 0;
  /*border-radius: 3px;*/
  color: hsla(0,0%,100%,.75);
  cursor: pointer;
  margin-right: .5rem;
  padding: .5rem 1.5rem;
  transition: all .5s ease;
}

.shepherd-button:not(:disabled):hover {
  background: #196fcc;
  color: hsla(0,0%,100%,.75);
}

.shepherd-button.shepherd-button-secondary {
  background: #f1f2f3;
  color: rgba(0,0,0,.75);
}

.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: #d6d9db;
  color: rgba(0,0,0,.75);
}

.shepherd-button:disabled {
  cursor: not-allowed;
}

.shepherd-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  padding: 0 .75rem .75rem;
}

.shepherd-footer .shepherd-button:last-child {
  margin-right: 0;
}

.shepherd-cancel-icon {
  background: transparent;
  border: none;
  color: hsla(0,0%,50%,.75);
  cursor: pointer;
  font-size: 2em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  transition: color .5s ease;
}

.shepherd-cancel-icon:hover {
  color: rgba(0,0,0,.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  color: hsla(0,0%,50%,.75);
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
  color: rgba(0,0,0,.75);
}

.shepherd-title {
  color: rgba(0,0,0,.75);
  display: flex;
  flex: 1 0 auto;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.shepherd-header {
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: flex-end;
  line-height: 2em;
  padding: .75rem .75rem 0;
}

.shepherd-has-title .shepherd-content .shepherd-header {
  background: #e6e6e6;
  padding: 1em;
}

.shepherd-text {
  color: rgba(0,0,0,.75);
  font-size: 1rem;
  line-height: 1.3em;
  padding: .75em;
}

.shepherd-text p {
  margin-top: 0;
}

.shepherd-text p:last-child {
  margin-bottom: 0;
}

.shepherd-content {
  border-radius: 6px;
  outline: none;
  padding: 0;
}

.shepherd-element {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  max-width: 400px;
  opacity: 0;
  outline: none;
  transition: opacity .3s,visibility .3s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
  overflow: visible;
}

.shepherd-enabled.shepherd-element {
  opacity: 1;
  visibility: visible;
}

.shepherd-element[hidden] {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
  box-sizing: border-box;
}

.shepherd-arrow,
.shepherd-arrow:before {
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: -1;
}

.shepherd-arrow:before {
  background: #fff;
  content: "";
  transform: rotate(45deg);
}

.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
  bottom: -8px;
}

.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  top: -8px;
}

.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
  right: -8px;
}

.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
  left: -8px;
}

.shepherd-element.shepherd-centered > .shepherd-arrow {
  opacity: 0;
}

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  background-color: #e6e6e6;
}

.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
  pointer-events: none;
}

.shepherd-modal-overlay-container {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: all .3s ease-out,height 0ms .3s,opacity .3s 0ms;
  width: 100vw;
  z-index: 9997;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  height: 100vh;
  opacity: .5;
  transform: translateZ(0);
  transition: all .3s ease-out,height 0s 0s,opacity .3s 0s;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
  pointer-events: all;
}

.shepherd-logo {
  height: auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 217px;
}

.shepherd-logo .lines,
.shepherd-logo .open-eye,
.shepherd-logo .wink {
  transition: visibility 0s, opacity 0.25s ease-in-out;
}

.shepherd-logo .open-eye {
  opacity: 1;
  visibility: visible;
}

.shepherd-logo .lines,
.shepherd-logo .wink {
  opacity: 0;
  visibility: hidden;
}

.shepherd-logo:hover .lines,
.shepherd-logo:hover .wink {
  opacity: 1;
  visibility: visible;
}

.shepherd-logo:hover .open-eye {
  opacity: 0;
  visibility: hidden;
}

.shepherd-button {
  background: #ffffff;
  border-top: solid 4px #16202D;
  color: #16202D;
  display: flex;
  flex-grow: 1;
  font-family: "GT Pressura", sans-serif;
  font-size: 1rem;
  justify-content: center;
  margin: 0;
  /*padding: 1rem;*/
  text-align: center;
  text-transform: uppercase;
  background: #196fcc;
  color: hsla(0,0%,100%,.75);
}

.shepherd-button:hover {
  background: #16202D;
  color: #ffffff;
}

.shepherd-button.shepherd-button-secondary {
  background: #CAD5D5;
}

.shepherd-button.shepherd-button-secondary:hover {
  color: #CAD5D5;
  background: #16202D;
}

.shepherd-cancel-icon {
  font-family: "GT Pressura", sans-serif;
}

.shepherd-element {
  border: solid 4px #16202D;
}

/*.shepherd-element,*/

.shepherd-header,
.shepherd-footer {
  border-radius: 0;
}

.shepherd-element .shepherd-arrow {
  border-width: 0;
  height: auto;
  width: auto;
}

.shepherd-arrow::before {
  display: none;
}

.shepherd-element .shepherd-arrow:after {
  content: url("../images/arrow.svg");
  display: inline-block;
}

.shepherd-element[data-popper-placement^='top-start'],
.shepherd-element[data-popper-placement^='top-end'] {
  bottom: 35px !important;
}

.shepherd-element[data-popper-placement^='top-start'] .shepherd-arrow,
.shepherd-element[data-popper-placement^='top-end'] .shepherd-arrow,
.shepherd-element.shepherd-pinned-top .shepherd-arrow {
  bottom: -35px;
}

.shepherd-element[data-popper-placement^='top'] .shepherd-arrow:after,
.shepherd-element.shepherd-pinned-top .shepherd-arrow:after {
  transform: rotate(270deg);
}

.shepherd-element[data-popper-placement^='bottom'] {
  top: 35px !important;
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow {
  top: -35px;
}

.shepherd-element[data-popper-placement^='bottom'] .shepherd-arrow:after {
  transform: rotate(90deg);
}

.shepherd-element[data-popper-placement^='left'] {
  right: 35px !important;
}

.shepherd-element[data-popper-placement^='left'] .shepherd-arrow,
.shepherd-element.shepherd-pinned-left .shepherd-arrow {
  right: -35px;
}

.shepherd-element[data-popper-placement^='left'] .shepherd-arrow:after,
.shepherd-element.shepherd-pinned-left .shepherd-arrow:after {
  transform: rotate(180deg);
}

.shepherd-element[data-popper-placement^='right'] {
  left: 35px !important;
}

.shepherd-element[data-popper-placement^='right'] .shepherd-arrow,
.shepherd-element.shepherd-pinned-right .shepherd-arrow {
  left: -35px;
}

.shepherd-footer {
  padding: 0;
}

.shepherd-footer button:not(:last-of-type) {
  border-right: solid 4px #16202D;
}

.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
  margin-top: -7px;
}

.shepherd-has-title .shepherd-content .shepherd-header {
  /*font-family: "GT Pressura", sans-serif;
    padding-left: 2rem;*/
  background: transparent;
  padding-bottom: 0;
}

.shepherd-has-title .shepherd-content .shepherd-header .shepherd-title {
  /*font-size: 1.2rem;*/
  text-transform: uppercase;
}

.shepherd-text a,
.shepherd-text a:visited,
.shepherd-text a:active {
  border-bottom: 1px dotted;
  border-bottom-color: rgba(0, 0, 0, 0.75);
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.shepherd-text a:hover,
.shepherd-text a:visited:hover,
.shepherd-text a:active:hover {
  border-bottom-style: solid;
}

@media only screen and (max-width: 580px) {
  .shepherd-button {
    padding: 0.5rem !important;
    font-size: 0.8rem !important;
  }

  .shepherd-text {
    font-size: 14px !important;
  }

  .shepherd-element {
    max-width: 80%;
  }
}
.sprite-shopitems {
  float: left;
  background-image: url("../images/items/smalls/sprite.png");
  background-repeat: no-repeat;
  display: block;
}

.sprite-shopitem_banana,
.shop_banana {
  width: 31px;
  height: 25px;
  background-position: -5px -40px;
}

.sprite-shopitem_camouflage,
.shop_camouflage {
  width: 31px;
  height: 25px;
  background-position: -5px -110px;
}

.sprite-shopitem_concealedentrance,
.shop_concealedentrance {
  width: 31px;
  height: 25px;
  background-position: -5px -145px;
}

.sprite-shopitem_deeperden,
.shop_deeperDen {
  width: 31px;
  height: 25px;
  background-position: -5px -215px;
}

.sprite-shopitem_fridge,
.shop_fridge {
  width: 31px;
  height: 25px;
  background-position: -5px -250px;
}

.sprite-shopitem_painkillers,
.shop_painkillers {
  width: 31px;
  height: 25px;
  background-position: -5px -285px;
}

.sprite-shopitem_potion_awareness,
.shop_awarenesspotion {
  width: 31px;
  height: 25px;
  background-position: -5px -5px;
}

.sprite-shopitem_potion_sharpeyes,
.shop_sharpeyes {
  width: 31px;
  height: 25px;
  background-position: -5px -390px;
}

.sprite-shopitem_potion_silver,
.shop_sospotion {
  width: 31px;
  height: 25px;
  background-position: -5px -460px;
}

.sprite-shopitem_potion_strength,
.shop_strengthpotion {
  width: 31px;
  height: 25px;
  background-position: -5px -495px;
}

.sprite-shopitem_potion_weakness,
.shop_weaknesspotion {
  width: 31px;
  height: 25px;
  background-position: -5px -600px;
}

.sprite-shopitem_rope,
.shop_rope {
  width: 31px;
  height: 25px;
  background-position: -5px -320px;
}

.sprite-shopitem_sharpenedteeth,
.shop_sharpenedteeth {
  width: 31px;
  height: 25px;
  background-position: -5px -355px;
}

.sprite-shopitem_silverclawtips,
.shop_silverclawtips {
  width: 31px;
  height: 25px;
  background-position: -5px -425px;
}

.sprite-shopitem_trapworkshop,
.shop_trapworkshop {
  width: 31px;
  height: 25px;
  background-position: -5px -530px;
}

.sprite-shopitem_waterproofing,
.shop_waterproofing {
  width: 31px;
  height: 25px;
  background-position: -5px -565px;
}
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  display: none;
  position: relative;
  right: 0;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 50%;
  left: 50%;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 100%;
    left: initial;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: 0;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: 0;
    right: 0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 100%;
    left: initial;
  }

  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }

  #toast-container .toast-close-button {
    right: 0;
    top: -0.2em;
  }

  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 100%;
    left: initial;
  }

  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}