
.controls[data-v-b0ad1b2d] {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 200;
}
.d-pad[data-v-b0ad1b2d] {
    width: 70%;
    position: absolute;
    height: 100%;
}
.actions[data-v-b0ad1b2d] {
    width: 30%;
    position: absolute;
    right: 0;
    height: 100%;
}
.action[data-v-b0ad1b2d] {
    background-image: url('/assets/flatDark35-21ea2311.png');
    width: 80px;
    height: 80px;
    opacity: 0.8;
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.menu-access[data-v-b0ad1b2d] {
    background-image: url('/assets/flatDark32-85cd8cee.png');
    width: 48px;
    height: 48px;
    opacity: 0.8;
    top: 10px;
    position: absolute;
    right: 10px;
}
@keyframes uparrow-6e21b8b8 {
0% {
    transform: translateY(0);
    opacity: 0.4;
}
100% {
    transform: translateY(-0.4em);
    opacity: 0.9;
}
}
@keyframes downarrow-6e21b8b8 {
0% {
    transform: translateY(0);
    opacity: 0.4;
}
100% {
    transform: translateY(0.4em);
    opacity: 0.9;
}
}
@keyframes rightarrow-6e21b8b8 {
0% {
    transform: translateX(0) rotate(-90deg);
    opacity: 0.4;
}
100% {
    transform: translateX(-0.4em) rotate(-90deg);
    opacity: 0.9;
}
}
.arrow[data-v-6e21b8b8] {
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.5em;
  display: inline-block;
  height: 0;
  opacity: 0.4;
  text-indent: -9999px;
  transform-origin: 50% 50%;
  width: 0;
  border-top: 0.5em solid white;
}
.up[data-v-6e21b8b8] {
  animation: uparrow-6e21b8b8 0.6s infinite alternate ease-in-out;
}
.down[data-v-6e21b8b8] {
  animation: downarrow-6e21b8b8 0.6s infinite alternate ease-in-out;
  margin-bottom: 10px;
}
.right[data-v-6e21b8b8] {
  animation: rightarrow-6e21b8b8 0.6s infinite alternate ease-in-out;
  transform: rotate(-90deg);
}
.center[data-v-6e21b8b8] {
  position: absolute;
  left: calc(50% - 0.25em);
  bottom: 0;
}.window-content p, .window-content a {
  font-family: "Arial";
  font-size: 25px;
  color: white;
  margin: 0;
}
.window-content input {
  border: 1px solid black;
  padding: 10px;
  display: block;
  margin: 5px;
}
.window-content .css-button-3d--grey {
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background: rgba(128, 130, 162, 0.7);
}
.window-content .css-button-3d--grey:hover {
  box-shadow: 0 3px rgb(128, 130, 162);
  top: 1px;
}
.window-content .css-button-3d--grey:active {
  box-shadow: 0 0 rgb(128, 130, 162);
  top: 5px;
}
.window-content .btn-success {
  min-width: 130px;
  height: 40px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  background: #1c8634;
}
.window-content .btn-success:hover {
  box-shadow: 0 3px #0d4c30;
  top: 1px;
}
.window-content .btn-success:active {
  box-shadow: 0 0 #0d4c30;
  top: 5px;
}.window[data-v-118d4441] {
  display: flex;
}
.window-content[data-v-118d4441] {
  border: 2.5px solid white;
  border-radius: 5px;
  background: linear-gradient(148deg, rgba(79, 82, 136, 0.7) 0%, rgba(42, 43, 73, 0.7) 100%);
  padding: 20px;
  overflow: hidden;
}
.window.top[data-v-118d4441] {
  align-items: flex-start;
}
.window.bottom[data-v-118d4441] {
  align-items: flex-end;
}
.window.bottom-middle[data-v-118d4441] {
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.window.middle[data-v-118d4441] {
  align-items: center;
  justify-content: center;
}
.window-content.full-width[data-v-118d4441] {
  position: relative;
  width: 100%;
}
.fade-enter-active[data-v-118d4441], .fade-leave-active[data-v-118d4441] {
  transition: opacity 0.3s;
}
.fade-enter[data-v-118d4441], .fade-leave-to[data-v-118d4441] {
  opacity: 0;
}@keyframes cursor-36b53cc0 {
0% {
    opacity: 0.4;
}
100% {
    opacity: 0.7;
}
}
ul[data-v-36b53cc0] {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li[data-v-36b53cc0] {
  margin-bottom: 10px;
  position: relative;
}
ul li.active[data-v-36b53cc0] {
  display: block;
}
ul li > *[data-v-36b53cc0] {
  padding: 10px;
}
ul li.active[data-v-36b53cc0]:before {
  content: "";
  position: absolute;
  background: #7782ab;
  width: 100%;
  height: 100%;
  left: 0px;
  border: 1px solid #9db0c6;
  animation: cursor-36b53cc0 0.6s infinite alternate ease-in-out;
  z-index: 0;
}
p[data-v-36b53cc0] {
  margin: 0;
  position: relative;
  padding: 10px;
}
.dialog[data-v-0ee896f9] {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    min-width: 300px;
    z-index: 101;
}

.bar-full[data-v-45d00ca4] {
    height: 12px;
    border:2px solid black;
}
.bar-content[data-v-45d00ca4] {
    height: 100%;
}
.orange[data-v-45d00ca4] {
    background: rgb(251,130,57);
    background: linear-gradient(90deg, rgba(251,130,57,1) 0%, rgba(255,192,46,1) 100%);
}
.blue[data-v-45d00ca4] {
    background: rgb(0,129,196);
    background: linear-gradient(90deg, rgba(0,129,196,1) 0%, rgba(0,193,242,1) 100%);
}
.gray[data-v-45d00ca4] {
    background: rgb(68,68,68);
    background: linear-gradient(90deg, rgba(68,68,68,1) 0%, rgba(170,170,170,1) 100%);
}
.bar-info[data-v-45d00ca4] {
    font-family: "lato";
    font-size: 18px;
    color: white;
    margin: 0;
}
.param-name[data-v-45d00ca4] {
    color: #71acff;
}
.space-between[data-v-45d00ca4] {
    justify-content: space-between;
    display: flex;
}

.hero[data-v-45f12dbd] {
    display: flex;
}
.space-between[data-v-45f12dbd] {
    justify-content: space-between;
    display: flex;
}
.face-column[data-v-45f12dbd] {
    width: 33%;
}
.face-column  > div[data-v-45f12dbd] {
    background-position: center;
    background-size: cover;
    width: 150px;
    height: 150px;
}
.name-column[data-v-45f12dbd] {
     width: 33%;
}
.bars-column[data-v-45f12dbd] {
     width: 33%;
}
ul[data-v-45f12dbd] {
    list-style: none;
    margin: 0;
}
ul li[data-v-45f12dbd] {
    margin: 10px;
    font-family: "lato";
    font-size: 18px;
    color: white;
}
.param-name[data-v-45f12dbd] {
    color: #71acff;
}
.hero-face .face-column > div {
  background-image: none;
}.menu-row[data-v-506e8ae0] {
  flex-direction: row;
  display: flex;
  height: 100%;
}
.menu-left[data-v-506e8ae0] {
  width: 320px;
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
}
.menu-choice[data-v-506e8ae0] {
  align-items: flex-start;
  width: 100%;
}
.menu-left .gold[data-v-506e8ae0] {
  align-items: flex-end;
  width: 100%;
}
.menu-right[data-v-506e8ae0] {
  width: 100%;
  margin-left: 1px;
}
i[data-v-c3768ae4] {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
}
i.potion[data-v-c3768ae4] {
    background-image: url('/assets/potion-ball-e78cb80a.svg')
}

.row[data-v-bc1f995f] {
   height: 100%;
}
.item-menu[data-v-bc1f995f] {
    height: 100%;
}
.not-consumable[data-v-bc1f995f] {
    opacity: 0.5;
}
.item[data-v-bc1f995f] {
    margin: 0;
    position: relative;
    padding: 10px;
}
.space-between[data-v-bc1f995f] {
    justify-content: space-between;
    display: flex;
}

.back[data-v-a7b6b651] {
    background-image: url('/assets/back-0ba37d78.png');
    width: 48px;
    height: 48px;
    opacity: 0.8;
    top: 10px;
    position: absolute;
    right: 10px;
}

.menu-main[data-v-98ee6de6] {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
}
@keyframes cursor-ef1d8785 {
0% {
    opacity: 0.4;
}
100% {
    opacity: 0.7;
}
}
.shop-menu[data-v-ef1d8785] {
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.shop-content[data-v-ef1d8785] {
  height: calc(100% - 190px);
  display: flex;
}
.shop-content > div[data-v-ef1d8785]:first-child {
  width: calc(100% - 300px);
  padding: 20px;
  padding-left: 0;
}
.shop-content > div[data-v-ef1d8785]:last-child {
  width: 300px;
  padding: 10px;
}
.shop-info[data-v-ef1d8785] {
  border-left: 1px solid white;
}
.space-between[data-v-ef1d8785] {
  justify-content: space-between;
  display: flex;
}
hr[data-v-ef1d8785] {
  margin: 20px 0px;
}
.row[data-v-ef1d8785] {
  flex-direction: row;
  display: flex;
}
.row > *[data-v-ef1d8785] {
  flex-direction: column;
  flex-flow: row wrap;
}
.row > div[data-v-ef1d8785]:last-child {
  text-align: right;
  width: 100%;
  padding: 10px;
}
.can-not-buy[data-v-ef1d8785] {
  opacity: 0.5;
}
.item[data-v-ef1d8785] {
  margin: 0;
  position: relative;
  padding: 10px;
}
.item-quantity[data-v-ef1d8785] {
  display: flex;
  align-items: center;
}
.item-quantity > div[data-v-ef1d8785] {
  width: 100%;
  padding: 0px 20px;
}
.total[data-v-ef1d8785] {
  border-top: 1px solid white;
  margin-top: 14px;
  padding: 10px;
  padding-right: 0;
}
.cursor[data-v-ef1d8785] {
  position: relative;
}
.cursor > *[data-v-ef1d8785] {
  z-index: 10;
  padding: 10px;
  position: relative;
}
.cursor[data-v-ef1d8785]:before {
  content: "";
  position: absolute;
  background: #7782ab;
  width: 100%;
  height: 100%;
  left: 0px;
  border: 1px solid #9db0c6;
  animation: cursor-ef1d8785 0.6s infinite alternate ease-in-out;
  z-index: 0;
}.alert {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "lato";
  padding: 15px 35px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all ease;
  max-width: 400px;
}
.alert.bottom {
  transform: translateY(50px);
  margin-top: auto;
}
.alert.bottom.show {
  transform: translateY(-10px);
}
.alert.top {
  transform: translateY(-50px);
}
.alert.top.show {
  transform: translateY(10px);
}
.alert.error {
  background-color: rgba(181, 64, 64, 0.7);
}
.alert.success {
  background-color: rgba(40, 121, 30, 0.7);
}
.alert-panel {
  display: flex;
  align-items: center;
  justify-items: flex-end;
  flex-direction: column;
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 200;
}
.alert-panel.bottom {
  height: 100%;
}
.alert-panel.top {
  padding-bottom: 10px;
}
.icon img {
  width: 55px;
  margin-right: 10px;
  fill: red !important;
}