@font-face {
  font-family: MainFont;
  src: url("/fonts/PatsySans.otf") format("opentype");
}
#app {
  width: 100vw;
  height: 100%;
}
/* cyrillic-ext */
@font-face {
  font-family: 'DynaPuff';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu2YLhSCs4.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* latin-ext */
@font-face {
  font-family: 'DynaPuff';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu2YHhSCs4.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DynaPuff';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/z7N5dRvsZDIVHbYPMhZJ3HQ83UaSu4uhr7-ZFeoYkgAr1x8RSxYu2Y_hSA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  --level1-display: inherit;
  --level2-display: none;
  --level3-display: none;
  --level4-display: none;
  --level5-display: none;
  --only-level1-display: none;
  --only-level2-display: none;
  --only-level3-display: none;
  --only-level4-display: none;
  --only-level5-display: none;
  --fraction-materia-icon: '';
  --fraction-materia-ice: '/img/icons/ice-lg.png';
  --fraction-materia-fire: '/img/icons/fire-lg.png';
}
html,
body {
  margin: 0;
  height: 100%;
  --bs-link-color: #dc3545;
  --bs-card-border-color: white;
  font-family: 'DynaPuff', 'MainFont', sans-serif;
  --bs-link-hover-color: #cd3d42;
}
#map {
  /*position: absolute;
    top: 0;
    bottom: 0;*/
  width: 100%;
  height: 100%;
  background-image: url('/img/bg-hex2.webp');
  background-size: 50px;
}
.jumbotron {
  max-width: 700px;
  font-family: 'DynaPuff', 'MainFont', sans-serif;
}
.jumbotron h1 {
  text-decoration: underline;
}
.leafs {
  background-image: url('/img/bg-hex2.webp');
  background-size: 50px;
  min-height: 100%;
  /* background-image: url("/img/clover.jpg");*/
}
.mushrooms {
  background-image: url("/img/patterns/mushrooms.webp");
  min-height: 100%;
  /* background-image: url("/img/clover.jpg");*/
}
.card {
  border: 0px;
  background-color: #f0f0f0;
}
.stat img {
  max-width: 100%;
}
.stat span {
  font-size: 36px;
  display: block;
  line-height: 30px;
}
.navbar {
  top: 0;
  position: fixed;
  width: 100%;
  background-color: #444;
  /* opacity: 0.9;*/
  color: white;
  z-index: 1;
  font-family: 'DynaPuff', 'MainFont', sans-serif;
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #444;
}
.bg-dark {
  background-color: #444;
  opacity: 0.9;
  color: white;
}
.toast {
  z-index: 1052;
  width: -moz-fit-content;
  width: fit-content;
}
.bottom-menu img.wall {
  width: 100%;
  border-radius: 5px;
}
#modal {
  font-family: 'DynaPuff', 'MainFont', sans-serif;
}
.bottom-menu {
  font-family: 'DynaPuff', 'MainFont', sans-serif;
  position: absolute;
  max-width: 500px;
  left: 0;
  right: 0;
  /* max-height: 300px;*/
  color: #fff;
  box-shadow: 0px 0px 5px #000;
  padding: 1em;
  /*   -webkit-transition: all 0.25s;
       transition: all 0.25s;*/
  top: auto;
  bottom: 0px;
  /*-webkit-transform: translateY(100%);
    transform: translateY(100%);*/
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px 5px 0px 0px;
  background-color: #444;
  opacity: 0.9;
}
.locate {
  top: 6em;
  left: 0.5em;
}
.ol-overlay.menu.ol-visible {
  bottom: 0;
  transform: none;
  -webkit-transform: none;
}
.ol-overlay.menu {
  max-width: 500px;
  left: 0;
  right: 0;
  height: 200px;
  background: #fff;
  color: #333;
  box-shadow: 0px 0px 5px #000;
  padding: 0.5em;
  transition: all 0.25s;
  top: auto;
  bottom: 0px;
  transform: translateY(100%);
  margin-left: auto;
  margin-right: auto;
}
.ol-overlay.clear {
  background: transparent;
}
/* style the close box */
.ol-overlay.menu .ol-closebox {
  color: #369;
  right: 1em;
  top: 0.5em;
}
/* menu button */
.ol-control.menu {
  top: 0.5em;
  right: 0.5em;
}
.ol-control.menu i {
  color: #fff;
}
.ol-zoom {
  right: auto;
  left: 0.5em;
}
.ol-rotate {
  left: 3em;
}
.ol-touch .ol-rotate {
  left: 3.5em;
}
/**/
.ol-overlay img {
  max-width: 90%;
}
.currencies img {
  max-width: 32px;
  max-height: 32px;
  margin: 5px;
}
card-header {
  color: #d9c472;
  border-bottom-color: #fff;
}
.bottom-menu .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.form-group {
  margin-bottom: 10px;
}
.selectpicker ~ .dropdown-menu img {
  max-width: 30px;
}
.elevator {
  width: 50px;
  height: auto;
  position: relative;
  background-color: #e3e9e7;
  border: 1px solid #999;
  text-align: center;
  border-radius: 6px;
}
.elevator .roupe {
  display: block;
  width: 1px;
  height: 100%;
  max-height: calc(100% - 45px);
  background-color: #999;
  margin-left: auto;
  margin-right: auto;
}
.elevator .cart {
  margin-bottom: calc(100% - 11px);
  background-repeat: no-repeat;
  color: #444;
  font-size: 10px;
  font-family: Tahoma;
  font-weight: normal;
  vertical-align: bottom;
  display: table-cell;
  background-position-x: center;
  text-align: center;
  line-height: 12px;
  word-break: break-all;
}
.elevator .cart:before {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.factory,
.mine {
  font-size: 15px;
}
.mine .heximage .icon {
  width: 100%;
}
.factory .heximage,
.mine .heximage {
  position: relative;
  text-align: center;
}
.factory .heximage img,
.mine .heximage img {
  max-width: 90px;
}
.factory .claim,
.mine .claim {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.factory .claim:hover,
.mine .claim:hover {
  background-color: #717171;
}
.factory .claim .title,
.mine .claim .title {
  text-align: center;
  width: 100%;
  padding: 5px 0px 5px;
  background-color: #515151;
}
.factory .claim img,
.mine .claim img {
  max-height: 100%;
  width: 50%;
  top: 50%;
}
.factory .left-block,
.mine .left-block {
  min-width: 92px;
  font-size: 13px;
}
#loader {
  bottom: 0px;
  position: absolute;
  display: none;
  height: 5px;
  width: 100%;
}
@keyframes loader-animation {
  0% {
    width: 0%;
  }
  49% {
    width: 100%;
    left: 0%;
  }
  50% {
    left: 100%;
    width: 0;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
#loader .bar {
  position: absolute;
  height: 5px;
  background-color: #dfbe0d;
  animation-name: loader-animation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.balance-row img {
  max-height: 25px;
}
.avatar {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50% 20px;
  padding: 0px 2px 2px 2px;
  font-size: 34px;
}
.avatar.connected {
  background-color: white;
}
.liteAvatar {
  width: 25px;
  display: inline-block;
}
.level-1 {
  display: var(--level1-display) !important;
}
.level-2 {
  display: var(--level2-display) !important;
}
.level-3 {
  display: var(--level3-display) !important;
}
.level-4 {
  display: var(--level4-display) !important;
}
.level-5 {
  display: var(--level5-display) !important;
}
.carousel {
  display: block;
}
.only-level-1 {
  display: var(--only-level1-display) !important;
}
.only-level-2 {
  display: var(--only-level2-display) !important;
}
.only-level-3 {
  display: var(--only-level3-display) !important;
}
.only-level-4 {
  display: var(--only-level4-display) !important;
}
.only-level-5 {
  display: var(--only-level5-display) !important;
}
.faq-owl {
  max-height: 300px;
  overflow-y: scroll;
}
.map-popup {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-weight: normal;
  font-family: 'DynaPuff', 'MainFont', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
}
.map-popup.show {
  display: block;
  animation: show_map_popup 1.5s linear;
}
.map-popup.red {
  color: #ff96a9;
}
.map-popup.green {
  color: #f2ff3b;
}
@keyframes show_map_popup {
  0% {
    top: 30%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  70% {
    top: 64px;
  }
  80% {
    top: 74px;
    opacity: 1;
  }
  100% {
    top: 50px;
    opacity: 0;
  }
}
.leftTopMenu .rounded,
.rightTopMenu .rounded {
  --bs-border-radius: 10px;
  opacity: 0.9;
  font-size: 14px;
}
.userstat .stat_item {
  font-size: 18px;
}
.buildings .icon {
  max-height: 70px;
  max-width: 100%;
}
.buildings .item {
  border: 1px solid #aaa;
  padding: 0px;
  height: 100%;
  min-width: 100px;
}
.buildings .item:active,
.buildings .item:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.rightTopMenu {
  right: 12px;
  top: 75px;
  position: absolute;
  float: right;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.leftTopMenu {
  left: 10px;
  top: 70px;
  position: absolute;
  float: right;
}
.levelProgress {
  opacity: 0.8;
  margin-bottom: 20px;
}
.levelProgress small {
  font-size: 11px;
}
.hexActions {
  right: 20px;
  bottom: 20px;
  position: fixed;
  opacity: 0.8;
}
.hexActions > div {
  text-align: center;
  width: 55px;
  height: 55px;
  display: inline-block;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  margin-left: 10px;
  vertical-align: middle;
  padding-top: 3px;
  padding-left: 1px;
  border: 1px solid #000;
  opacity: 1;
}
.hexActions > div i {
  font-size: 31px;
}
.hexActions > div img {
  width: 33px;
  margin-top: 7px;
  margin-right: 2px;
}
i.bi {
  color: black;
}
.bottomPopup .owner {
  color: black;
  background: #fff;
  border-radius: 23px;
  white-space: nowrap;
  overflow: hidden;
  height: 29px;
  width: 29px;
  padding: 0px;
  text-align: center;
}
.bottomPopup .owner .icon {
  width: 25px;
  height: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bottomPopup .owner .name {
  font-size: 14px;
}
.navbar-collapse {
  order: 1;
}
.navbar .nav-item a {
  color: white;
}
.navbar-nav .dropdown-menu {
  --bs-dropdown-bg: #444;
  --bs-dropdown-link-active-bg: #aaa;
}
a.nav-link:hover {
  text-decoration: underline;
}
.currency.currency-bg::before {
  width: 19px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: calc(50% - 12px);
  pointer-events: none;
  opacity: 0.5;
}
.currency::before {
  content: " ";
  width: 19px;
  height: 19px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  vertical-align: middle;
}
.currency.materia::before {
  background-image: var(--fraction-materia-icon);
}
.currency.coin::before {
  background-image: url("/img/icons/coin-lg.png");
}
img.materia {
  max-width: 20px;
  max-height: 20px;
}
.progress .titleFront {
  color: #fff;
  overflow: hidden;
  z-index: 2;
}
.progress .titleBack {
  position: absolute;
  color: #313131;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.progress {
  --bs-progress-height: 26px;
  font-size: 11px;
}
.load-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  display: block;
  font-size: 18px;
  color: #666;
  z-index: 999;
}
.matteria {
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.matteria.matteria-fire {
  background-image: url('/img/icons/fire-lg.png');
}
.matteria.matteria-ice {
  background-image: url('/img/icons/ice-lg.png');
}
#map-selector {
  opacity: 1;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
#map-selector img {
  width: 40px;
}
.robot-bg {
  text-align: center;
}
.robot-bg img {
  width: 70%;
  max-width: 150px;
  opacity: 0.2;
}
.userInfoModal .icon {
  height: 100px;
  width: 100px;
  display: inline-block;
}
.sector-info {
  width: 70px;
  height: 80px;
  cursor: pointer;
  background-image: url("/img/whitehex.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.sector-info .score {
  font-size: 20px;
  vertical-align: middle;
  padding-top: 13px;
  display: inline-block;
  opacity: 0.8;
}
.sector-info .sectorName {
  font-size: 12px;
  line-height: 12px;
  margin-top: 0px;
  opacity: 0.8;
}
.sectorInfo .fractionPosition span,
.sectorInfo .userPosition span {
  display: inline-block;
  vertical-align: middle;
}
.sectorInfo .fractionPosition icon,
.sectorInfo .userPosition .icon {
  width: 20px;
  height: 20px;
}
.sectorInfo .fractionPosition img,
.sectorInfo .userPosition img {
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
  width: 12px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.sectorInfo .fractionPosition .item,
.sectorInfo .userPosition .item {
  cursor: pointer;
}
.sectorInfo .userPosition .userName {
  overflow: hidden;
  white-space: nowrap;
}
.sectorInfo .fractionPosition > div > div,
.sectorInfo .userPosition > div > div {
  border-bottom: 1px solid #ffffff2e;
}
.sectorInfo small {
  font-size: 11px;
}
#bottomMenu img.image:not([src]) {
  display: none;
}
.shop img {
  max-width: 150px;
}
.shop .item {
  --bs-bg-opacity: 0.5;
  border-radius: 20px;
}
.glassResult .amount {
  font-size: 24px;
  font-weight: bold;
}
.modal-enter-from,
.modal-leave-to {
  opacity: 0;
}
.modal-enter-active .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}
.slidedown-enter-active,
.slidedown-leave-active {
  transition: all 0.5s ease-out;
}
.slidedown-enter-to,
.slidedown-leave-from {
  overflow: hidden;
  max-height: 1000px;
}
.slidedown-enter-from,
.slidedown-leave-to {
  overflow: hidden;
  max-height: 0;
}
.bottomPopup {
  font-size: 1.1em;
  bottom: auto;
  transition: bottom 0.3s ease-out;
  max-height: calc(100% - 70px);
  overflow-y: auto;
}
.bottomPopup.visible {
  bottom: 0px;
}
.halfHide {
  height: 60px;
}
.recipeInput input {
  color: #393939;
  padding-right: 5px;
  background: transparent;
}
.recipeInput .currency-bg {
  width: 50px;
  height: -moz-fit-content;
  height: fit-content;
}
.fs14 {
  font-size: 14px;
}
.fs24 {
  font-size: 24px;
}
img.currency-lg {
  max-width: 40px;
  max-height: 40px;
}
img.currency-sm {
  max-width: 20px;
  max-height: 20px;
}
.recipe-box {
  width: 60px;
  height: 60px;
}
.modal-content {
  max-height: 90vh;
  overflow-y: auto;
}
.fixed-close {
  position: absolute;
  right: 10px;
  top: 10px;
}


/*# sourceMappingURL=styles.css.map*/