html,
body, #app {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

canvas {
  /* Makes parent not get an extra 4px of height from inline-block default styling */
  display: block;
}
.pixi-container[data-v-dee03faa] {
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

#meetingSDKParent[data-v-18b8d853] {
  display: none;
  width: 95%;
  height: 95%;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
}
#meetingSDKVideo[data-v-18b8d853] {
  flex-shrink: 0;
}
#meetingSDKChat[data-v-18b8d853] {
  width: 100%;
  height: 1px;
  display: block;
  bottom: 0;
  position: absolute;
}

/* Square -> Horizontal */
@media (min-aspect-ratio: 1/1) {
#meetingSDKParent[data-v-18b8d853] {
    flex-direction: row;
}
#meetingSDKVideo[data-v-18b8d853] {
    width: 60%;
    height: 100%;
    display: inline-block;
}
#meetingSDKChatParent[data-v-18b8d853] {
    width: 40%;
    height: 100%;
    display: inline-block;
}
}

/* Vertical */
@media (max-aspect-ratio: 1/0.99) {
#meetingSDKParent[data-v-18b8d853] {
    flex-direction: column;
}
#meetingSDKVideo[data-v-18b8d853] {
    width: 100%;
    height: 80%;
}
#meetingSDKChatParent[data-v-18b8d853] {
    width: 100%;
    height: 20%;
    display: block;
}
}

