@import "game.css";
.svg-icon {
  width: 16pt;
  height: 16pt;
}
.svg-checked {
  background-image: url(../../../static/player/img/checked.a15a44bf.svg);
}
.svg-dices {
  background-image: url(../../../static/player/img/dices3.83d7dd92.svg);
}
.svg-delete {
  background-image: url(../../../static/player/img/remove.143f169c.svg);
}
.svg-color-picker {
  background-image: url(../../../static/player/img/color-picker.d4db40ed.svg);
}
.svg-cancel {
  background-image: url(../../../static/player/img/cancel.d4957304.svg);
}
.svg-rotate {
  background-image: url(../../../static/player/img/rotate.881ef3d9.svg);
}
.btn-default {
  height: 30pt;
  border-radius: 5pt;
}
.scroll-wrapper[data-v-f5224da4] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.scroll-arrow[data-v-f5224da4] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 20pt;
  pointer-events: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-arrow.clicable[data-v-f5224da4] {
  cursor: pointer;
  pointer-events: inherit;
}
.scroll-arrow svg[data-v-f5224da4] {
  height: 13pt;
  display: inline-block;
  stroke: rgba(54, 42, 48, 0.8);
}
.scroll-arrow.arrow-up[data-v-f5224da4] {
  top: 0;
  background: 0 0;
  background: -webkit-linear-gradient(0deg, hsla(0, 0%, 100%, 0), #f3f3f3);
  background: -o-linear-gradient(0deg, hsla(0, 0%, 100%, 0), #f3f3f3);
  background: -moz-linear-gradient(0deg, hsla(0, 0%, 100%, 0), #f3f3f3);
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #f3f3f3);
}
.scroll-arrow.arrow-down[data-v-f5224da4] {
  bottom: 0;
  background: 0 0;
  background: -webkit-linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f3f3f3);
  background: -o-linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f3f3f3);
  background: -moz-linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f3f3f3);
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #f3f3f3);
}
.slot-base[data-v-f5224da4] {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.slot-base.empty-slot[data-v-f5224da4] {
  display: inline-block;
  height: 15pt;
  width: 15pt;
}
.slot-base.empty-slot.first[data-v-f5224da4] {
  height: 15pt;
  width: 15pt;
}
.slot-base.empty-slot.latest[data-v-f5224da4] {
  height: 45pt;
  width: 45pt;
}
.slot-base.vertical[data-v-f5224da4] {
  display: block;
}
.slot-base.horizontal[data-v-f5224da4] {
  display: inline-block;
}
.hidden[data-v-e46b8694] {
  left: -60pt !important;
}
.color-picker[data-v-e46b8694] {
  top: 126pt;
  bottom: 40pt;
  left: 14pt;
  width: 40pt;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.color-items[data-v-e46b8694] {
  width: 40pt;
  height: 40pt;
  border-radius: 20pt;
  display: block;
  background: #fff;
}
.selector[data-v-e46b8694] {
  position: absolute;
  width: 40pt;
  left: -60pt;
  top: 40pt;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 5pt;
}
.selector .color[data-v-e46b8694] {
  width: 30pt;
  height: 30pt;
  margin: 5pt;
  margin-bottom: 8pt;
  border-radius: 15pt;
  content: " ";
  cursor: pointer;
}
.color-picker.opened .selector[data-v-e46b8694] {
  left: 0;
  z-index: 11;
}
.hidden[data-v-1d2edbe0] {
  left: -100% !important;
  opacity: 0;
}
.btn-gamepad[data-v-1d2edbe0] {
  top: 72pt;
  left: 14pt;
  width: 40pt;
  height: 40pt;
  border-radius: 20pt;
  display: block;
  background: #fff;
  position: absolute;
  z-index: 10;
}
.game-pad[data-v-1d2edbe0] {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.game-pad-wrapper[data-v-1d2edbe0] {
  margin-top: -55pt;
  margin-left: 12pt;
  position: absolute;
  height: 110pt;
  width: 195pt;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  bottom: 60pt;
  left: -120pt;
  opacity: 0;
}
.game-pad.opened .game-pad-wrapper[data-v-1d2edbe0] {
  left: 0;
  opacity: 1;
  z-index: 11;
}
.game-pad-buttons[data-v-1d2edbe0] {
  position: absolute;
  height: 110pt;
  width: 110pt;
  top: 0;
  left: 0;
}
.game-pad-rotate[data-v-1d2edbe0] {
  position: absolute;
  height: 110pt;
  width: 80pt;
  top: 0;
  left: 115pt;
}
.game-pad-wrapper .btn-default[data-v-1d2edbe0] {
  position: absolute;
  border-radius: 20pt;
  width: 40pt;
  height: 40pt;
  transition: all 0.5s ease-in-out;
  background-color: rgba(55, 62, 65, 0.89);
}
.game-pad-wrapper .btn-default[data-v-1d2edbe0]:disabled {
  background-color: hsla(0, 0%, 100%, 0.23);
  border: none;
  opacity: 0.5;
  cursor: inherit;
}
.game-pad-rotate .btn-cancel[data-v-1d2edbe0] {
  position: absolute;
  border-radius: 15pt;
  width: 60pt;
  height: 30pt;
  top: 40pt;
  left: 50%;
  margin-left: -30pt;
}
.game-pad-rotate .btn-rotate-left[data-v-1d2edbe0] {
  position: absolute;
  border-radius: 15pt;
  width: 30pt;
  height: 30pt;
  top: 50%;
  left: 50%;
  margin-left: -15pt;
  margin-top: -15pt;
}
.game-pad-rotate .btn-rotate-right[data-v-1d2edbe0] {
  position: absolute;
  border-radius: 15pt;
  width: 30pt;
  height: 30pt;
  bottom: 0;
  left: 50%;
  margin-left: -15pt;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.game-pad-buttons .btn-top[data-v-1d2edbe0] {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  left: 50%;
  margin-left: -20pt;
}
.game-pad-buttons .btn-bottom[data-v-1d2edbe0] {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  left: 50%;
  margin-left: -20pt;
}
.game-pad-buttons .btn-left[data-v-1d2edbe0] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  top: 50%;
  margin-top: -20pt;
}
.game-pad-buttons .btn-right[data-v-1d2edbe0] {
  right: 0;
  top: 50%;
  margin-top: -20pt;
}
.overlay[data-v-35b310fe] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
  transition: opacity 1s ease;
}
.overlay.hide[data-v-35b310fe],
.overlay.hide [data-v-35b310fe] {
  z-index: -1;
  transition: none;
  transition-delay: 0s;
}
.color[data-v-35b310fe] {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.8s ease;
  transition-delay: 0s;
  border-radius: 50%;
  background-color: transparent;
}
.overlay--d[data-v-35b310fe] {
  background-color: #f69bc5;
  transition-delay: 1s;
}
.overlay--c[data-v-35b310fe] {
  background-color: rgba(246, 155, 198, 0.66);
  transition-delay: 0.75s;
}
.overlay--b[data-v-35b310fe] {
  background-color: rgba(246, 155, 198, 0.33);
  transition-delay: 0.5s;
}
.overlay--a[data-v-35b310fe] {
  background-color: #f9f9f9;
  transition-delay: 0.1s;
}
.overlay.expanded[data-v-35b310fe] {
  z-index: 100;
  opacity: 0;
  transition-delay: 1.5s;
}
.overlay.expanded .color[data-v-35b310fe] {
  width: 275%;
  padding-bottom: 275%;
  height: auto;
}
.powered-by[data-v-18197f20] {
  bottom: 10pt;
  left: 14pt;
  position: absolute;
  height: 24pt;
  background-color: transparent;
  font-size: 12pt;
  font-weight: 400;
  -webkit-filter: drop-shadow(0 1px 10px rgba(34, 34, 34, 0.6))
    drop-shadow(0 -1px 1px rgba(34, 34, 34, 0.1));
  filter: drop-shadow(0 1px 1px rgba(34, 34, 34, 0.6))
    drop-shadow(0 -1px 1px rgba(34, 34, 34, 0.1));
  cursor: inherit;
  color: #fff;
  text-decoration: none;
  z-index: 101;
}
.powered-by i[data-v-18197f20] {
  width: 32px;
  height: 32px;
  margin-right: 2pt;
  cursor: pointer;
}
.powered-by a[data-v-18197f20] {
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 250pt) {
  .powered-by a[data-v-18197f20] {
    display: block;
  }
}
.loading-ellipsis[data-v-8cf97e42] {
  display: inline-block;
  position: relative;
  width: 64pt;
  height: 32pt;
  margin-bottom: 16pt;
}
.loading-ellipsis div[data-v-8cf97e42] {
  position: absolute;
  top: 10pt;
  width: 12pt;
  height: 12pt;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  -webkit-filter: drop-shadow(0 1px 10px rgba(34, 34, 34, 0.3))
    drop-shadow(0 -1px 1px rgba(34, 34, 34, 0.1));
  filter: drop-shadow(0 1px 1px rgba(34, 34, 34, 0.3))
    drop-shadow(0 -1px 1px rgba(34, 34, 34, 0.1));
}
.loading-ellipsis div[data-v-8cf97e42]:first-child {
  left: 6pt;
  animation: loading-ellipsis1-data-v-8cf97e42 0.6s infinite;
}
.loading-ellipsis div[data-v-8cf97e42]:nth-child(2) {
  left: 6pt;
  animation: loading-ellipsis2-data-v-8cf97e42 0.6s infinite;
}
.loading-ellipsis div[data-v-8cf97e42]:nth-child(3) {
  left: 24pt;
  animation: loading-ellipsis2-data-v-8cf97e42 0.6s infinite;
}
.loading-ellipsis div[data-v-8cf97e42]:nth-child(4) {
  left: 42pt;
  animation: loading-ellipsis3-data-v-8cf97e42 0.6s infinite;
}
@keyframes loading-ellipsis1-data-v-8cf97e42 {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes loading-ellipsis3-data-v-8cf97e42 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes loading-ellipsis2-data-v-8cf97e42 {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(18pt);
  }
}
.loading-anim[data-v-66b4214a] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.loading-anim i[data-v-66b4214a] {
  font-size: 12pt;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  width: 64pt;
  height: 64pt;
  margin-right: 2pt;
  cursor: inherit;
}
#ad-container[data-v-4c8b5ae7] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.g-wrapper.opened .close-click[data-v-4c8b5ae7] {
  content: " ";
  z-index: 8;
  cursor: pointer;
  left: 0;
  right: 70pt;
}
.g-items > .content[data-v-4c8b5ae7] {
  position: absolute;
  top: 0;
  left: -50pt;
  width: 50pt;
  background-color: #e5e5e5;
}
.g-items > .content .color[data-v-4c8b5ae7] {
  width: 30pt;
  height: 30pt;
  margin: 10pt;
  border-radius: 15pt;
}
.close-click[data-v-4c8b5ae7],
.g-backbuttom[data-v-4c8b5ae7],
.g-categories[data-v-4c8b5ae7],
.g-display[data-v-4c8b5ae7],
.g-items[data-v-4c8b5ae7],
.g-wrapper-content[data-v-4c8b5ae7],
.g-wrapper[data-v-4c8b5ae7] {
  position: absolute;
  top: 0;
  bottom: 0;
}
.g-display[data-v-4c8b5ae7],
.g-wrapper .size-limit[data-v-4c8b5ae7],
.g-wrapper[data-v-4c8b5ae7] {
  overflow: hidden;
}
.g-wrapper-content[data-v-4c8b5ae7] {
  left: 0;
  right: 0;
  background-color: #e5e5e5;
}
.g-wrapper[data-v-4c8b5ae7] {
  width: 100%;
  max-width: 100vmin;
  min-height: 200pt;
  min-width: 200pt;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-wrapper .size-limit[data-v-4c8b5ae7] {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200pt;
  max-height: 1200pt;
}
.g-display[data-v-4c8b5ae7] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF+fn55ubmxZIlKgAAABdJREFUeNpiYIQCBhgYIIEBth4mABBgAEUQAIEfdL0YAAAAAElFTkSuQmCC);
  right: 70pt;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.g-categories[data-v-4c8b5ae7],
.g-items[data-v-4c8b5ae7] {
  border-left: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.g-items[data-v-4c8b5ae7] {
  background-color: #fff;
  right: -60pt;
  width: 60pt;
  z-index: 99;
}
.g-wrapper.opened .g-items[data-v-4c8b5ae7] {
  right: 30pt;
}
.g-categories[data-v-4c8b5ae7]:before,
.g-items[data-v-4c8b5ae7]:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -5pt;
  bottom: 0;
  width: 5pt;
  background: #fff;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1));
}
.g-categories[data-v-4c8b5ae7] {
  background-color: #f3f3f3;
  right: 10pt;
  width: 60pt;
  z-index: 1;
}
.g-backbuttom[data-v-4c8b5ae7] {
  right: -30pt;
  width: 30pt;
  height: 100%;
  display: block;
  border-radius: 0;
  background-color: #948a85;
}
.g-wrapper.save-mode .g-display[data-v-4c8b5ae7] {
  right: 0 !important;
}
.g-wrapper.save-mode .g-categories[data-v-4c8b5ae7],
.g-wrapper.save-mode .g-items[data-v-4c8b5ae7] {
  right: -75pt !important;
}
.g-wrapper.save-mode .enter-save-mode[data-v-4c8b5ae7],
.g-wrapper.save-mode .random-items[data-v-4c8b5ae7] {
  top: -60pt !important;
}
.enter-save-mode[data-v-4c8b5ae7],
.random-items[data-v-4c8b5ae7] {
  top: 16pt;
  width: 40pt;
  height: 40pt;
  border-radius: 20pt;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.random-items[data-v-4c8b5ae7] {
  left: 14pt;
  background-color: #6eefd2;
}
.random-items i[data-v-4c8b5ae7] {
  width: 28px;
  height: 28px;
}
.enter-save-mode[data-v-4c8b5ae7] {
  right: 18pt;
  background-color: #b0a9f9;
}
.g-wrapper.opened .enter-save-mode[data-v-4c8b5ae7],
.g-wrapper.opened .random-items[data-v-4c8b5ae7] {
  top: -60pt;
}
.save-mode .g-save-buttons[data-v-4c8b5ae7] {
  top: 16pt;
  transition-delay: 1.5s;
}
.g-save-buttons[data-v-4c8b5ae7] {
  top: -75pt;
  left: 14pt;
  right: 14pt;
  height: 75pt;
  position: absolute;
  z-index: 101;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
}
.cancel-save-mode[data-v-4c8b5ae7] {
  padding: 0 14pt;
  border-radius: 14pt;
  position: absolute;
  top: 16pt;
  left: 14pt;
  font-size: 13pt;
  background-color: #b0a9f9;
}
.cancel-save-mode i[data-v-4c8b5ae7] {
  margin-right: 4pt;
  transform: rotate(180deg);
}
.btn-save-mode[data-v-4c8b5ae7] {
  padding: 0 14pt;
  border-radius: 14pt;
  color: #fff !important;
  position: absolute;
  top: 16pt;
  right: 14pt;
  font-size: 13pt;
}
.btn-save-mode i[data-v-4c8b5ae7] {
  margin-right: 4pt;
}
.color-picker[data-v-4c8b5ae7] {
  position: absolute;
  left: -60pt;
}
.g-wrapper.opened .color-picker[data-v-4c8b5ae7] {
  left: 14pt;
}
.game-pad[data-v-4c8b5ae7] {
  position: absolute;
  left: -100%;
}
.g-wrapper.opened .game-pad[data-v-4c8b5ae7] {
  left: 0;
}
.g-wrapper-content[data-v-4c8b5ae7],
.game-loading[data-v-4c8b5ae7],
.progress-bar[data-v-4c8b5ae7],
.progress-div[data-v-4c8b5ae7] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.game-loading[data-v-4c8b5ae7] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #bebebe;
  color: #2d3436;
  z-index: 99999;
  font-weight: 400;
  content: " ";
}
.game-loading .progress-div[data-v-4c8b5ae7] {
  display: flex;
  justify-content: center;
  height: 1rem;
  position: absolute;
  width: 70%;
  height: 4%;
  left: 15%;
  top: 84%;
  right: 15%;
  opacity: 1;
}
.game-loading .progress-div.hidden[data-v-4c8b5ae7] {
  top: 60%;
  opacity: 0;
}
@media (max-aspect-ratio: 1/1) {
  .g-wrapper[data-v-4c8b5ae7] {
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media (min-aspect-ratio: 560/751) and (min-height: 360pt) {
  .g-display[data-v-4c8b5ae7] {
    right: 120pt;
    left: 0;
  }
  .g-items[data-v-4c8b5ae7],
  .g-wrapper.opened .g-items[data-v-4c8b5ae7] {
    right: 60pt;
  }
  .g-backbuttom[data-v-4c8b5ae7] {
    display: none;
  }
  .g-items[data-v-4c8b5ae7] {
    z-index: 1;
  }
  .g-categories[data-v-4c8b5ae7] {
    z-index: 99;
    right: 0;
  }
  .close-click[data-v-4c8b5ae7] {
    display: none;
  }
  .g-wrapper.opened .enter-save-mode[data-v-4c8b5ae7],
  .g-wrapper.opened .random-items[data-v-4c8b5ae7] {
    top: 16pt;
  }
  .color-picker[data-v-4c8b5ae7] {
    left: 14pt;
  }
  .game-pad[data-v-4c8b5ae7] {
    left: 0;
  }
}
.display[data-v-4b0af933] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#game[data-v-4b0af933] {
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.display[data-v-4b0af933]:after {
  content: " ";
}
.w-creen[data-v-01de2544] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.w-creen .floating-icon-wrapper[data-v-01de2544] {
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  height: 26.17%;
  width: 100%;
  text-align: center;
}
.w-creen .floating-button-wrapper[data-v-01de2544] {
  position: absolute;
  bottom: 10%;
  left: 5%;
  right: 5%;
  height: 8%;
  text-align: center;
}
.w-creen .game-icon[data-v-01de2544] {
  height: 100%;
  border-radius: 22.38%;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.w-creen .floating-box[data-v-01de2544] {
  position: absolute;
  top: 20%;
  left: 15%;
  right: 15%;
  bottom: 20%;
  background-color: #e9ecef;
  overflow: hidden;
  border-radius: 2%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-aspect-ratio: 560/751) {
  .w-creen .floating-box[data-v-01de2544] {
    left: 5%;
    right: 5%;
  }
}
.w-creen .floating-box[data-v-01de2544]:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5%;
  background: #e783bd;
  background: -webkit-linear-gradient(
    45deg,
    #ffe7a5,
    #fa8f59,
    #e783bd,
    #bb74cf,
    #6da8ff
  );
  background: -o-linear-gradient(
    45deg,
    #ffe7a5,
    #fa8f59,
    #e783bd,
    #bb74cf,
    #6da8ff
  );
  background: -moz-linear-gradient(
    45deg,
    #ffe7a5,
    #fa8f59,
    #e783bd,
    #bb74cf,
    #6da8ff
  );
  background: linear-gradient(
    45deg,
    #ffe7a5,
    #fa8f59,
    #e783bd,
    #bb74cf,
    #6da8ff
  );
  content: " ";
}
.w-creen .floating-box .content[data-v-01de2544] {
  top: 18%;
  left: 2%;
  right: 2%;
  bottom: 1%;
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-flow: column;
}
.w-creen .floating-box .name[data-v-01de2544] {
  font-size: 1.3em;
  text-align: center;
  font-family: Julius Sans One, Avenir, Helvetica, Arial, sans-serif;
}
.w-creen .floating-box .tags[data-v-01de2544] {
  padding-bottom: 6pt;
  background-color: #fff;
  color: #bb74cf;
  font-size: 11pt;
  line-height: 14pt;
}
.w-creen .floating-box .tags svg[data-v-01de2544] {
  display: block;
  float: left;
  fill: #bb74cf;
}
.w-creen .floating-box .tag[data-v-01de2544] {
  display: inline-block;
  margin: 2pt;
  padding: 0 3pt;
  border-radius: 3pt;
  border: 1px solid #bb74cf;
  color: #bb74cf;
  text-decoration: none;
}
.w-creen .floating-box .tag[data-v-01de2544]:hover {
  border-color: #333;
  color: #333;
}
.w-creen .floating-box .owner[data-v-01de2544] {
  font-size: 1em;
  text-align: center;
  margin-bottom: 5pt;
}
.w-creen .floating-box .owner a[data-v-01de2544] {
  text-decoration: none;
  color: #bb74cf;
}
.w-creen .floating-box .owner a[data-v-01de2544]:hover {
  text-decoration: underline;
}
.w-creen .floating-box .description[data-v-01de2544] {
  flex-grow: 2;
  background-color: #fff;
  overflow: auto;
  padding: 6pt;
  color: #2d3436;
}
.w-creen .floating-box .description p[data-v-01de2544] {
  white-space: pre-wrap;
}
.w-creen .floating-button-wrapper a.button[data-v-01de2544] {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-color: #e783bd;
  border-radius: 20pt;
  font-size: 16pt;
  line-height: 35pt;
  padding: 0 20pt;
  width: 80%;
  max-width: 200pt;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  font-weight: bolder;
  border: none;
}
.w-creen .floating-button-wrapper a.button[data-v-01de2544]:hover {
  color: #fff;
  background-color: #eba3cd;
}
.w-creen .floating-button-wrapper a.button[data-v-01de2544] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.w-creen .floating-button-wrapper a.hidden[data-v-01de2544] {
  opacity: 0;
}
.item[data-v-21ef8cd6] {
  display: inline-block;
  height: 40pt;
  width: 40pt;
  margin: 10pt;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(1px 2px 2px rgba(34, 34, 34, 0.3));
  filter: drop-shadow(1px 2px 2px rgba(34, 34, 34, 0.3));
}
.active[data-v-21ef8cd6],
.selected[data-v-21ef8cd6] {
  transition: all 0.1s ease-in-out;
}
.active[data-v-21ef8cd6] {
  background: #e5e5e5;
}
.selected[data-v-21ef8cd6] {
  outline-offset: -5pt;
  outline-width: 2pt;
  outline-style: dashed;
  outline-color: #bdbdbd;
}
.scrollable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scrollable-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.scrollable-item {
  text-align: center;
  cursor: pointer;
  height: 75px;
  width: 75px;
  border-radius: 4px;
}
.scrollable-item,
.scrollable-item > * {
  display: inline-block;
  overflow: hidden;
}
.scrollable-item > * {
  height: 53px;
  width: 53px;
  margin-top: 11px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(1px 2px 2px rgba(34, 34, 34, 0.3));
  filter: drop-shadow(1px 2px 2px rgba(34, 34, 34, 0.3));
}
.scrollable-item > .no-filter {
  -webkit-filter: none !important;
  filter: none !important;
}
.scrollable-item.active,
.scrollable-item.selected {
  transition: all 0.1s ease-in-out;
}
.scrollable-item.active {
  background: hsla(0, 0%, 89.8%, 0.46);
}
.scrollable-item.selected {
  outline-offset: -7px;
  outline-width: 2px;
  outline-style: dashed;
  outline-color: hsla(0, 0%, 74.1%, 0.65);
}
.scrollable-item.empty-item,
.scrollable-item.empty-item.first {
  height: 20px;
  width: 20px;
}
.scrollable-item.empty-item.latest {
  height: 60px;
  width: 60px;
}
.scrollable-item.horizontal {
  display: block;
  height: 100% !important;
}
.scrollable-item.vertical {
  display: block;
  width: 100% !important;
}
.overlay[data-v-c3f49d50] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 1;
  transition: opacity 1s ease;
}
.overlay.hide[data-v-c3f49d50],
.overlay.hide [data-v-c3f49d50] {
  z-index: -1 !important;
  transition: none;
  transition-delay: 0s;
}
.color[data-v-c3f49d50] {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.8s ease;
  transition-delay: 0s;
  border-radius: 50%;
  background-color: transparent;
}
.overlay--d[data-v-c3f49d50] {
  transition-delay: 1s;
}
.overlay--c[data-v-c3f49d50] {
  transition-delay: 0.75s;
}
.overlay--b[data-v-c3f49d50] {
  transition-delay: 0.5s;
}
.overlay--a[data-v-c3f49d50] {
  transition-delay: 0.1s;
}
.overlay.expanded[data-v-c3f49d50] {
  z-index: 100;
  opacity: 0;
  transition-delay: 1.5s;
}
.overlay.expanded .color[data-v-c3f49d50] {
  width: 275%;
  padding-bottom: 275%;
  height: auto;
}
.powered-by[data-v-59631dbe] {
  bottom: 13px;
  left: 19px;
  position: absolute;
  height: 32px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  -webkit-filter: drop-shadow(0 1px 10px rgba(34, 34, 34, 0.6))
    drop-shadow(0 -1px 1px rgba(34, 34, 34, 0.1));
  filter: drop-shadow(0 1px 1px rgba(34, 34, 34, 0.6))
    drop-shadow(0 -1px 1px rgba(34, 34, 34, 0.1));
  cursor: inherit;
  color: #fff;
  text-decoration: none;
  z-index: 101;
}
.powered-by i[data-v-59631dbe] {
  width: 32px;
  height: 32px;
  margin-right: 3px;
  cursor: pointer;
}
.powered-by a[data-v-59631dbe] {
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 333px) {
  .powered-by a[data-v-59631dbe] {
    display: block;
  }
}
.loading-ellipsis[data-v-6fbf8469] {
  display: inline-block;
  position: relative;
  width: 85px;
  height: 43px;
  margin-bottom: 21px;
}
.loading-ellipsis div[data-v-6fbf8469] {
  position: absolute;
  top: 13px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  -webkit-filter: drop-shadow(0 1px 10px rgba(34, 34, 34, 0.3))
    drop-shadow(0 -1px 1px rgba(34, 34, 34, 0.1));
  filter: drop-shadow(0 1px 1px rgba(34, 34, 34, 0.3))
    drop-shadow(0 -1px 1px rgba(34, 34, 34, 0.1));
}
.loading-ellipsis div[data-v-6fbf8469]:first-child {
  left: 8px;
  animation: loading-ellipsis1-data-v-6fbf8469 0.6s infinite;
}
.loading-ellipsis div[data-v-6fbf8469]:nth-child(2) {
  left: 8px;
  animation: loading-ellipsis2-data-v-6fbf8469 0.6s infinite;
}
.loading-ellipsis div[data-v-6fbf8469]:nth-child(3) {
  left: 32px;
  animation: loading-ellipsis2-data-v-6fbf8469 0.6s infinite;
}
.loading-ellipsis div[data-v-6fbf8469]:nth-child(4) {
  left: 56px;
  animation: loading-ellipsis3-data-v-6fbf8469 0.6s infinite;
}
@keyframes loading-ellipsis1-data-v-6fbf8469 {
  0% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes loading-ellipsis3-data-v-6fbf8469 {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes loading-ellipsis2-data-v-6fbf8469 {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(24px);
  }
}
.loading-anim[data-v-dc965734] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.loading-anim i[data-v-dc965734] {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  width: 85px;
  height: 85px;
  margin-right: 3px;
  cursor: inherit;
}
button {
  outline: none;
}
.blur {
  -webkit-filter: blur(12px) grayscale(20%);
  -moz-filter: blur(12px) grayscale(20%);
  -o-filter: blur(12px) grayscale(20%);
  -ms-filter: blur(12px) grayscale(20%);
  filter: blur(12px) grayscale(20%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.can-select {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
.svg-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  color: inherit;
  vertical-align: middle;
  fill: none;
  background-size: auto 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.svg-arrow-right {
  background-image: url(../../../static/player/img/back.263c1c14.svg);
}
.svg-move {
  background-image: url(../../../static/player/img/move.aaefc356.svg);
}
.svg-logo {
  background-image: url(../../../static/player/img/logo.bc92ff83.svg);
}
.btn-default {
  height: 40px;
  border-radius: 7px;
  background: #f69bc5;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  font-weight: bolder;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
.btn-default.full-line {
  display: block;
  width: 100%;
  border-radius: 0;
}
.btn-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 375px) {
  .btn-default span {
    display: none;
  }
}
.image-save-button[data-v-a7d173f2] {
  padding: 0 19px;
  border-radius: 19px;
  font-size: 17px;
}
.image-save-button svg[data-v-a7d173f2] {
  margin-right: 5px;
}
.cancel-save-button[data-v-4a0b90ea] {
  padding: 0 25px;
  border-radius: 25px;
  font-size: 17px;
}
.cancel-save-button svg[data-v-4a0b90ea] {
  margin-right: 7px;
  transform: rotate(180deg);
}
.g-save-screen[data-v-56d844b4] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.g-save-screen .float-image[data-v-56d844b4] {
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.btn-save[data-v-56d844b4] {
  position: absolute;
  top: 40px;
  right: 38px;
}
.btn-save-cancel[data-v-56d844b4] {
  position: absolute;
  top: 40px;
  left: 28px;
}
.color-picker-button[data-v-65ebf5ce] {
  width: 53px;
  height: 53px;
  border-radius: 27px;
  display: inline-block;
}
.scrollable-color-list {
  width: 53px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  opacity: 1;
}
.scrollable-color-list .color-items {
  z-index: 11;
}
.scrollable-color-list .selector {
  position: absolute;
  width: 53px;
  left: -80px;
  top: 53px;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 7px;
  opacity: 0;
}
.scrollable-color-list.hidden {
  left: -80px !important;
  opacity: 0;
}
.scrollable-color-list.opened .selector {
  left: 0;
  z-index: 11;
  opacity: 1;
}
.scrollable-color-list .scrollable-item {
  width: 53px;
  height: 51px;
  border-radius: 27px;
}
.scrollable-color-list .scrollable-item.selected {
  outline-color: transparent;
  outline: none;
}
.scrollable-color-list .scrollable-item > * {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 20px;
}
@media screen and (max-height: 560px) {
  .scrollable-color-list .selector {
    width: 107px;
    left: -133px;
  }
}
@media screen and (max-height: 456px) {
  .scrollable-color-list .selector {
    width: 160px;
    left: -187px;
  }
}
.game-pad-button[data-v-63335e31] {
  width: 53px;
  height: 53px;
  border-radius: 27px;
  display: inline-block;
}
.hidden[data-v-4b463b97] {
  left: -280px !important;
  opacity: 0;
}
.btn-gamepad[data-v-4b463b97] {
  top: 96px;
  left: 19px;
  position: absolute;
  z-index: 11;
}
.game-pad[data-v-4b463b97] {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.game-pad-wrapper[data-v-4b463b97] {
  margin-top: -73px;
  margin-left: 16px;
  position: absolute;
  height: 147px;
  width: 280px;
  z-index: 11;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  bottom: 80px;
  left: -280px;
  opacity: 0;
}
.game-pad.opened .game-pad-wrapper[data-v-4b463b97] {
  left: 0;
  opacity: 1;
  z-index: 11;
}
.game-pad-buttons[data-v-4b463b97] {
  position: absolute;
  height: 147px;
  width: 147px;
  top: 0;
  left: 0;
}
.game-pad-rotate[data-v-4b463b97] {
  position: absolute;
  height: 147px;
  width: 107px;
  top: 0;
  left: 153px;
}
.game-pad-wrapper .btn-default[data-v-4b463b97] {
  position: absolute;
  border-radius: 27px;
  width: 53px;
  height: 53px;
  transition: all 0.5s ease-in-out;
  background-color: rgba(55, 62, 65, 0.89);
}
.game-pad-wrapper .btn-default[data-v-4b463b97]:disabled {
  background-color: hsla(0, 0%, 100%, 0.23);
  border: none;
  opacity: 0.5;
  cursor: inherit;
}
.game-pad-rotate .btn-cancel[data-v-4b463b97] {
  position: absolute;
  border-radius: 20px;
  width: 80px;
  height: 40px;
  top: 53px;
  left: 50%;
  margin-left: -40px;
}
.game-pad-rotate .btn-rotate-left[data-v-4b463b97] {
  position: absolute;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.game-pad-rotate .btn-rotate-right[data-v-4b463b97] {
  position: absolute;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.game-pad-buttons .btn-top[data-v-4b463b97] {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  left: 50%;
  margin-left: -27px;
}
.game-pad-buttons .btn-bottom[data-v-4b463b97] {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  left: 50%;
  margin-left: -27px;
}
.game-pad-buttons .btn-left[data-v-4b463b97] {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  top: 50%;
  margin-top: -27px;
}
.game-pad-buttons .btn-right[data-v-4b463b97] {
  right: 0;
  top: 50%;
  margin-top: -27px;
}
.random-button[data-v-7e4371b2],
.save-button[data-v-cbcb9814] {
  width: 53px;
  height: 53px;
  border-radius: 27px;
}
.random-button svg[data-v-7e4371b2] {
  width: 28px;
  height: 28px;
}
.items-back-button[data-v-191b8a0d] {
  width: 40px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
}
.g-loading,
.progress-bar,
.progress-div {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.g-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #bebebe;
  color: #2d3436;
  z-index: 99999;
  font-weight: 400;
  content: " ";
}
.g-loading .progress-div {
  display: flex;
  justify-content: center;
  height: 1rem;
  position: absolute;
  width: 70%;
  height: 4%;
  left: 15%;
  top: 84%;
  right: 15%;
  opacity: 1;
}
.g-loading .progress-div.hidden {
  top: 60%;
  opacity: 0;
}
.enter-save-mode,
.random-items {
  top: 21px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.random-items {
  left: 19px;
}
.enter-save-mode {
  right: 24px;
}
.enter-save-mode.hide,
.random-items.hide {
  top: -80px;
  opacity: 0;
}
.g-categories .g-scroll {
  background-color: #f3f3f3;
}
.g-items .g-scroll {
  background-color: #fff;
}
.g-btn-back {
  background-color: #948a85;
  color: #f3f3f3;
}
.g-btn-back-overlay {
  background-color: transparent;
}
.scrollable-item > * {
  text-align: center;
  line-height: 53px;
}
.color-picker {
  top: 168px;
  bottom: 53px;
  left: 19px;
  position: absolute;
}
.color-picker,
.game-pad {
  z-index: 11;
}
.g-theme a:active,
.g-theme a:focus,
.g-theme a:hover {
  text-decoration: none;
  outline: none;
}
.g-theme button:focus {
  outline: none;
}
.g-theme {
  width: 100%;
  height: 100%;
  min-height: 256px;
  min-width: 256px;
}
.g-theme,
.g-theme-container {
  overflow: hidden;
}
.g-theme *,
.g-theme :after,
.g-theme :before {
  box-sizing: border-box;
}
#ad-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.g-content,
.g-flex,
.g-overlay,
.g-scroll-container,
.g-theme,
.g-theme-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  position: relative;
}
.g-theme {
  justify-content: center;
}
.items-back-button.g-btn-back {
  display: none;
}
.g-btn-back-overlay {
  text-decoration: none;
  display: none;
  content: " ";
  cursor: pointer;
}
.g-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-content {
  min-width: 192px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.g-content canvas {
  height: 100%;
  height: 100vh;
  min-height: 256px;
  display: block;
}
.g-scroll {
  position: relative;
  width: 75px;
}
.g-categories .g-scroll:before,
.g-items .g-scroll:before {
  content: " ";
  position: absolute;
  top: 0;
  left: -7px;
  bottom: 0;
  width: 7px;
  background: #fff;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1));
}
.g-categories .g-scroll,
.g-items .g-scroll {
  border-left: 1px solid hsla(0, 0%, 89.8%, 0.72);
}
.g-categories .g-scroll,
.g-items .g-scroll {
  width: 80px;
  padding-left: 3px;
}
.push-right-sm .g-items {
  position: absolute;
  top: 0;
  right: -133px;
  height: 100%;
  justify-content: flex-end;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.push-right-sm .g-items .g-btn-back {
  display: flex;
}
.push-right-sm .g-items.visible {
  right: 0;
  width: 100%;
}
.push-right-sm .g-items > * {
  z-index: 1;
}
.push-right-sm .g-items.visible > * {
  z-index: 12;
}
.push-right-sm .g-items.visible .g-btn-back-overlay {
  display: block;
  flex-grow: 1;
  z-index: 10;
}
.push-right-sm .enter-save-mode.hide-sm,
.push-right-sm .random-items.hide-sm {
  top: -229px;
  opacity: 0;
}
.columns-1x1.push-right-sm .enter-save-mode.hide-sm,
.columns-1x1.push-right-sm .random-items.hide-sm {
  top: -80px;
  opacity: 0;
}
.columns-1x1 .g-categories .g-scroll,
.columns-1x1 .g-items .g-scroll {
  width: 80px;
}
.columns-2x1 .g-items .g-scroll {
  width: 155px;
}
.columns-2x1 .g-categories .g-scroll {
  width: 80px;
}
.columns-2x2 .g-categories .g-scroll,
.columns-2x2 .g-items .g-scroll {
  width: 155px;
}
.columns-3x2 .g-items .g-scroll {
  width: 229px;
}
.columns-3x2 .g-categories .g-scroll {
  width: 155px;
}
.resize-observer[data-v-cdda41ea] {
  border: none;
  background-color: transparent;
  opacity: 0;
}
.resize-observer[data-v-cdda41ea],
.resize-observer[data-v-cdda41ea] object {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: block;
  overflow: hidden;
}
.remove-items-button[data-v-9893c578] {
  width: 53px;
  height: 53px;
  display: inline-flex;
}
.remove-items-button svg[data-v-9893c578] {
  width: 27px;
  height: 27px;
}
.size-slot[data-v-22bd89f0] {
  z-index: -1;
}
#game[data-v-22bd89f0] {
  height: 100% !important;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.display[data-v-22bd89f0]:after {
  content: " ";
}
.w-creen[data-v-2dced4e4] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.w-creen .floating-icon-wrapper[data-v-2dced4e4] {
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  height: 26.17%;
  width: 100%;
  text-align: center;
}
.w-creen .floating-button-wrapper[data-v-2dced4e4] {
  position: absolute;
  bottom: 10%;
  left: 5%;
  right: 5%;
  height: 8%;
  text-align: center;
}
.w-creen .float-game-icon[data-v-2dced4e4] {
  height: 100%;
  min-width: 60px;
  min-height: 60px;
  border-radius: 22.38%;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.w-creen .floating-box[data-v-2dced4e4] {
  position: absolute;
  top: 20%;
  left: 15%;
  right: 15%;
  bottom: 20%;
  background-color: #e9ecef;
  overflow: hidden;
  border-radius: 2%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-aspect-ratio: 560/751) {
  .w-creen .floating-box[data-v-2dced4e4] {
    left: 5%;
    right: 5%;
  }
}
.w-creen .floating-box[data-v-2dced4e4]:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5%;
  background: #e783bd;
  background: -webkit-linear-gradient(
    45deg,
    #ffe7a5,
    #fa8f59,
    #e783bd,
    #bb74cf,
    #6da8ff
  );
  background: -o-linear-gradient(
    45deg,
    #ffe7a5,
    #fa8f59,
    #e783bd,
    #bb74cf,
    #6da8ff
  );
  background: -moz-linear-gradient(
    45deg,
    #ffe7a5,
    #fa8f59,
    #e783bd,
    #bb74cf,
    #6da8ff
  );
  background: linear-gradient(
    45deg,
    #ffe7a5,
    #fa8f59,
    #e783bd,
    #bb74cf,
    #6da8ff
  );
  content: " ";
}
.w-creen .floating-box .content[data-v-2dced4e4] {
  top: 18%;
  left: 2%;
  right: 2%;
  bottom: 1%;
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-flow: column;
}
.w-creen .floating-box .name[data-v-2dced4e4] {
  font-size: 1.3em;
  text-align: center;
  font-family: Julius Sans One, Avenir, Helvetica, Arial, sans-serif;
}
.w-creen .floating-box .tags[data-v-2dced4e4] {
  padding-bottom: 8px;
  background-color: #fff;
  color: #bb74cf;
  font-size: 15px;
  line-height: 19px;
}
.w-creen .floating-box .tags svg[data-v-2dced4e4] {
  display: block;
  float: left;
  fill: #bb74cf;
}
.w-creen .floating-box .tag[data-v-2dced4e4] {
  display: inline-block;
  margin: 3px;
  padding: 0 4px;
  border-radius: 4px;
  border: 1px solid #bb74cf;
  color: #bb74cf;
  text-decoration: none;
}
.w-creen .floating-box .tag[data-v-2dced4e4]:hover {
  border-color: #333;
  color: #333;
}
.w-creen .floating-box .owner[data-v-2dced4e4] {
  font-size: 1em;
  text-align: center;
  margin-bottom: 7px;
}
.w-creen .floating-box .owner a[data-v-2dced4e4] {
  text-decoration: none;
  color: #bb74cf;
}
.w-creen .floating-box .owner a[data-v-2dced4e4]:hover {
  text-decoration: underline;
}
.w-creen .floating-box .description[data-v-2dced4e4] {
  flex-grow: 2;
  background-color: #fff;
  overflow: auto;
  padding: 8px;
  color: #2d3436;
}
.w-creen .floating-box .description p[data-v-2dced4e4] {
  white-space: pre-wrap;
}
.w-creen .floating-button-wrapper a.button[data-v-2dced4e4] {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background-color: #e783bd;
  border-radius: 27px;
  font-size: 21px;
  line-height: 47px;
  padding: 0 27px;
  width: 80%;
  max-width: 256px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  font-weight: bolder;
  border: none;
}
.w-creen .floating-button-wrapper a.button[data-v-2dced4e4]:hover {
  color: #fff;
  background-color: #eba3cd;
}
.w-creen .floating-button-wrapper a.button[data-v-2dced4e4] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.w-creen .floating-button-wrapper a.hidden[data-v-2dced4e4] {
  opacity: 0;
}
div#sncmp-container {
  color: #000;
}
.game-app-container {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.game-app-container .g-wrapper {
  max-width: 100% !important;
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  height: 100%;
  overflow: auto;
  margin: 0;
}
body.full-page,
html.full-page {
  width: 100%;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #b0b0b0;
  touch-action: pan-y;
  overflow: hidden;
  margin: 0;
}
body.full-page {
  overflow-x: hidden;
  line-height: 1;
}
.error_popup {
  width: 280px;
  position: absolute;
  padding: 30px 0 0;
  background-color: #fff;
  z-index: 100;
  border-radius: 5px;
  left: 50%;
  margin-left: -140px;
  top: 50%;
  margin-top: -93px;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.error_popup div.title {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.error_popup .content {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 20px 20px 30px;
}
.error_popup .button {
  border-top: 1px solid #e9e9e9;
  font-size: 16px;
  color: #3d7ac3;
  line-height: 44px;
  text-align: center;
  width: 100%;
}