.centered[data-v-74199270] {
    margin: auto;
}
.tab-bar[data-v-74199270] {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.tab-bar button.selected[data-v-74199270] {
    font-weight: bold;
    text-decoration: underline;
}
.error[data-v-74199270] {
    color: red;
}

.avatar-option[data-v-ee333427] {
    width: 59px;
    height: 59px;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 11px;
    background-color: #f4f4f4;

    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}
.avatar-option.selected[data-v-ee333427] {
    background-color: #d0f8ff;
    border: 2px solid #469db5;
}
span[data-v-ee333427] {
    text-transform: capitalize;
}

.avatar-option[data-v-65f660cb] {
    width: calc(109px * var(--scale));
    height: calc(139px * var(--scale));
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 11px;
    background-color: #f4f4f4;

    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}
.avatar-option.selected[data-v-65f660cb] {
    background-color: #d0f8ff;
    border: 2px solid #469db5;
}
span[data-v-65f660cb] {
    text-align: center;
}
.scaled[data-v-65f660cb] {
    scale: calc(0.4 * var(--scale));
}

.avatar-option[data-v-e4c33cca] {
    width: calc(109px * var(--scale));
    height: calc(139px * var(--scale));
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 11px;
    background-color: #f4f4f4;

    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
}
.avatar-option.selected[data-v-e4c33cca] {
    background-color: #d0f8ff;
    border: 2px solid #469db5;
}
.save[data-v-e4c33cca] {
    background-color: #469db4;
    width: 80px;
    height: 44px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: white;
}

.avatar-builder[data-v-370ebfe6] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}
.nav-header[data-v-370ebfe6] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
}
.back[data-v-370ebfe6] {
    color: #ed1849;
    background: none;
    border: none;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.save[data-v-370ebfe6] {
    background-color: #ed1849;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    border: none;
    cursor: pointer;
}
.pixi-container[data-v-370ebfe6] {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    /* height: 60%; */
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.settings-block[data-v-370ebfe6] {
    width: 100%;
    height: 325px;
    border: none;
    margin: 0;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.tab-bar[data-v-370ebfe6] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: calc(100% - 10px);
    margin-bottom: 5px;
}
.primary-tab[data-v-370ebfe6] {
    color: #6c7685;
    padding: 15px 30px;
    cursor: pointer;
}
.primary-tab.selected[data-v-370ebfe6] {
    color: #e03570;
    border-bottom: 1px solid #e03570;
    box-sizing: border-box;
}
.subtab-bar[data-v-370ebfe6] {
    width: 100%;
    height: 45px;
    background-color: #d0f8ff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.secondary-tab[data-v-370ebfe6] {
    color: #6c7685;
    border-radius: 5px;
    height: min-content;
    padding: 5px 20px;
    background-color: none;
    cursor: pointer;
}
.secondary-tab.selected[data-v-370ebfe6] {
    background-color: #ffffff;
}
.options-block[data-v-370ebfe6] {
    height: 220px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.options-block > div[data-v-370ebfe6] {
    flex-grow: 1;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.options-block .bottom-align[data-v-370ebfe6] {
    flex-grow: 1;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.slider-parent[data-v-370ebfe6] {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.vue-slider[data-v-370ebfe6] {
    flex-grow: 1;
}
.option-list[data-v-370ebfe6] {
    margin: 5px auto;
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;

    overflow-x: auto;
    max-width: min-content;
    width: 100%;
}
.wear[data-v-370ebfe6] {
    background-color: #ed1849;
    width: 80px;
    height: 44px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: white;
}
.wear[data-v-370ebfe6]:disabled, .delete[data-v-370ebfe6]:disabled {
    background-color: #caced3;
}
.delete[data-v-370ebfe6] {
    background-color: #ed1849;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    border: none;
    cursor: pointer;
    color: white;
}
.center-and-right-nav[data-v-370ebfe6] {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center-and-right-nav[data-v-370ebfe6] :last-child {
    position: absolute;
    right: 20px;
}

.sheet-overlay[data-v-bef1c08c] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
.sheet[data-v-bef1c08c] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 95%;
  background: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-family: "Arial";
}
.sheet-header[data-v-bef1c08c] {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3);
}
#close[data-v-bef1c08c] {
  background: none;
  border: none;
  padding: 0;
  margin: 0;

  font: inherit;
  color: #898989;
  cursor: pointer;
}
.sheet-title[data-v-bef1c08c] {
  flex: 1;
  display: flex;
  justify-content: center;
}
.sheet-body[data-v-bef1c08c] {
  padding: 10px;
}

.background-item[data-v-0fa08e00] {
  height: 200px;
  border-radius: 7px;
  background-color: #b9b9b9;

  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.backgrounds-list[data-v-98cbfbc6] {
  max-height: 85vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.backgrounds-list[data-v-98cbfbc6] > * {
  flex: 0 0 calc((100% - 8px) / 3);
}

.about-me-sticker[data-v-45f38ef0] {
  min-height: 100px;
  height: fit-content;
  border-radius: 7px;
  background-color: #f4f4f4;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px;
  margin: 0px 10px;
  margin-bottom: 20px;

  max-height: 160px;
}
.about-me-labels[data-v-45f38ef0] {
  display: flex;
  font-size: 12px;
  line-height: 1px;
  color: #898989;
  flex-direction: column;
  text-align: left;
}

.sticker-container[data-v-c0ce6646] {
  display: flex;
  flex-direction: column;
}
.sticker-container.disabled[data-v-c0ce6646] {
  opacity: 0.4;
}
.sticker-size[data-v-c0ce6646] {
  align-self: center;
  height: 5px;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 20px;
  color: #898989;
}
.sticker-item[data-v-c0ce6646] {
  aspect-ratio: 1 / 1;
  height: fit-content;
  border-radius: 7px;
  background-color: #f4f4f4;

  display: flex;
  align-items: center;
  justify-content: center;
}
.sticker-item.about-me[data-v-c0ce6646] {
  max-height: 140px;
  margin-top: 15px;
}
.sticker-image[data-v-c0ce6646] {
  width: 90%;
  height: 90%;
  display: block;
  object-fit: contain;
}

.tabs[data-v-1ed4b2d0] {
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}
.tab[data-v-1ed4b2d0] {
  width: 30%;
  padding: 7px;
  border: none;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  color: #000;
  background-color: transparent;
}
.tab.active[data-v-1ed4b2d0] {
  width: 30%;
  border: none;
  border-bottom: 1px solid #ce4570;
  color: #ce4570;
  background-color: transparent;
}
.stickers-filters[data-v-1ed4b2d0] {
  display: flex;
  padding: 15px 0px;
  gap: 5px;
}
.filter[data-v-1ed4b2d0] {
  padding: 6px 9px;
  border-radius: 30px;

  border: 2px solid #ce4570;
  background-color: transparent;
  color: #ce4570;
  font-size: 14px;
  box-shadow: none;
}
.filter.active[data-v-1ed4b2d0] {
  color: #fff;
  background-color: #ce4570;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}
.stickers-list[data-v-1ed4b2d0] {
  max-height: 85vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.stickers-list[data-v-1ed4b2d0] > * {
  flex: 0 0 calc((100% - 8px) / 3);
}
.stickers-about-me-list[data-v-1ed4b2d0] {
  max-height: 85vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 4px;
}

.draggable[data-v-56091a99] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.draggable-about-me[data-v-56091a99] {
  display: flex;
  font-size: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  pointer-events: none;

  line-height: 1px;
  font-family: Arial;
  font-size: 12px;
  color: #898989;
  background-color: #f4f4f4;

  padding: 0px 10px;
  margin: 10px;
  border-radius: 7px;
  width: 90%;
  height: 90%;
}
.draggable-image[data-v-56091a99] {
  width: 90%;
  height: 90%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.remove[data-v-56091a99] {
  z-index: 100;
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #ce4570;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  border: 1px solid #ce4570;
  padding: 5px 9px;
  display: none;
}
.remove.active[data-v-56091a99] {
  display: block;
}

.modal-overlay[data-v-07821c8b] {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;

  background-color: rgba(0, 0, 0, 0.5);
}
.modal[data-v-07821c8b] {
  margin: 50px 20px;
  width: 100%;
  height: fit-content;
  padding: 10px;
  border-radius: 16px;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
#close-button[data-v-07821c8b] {
  display: flex;
  align-self: self-start;
  background: none;
  border: none;
  padding: 0;
  margin: 0;

  color: #898989;
  cursor: pointer;
}
.modal-header[data-v-07821c8b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
}
.modal-title[data-v-07821c8b] {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-me-modal-wrapper[data-v-c82ded8c] {
  padding: 0px 10px;
}
.about-me-sticker[data-v-c82ded8c] {
  min-height: 100px;
  height: fit-content;
  border-radius: 7px;
  background-color: #f4f4f4;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px;
  margin: 0px 10px;
  margin-bottom: 20px;

  max-height: 160px;
}
.about-me-labels[data-v-c82ded8c] {
  display: flex;
  font-size: 12px;
  line-height: 1px;
  color: #898989;
  flex-direction: column;
  text-align: left;
}
.about-me-fields[data-v-c82ded8c] {
  padding-top: 10px;
}
.about-me-fields p[data-v-c82ded8c] {
  color: #898989;
}
.about-me-row[data-v-c82ded8c] {
  display: flex;
  align-items: center;
  gap: 30px;
}
.about-me-row select[data-v-c82ded8c] {
  /* for when we want to update the default select arrow: */
  /* appearance: none; */
  background-color: #dbdbdb;
  border-radius: 9px;
  border: none;
  padding: 6px;
  text-align: center;
  min-width: 150px;
  height: 50%;
}
.underline[data-v-c82ded8c] {
  border-bottom: 1px solid #898989;
}
.save[data-v-c82ded8c] {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.save button[data-v-c82ded8c] {
  margin: 5px;
  padding: 12px 40px;
  border-radius: 6px;
  background-color: #5e9bb1;
  color: #fff;
  border: none;
  font-size: 14px;
}

.gallery[data-v-9d6474cc] {
  height: 100vh;
  overflow: hidden;
  position: relative;
  cursor: grab;
  touch-action: none;
}
.gallery[data-v-9d6474cc]:active {
  cursor: grabbing;
}
.gallery.disabled[data-v-9d6474cc] {
  pointer-events: none;
}
.scene[data-v-9d6474cc] {
  position: absolute;
  overflow: visible;

  top: 0;
  left: 0;
  will-change: transform;
}
.background[data-v-9d6474cc] {
  display: block;
  /* height: 100vh; */
  width: auto;
  max-width: none;
  user-select: none;
  pointer-events: none;
}
.grid-overlay[data-v-9d6474cc] {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  pointer-events: none;

  background-image:
    repeating-linear-gradient(
      to right,
      rgba(255, 255, 255, 0.4) 0px,
      rgba(255, 255, 255, 0.4) 1px,
      transparent 1px,
      transparent var(--grid-size)
    ),
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.4) 0px,
      rgba(255, 255, 255, 0.4) 1px,
      transparent 1px,
      transparent var(--grid-size)
    );
}
.gallery-controls[data-v-9d6474cc] {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.gallery-controls button[data-v-9d6474cc] {
  margin: 5px;
  padding: 12px 40px;
  border-radius: 6px;
  background-color: #5e9bb1;
  color: #fff;
  border: none;
  font-size: 14px;
}
