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;
}

@font-face {
  font-family: 'Lato';
  src: url('./Lato-Regular-Co9R1xb6.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('./Lato-Italic-ZMsueCtI.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('./Lato-Light-C8FDgPZG.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('./Lato-LightItalic-BN7rO4FP.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('./Lato-Bold-CHDcU5N0.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('./Lato-BoldItalic-V2vI6ZjD.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
.pixi-container[data-v-c03076ed] {
  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;
}
}
/* App bar headings */
/* Accordion Headers */
.container-padding[data-v-1d5863e7] {
  padding: 7px 35px;
}
.container[data-v-1d5863e7] {
  height: 42px;
  display: flex;
  flex-direction: row;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.container.primary[data-v-1d5863e7] {
  background-color: #ed1849;
  color: #ffffff;
}
.container.primary[data-v-1d5863e7]:hover:not(:active) {
  background-color: rgb(244.3734939759, 118.6265060241, 147.5542168675);
}
.container.secondary[data-v-1d5863e7] {
  background-color: #469DB5;
  color: #ffffff;
}
.container.secondary[data-v-1d5863e7]:hover:not(:active) {
  background-color: rgb(141.7848605578, 196.203187251, 211.2151394422);
}
.container.black[data-v-1d5863e7] {
  background-color: #000000;
  color: #ffffff;
}
.container.black[data-v-1d5863e7]:hover:not(:active) {
  background-color: #333333;
}
.container.white[data-v-1d5863e7] {
  background-color: #ffffff;
  color: #9e9e9e;
}
.container.green[data-v-1d5863e7] {
  background-color: #1D6C6C;
  color: #fff;
  border: 4px solid #1D6C6C;
  box-shadow: inset 0 0 0 2px #fff;
}
.container.green[data-v-1d5863e7]:hover:not(:active) {
  background-color: rgb(39.795620438, 148.204379562, 148.204379562);
  border: 4px solid rgb(39.795620438, 148.204379562, 148.204379562);
}
.container.outline[data-v-1d5863e7] {
  background-color: #ffffff;
  color: #9e9e9e;
  border: 2px solid #9e9e9e;
}
.container.outline[data-v-1d5863e7]:hover:not(:active) {
  background-color: #f2f2f2;
}
.container.outline[data-v-1d5863e7]:active {
  background-color: #f2f2f2;
  border: none;
}
.container.outline[data-v-1d5863e7]:disabled {
  border: none;
}
.container[data-v-1d5863e7]:disabled {
  background-color: #e2e2e2;
  color: #9e9e9e;
  pointer-events: none;
}
.icon[data-v-1d5863e7] {
  padding-right: 5px;
}
.sheet-overlay[data-v-c334060f] {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.4);
}
.sheet[data-v-c334060f] {
  position: absolute;
  bottom: 0;
  justify-self: center;
  width: 100%;
  max-width: 800px;
  height: 95%;
  background: white;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  font-family: "Arial";
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.sheet-header[data-v-c334060f] {
  position: relative;  
  display: flex;
  align-items: center;
  padding: 10px 15px;
  
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3);
}
.sheet-header.secondary[data-v-c334060f] {
  background-color: #469DB5;
}
.sheet-header.primary[data-v-c334060f] {
  background-color: #ED1849;
}
.close[data-v-c334060f] {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  margin: 0;

  width: 16px;
  height: 16px;
  padding-left: 15px;

  font: inherit;
  color: #898989;
  cursor: pointer;
}
.sheet-title[data-v-c334060f] {
  color: #fff;
  flex: 1;
  display: flex;
  font-family: Lato;
  justify-content: center;
  margin-right: 15px;
}
.sheet-body[data-v-c334060f] {
  height: 100vh;
}
/* App bar headings */
/* Accordion Headers */
.profile-image[data-v-2878c771] {
  position: relative;
  background-color: #f4f4f4;
  border-radius: 100%;
  border: 2px solid #ed1849;
  min-width: 48px;
  min-height: 48px;
  aspect-ratio: 1/1;
  box-sizing: border-box;
}
.profile-image img[data-v-2878c771] {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
}
.profile-image.large[data-v-2878c771] {
  width: 128px !important;
  height: 128px !important;
}
.profile-image.large img[data-v-2878c771] {
  width: 124px !important;
  height: 124px !important;
}
.profile-image.large .user-status[data-v-2878c771] {
  width: 15px;
  height: 15px;
  bottom: 9px;
  left: 10px;
}
.profile-image.large .user-status.offline[data-v-2878c771] {
  width: 12px;
  height: 12px;
}
.user-status[data-v-2878c771] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.online[data-v-2878c771] {
  background-color: #3ec714;
}
.offline[data-v-2878c771] {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 3px solid #707070;
}
.none[data-v-2878c771] {
  display: none;
}
.list-item[data-v-f69f69ce] {
    height: 60px;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    position: relative;
}
.list-item-clickable[data-v-f69f69ce] {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 90%;
}

/* the UserPortrait component */
.profile-image[data-v-f69f69ce] {
  margin-right: 20px;
}
.user-details[data-v-f69f69ce] {
    font-family: Lato;
}
.user-name[data-v-f69f69ce] {
    font-size: 16px;
    font-weight: 700;
    margin: 2px;
}
.user-status[data-v-f69f69ce] {
    font-size: 14px;
    font-family: Lato;
    font-style: italic;
    margin: 2px;
}
.star[data-v-f69f69ce] {
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.message-btn[data-v-f69f69ce] {
    position: absolute;
    right: 50px;
    cursor: pointer;
    color: #469DB4;
}
.list-item-tag[data-v-f69f69ce] {
  background-color: #469DB4;
  border-radius: 10px;
  height: 19px;
  color: #fff;

  margin-left: 20px;
  padding: 4px 5px;
  font-size: 12px;
  text-transform: uppercase;

  display: flex;
  align-items: center;
}
/* App bar headings */
/* Accordion Headers */
.member-name-btn[data-v-bcd2e93a] {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  color: inherit;
  font-size: inherit;
}
#members-wrapper[data-v-bcd2e93a] {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 8px;
  z-index: 10;
}
#members-count[data-v-bcd2e93a] {
  width: 84px;
  height: 42px;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #000;
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.members-list-modal[data-v-bcd2e93a] {
  padding-bottom: 120px;
  overflow-y: scroll;
  height: 87vh;
}
.divider[data-v-bcd2e93a] {
  cursor: pointer;
  display: flex;
  height: 35px;
  align-items: center;
  padding-left: 20px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  gap: 15px;
}
.online-divider[data-v-bcd2e93a] {
  background-color: #edff40;
}
.offline-divider[data-v-bcd2e93a] {
  background-color: #C4C4C4;
}
.collapsed[data-v-bcd2e93a] {
  transform: rotate(180deg);
}
.rps-game[data-v-ce8ce8a3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.choices[data-v-ce8ce8a3] {
  display: flex;
  gap: 12px;
}
.choices button[data-v-ce8ce8a3] {
  padding: 12px 20px;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 8px;
  background: #fff;
}
.choices button.selected[data-v-ce8ce8a3] {
  border-color: #4a90e2;
  background: #e8f1fc;
}
.choices button[data-v-ce8ce8a3]:disabled {
  cursor: default;
  opacity: 0.6;
}
.status[data-v-ce8ce8a3] {
  color: #666;
  font-style: italic;
}
.result[data-v-ce8ce8a3] {
  text-align: center;
}
.result-label[data-v-ce8ce8a3] {
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
}

img {
    padding: 10px;
    display: flex;
    align-self: center;
    justify-self: center;
}
/* App bar headings */
/* Accordion Headers */
.box-container[data-v-1d389376] {
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(255, 144, 172));
  border-radius: 20px;
  max-height: 128px;
}
.box-board[data-v-1d389376] {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #fff;
  aspect-ratio: 1/1;
  min-width: 110px;
  margin-bottom: 8px;
}
.box-board img[data-v-1d389376] {
  padding: 10px;
}
.box-board .piece[data-v-1d389376] {
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
}
.box-board .hoverable[data-v-1d389376] {
  cursor: pointer;
}
.box-board .hoverable[data-v-1d389376]:hover {
  background-color: #ebe9e9;
  border-radius: 10px;
}
.box-board .top[data-v-1d389376] {
  top: 4px;
}
.box-board .middle[data-v-1d389376] {
  top: 34%;
}
.box-board .bottom[data-v-1d389376] {
  bottom: 5px;
}
.box-board .left[data-v-1d389376] {
  left: 0;
}
.box-board .right[data-v-1d389376] {
  right: 0;
}
.box-board .box-winner[data-v-1d389376] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-board .box-winner img[data-v-1d389376] {
  width: 62px;
  height: 62px;
}
.x-wins[data-v-1d389376] {
  margin-top: 8px;
  background-color: #F8A2B6;
  border: 3px solid #F8A2B6;
}
.o-wins[data-v-1d389376] {
  margin-top: 8px;
  background-color: #99D8E2;
  border: 3px solid #99D8E2;
}
.draw[data-v-1d389376] {
  margin-top: 8px;
  background-color: #555;
  border: 3px solid #555;
}
.modal-overlay[data-v-24334e1c] {
  position: absolute;
  top: 0;
  /* at: we may want to not use z-index, but I'm not familiar with styling in vue */
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;

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

  color: #898989;
  cursor: pointer;
}
.modal-header[data-v-24334e1c] {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.modal-title[data-v-24334e1c] {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  flex: 1;
  display: flex;
  justify-content: center;
}
.modal-title p[data-v-24334e1c] {
  margin: 0;
}
.close-icon[data-v-24334e1c] {
  position: absolute;
}
/* App bar headings */
/* Accordion Headers */
.drawer-preview[data-v-570611cc] {
  background-color: #f4f4f4;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 3px 15px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 860px) {
.drawer-preview[data-v-570611cc] {
    max-width: 389px;
}
}
.drawer-toggle[data-v-570611cc] {
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12px;
  background: transparent;
}
.drawer-toggle[data-v-570611cc]::before {
  content: " ";
  background: #737373;
  border: none;
  width: 78px;
  height: 8px;
  border-radius: 4px;
}
.drawer-panel[data-v-570611cc] {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}/* App bar headings */
/* Accordion Headers */
.ttt-header[data-v-4fdf8fed] {
  position: relative;
  min-height: 64px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
}
.icon[data-v-4fdf8fed] {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon load-file[data-v-4fdf8fed] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.turn[data-v-4fdf8fed] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-icon[data-v-4fdf8fed] {
  position: absolute;
  left: 30px;
}
.settings-icon[data-v-4fdf8fed] {
  position: absolute;
  right: 30px;
}
.ttt-container[data-v-4fdf8fed] {
  position: relative;
  background-image: url("../backgrounds/bg_tictactoe.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.board[data-v-4fdf8fed] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  justify-self: center;
  gap: 8px;
  max-width: 400px;
  max-height: 450px;
}
.portrait[data-v-4fdf8fed] {
  position: relative;
  width: 48px;
  height: 48px;
}
.portrait p[data-v-4fdf8fed] {
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-wrap: nowrap;
  margin-top: 10px;
}
.portrait .your-name[data-v-4fdf8fed] {
  position: absolute;
  right: 5px;
}
.portrait .their-name[data-v-4fdf8fed] {
  position: absolute;
  left: 5px;
}
.opponent[data-v-4fdf8fed] {
  padding: 50px 40px;
  padding-right: 20px;
  margin-bottom: 10px;
  display: flex;
}
.opponent img[data-v-4fdf8fed] {
  padding: 5px;
}
.you[data-v-4fdf8fed] {
  padding: 50px 20px;
  display: flex;
  justify-self: end;
}
.you img[data-v-4fdf8fed] {
  padding: 5px;
}
.chat-message[data-v-4fdf8fed] {
  position: relative;
  font-family: Lato;
  font-size: 14px;
  box-shadow: 0 6px 6px -4px rgba(0, 0, 0, 0.3);
  padding: 0px 15px;
  background-color: #fff;
  border-radius: 25px;
}
.chat-message .chat-icon-right[data-v-4fdf8fed] {
  position: absolute;
  right: -11px;
  top: 13px;
  transform: rotate(180deg);
}
.chat-message .chat-icon-left[data-v-4fdf8fed] {
  position: absolute;
  left: -11px;
  top: 13px;
}
.messages[data-v-4fdf8fed] {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  width: 100%;
  align-items: center;
  justify-items: space-evenly;
  justify-content: start;
}
.messages .message[data-v-4fdf8fed] {
  cursor: pointer;
  width: 110px;
  height: 47px;
  border-radius: 10px;
  border: 2px solid #ED1849;
  font-family: Lato;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messages .message[data-v-4fdf8fed]:hover {
  background-color: rgba(237, 24, 73, 0.2);
}
.quit-modal[data-v-4fdf8fed] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quit-modal .buttons[data-v-4fdf8fed] {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.gameover-modal[data-v-4fdf8fed] {
  position: relative;
  width: 350px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/png;base64,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");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gameover-modal .gameover-header[data-v-4fdf8fed] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  top: -20px;
  width: 217px;
  height: 48px;
  background-color: black;
  border-radius: 15px;
}
.gameover-modal p[data-v-4fdf8fed] {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
}
.gameover-modal .winner-portrait[data-v-4fdf8fed] {
  position: relative;
}
.gameover-modal .winner-portrait .crown[data-v-4fdf8fed] {
  position: absolute;
  top: -32px;
  left: 15px;
}
.gameover-modal .winner-portrait[data-v-4fdf8fed] {
  width: 100px;
  height: 100px;
}
.gameover-modal .gameover-buttons[data-v-4fdf8fed] {
  position: absolute;
  bottom: 30px;
}/* App bar headings */
/* Accordion Headers */
.bwm-container[data-v-74b393ab] {
  position: relative;
  background-image: url("../backgrounds/bg_breathe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 100%;
}
.bwm-container .bwm-header[data-v-74b393ab] {
  position: relative;
  min-height: 64px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Lato;
  font-weight: 700;
}
.bwm-container .bwm-header .icon[data-v-74b393ab] {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bwm-container .bwm-header .icon load-file[data-v-74b393ab] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bwm-container .bwm-header .back-icon[data-v-74b393ab] {
  position: absolute;
  left: 30px;
}
.bwm-container .bwm-header .settings-icon[data-v-74b393ab] {
  position: absolute;
  right: 30px;
}
.board[data-v-74b393ab] {
  position: absolute;
  top: 90px;
  display: flex;
  align-items: center;
  justify-self: center;
  height: 100%;
  width: 100%;
  color: black;
  display: flex;
  flex-direction: column;
}
.board .center[data-v-74b393ab] {
  position: relative;
  display: flex;
  align-items: center;
  height: 300px;
}
.board .center .center-text[data-v-74b393ab] {
  position: absolute;
  text-align: center;
  width: 100%;
  font-family: Lato;
  font-weight: 700;
  font-size: 16px;
}
.flower[data-v-74b393ab] {
  position: absolute;
  top: -13px;
  padding-right: 4px;
}
.sliders-wrapper[data-v-74b393ab] {
  position: absolute;
  bottom: 10px;
  align-self: center;
  justify-self: center;
}
.sliders-wrapper .sliders-container[data-v-74b393ab] {
  display: flex;
}
.sliders-wrapper .sliders[data-v-74b393ab] {
  position: absolute;
  top: 5px;
  font-family: Lato;
  font-size: 14px;
  margin: 10px;
  padding: 10px 19px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  height: 70%;
}
.slider[data-v-74b393ab] {
  appearance: none;
  background-color: #c6e5de;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 21px;
  outline: none;
  border-radius: 12px;
}
.quit-modal[data-v-74b393ab] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quit-modal .buttons[data-v-74b393ab] {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}/* App bar headings */
/* Accordion Headers */
.bw-container[data-v-71f1cedc] {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.bw-header[data-v-71f1cedc] {
  position: relative;
  min-height: 64px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
}
.bw-header .icon[data-v-71f1cedc] {
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bw-header .icon load-file[data-v-71f1cedc] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bw-header .back-icon[data-v-71f1cedc] {
  position: absolute;
  left: 30px;
}
.bw-header .settings-icon[data-v-71f1cedc] {
  position: absolute;
  right: 30px;
}
.bw-header .shuffle[data-v-71f1cedc] {
  position: relative;
  cursor: pointer;
}
.bw-header .shuffle #shuffe-icon[data-v-71f1cedc] {
  position: absolute;
  left: 23px;
  top: 10px;
}
.bw-header .shuffle #shuffle-text[data-v-71f1cedc] {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  position: absolute;
  left: 46px;
  top: 12px;
}
.board[data-v-71f1cedc] {
  display: flex;
  align-self: center;
  align-items: center;
  justify-self: center;
  padding: 27px;
  max-width: 400px;
  max-height: 450px;
  color: black;
  display: flex;
  flex-direction: column;
}
.board .row[data-v-71f1cedc] {
  display: flex;
  gap: 4px;
}
.board .row .bubble[data-v-71f1cedc] {
  cursor: pointer;
}
.quit-modal[data-v-71f1cedc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.quit-modal .buttons[data-v-71f1cedc] {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}/* App bar headings */
/* Accordion Headers */
.minigame-overlay[data-v-308ccd4c] {
  position: absolute;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
  height: 100vh;
}
@media (min-width: 860px) {
.minigame-overlay[data-v-308ccd4c] {
    margin: 0;
    top: 0;
    left: 0;
    transform: none;
    width: 390px;
    height: 100vh;
}
}
.minigame-frame[data-v-308ccd4c] {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}/* App bar headings */
/* Accordion Headers */
.container[data-v-a8e88fad] {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 21px;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.container.primary[data-v-a8e88fad] {
  background-color: #ed1849;
  color: #ffffff;
}
.container.primary[data-v-a8e88fad]:hover:not(:active) {
  background-color: rgb(244.3734939759, 118.6265060241, 147.5542168675);
}
.container.secondary[data-v-a8e88fad] {
  background-color: #469DB5;
  color: #ffffff;
}
.container.secondary[data-v-a8e88fad]:hover:not(:active) {
  background-color: rgb(141.7848605578, 196.203187251, 211.2151394422);
}
.container.black[data-v-a8e88fad] {
  background-color: #000000;
  color: #ffffff;
}
.container.black[data-v-a8e88fad]:hover:not(:active) {
  background-color: #333333;
}
.container.white[data-v-a8e88fad] {
  background-color: #ffffff;
  color: #ed1849;
}
.container.borderless[data-v-a8e88fad] {
  background: none;
  color: #ed1849;
}
.container.outline[data-v-a8e88fad] {
  background-color: #ffffff;
  color: #ed1849;
  border: 2px solid #ed1849;
}
.container.outline[data-v-a8e88fad]:hover:not(:active) {
  background-color: #f2f2f2;
}
.container.outline[data-v-a8e88fad]:active {
  background-color: #f2f2f2;
  border: none;
}
.container.outline[data-v-a8e88fad]:disabled {
  border: none;
}
.container[data-v-a8e88fad]:disabled {
  background-color: #e2e2e2;
  color: #9e9e9e;
  pointer-events: none;
}/* App bar headings */
/* Accordion Headers */
.chat-preview[data-v-f7b56073] {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 3px 15px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  z-index: 10;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 860px) {
.chat-preview[data-v-f7b56073] {
    max-width: 389px;
}
}
.chat-toggle[data-v-f7b56073] {
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12px;
  background: transparent;
}
.chat-toggle[data-v-f7b56073]::before {
  content: " ";
  background: #d9e2ec;
  border: none;
  width: 78px;
  height: 8px;
  border-radius: 4px;
}
.chat-panel[data-v-f7b56073] {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.chat-messages[data-v-f7b56073] {
  flex: 1;
  overflow-y: auto;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-empty[data-v-f7b56073] {
  color: #999;
  text-align: center;
  margin: auto 0;
  font-family: Lato;
  font-size: 14px;
}
.chat-message[data-v-f7b56073] {
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 5px;
}
.chat-sender[data-v-f7b56073] {
  flex: 0;
  font-family: Lato;
  font-size: 13px;
  font-weight: 700;
}
.chat-text[data-v-f7b56073] {
  margin: 0;
  text-overflow: ellipsis;
  font-family: Lato;
  font-size: 14px;
}
input[data-v-5f627382] {
    padding-left: 42px;
    border: 1px solid #ED1849;
    border-radius: 25px;
    height: 48px;
    width: calc(100% - 55px);
    outline: none;
}
input.secondary[data-v-5f627382] {
    border: 1px solid #469DB5;
}
.icon[data-v-5f627382] {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 32px;
    height: 32px;
}
img[data-v-5f627382] {
    position: absolute;
    left: 0;
}
/* App bar headings */
/* Accordion Headers */
.container[data-v-17a142c1] {
  height: 56px;
  flex: 0;
}
.container.primary[data-v-17a142c1] {
  background-color: #ed1849;
}
.container.primary #back-button[data-v-17a142c1]:hover {
  background-color: rgb(244.3734939759, 118.6265060241, 147.5542168675);
}
.container.primary[data-v-17a142c1] {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.container.secondary[data-v-17a142c1] {
  background-color: #469DB5;
}
.container.secondary #back-button[data-v-17a142c1]:hover {
  background-color: rgb(141.7848605578, 196.203187251, 211.2151394422);
}
.container.extended[data-v-17a142c1] {
  height: 64px;
}
.container.extended-extra[data-v-17a142c1] {
  height: 164px;
}
.nav-header[data-v-17a142c1] {
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-box[data-v-17a142c1] {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-box[data-v-17a142c1]:first-child > * {
  margin-right: auto;
}
.header-box[data-v-17a142c1]:last-child > * {
  margin-left: auto;
}
.header-row[data-v-17a142c1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-image[data-v-17a142c1] {
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  border: 2px solid #ffffff;
}
button[data-v-17a142c1] {
  background-color: transparent;
  border: none;
  padding-top: 4px;
}
#back-button[data-v-17a142c1] {
  cursor: pointer;
  aspect-ratio: 1/1;
  border-radius: 100%;
}
.header-row h3[data-v-17a142c1] {
  color: #ffffff;
  margin: 0;
  text-wrap: nowrap;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.subtitle[data-v-17a142c1] {
  color: #ffffff;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.search[data-v-17a142c1] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.message-row[data-v-a1c90d0a] {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.message-row.mine[data-v-a1c90d0a] {
  flex-direction: row-reverse;
}
.avatar[data-v-a1c90d0a] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #4a90d9;
  flex-shrink: 0;
  background-color: #f2f2f2;
}
.message-block[data-v-a1c90d0a] {
  max-width: 70%;
}
.message-row.mine .message-block[data-v-a1c90d0a] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.message-meta[data-v-a1c90d0a] {
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-family: Lato;
}
.sender[data-v-a1c90d0a] {
  font-size: 12px;
  font-weight: 700;
  color: #444;
}
.time[data-v-a1c90d0a] {
  font-size: 11px;
  color: #888;
}
.bubble[data-v-a1c90d0a] {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  padding: 8px 12px;
  margin-top: 2px;
}
.message-row.mine .bubble[data-v-a1c90d0a] {
  background-color: #4a90d9;
}
.text[data-v-a1c90d0a] {
  margin: 0;
  font-family: Lato;
  font-size: 14px;
  word-break: break-word;
}
.message-row.mine .text[data-v-a1c90d0a] {
  color: #fff;
}
.reactions[data-v-a1c90d0a] {
  display: flex;
  gap: 4px;
  margin-top: 4px;
}
.reaction-btn[data-v-a1c90d0a] {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: none;
  border-radius: 10px;
  background: none;
  cursor: pointer;
  font-family: Lato;
  font-size: 13px;
  padding: 2px 6px;
  color: #555;
}
.reaction-btn.active[data-v-a1c90d0a] {
  background-color: #e8f0fa;
}
.count[data-v-a1c90d0a] {
  font-size: 11px;
  color: #555;
}
.report-row[data-v-a1c90d0a] {
  margin-top: 2px;
}
.report-btn[data-v-a1c90d0a] {
  border: none;
  background: none;
  cursor: pointer;
  font-size: 13px;
  padding: 2px 6px;
  opacity: 0.55;
}
.report-btn[data-v-a1c90d0a]:hover {
  opacity: 1;
}
/* App bar headings */
/* Accordion Headers */
.chat-overlay[data-v-b7e88685] {
  position: absolute;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
}
@media (min-width: 860px) {
.chat-overlay[data-v-b7e88685] {
    margin: 0;
    top: 0;
    left: 0;
    transform: none;
    width: 390px;
}
}
.chat-panel[data-v-b7e88685] {
  width: 100%;
  flex-grow: 1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("./bg_login-DE95uSg0.jpg");
  background-size: cover;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.chat-messages[data-v-b7e88685] {
  flex: 1;
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-state[data-v-b7e88685] {
  color: #999;
  text-align: center;
  margin: auto 0;
  font-family: Lato;
  font-size: 14px;
}
.typing-players[data-v-b7e88685] {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  align-items: end;
}
.typing-indicator[data-v-b7e88685] {
  font-family: Lato;
  font-size: 14px;
  margin-left: 10px;
}
.chat-blocked-banner[data-v-b7e88685] {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 12px;
  background-color: #f8d7da;
  color: #842029;
  font-size: 13px;
  text-align: center;
  font-family: Lato;
}
.chat-input-row[data-v-b7e88685] {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  gap: 6px;
  padding: 5px;
}
.chat-input[data-v-b7e88685] {
  flex: 1;
  width: 100%;
  min-height: 80px;
  padding: 10px;
  background-color: #f2f2f2;
  border: none;
  outline: none;
  border-radius: 8px;
  font-size: 13px;
  font-family: Lato;
}
.chat-send[data-v-b7e88685] {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.chat-send[data-v-b7e88685]:disabled {
  background: #b9cde8;
  cursor: default;
}/* App bar headings */
/* Accordion Headers */
.load-screen[data-v-989e7398] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./bg_login-DE95uSg0.jpg");
  background-size: cover;
  background-color: #ed1849;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.spinner-container[data-v-989e7398] {
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner[data-v-989e7398] {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin-989e7398 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes mulShdSpin-989e7398 {
0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
}
12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
}
25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
}
87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
}
}/* App bar headings */
/* Accordion Headers */
.exit-button[data-v-d0d96710] {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 8px;
  z-index: 10;
}
.quiz-item[data-v-c7cb6ebb] {
  display: flex;
  cursor: pointer;
  background-color: #fff;

  font-family: Lato;
  font-size: 14px;

  padding: 25px;
  margin: 20px;

  border-radius: 10px;

  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}
.quiz-details[data-v-c7cb6ebb] {
  width: 90%;
}
.quiz-name[data-v-c7cb6ebb] {
  font-size: 16px;
  font-weight: 700;

  margin: 5px 0px;
}
.quiz-description[data-v-c7cb6ebb] {
  margin: 5px 0px;
}
.quiz-settings[data-v-c7cb6ebb] {
  display: flex;

  align-items: center;
}

/* App bar headings */
/* Accordion Headers */
iframe[data-v-658ac0f1] {
  height: inherit;
}
.discover-banner[data-v-bcbf3fbc] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: Lato;
  width: 100%;
  height: 70px;
  background-color: #ed1849;
  gap: 10px;
}/* App bar headings */
/* Accordion Headers */
.quiz-overlay[data-v-0922f389] {
  position: absolute;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
  height: 100vh;
}
@media (min-width: 860px) {
.quiz-overlay[data-v-0922f389] {
    margin: 0;
    top: 0;
    left: 0;
    transform: none;
    width: 390px;
    height: 100vh;
}
}
.iframe-container[data-v-0922f389] {
  height: 100%;
}
.quiz-frame[data-v-0922f389] {
  background-color: #fff;
  width: 100%;
  height: 100vh;
}
.sort-by[data-v-0922f389] {
  display: flex;
  border: none;
  background-color: transparent;
  font-family: Lato;
  font-size: 15px;
  font-weight: 600;
  color: #545F71;
  gap: 5px;
  padding-left: 20px;
}
.quiz-bg[data-v-0922f389] {
  background-image: linear-gradient(rgba(218, 251, 255, 0.49), rgba(219, 246, 254, 0.49)), url("./bg_programs-DZtfkSwY.jpg");
}
.quiz-list-container[data-v-0922f389] {
  overflow-y: scroll;
  max-height: 85vh;
  scrollbar-width: none;
}
.quiz-form[data-v-0922f389] {
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-family: Lato;
  font-size: 14px;
}
.quiz-form .quiz-form-instructions[data-v-0922f389] {
  font-size: 13px;
  padding-bottom: 10px;
}
.quiz-form .quiz-form-instructions p[data-v-0922f389] {
  font-style: italic;
}
.quiz-form .quiz-input[data-v-0922f389] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
}
.quiz-form .quiz-input label[data-v-0922f389] {
  font-style: italic;
}
.quiz-form .quiz-input input[data-v-0922f389],
.quiz-form .quiz-input textarea[data-v-0922f389] {
  border-radius: 6px;
  border: 2px solid #DBDBDB;
  min-height: 45px;
  font-size: 14px;
  padding: 0px 15px;
  outline: none;
}
.quiz-form .quiz-input textarea[data-v-0922f389] {
  padding: 10px 15px;
  max-width: 90%;
  min-width: 90%;
  min-height: 120px;
  max-height: 250px;
}
.quiz-form .quiz-input .text-area-length[data-v-0922f389] {
  position: absolute;
  bottom: 2px;
  right: 10px;
  color: #707070;
  font-family: Lato;
  font-style: italic;
  font-size: 13px;
}
.quiz-form .quiz-form-error[data-v-0922f389] {
  color: red;
}
.quiz-modal[data-v-0922f389] {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-family: Lato;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0px 30px;
}
.quiz-modal p[data-v-0922f389] {
  margin-top: 0px;
  padding-bottom: 30px;
}
.quiz-modal[data-v-0922f389] {
  margin-bottom: 10px;
}
iframe[data-v-0922f389] {
  background-color: #fff;
  height: 100vh;
}/* App bar headings */
/* Accordion Headers */
.mood-grid[data-v-8545a6e1] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  margin-top: 8px;
}
.mood-btn[data-v-8545a6e1] {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background: none;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 4px;
  cursor: pointer;
  line-height: 1;
}
.mood-btn[data-v-8545a6e1]:hover {
  background: #f4f4f4;
}
.mood-btn.active[data-v-8545a6e1] {
  border-color: #469DB5;
  background: #d0f8ff;
}/* App bar headings */
/* Accordion Headers */
.modal-blocker[data-v-f30bc501] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.user-info-modal[data-v-f30bc501] {
  position: relative;
  width: 327px;
  height: 437px;
  border-radius: 15px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.top-left[data-v-f30bc501] {
  position: absolute;
  left: 15px;
  top: 15px;
}
.name-and-loc[data-v-f30bc501] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.name[data-v-f30bc501] {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 16px;
  color: #000;
}
.location[data-v-f30bc501] {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 12px;
  color: #737373;
  font-style: italic;
}
.mood-block[data-v-f30bc501] {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 12px;
  color: #737373;
  font-style: italic;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mood[data-v-f30bc501] {
  font-size: 72px;
  font-style: normal;
}/* App bar headings */
/* Accordion Headers */
.collapsibles[data-v-fecf4feb] {
  overflow-y: scroll;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.collapsibles .collapsible-content[data-v-fecf4feb] {
  position: relative;
  width: auto;
  padding: 18px 40px;
  font-family: Lato;
  font-size: 14px;
}
.collapsibles .collapsible-content h3[data-v-fecf4feb] {
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0px;
}
.description-members[data-v-fecf4feb] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.description-members p[data-v-fecf4feb] {
  font-weight: 700;
}
.facilitator-buttons[data-v-fecf4feb] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 50px;
  padding-top: 20px;
}/* App bar headings */
/* Accordion Headers */
.post[data-v-a19c912b] {
  cursor: pointer;
  position: relative;
  min-height: 120px;
  background: linear-gradient(rgb(250, 191, 214) 0%, rgb(253, 210, 232) 40%, rgb(255, 196, 220) 90%);
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.3);
  padding: 16px 20px;
  margin-bottom: 50px;
  font-family: Lato;
  font-size: 14px;
}
.post .title[data-v-a19c912b] {
  font-weight: 700;
}
.post .sub-heading[data-v-a19c912b] {
  margin-top: 0;
  opacity: 50%;
  font-weight: 700;
}
.post .pin-icon[data-v-a19c912b] {
  cursor: pointer;
}
.post .body[data-v-a19c912b] {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.post .thumbs-up-icon[data-v-a19c912b] {
  margin: 0;
  display: flex;
  align-items: center;
}
.post .thumbs-up[data-v-a19c912b] {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 84px;
  height: 67px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABLCAYAAADwIpA8AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAioSURBVHhe7ZxfTFNXHMfpPygFSqEgilvqXOIS7WAgM5EQUJYsWyK8LYuLcy/744NvEw3Oh6lZpnswm4t72BKyRDeWLdmyJXMzuOyBDVRGpksszqAZUnDo+NNCCy0U9/s19zTH03PvPbfUC7T3Jje9vT1/7v3c7/n9fuece2rKMTZdCJh0qcWoJMcArZMIDNAGaJ0I6FRNtiqa3PcDnThnvI1WEhLvN/Yc/R2PyYN54PePeR2O/KLcXLO9sLDwF+o37rPLBEWr3YMSPITCwkycu3PnTrXFklfscNib4KTLZrNVmc0mj8lk8tA0+/qurGlsbJyUYOPDSDwQkk7tIvVqWSL1qF2rmhp592wShal0gZHIXJvL5fqIAr0opU+YJrWLFwGQ7jRLae6y6hwZGWu02/M8oMgNoMxGEJ3LYrFUpePi5+ej55xO5+tQFgLGnah6RYBOO9ALFy64vN5nqhyO3OqcHDMCrYJmXg1wi9MBVK6MhYX534qKip6XIMcY0HHYeig67UB9Pp+nuNjtQdsJqgSVmj0WixlUujybBPoFqB0h456k6nSBVitH1CE91PRXGlC5xwim43cwHTRoVtWaFZ1udcZbFToku93usdnywMsvv0K1totwOPSV2+1+U1LzAsdWK4KWg6oWf3IdErGfNpsJwqQ4ULSd0OTT45C0wklH+lhscTocnvnp1KlT7SdOnPgPykTIPPMhC5rA4kFjw6SH0tDh0mpUp9YHEA6Hf3a7S/dAvnmtoBEc2WmHmQSUau6rXp1aAZP0EEP3QgzdIkFG2MKKNkNi3ONgIf5syqTmnipQuXyxWCxYWFiwUbOig8Fgi9lsPcDraqb7IjOlvN7enh3Nzc1/SqoWc4ahUOhrs9nyUqZA0OM+pqYmP1i3bt17mkDPzMxctFisz+lxgZlSRzQa6SkuLn5RE+jp6eluq9XWkCkQ9LgPBrSQM8TOw77y8jWf6HGBmVJHIBD4dO3aioOSQxQCjdGGMxic7oYBGW+mgHjU93Hr1uBrXq/3ey2grX6//6DbXYaG3dgECRw9+u6T0DMc54Am49JJPUPbjRs3XvZ4NpwVrCPrk3F6hnR4Jws6F8gVjo9PfOFwOHA0ytgUCOBYx6FDbXVnzpwh4xykZ0gmAGRB50G5BaDqPaBqnJoxNgUCwWDgm4qKiv1SWMeOdeCAvyxoO/zo6O7ubqqre/Zbg7IyAex+Hz7cXnf69GmiaHr0ThF0PhRt7+npaaqpqf3OAK1OYHJy6rPKyrWHJEdIQJMZFllFOyBD3ujovydLSlxvqFdjpEACPt/11q1bt/4qmRB6KksRdC4E4D/m5ubVGxjFCMzOhjtLS0vJDAvpsCiaDlS0AVqMbyKVNGdIxjqIoknkEU/HTksVwDnbxMTUl/n5dsxobAIEFMY6uKYDoaOirV1dXTXbt28/C6N4jwnUk/VJIPoYhsH/pykbTVSNn0mKRtAYddgQNjjE9w2HKK4hsAClEmg6xOOCxgEljKOtCBtG8dphFO9t8aqyO+XQ0D97YCBusaTEvaW01HUcaCBkhJ6kaASNPcO4oo3eYWrCoV4PIz3FJNAWOINjHahoq9FpSQ005pqcnNhXWVnZAYcImws6rmZU9fnz52t27mzGF6yNTSMBcI5/gXOsEwFt7ejo2Lh79yv9GuswkksEwDmiGY7KKTpuNnAfHBx8df36xz42yKVG4OLFrvKWlhYcbOKajgTotra2smPHjg+mVo2R6+bNvx+vrq72K4FGp2gbG7t/0uksestAlhqBgQHfmtra2vs80KhmDPHiqu7r69uxebP3LLyx5EytquzO1d//h7OhoWFaFTSqGqa0zhlTWtoFs7j4IFhQkO+CnNw1LGgyyB4P8YaHh9vLysoPaK8qe3JAB2UEXjq6dO/evZ6JiYkheMM2Vl9f3w0EcFY8sdGjdwZoDfqAt/wv9/b2frhr165eyIajdGQcmnS9p5RAo41G4HFFX7t2rXXTpqc+11B/RiXFWe5IZNYXDM4MxGLzARiWuHT16lX/kSNHhiWzQE9Z0bAxfg4Jg86WbngoNHNlYSEGbywHfHfv3vWBKQiAUi9RNpZdN0hmT9hPMjyKoOdEQMdDPAC9I1MmaWl1hkLT/tu3b/s6Ozuvwx6UgNLLipWOaei0ogl0PIegE+McCJy20cRskBDPBp0W92rrtCgADUgKY9dqq0HFbDRc9pheU0iOyYs0XGdIllQQGx2307Ozc4mgeyUZ4BSBslBTgUyDZxdukodATIgq6LjpWAndcAyfotGof3x8/DLMzvvBhvpbW1vR02uFxFMme47+LnfMe1jsucTMCiHNmg5iPuKg4aYOu1wl+N7vI99YoGNjY8MyDkkJjhwELUrmASbnRH7DNIlJWRY0We5Gg7YC6HfSDToSiQzMzc2NEA8/NDQ0vHfvXl+KDkmrSuVagRxAFjDhlvR/HFQLo/MkmQ4adGK8A96V3p/qu9JLACrSNNUUKhJBqEFkgSW60xI99jsXsJKiE52W/v5+GFja8oOS3VgGoCIQWcXJfVeDqQiPUbGieaWXIhNVJ8Y7aNDgkHyRSNQPsbxvdHR0ABxTkLKhWh2TiCJFy+QpU2vT5qmTBqf2u6oP44FO2GlYLuDetm3bE7BYcQBKIuEffrIXwYtNlc6JQhRVJg1C7lhNnSK/qwKVS8Aurqdh0oNMeEyWLRPlq8GSA81zPDygPGArHqgoaITIwqa/04vx5YDxAPPSsueUTAC5fhGHlNYmn7KEmYzs30TQ0QcLnYXMgklX6MRrwko2csn2M10wlcrh/okJZCCQWfBsWUpNXq3pZyRQNdNBfmf/p0Puvzt4zVzuXFYB1QJaDjqvDDWbueqbfLrMCvsiOpbLnuOlkTMhIg8jXde+qsoRgShq41eFU1qup7NU0Mt13auuXgO0To/MAG2A1omATtUYijZA60RAp2oMResE+n+FYsKI1MKRzwAAAABJRU5ErkJggg==");
  right: 20px;
}/* App bar headings */
/* Accordion Headers */
.posts-container[data-v-22d9a67a] {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  background-image: url("./bg_corkboard-Cvh0EvJC.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.posts-container .posts[data-v-22d9a67a] {
  padding: 30px;
}/* App bar headings */
/* Accordion Headers */
.file[data-v-adebc849] {
  cursor: pointer;
  background: linear-gradient(rgb(255, 254, 239), rgb(253, 235, 158));
}
.file .doc-name[data-v-adebc849] {
  text-decoration: underline;
  font-family: Lato;
  font-size: 14px;
}
.file[data-v-adebc849] {
  margin-bottom: 18px;
}
.file-list[data-v-adebc849] {
  display: flex;
  align-items: center;
  padding: 12px;
  height: 72px;
}
.file-list .doc-icon[data-v-adebc849] {
  padding-right: 12px;
}
.file-grid[data-v-adebc849] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 99px;
  padding: 12px;
}
.file-grid .doc-icon[data-v-adebc849] {
  padding-top: 12px;
}/* App bar headings */
/* Accordion Headers */
.files-container[data-v-89700d63] {
  position: relative;
  height: 100%;
  overflow-y: auto;
  background-image: url("./bg_corkboard-Cvh0EvJC.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.files-container .display-buttons[data-v-89700d63] {
  display: flex;
  position: absolute;
  right: 22px;
  top: 7px;
}
.files-container .display-buttons button[data-v-89700d63] {
  width: 31px;
  height: 28px;
}
.files-container .icon[data-v-89700d63] {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
}
.files-container #list[data-v-89700d63] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.files-container #grid[data-v-89700d63] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.files-container .icon-unselected[data-v-89700d63] {
  background-color: #fff;
}
.files-container .icon-selected[data-v-89700d63] {
  background-color: #ED1849;
}
.files-container .files[data-v-89700d63] {
  margin-top: 20px;
  padding: 30px;
}
.files-container .files-grid[data-v-89700d63] {
  display: grid;
  grid-template-columns: repeat(auto-fill, 116px);
  grid-auto-rows: 125px;
  grid-gap: 20px;
  justify-content: center;
}/* App bar headings */
/* Accordion Headers */
.post-container[data-v-799c7b53] {
  padding: 35px 20px;
  height: 85vh;
  overflow-y: scroll;
  font-family: Lato;
  font-size: 14px;
}
.post-container .post-details[data-v-799c7b53] {
  position: relative;
  padding: 18px;
  margin-bottom: 32px;
  background: linear-gradient(rgb(250, 191, 214) 0%, rgb(253, 210, 232) 40%, rgb(255, 196, 220) 90%);
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.3);
}
.post-container .post-details h3[data-v-799c7b53] {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.post-container .post-details p[data-v-799c7b53] {
  font-weight: 600;
  color: #707070;
  margin-top: 0px;
}
.post-container .post-details .pin-icon[data-v-799c7b53] {
  position: absolute;
  right: 14px;
  top: 14px;
}
.post-container .post-body[data-v-799c7b53] {
  line-height: 22px;
}/* App bar headings */
/* Accordion Headers */
.content[data-v-de037549] {
  flex: 1;
  min-height: 0;
}
.overlay[data-v-de037549] {
  background-color: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 10;
}
@media (min-width: 860px) {
.overlay[data-v-de037549] {
    margin: 0;
    top: 0;
    left: 0;
    transform: none;
    width: 390px;
}
}
.board-container[data-v-de037549] {
  font-family: Lato;
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
.subheader[data-v-de037549] {
  min-height: 50px;
  background-color: #ED1849;
  display: flex;
  align-items: end;
  justify-content: center;
}
.subheader p[data-v-de037549] {
  margin-top: 0px;
  color: #fff;
}
.subheader .center-content[data-v-de037549] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.subheader #girls-inc-logo[data-v-de037549] {
  max-width: 70px;
  padding-bottom: 15px;
}
.subheader .program-portrait[data-v-de037549] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}
.subheader .program-image[data-v-de037549] {
  margin: 0px 20px;
  background-color: #c7c7c7;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 75px;
  height: 75px;
  background-image: url("../backgrounds/bg_discover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.subheader .bookmark[data-v-de037549] {
  position: absolute;
  left: 5px;
  bottom: 5px;
}
.tabs[data-v-de037549] {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  width: 100%;
}
.tabs .tab[data-v-de037549] {
  position: relative;
  cursor: pointer;
  width: 30%;
  padding: 7px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  background-color: #fff;
}
.tabs .tab.active[data-v-de037549] {
  color: #ED1849;
  background-color: transparent;
}
.tabs .tab.active[data-v-de037549]::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 8px;
  height: 2px;
  width: 80%;
  background: #ED1849;
}
.add-post-form[data-v-de037549] {
  min-width: 350px;
  display: flex;
  flex-direction: column;
}
.add-post-form .field[data-v-de037549] {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.add-post-form .field input[data-v-de037549] {
  outline: none;
}/* App bar headings */
/* Accordion Headers */
.avatar-option[data-v-30ac19e6] {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
.avatar-option[data-v-30ac19e6] > * {
  scale: 0.75;
  /* Center the dot, because for some reason it is 3px taller than its content */
  display: flex;
}
.avatar-option.selected[data-v-30ac19e6] {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border-radius: 11px;
  background-color: #d0f8ff;
  border: 2px solid #469DB5;
  margin: -5px;
}
span[data-v-30ac19e6] {
  text-transform: capitalize;
}/* App bar headings */
/* Accordion Headers */
.avatar-option[data-v-7c46c832] {
  width: calc(109px * var(--scale));
  height: calc(139px * var(--scale));
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
.avatar-option.selected[data-v-7c46c832] {
  background-color: #d0f8ff;
  border: 2px solid #469DB5;
}
span[data-v-7c46c832] {
  text-align: center;
}
.scaled[data-v-7c46c832] {
  scale: calc(0.4 * var(--scale));
}/* App bar headings */
/* Accordion Headers */
.avatar-option[data-v-1a9c203c] {
  width: 114px;
  height: 147px;
  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-1a9c203c] {
  background-color: #d0f8ff;
  border: 2px solid #469DB5;
}
.avatar-option[data-v-1a9c203c] > div:has(> canvas) {
  width: 100%;
  height: 100%;
  display: flex;
}
.save[data-v-1a9c203c] {
  background-color: #469DB5;
  width: 80px;
  height: 44px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.side-columns[data-v-c13c3006] {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 0px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.column[data-v-c13c3006] {
  padding: 0px 10px;
  height: 100%;
  max-height: 500px;
}

/* App bar headings */
/* Accordion Headers */
.avatar-builder[data-v-f093bbd6] {
  display: grid;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  grid-template-areas: "head" "preview" "settings";
  grid-template-rows: 56px min(60% - 28px, 100% - 350px) auto;
  grid-template-columns: 100%;
}
@media (min-width: 860px) {
.avatar-builder[data-v-f093bbd6] {
    grid-template-areas: "head     preview" "settings preview";
    grid-template-rows: 56px auto;
    grid-template-columns: 40% 60%;
}
.header[data-v-f093bbd6], .settings-block[data-v-f093bbd6] {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    clip-path: inset(0 -10px 0 0);
}
.subtab-bar[data-v-f093bbd6] {
    gap: 0px !important;
}
.options-block .option-list[data-v-f093bbd6] {
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: none;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}
.options-block > div[data-v-f093bbd6] {
    justify-content: start !important;
}
}
.header[data-v-f093bbd6] {
  grid-area: head;
}
.avatar-block[data-v-f093bbd6] {
  position: relative;
  grid-area: preview;
}
.pixi-container[data-v-f093bbd6] {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.settings-block[data-v-f093bbd6] {
  grid-area: settings;
  border: none;
  margin: 0;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.tab-bar[data-v-f093bbd6] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 42px;
  flex-shrink: 0;
  align-items: center;
}
.primary-tab[data-v-f093bbd6] {
  color: #737373;
  padding: 0px 10px;
  margin: auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
}
.primary-tab.selected[data-v-f093bbd6] {
  color: #ed1849;
  border-bottom: 2px solid #ed1849;
  box-sizing: border-box;
}
.subtab-bar[data-v-f093bbd6] {
  width: 100%;
  height: 45px;
  flex-shrink: 0;
  background-color: #d0f8ff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.secondary-tab[data-v-f093bbd6] {
  color: #737373;
  border-radius: 5px;
  height: min-content;
  padding: 5px 20px;
  background-color: none;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-weight: 700;
}
.secondary-tab.selected[data-v-f093bbd6] {
  background-color: #ffffff;
}
.options-block[data-v-f093bbd6] {
  flex-grow: 1;
  /** Required for the children lists to not force this to overflow and go into scrolling */
  height: 50px;
}
.options-block > div[data-v-f093bbd6] {
  height: 100%;
  box-sizing: border-box;
  /* Center content vertically */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-parent[data-v-f093bbd6] {
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  gap: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}
.slider-parent load-file[data-v-f093bbd6] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.vue-slider[data-v-f093bbd6] {
  flex-grow: 1;
  min-height: 200px;
  max-height: calc(100% - 100px);
  justify-items: center;
}
.option-list[data-v-f093bbd6] {
  margin: 5px auto;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  overflow-x: auto;
  max-width: min-content;
  width: 100%;
  box-sizing: border-box;
}
.option-list.vertical[data-v-f093bbd6] {
  height: 100%;
  width: unset;
  padding: 0 0px;
  flex-direction: column;
  justify-content: center;
  overflow-x: unset;
}
.wear[data-v-f093bbd6] {
  background-color: #ed1849;
  width: 80px;
  height: 44px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  color: white;
}
.wear[data-v-f093bbd6]:disabled, .delete[data-v-f093bbd6]:disabled {
  background-color: #caced3;
}
.delete[data-v-f093bbd6] {
  background-color: #ed1849;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: none;
  cursor: pointer;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-and-right-nav[data-v-f093bbd6] {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-and-right-nav[data-v-f093bbd6] > :last-child {
  position: absolute;
  right: 20px;
}
.item-container[data-v-9ad9a946] {
  width: 113px;
  height: 215px;
  cursor: pointer;
  position: relative;
  border-radius: 9px;
  border: 2px solid transparent;
}
.item-container.highlight[data-v-9ad9a946] {
  border: 2px solid #239FB7;
}
.background-item[data-v-9ad9a946] {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.background-item img[data-v-9ad9a946] {
  padding: 0px;
  display: flex;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.selected[data-v-9ad9a946] {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backgrounds-list[data-v-eb8686ae] {
  max-height: 90vh;
  padding-top: 20px;
  padding-bottom: 100px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;

  display: grid;
  grid-template-columns: repeat(3, max-content);  
  row-gap: 20px;

  justify-content: space-evenly;
  box-sizing: border-box;
}
/* App bar headings */
/* Accordion Headers */
.about-me-sticker[data-v-42e36f99] {
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 11px;
}
.about-me-scaled[data-v-42e36f99] {
  position: absolute;
  top: 50%;
  left: 50%;
}
.about-me-scaled img[data-v-42e36f99] {
  padding: 0;
  width: 100%;
  height: 100%;
}
.text-content[data-v-42e36f99] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-me-labels[data-v-42e36f99] {
  width: 100%;
  display: flex;
  font-size: 14px;
  line-height: 1px;
  color: black;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.about-me-labels p[data-v-42e36f99] {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 80%;
  line-height: 14px;
}
.about-me-responses[data-v-42e36f99] {
  display: flex;
  line-height: unset;
  color: black;
  font-size: 14px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cat-1choice .about-me-labels[data-v-42e36f99] {
  top: 40px;
  left: 0px;
  position: absolute;
}
.cat-1choice .about-me-responses[data-v-42e36f99] {
  top: 80px;
  left: 20px;
  position: absolute;
  width: 320px;
  height: 25px;
}
.cat-imgResponse .about-me-labels[data-v-42e36f99] {
  top: 40px;
  height: 80px;
  left: 10px;
  width: 210px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-imgResponse .about-me-responses[data-v-42e36f99] {
  top: 40px;
  left: 230px;
  position: absolute;
  width: 125px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-3choice .about-me-labels[data-v-42e36f99] {
  top: 50px;
  left: 10px;
  width: 175px;
  height: 75px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-3choice .about-me-responses[data-v-42e36f99] {
  top: 130px;
  left: 10px;
  position: absolute;
  width: 175px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.cat-3choice .about-me-responses > img[data-v-42e36f99] {
  width: 175px;
  height: 45px;
}
.cat-openResponse .text-content[data-v-42e36f99] {
  margin: 40px 10px;
  background-image: url("../stickers/tape.svg");
  background-size: contain;
  padding: 10px 15px;
  width: calc(100% - 20px);
  height: calc(100% - 80px);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.cat-openResponse .about-me-labels[data-v-42e36f99] {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  height: 40px;
}
.cat-openResponse .about-me-labels p[data-v-42e36f99] {
  width: 100%;
  margin: 0;
}
.cat-openResponse .about-me-responses[data-v-42e36f99] {
  display: inline-flex;
  height: 40px;
}
.cat-openResponse .about-me-responses > div[data-v-42e36f99] {
  max-height: 40px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  overflow: hidden;
}
.sticker-container[data-v-99520c91] {
  padding: 10px;

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

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

.container[data-v-78e4cc60] {
  padding: 0px 2%;
}
.tabs[data-v-78e4cc60] {
  display: flex;
  justify-content: space-between;
}
.tab[data-v-78e4cc60] {
  cursor: pointer;
  width: 30%;
  padding-top: 25px;
  padding-bottom: 35px;
  border: none;
  font-size: 16px;
  font-family: Lato;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  color: #000;
  background-color: transparent;
}
.tab.active .tab-label[data-v-78e4cc60] {
  overflow: visible;
  border: none;
  border-bottom: 2px solid #ED1849;
  color: #ED1849;
  background-color: transparent;
}
.tab-label[data-v-78e4cc60] {
  padding: 2px 4px;
}
.stickers-filters[data-v-78e4cc60] {
  display: flex;
  margin: 0px 10px;
  padding: 15px 0px;
  padding-top: 0px;
  gap: 5px;
}
.filter[data-v-78e4cc60] {
  cursor: pointer;
  padding: 6px 9px;
  border-radius: 30px;

  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  box-shadow: none;
}
.filter.active[data-v-78e4cc60] {
  color: #000;
  border: 1px solid #ECFD3F;
  background-color: #ECFD3F;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.25);
}
.stickers-list[data-v-78e4cc60] {
  max-height: 85vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  padding-bottom: 250px;
  box-sizing: border-box;
  justify-content: center;
}
.stickers-about-me-list[data-v-78e4cc60] {
  padding-top: 15px;
  padding-bottom: 250px;
  max-height: 85vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  box-sizing: border-box;
  justify-content: center;
}


.draggable[data-v-6db9c8dd] {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.draggable-about-me[data-v-6db9c8dd] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  pointer-events: none;

  margin: 10px;
  width: 90%;
  height: 90%;
}
.draggable-image[data-v-6db9c8dd] {
  width: 90%;
  height: 90%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
load-file[data-v-6db9c8dd] {
    display: flex;
    justify-self: center;
}
.icon-button[data-v-6db9c8dd] {
  z-index: 100;
  display: none;
  position: absolute;
  right: -20px;
}
.icon-button.active[data-v-6db9c8dd] {
  display: block;
}
#remove[data-v-6db9c8dd] {
  top: -20px;
}
#edit[data-v-6db9c8dd] {
  bottom: -20px;
}

/* App bar headings */
/* Accordion Headers */
.about-me-modal-wrapper[data-v-f3520d19] {
  padding: 0px 10px;
}
.background-picker[data-v-f3520d19] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sticker-preview[data-v-f3520d19] {
  width: 300px;
  height: 120px;
  flex: 1;
  justify-self: center;
  align-items: center;
  padding: 20px;
  border-radius: 7px;
  background-color: #f4f4f4;
}
.about-me-labels[data-v-f3520d19] {
  display: flex;
  font-size: 12px;
  line-height: 1px;
  color: #898989;
  flex-direction: column;
  text-align: left;
}
.about-me-fields[data-v-f3520d19] {
  padding-top: 10px;
  width: 100%;
}
.about-me-fields p[data-v-f3520d19] {
  color: #737373;
}
.about-me-row[data-v-f3520d19] {
  display: flex;
  align-items: center;
  gap: 30px;
}
.about-me-row select[data-v-f3520d19] {
  /* for when we want to update the default select arrow: */
  /* appearance: none; */
  background-color: transparent;
  border: 2px solid #469DB5;
  border-radius: 10px;
  color: black;
  font-weight: 600;
  margin: 10px 5px;
  padding: 6px;
  text-align: left;
  width: 100%;
  height: 50%;
}
.underline[data-v-f3520d19] {
  border-bottom: 1px solid #898989;
}
.about-me-row input[data-v-f3520d19] {
  /* for when we want to update the default select arrow: */
  /* appearance: none; */
  background-color: transparent;
  border: 2px solid #737373;
  border-radius: 5px;
  color: black;
  font-weight: 600;
  margin: 10px 5px;
  padding: 6px;
  text-align: left;
  width: 100%;
  height: 50%;
}
.save[data-v-f3520d19] {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.save button[data-v-f3520d19] {
  margin: 5px;
  padding: 12px 40px;
  border-radius: 6px;
  background-color: #5e9bb1;
  color: #fff;
  border: none;
  font-size: 14px;
}
.gallery[data-v-df408ee8] {
  height: 100vh;
  overflow: hidden;
  position: relative;
  cursor: grab;
  touch-action: none;
}
.gallery[data-v-df408ee8]:active {
  cursor: grabbing;
}
.gallery.disabled[data-v-df408ee8] {
  pointer-events: none;
}
.scene[data-v-df408ee8] {
  position: absolute;
  overflow: visible;

  top: 0;
  left: 0;
  will-change: transform;

  min-width: 1920px;
  min-height: 1080px;
}
.background[data-v-df408ee8] {
  display: block;
  padding: 0;
  /* height: 100vh; */
  width: auto;
  max-width: none;
  user-select: none;
  pointer-events: none;
  padding: 0;
}
.grid-overlay[data-v-df408ee8] {
  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-df408ee8] {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 15px;
  left: 15px;
  /* max-width: 80px; */
}
.gallery-controls button[data-v-df408ee8] {
  margin: 5px;
  /* padding: 12px 40px; */
  border-radius: 6px;
  background-color: #5e9bb1;
  color: #fff;
  border: none;
  font-size: 14px;

  display: flex;
  align-items: center;
  gap: 4px;
}
.pixi-container[data-v-df408ee8] {
  pointer-events: none;
  width: 500px;
  height: 500px;
  position: absolute;
  padding: 0;
  bottom: 0px;
  left: 65px;
}

.stickers-list[data-v-e3a78d8e] {
  max-height: 85vh;
  overflow-y: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.stickers-list[data-v-e3a78d8e] > * {
  flex: 0 0 calc((100% - 8px) / 3);
}
/* App bar headings */
/* Accordion Headers */
.modal-blocker[data-v-86e0b044] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.confirm-send-modal[data-v-86e0b044] {
  position: relative;
  width: 327px;
  height: 337px;
  border-radius: 15px;
  padding: 15px;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.sticker-item[data-v-86e0b044] {
  aspect-ratio: 1/1;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticker-item img[data-v-86e0b044] {
  height: 100%;
  width: 100%;
  padding: 0;
}
.title[data-v-86e0b044] {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: bold;
}
.message[data-v-86e0b044] {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.recipient-name[data-v-86e0b044] {
  color: #ed1849;
}
.buttons[data-v-86e0b044] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#gallery-back[data-v-bc8aac4e] {
  position: absolute;
  top: 15px;
  left: 15px;
}
.pixi-container[data-v-bc8aac4e] {
  pointer-events: none;
  width: 500px;
  height: 500px;
  position: absolute;
  padding: 0;
  bottom: -125px;
  left: 40px;
}
#send-button[data-v-bc8aac4e] {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.program-item[data-v-a9ed46b2] {
  position: relative;
  font-family: Lato;
  min-height: 120px;
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #fcfcfc;
  border-radius: 10px;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3);
  margin-top: 10px;
  cursor: pointer;
}
.program-image[data-v-a9ed46b2] {
  margin: 0px 20px;
  background-color: #c7c7c7;
  border-radius: 100%;
  width: 75px;
  height: 75px;

  /* placeholder until we add club/program images */
  background-image: url("../backgrounds/bg_discover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bookmark[data-v-a9ed46b2] {
  position: absolute;
  top: 0;
  left: 15px;
}
.title[data-v-a9ed46b2] {
  color: #000;
  margin: 0px;
  font-size: 15px;
}
.subtitle[data-v-a9ed46b2] {
  color: #7d7d7d;
  padding-top: 4px;
  margin: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.dot[data-v-a9ed46b2] {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ed1849;
  border-radius: 50%;
  margin-left: 6px;
  margin-bottom: 4px;
  vertical-align: middle;
}
.star[data-v-a9ed46b2] {
  display: flex;
  align-self: flex-start;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 10px;
}

.container[data-v-b92d386d] {
  height: 100vh;
  width: 100%;
  max-width: 760px;
  overflow-y: auto;
  padding: 0px 15px;
}
.container-list[data-v-b92d386d] {
  padding-top: 10px;
  padding-bottom: 180px;
  gap: 20px;
}
.empty-list[data-v-b92d386d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-family: Lato;
  font-size: 13px;
  font-style: italic;

  height: 70%;
}
.empty-list p[data-v-b92d386d] {
  margin: 5px 10px;
}
.filters[data-v-b92d386d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  font-family: Lato;
  font-size: 16px;
  color: #565f6f;
}
.filters-side[data-v-b92d386d] {
  background-color: #fff;
  margin-top: 22px;
  margin-left: 47px;
  padding: 0px 31px;
  padding-top: 26px;
  min-width: 284px;
  margin-bottom: 150px;
}
.sort-by[data-v-b92d386d] {  
  display: flex;
  border: none;
  background-color: transparent;
  font-family: Lato;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  gap: 5px;
}
.filters-side .sort-by[data-v-b92d386d] {
  padding: 0;
  margin: 0;

  padding-bottom: 27px;
}
.filters-side .sort-by img[data-v-b92d386d] {
  padding: 0;
  margin: 0;
}
.select-wrapper[data-v-b92d386d] {
  position: relative;
  display: inline-block;
}
.select-wrapper select[data-v-b92d386d] {
  outline: none;
  font-size: 14px;
  font-family: Lato;
  color: #565f6f;
  text-align: left;

  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #469db5;

  min-width: 120px;
  padding: 7px;
  padding-left: 10px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper[data-v-b92d386d]::after {
  content: "";
  position: absolute;

  top: 50%;
  right: 12px;
  transform: translateY(-50%);

  width: 12px;
  height: 12px;

  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%3e%3cg%20id='Component_4'%20data-name='Component%204'%20transform='translate(11)%20rotate(90)'%3e%3cpath%20id='Path_36'%20data-name='Path%2036'%20d='M5.2,7.1,0,1.63,1.549,0,5.2,3.841,8.851,0,10.4,1.63Z'%20transform='translate(2%2010.401)%20rotate(-90)'%20fill='%23469db5'/%3e%3crect%20id='Rectangle_1465'%20data-name='Rectangle%201465'%20width='11'%20height='11'%20fill='none'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;

  pointer-events: none;
}

/* App bar headings */
/* Accordion Headers */
.proposal-container {
  padding: 0px 17px;
  font-family: Lato;
  font-size: 14px;
  max-width: 577px;
  align-self: center;
  justify-self: center;
}
.details {
  font-size: 13px;
  font-style: italic;
  padding-bottom: 12px;
}
#learn-more {
  color: #E03570;
}
label {
  font-style: italic;
  font-weight: 500;
  padding-bottom: 10px;
}
.field {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
input {
  border: 2px solid #DBDBDB;
  border-radius: 5px;
  min-height: 41px;
  padding: 0px 14px;
}
.field-details {
  color: #737373;
  font-style: italic;
  margin: 0;
  margin-bottom: 8px;
}
textarea {
  border: 2px solid #DBDBDB;
  border-radius: 5px;
  font-family: Lato;
  min-height: 200px;
  padding: 14px;
  resize: none;
}
.text-area-length {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #000;
  font-style: italic;
  font-weight: 300;
  font-size: 13px;
}
.submitted-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 16px;
  font-size: 13px;
  min-height: 136px;
}
.submitted-modal p {
  margin: 4px 0;
}
.submitted-modal .modal-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16px;
  text-align: center;
}
.programs[data-v-fd927aeb] {
  height: 100vh;
  background-image: url("../backgrounds/bg_programs.jpg");
  background-size: cover;
}
.programs-empty[data-v-fd927aeb] {
  height: 100vh;
  background-image: url("../backgrounds/bg_programs.jpg");
  background-size: cover;
}
.new-club[data-v-fd927aeb] {
  display: flex;
  gap: 20px;
  justify-self: center;
  flex-direction: column;
  width: 300px;
  padding-bottom: 50px;
}

.discover[data-v-abcf68dc] {
  background-image: url("../backgrounds/bg_discover.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.join-club-modal[data-v-abcf68dc] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 20px;
}
.join-club-buttons[data-v-abcf68dc] {
  padding-top: 20px;
  gap: 10px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.create-meeting-form[data-v-41a64e5a] {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 10px 15px 20px;
  min-width: 300px;
  font-family: Lato, sans-serif;
}
.create-meeting-form label[data-v-41a64e5a] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
}
.create-meeting-form input[data-v-41a64e5a],
.create-meeting-form select[data-v-41a64e5a] {
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
}
.form-buttons[data-v-41a64e5a] {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.submit-btn[data-v-41a64e5a] {
  padding: 10px 24px;
  border: none;
  border-radius: 50px;
  background-color: #ED1849;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.submit-btn[data-v-41a64e5a]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.vuecal__weekdays-headings{border-bottom:1px solid #ddd;margin-bottom:-1px}.vuecal--week-numbers .vuecal__weekdays-headings,.vuecal--view-with-time .vuecal__weekdays-headings{padding-left:3em}.vuecal--view-with-time.vuecal--twelve-hour .vuecal__weekdays-headings{font-size:.9em;padding-left:4em}.vuecal--overflow-x.vuecal--view-with-time .vuecal__weekdays-headings{padding-left:0}.vuecal__heading{width:100%;height:2.8em;font-weight:400;justify-content:center;text-align:center;align-items:center;position:relative;overflow:hidden}.vuecal__heading>.vuecal__flex{width:100%;height:100%;align-items:initial!important}.vuecal--sticky-split-labels .vuecal__heading{height:3.4em}.vuecal--month-view .vuecal__heading,.vuecal--week-view .vuecal__heading,.vuecal--day-view .vuecal__heading{width:14.2857%}.vuecal--hide-weekends.vuecal--month-view .vuecal__heading,.vuecal--hide-weekends.vuecal--week-view .vuecal__heading,.vuecal--hide-weekends.vuecal--day-view .vuecal__heading,.vuecal--years-view .vuecal__heading{width:20%}.vuecal--year-view .vuecal__heading{width:33.33%}.vuecal__heading .weekday-label{flex-shrink:0;display:flex;justify-content:center;align-items:center}.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .small,.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal .vuecal__split-days-headers{align-items:center}@media screen and (max-width: 550px){.vuecal__heading{line-height:1.2}.vuecal__heading .small,.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .full,.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .small,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall{display:block}.vuecal--overflow-x .vuecal__heading .small,.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--small.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small{display:none}}@media screen and (max-width: 450px){.vuecal__heading .xsmall,.vuecal--small .vuecal__heading .xsmall,.vuecal--xsmall .vuecal__heading .xsmall{display:block}.vuecal__heading .full,.vuecal__heading .small,.vuecal--small .vuecal__heading .full,.vuecal--small .vuecal__heading .small,.vuecal--xsmall .vuecal__heading .full,.vuecal--xsmall .vuecal__heading .small{display:none}.vuecal--small.vuecal--overflow-x .vuecal__heading .small,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall{display:block}.vuecal--small.vuecal--overflow-x .vuecal__heading .full,.vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,.vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small{display:none}}.vuecal__header button{outline:none;font-family:inherit}.vuecal__menu{padding:0;margin:0;list-style-type:none;justify-content:center;background-color:#00000005}.vuecal__view-btn{background:none;border:none;padding:.3em 1em;height:2.2em;font-size:1.3em;border-bottom:0 solid currentColor;cursor:pointer;color:inherit;box-sizing:border-box;transition:.2s}.vuecal__view-btn--active{border-bottom-width:2px;background:#ffffff26}.vuecal__title-bar{background-color:#0000001a;display:flex;align-items:center;text-align:center;justify-content:space-between;font-size:1.4em;line-height:1.3;min-height:2em}.vuecal--xsmall .vuecal__title-bar{font-size:1.3em}.vuecal__title{position:relative;justify-content:center}.vuecal__title button{cursor:pointer;background:none;border:none}.vuecal__title button.slide-fade--left-leave-active,.vuecal__title button.slide-fade--right-leave-active{width:100%}.vuecal__today-btn{position:relative;align-items:center;display:flex;font-size:.8em;background:none;border:none}.vuecal__today-btn span.default{font-size:.8em;padding:3px 6px;text-transform:uppercase;cursor:pointer}.vuecal__arrow{cursor:pointer;position:relative;z-index:1;background:none;border:none;white-space:nowrap}.vuecal__arrow--prev{margin-left:.6em}.vuecal__arrow--next{margin-right:.6em}.vuecal__arrow i.angle{display:inline-block;border:solid currentColor;border-width:0 2px 2px 0;padding:.25em;transform:rotate(-45deg)}.vuecal__arrow--prev i.angle{border-width:2px 0 0 2px}.vuecal__arrow--highlighted,.vuecal__today-btn--highlighted,.vuecal__view-btn--highlighted{position:relative;background-color:#0000000a}.vuecal__arrow--highlighted *,.vuecal__today-btn--highlighted *,.vuecal__view-btn--highlighted *{pointer-events:none}.vuecal__arrow--highlighted:before,.vuecal__arrow--highlighted:after,.vuecal__today-btn--highlighted:before,.vuecal__today-btn--highlighted:after,.vuecal__view-btn--highlighted:before,.vuecal__view-btn--highlighted:after{content:"";background-color:inherit;animation:sonar .8s infinite ease-out;position:absolute;top:50%;left:50%;pointer-events:none}.vuecal__arrow--highlighted:before,.vuecal__today-btn--highlighted:before,.vuecal__view-btn--highlighted:before{width:3em;height:3em;border-radius:3em;margin-top:-1.5em;margin-left:-1.5em}.vuecal__arrow--highlighted:after,.vuecal__today-btn--highlighted:after,.vuecal__view-btn--highlighted:after{animation-duration:1.5s;animation-delay:.1s;width:2.6em;height:2.6em;border-radius:2.6em;margin-top:-1.3em;margin-left:-1.3em}@keyframes sonar{0%,20%{opacity:1}to{transform:scale(2.5);opacity:0}}@media screen and (max-width: 450px){.vuecal__title{font-size:.9em}.vuecal__view-btn{padding-left:.6em;padding-right:.6em}}@media screen and (max-width: 350px){.vuecal__view-btn{font-size:1.1em}}.vuecal__event{color:#666;background-color:#f8f8f8cc;position:relative;box-sizing:border-box;left:0;width:100%;z-index:1;transition:box-shadow .3s,left .3s,width .3s;overflow:hidden}.vuecal--no-time .vuecal__event{min-height:8px}.vuecal:not(.vuecal--dragging-event) .vuecal__event:hover{z-index:2}.vuecal__cell .vuecal__event *{-webkit-user-select:text;-moz-user-select:text;user-select:text}.vuecal--view-with-time .vuecal__event:not(.vuecal__event--all-day){position:absolute}.vuecal--view-with-time .vuecal__bg .vuecal__event--all-day{position:absolute;top:0;bottom:0;z-index:0;opacity:.6;width:auto;right:0}.vuecal--view-with-time .vuecal__all-day .vuecal__event--all-day{position:relative;left:0}.vuecal__event--background{z-index:0}.vuecal__event--focus,.vuecal__event:focus{box-shadow:1px 1px 6px #0003;z-index:3;outline:none}.vuecal__event.vuecal__event--dragging{opacity:.7}.vuecal__event.vuecal__event--static{opacity:0;transition:opacity .1s}@-moz-document url-prefix(){.vuecal__event.vuecal__event--dragging{opacity:1}}.vuecal__event-resize-handle{position:absolute;bottom:0;left:0;right:0;height:1em;background-color:#ffffff4d;opacity:0;transform:translateY(110%);transition:.3s;cursor:ns-resize}.vuecal__event:hover .vuecal__event-resize-handle,.vuecal__event:focus .vuecal__event-resize-handle,.vuecal__event--focus .vuecal__event-resize-handle,.vuecal__event--resizing .vuecal__event-resize-handle{opacity:1;transform:translateY(0)}.vuecal__event--dragging .vuecal__event-resize-handle{display:none}.vuecal__event-delete{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:1.4em;line-height:1.4em;background-color:#dd3333d9;color:#fff;z-index:0;cursor:pointer;transform:translateY(-110%);transition:.3s}.vuecal__event .vuecal__event-delete{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal--full-height-delete .vuecal__event-delete{height:auto;bottom:0}.vuecal--full-height-delete .vuecal__event-delete:before{content:"";width:1.7em;height:1.8em;display:block;background-image:url('data:image/svg+xml;utf8,<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5a10.5 10.5 0 100 21 10.5 10.5 0 000-21zm5 14.1c.2 0 .2.2.2.2l-.1.3-1 1-.3.1h-.2L12 13.5l-3.5 3.6h-.3-.3l-1-1v-.4-.2l3.6-3.6-3.6-3.5A.4.4 0 017 8l1-1 .3-.2c.1 0 .2 0 .2.2l3.6 3.5L15.6 7l.2-.2c.1 0 .2 0 .3.2l1 1v.5L13.5 12z" fill="%23fff" opacity=".9"/></svg>')}.vuecal__event--deletable .vuecal__event-delete{transform:translateY(0);z-index:1}.vuecal__event--deletable.vuecal__event--dragging .vuecal__event-delete{opacity:0;transition:none}.vuecal--month-view .vuecal__event-title{font-size:.85em}.vuecal--short-events .vuecal__event-title{text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 3px}.vuecal__event-title,.vuecal__event-content{-webkit-hyphens:auto;hyphens:auto}.vuecal__event-title--edit{border-bottom:1px solid transparent;text-align:center;transition:.3s;color:inherit;background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M442 150l-39 39-80-80 39-39q6-6 15-6t15 6l50 50q6 6 6 15t-6 15zM64 368l236-236 80 80-236 236H64v-80z" fill="%23000" opacity=".4"/></svg>');background-repeat:no-repeat;background-position:120% .15em;background-size:.4em;outline:none;width:100%}.vuecal__event-title--edit:hover,.vuecal__event-title--edit:focus{border-color:#0006;background-position:99% .15em;background-size:1.2em}.vuecal__cell{position:relative;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;transition:.15s ease-in-out background-color}.vuecal__cells.month-view .vuecal__cell,.vuecal__cells.week-view .vuecal__cell{width:14.2857%}.vuecal--hide-weekends .vuecal__cells.month-view .vuecal__cell,.vuecal--hide-weekends .vuecal__cells.week-view .vuecal__cell,.vuecal__cells.years-view .vuecal__cell{width:20%}.vuecal__cells.year-view .vuecal__cell{width:33.33%}.vuecal__cells.day-view .vuecal__cell{flex:1}.vuecal--overflow-x.vuecal--day-view .vuecal__cell{width:auto}.vuecal--click-to-navigate .vuecal__cell:not(.vuecal__cell--disabled){cursor:pointer}.vuecal--view-with-time .vuecal__cell,.vuecal--week-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits),.vuecal--day-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits){display:block}.vuecal__cell.vuecal__cell--has-splits{flex-direction:row;display:flex}.vuecal__cell:before{content:"";position:absolute;z-index:0;top:0;left:0;right:-1px;bottom:-1px;border:1px solid rgba(196,196,196,.25)}.vuecal--overflow-x.vuecal--day-view .vuecal__cell:before{bottom:0}.vuecal__cell--today,.vuecal__cell--current{background-color:#f0f0ff66;z-index:1}.vuecal__cell--selected{background-color:#ebfff566;z-index:2}.vuecal--day-view .vuecal__cell--selected{background:none}.vuecal__cell--out-of-scope{color:#00000040}.vuecal__cell--disabled{color:#00000040;cursor:not-allowed}.vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal__cell-split.vuecal__cell-split--highlighted{background-color:#0000000a;transition-duration:5ms}.vuecal__cell-content{position:relative;width:100%;height:100%;outline:none}.vuecal--years-view .vuecal__cell-content,.vuecal--year-view .vuecal__cell-content,.vuecal--month-view .vuecal__cell-content{justify-content:center}.vuecal__cell .cell-time-labels{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column}.vuecal__cell .cell-time-label{flex-grow:1;font-size:.8em;opacity:.3;line-height:1.7}.vuecal__cell-split{display:flex;flex-grow:1;flex-direction:column;height:100%;position:relative;transition:.15s ease-in-out background-color}.vuecal__cell-events{width:100%}.vuecal__cell-events-count{position:absolute;left:50%;top:65%;transform:translate(-50%);min-width:12px;height:12px;line-height:12px;padding:0 3px;background:#999;color:#fff;border-radius:12px;font-size:10px;box-sizing:border-box}.vuecal__cell .vuecal__special-hours{position:absolute;left:0;right:0;box-sizing:border-box}.vuecal--overflow-x.vuecal--week-view .vuecal__cell,.vuecal__cell-split{overflow:hidden}.vuecal__no-event{padding-top:1em;color:#aaa;justify-self:flex-start;margin-bottom:auto}.vuecal__all-day .vuecal__no-event{display:none}.vuecal__now-line{position:absolute;left:0;width:100%;height:0;color:red;border-top:1px solid currentColor;opacity:.6;z-index:1}.vuecal__now-line:before{content:"";position:absolute;top:-6px;left:0;border:5px solid transparent;border-left-color:currentColor}.vuecal{height:100%;box-shadow:0 0 0 1px inset #00000014}.vuecal *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal--has-touch *:not(.vuecal__event-title--edit){-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vuecal .clickable{cursor:pointer}.vuecal--resizing-event,.vuecal--drag-creating-event{cursor:ns-resize}.vuecal--dragging-event{cursor:move;cursor:grabbing}.vuecal .dragging-helper{position:absolute;width:60px;height:40px;background:#8abee6cc;border:1px solid #61a9e0;z-index:10}.vuecal--xsmall{font-size:.9em}.vuecal__flex{display:flex;flex-direction:row}.vuecal__flex[column]{flex-direction:column;flex:1 1 auto}.vuecal__flex[grow]{flex:1 1 auto;width:100%}.vuecal__flex[wrap]{flex-wrap:wrap}.vuecal__split-days-headers.slide-fade--right-leave-active{display:none}.vuecal--week-numbers.vuecal--month-view .vuecal__split-days-headers{margin-left:3em}.vuecal--day-view:not(.vuecal--overflow-x) .vuecal__split-days-headers{margin-left:3em;height:2.2em}.vuecal--day-view.vuecal--twelve-hour:not(.vuecal--overflow-x) .vuecal__split-days-headers{margin-left:4em}.vuecal__split-days-headers .day-split-header{display:flex;flex-grow:1;flex-basis:0;justify-content:center;align-items:center;height:100%}.vuecal__split-days-headers .vuecal--day-view.vuecal--overflow-x.vuecal--sticky-split-labels .day-split-header{height:1.5em}.vuecal__body{position:relative;overflow:hidden}.vuecal__all-day{min-height:1.7em;margin-bottom:-1px;flex-shrink:0}.vuecal__all-day-text{width:3em;box-sizing:border-box;color:#999;padding-right:2px;display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;border-bottom:1px solid #ddd;-webkit-hyphens:auto;hyphens:auto}.vuecal__all-day-text span{font-size:.85em;text-align:right;line-height:1.1}.vuecal--twelve-hour .vuecal__all-day>span{width:4em}.vuecal__bg{overflow:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;min-height:60px;position:relative;width:100%}.vuecal--no-time .vuecal__bg{display:flex;flex:1 1 auto;overflow:auto}.vuecal__week-numbers{width:3em;flex-shrink:0!important}.vuecal__week-numbers .vuecal__week-number-cell{opacity:.4;font-size:.9em;align-items:center;justify-items:center;justify-content:center}.vuecal__scrollbar-check{position:absolute;top:0;left:0;right:0;bottom:0;overflow:scroll;visibility:hidden;z-index:-1}.vuecal__scrollbar-check div{height:120%}.vuecal__time-column{width:3em;height:100%;flex-shrink:0}.vuecal--twelve-hour .vuecal__time-column{width:4em;font-size:.9em}.vuecal--overflow-x.vuecal--week-view .vuecal__time-column{margin-top:2.8em;box-shadow:0 1px 1px #0000004d}.vuecal--overflow-x.vuecal--week-view.vuecal--sticky-split-labels .vuecal__time-column{margin-top:3.4em}.vuecal--overflow-x.vuecal--day-view.vuecal--sticky-split-labels .vuecal__time-column{margin-top:1.5em}.vuecal__time-column .vuecal__time-cell{color:#999;text-align:right;padding-right:2px;font-size:.9em}.vuecal__time-column .vuecal__time-cell-line:before{content:"";position:absolute;left:0;right:0;border-top:1px solid rgba(196,196,196,.3)}.vuecal__cells{margin:0 1px 1px 0}.vuecal--overflow-x.vuecal--day-view .vuecal__cells{margin:0}.vuecal--events-on-month-view.vuecal--short-events .vuecal__cells{width:99.9%}.vuecal--overflow-x.vuecal--day-view .vuecal__cells,.vuecal--overflow-x.vuecal--week-view .vuecal__cells{flex-wrap:nowrap;overflow:auto}.slide-fade--left-enter-active,.slide-fade--left-leave-active,.slide-fade--right-enter-active,.slide-fade--right-leave-active{transition:.25s ease-out}.slide-fade--left-enter-from,.slide-fade--right-leave-to{transform:translate(-15px);opacity:0}.slide-fade--left-leave-to,.slide-fade--right-enter-from{transform:translate(15px);opacity:0}.slide-fade--left-leave-active,.slide-fade--right-leave-active{position:absolute!important;height:100%}.vuecal__title-bar .slide-fade--left-leave-active,.vuecal__title-bar .slide-fade--right-leave-active{left:0;right:0;height:auto}.vuecal__heading .slide-fade--left-leave-active,.vuecal__heading .slide-fade--right-leave-active{display:flex;align-items:center}.vuecal--green-theme .vuecal__menu,.vuecal--green-theme .vuecal__cell-events-count{background-color:#42b983;color:#fff}.vuecal--green-theme .vuecal__title-bar{background-color:#e4f5ef}.vuecal--green-theme .vuecal__cell--today,.vuecal--green-theme .vuecal__cell--current{background-color:#f0f0ff66}.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected{background-color:#ebfff566}.vuecal--green-theme .vuecal__cell--selected:before{border-color:#42b98380}.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--green-theme .vuecal__cell-split--highlighted{background-color:#c3ffe180}.vuecal--green-theme .vuecal__arrow--highlighted,.vuecal--green-theme .vuecal__today-btn--highlighted,.vuecal--green-theme .vuecal__view-btn--highlighted{background-color:#88ecbf40}.vuecal--blue-theme .vuecal__menu,.vuecal--blue-theme .vuecal__cell-events-count{background-color:#42a3b9cc;color:#fff}.vuecal--blue-theme .vuecal__title-bar{background-color:#00a5bc4d}.vuecal--blue-theme .vuecal__cell--today,.vuecal--blue-theme .vuecal__cell--current{background-color:#f0f0ff66}.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected{background-color:#ebfdff66}.vuecal--blue-theme .vuecal__cell--selected:before{border-color:#73bfcc80}.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--blue-theme .vuecal__cell-split--highlighted{background-color:#00a5bc0f}.vuecal--blue-theme .vuecal__arrow--highlighted,.vuecal--blue-theme .vuecal__today-btn--highlighted,.vuecal--blue-theme .vuecal__view-btn--highlighted{background-color:#42a3b933}.vuecal--rounded-theme .vuecal__weekdays-headings{border:none}.vuecal--rounded-theme .vuecal__cell,.vuecal--rounded-theme .vuecal__cell:before{background:none;border:none}.vuecal--rounded-theme .vuecal__cell--out-of-scope{opacity:.4}.vuecal--rounded-theme .vuecal__cell-content{width:30px;height:30px;flex-grow:0;border:1px solid transparent;border-radius:30px;color:#333}.vuecal--rounded-theme.vuecal--day-view .vuecal__cell-content{width:auto;background:none}.vuecal--rounded-theme.vuecal--year-view .vuecal__cell{width:33.33%}.vuecal--rounded-theme.vuecal--year-view .vuecal__cell-content{width:85px}.vuecal--rounded-theme.vuecal--years-view .vuecal__cell-content{width:52px}.vuecal--rounded-theme .vuecal__cell{background-color:transparent!important}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell-content{background-color:#f1faf7}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{background-color:#42b983;color:#fff}.vuecal--rounded-theme.vuecal--green-theme .vuecal--day-view .vuecal__cell--today:before{background-color:#42b9830d}.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{border-color:#42b983}.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell-split--highlighted{background-color:#c3ffe180}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell-content{background-color:#64b6ff33}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{background-color:#8fb7e4;color:#fff}.vuecal--rounded-theme.vuecal--blue-theme .vuecal--day-view .vuecal__cell--today:before{background-color:#8fb7e41a}.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{border-color:#61a9e0}.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell-split--highlighted{background-color:#00a5bc0f}.vuecal--date-picker .vuecal__title-bar{font-size:1.2em}.vuecal--date-picker .vuecal__heading{height:2.2em;font-weight:500;opacity:.4}.vuecal--date-picker .vuecal__weekdays-headings{border:none}.vuecal--date-picker .vuecal__body{margin-left:1px}.vuecal--date-picker .vuecal__cell,.vuecal--date-picker .vuecal__cell:before{background:none;border:none}.vuecal--date-picker .vuecal__cell-content{height:26px;flex-grow:0;border:1px solid transparent;border-radius:25px;transition:background-color .2s cubic-bezier(.39,.58,.57,1)}.vuecal--date-picker.vuecal--years-view .vuecal__cell-content{flex:0;padding:0 4px;height:24px}.vuecal--date-picker.vuecal--year-view .vuecal__cell-content{flex:0;padding:0 15px}.vuecal--date-picker.vuecal--month-view .vuecal__cell-content{width:26px}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell-content:hover{background-color:#0000001a}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content{background-color:#42b982;color:#fff}.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--current .vuecal__cell-content,.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content{border-color:#42b982}

.calendar-container[data-v-8cfc6272] {
  padding: 10px 15px 20px;
}
/* App bar headings */
/* Accordion Headers */
.collapsible-content[data-v-99149dac] {
  background-color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}
p[data-v-99149dac] {
  margin: 2px 0px;
}
.sub-title[data-v-99149dac] {
  font-size: 13px;
  color: #737373;
  font-weight: 500;
  padding-bottom: 7px;
}
.more[data-v-99149dac] {
  color: #525F6F;
}
.more a[data-v-99149dac] {
  color: #525F6F;
}
.red-dot[data-v-99149dac] {
  position: absolute;
  left: -25px;
  top: 22px;
  width: 8px;
  height: 8px;
  background-color: #ED1849;
  border-radius: 100px;
}/* App bar headings */
/* Accordion Headers */
.event-container[data-v-d797d562] {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.button-container[data-v-d797d562] {
  padding-right: 30px;
}
.event-details[data-v-d797d562] {
  background-color: #fff;
  position: relative;
  margin-right: 10px;
}
p[data-v-d797d562] {
  margin: 2px 0px;
}
.sub-title[data-v-d797d562] {
  font-size: 13px;
  color: #737373;
  font-weight: 500;
}
.time[data-v-d797d562] {
  font-size: 13px;
  color: #737373;
  font-weight: 500;
  padding-bottom: 7px;
}
.more[data-v-d797d562] {
  color: #525F6F;
}
.more a[data-v-d797d562] {
  color: #525F6F;
}
.red-dot[data-v-d797d562] {
  position: absolute;
  left: -25px;
  top: 25px;
  width: 8px;
  height: 8px;
  background-color: #ED1849;
  border-radius: 100px;
}/* App bar headings */
/* Accordion Headers */
.notification-panel-overlay[data-v-ccb8c8b4] {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.notification-panel[data-v-ccb8c8b4] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  display: flex;
  flex-direction: column;
  width: min(380px, 100vw);
  height: 100vh;
  background-color: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
}
.notification-panel-header[data-v-ccb8c8b4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 20px;
  border-bottom: 1px solid #e5e5e5;
  flex-shrink: 0;
}
.notification-panel-header .notification-panel-title[data-v-ccb8c8b4] {
  margin: 0;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.notification-panel-list[data-v-ccb8c8b4] {
  flex: 1;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.notification-panel-empty[data-v-ccb8c8b4] {
  padding: 24px 20px;
  font-family: Lato;
  font-size: 13px;
  color: #737373;
}
.notification-panel-item[data-v-ccb8c8b4] {
  padding: 12px 20px;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
}
.notification-panel-item .notification-panel-item-title[data-v-ccb8c8b4] {
  margin: 0;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.notification-panel-item .notification-panel-item-body[data-v-ccb8c8b4] {
  margin: 2px 0 0;
  font-family: Lato;
  font-size: 13px;
  color: #525252;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notification-panel-item .notification-panel-item-time[data-v-ccb8c8b4] {
  margin: 2px 0 0;
  font-family: Lato;
  font-size: 11px;
  color: #737373;
}
.notification-panel-footer[data-v-ccb8c8b4] {
  display: flex;
  justify-content: center;
  padding: 12px;
  border-top: 1px solid #e5e5e5;
  flex-shrink: 0;
}
.notification-panel-footer a[data-v-ccb8c8b4] {
  font-family: Lato;
  font-size: 13px;
  font-weight: 700;
  color: #ed1849;
  text-decoration: none;
}
.fade-enter-active[data-v-ccb8c8b4],
.fade-leave-active[data-v-ccb8c8b4] {
  transition: opacity 0.2s ease;
}
.fade-enter-from[data-v-ccb8c8b4],
.fade-leave-to[data-v-ccb8c8b4] {
  opacity: 0;
}
.slide-enter-active[data-v-ccb8c8b4],
.slide-leave-active[data-v-ccb8c8b4] {
  transition: transform 0.25s ease;
}
.slide-enter-from[data-v-ccb8c8b4],
.slide-leave-to[data-v-ccb8c8b4] {
  transform: translateX(100%);
}/* App bar headings */
/* Accordion Headers */
.header-buttons[data-v-2608d315] {
  display: flex;
  gap: 10px;
}
.header-buttons .button-container[data-v-2608d315] {
  position: relative;
}
.header-buttons .button-container .notification[data-v-2608d315] {
  position: absolute;
  right: -7px;
  top: -3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  font-family: Lato;
  font-size: 10px;
  color: #fff;
  border-radius: 100px;
  width: 17px;
  height: 17px;
}
.collapsibles[data-v-2608d315] {
  gap: 0.5px;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  gap: 2px;
}
@media screen and (min-width: 860px) {
.collapsibles[data-v-2608d315] {
    flex-direction: row;
    min-width: 390px;
    max-width: fit-content;
}
}
@media screen and (min-width: 860px) {
.collapsibles .collapsible[data-v-2608d315] {
    display: flex;
    flex-direction: row;
    width: 390px;
}
}
.collapsibles .collapsible[data-v-2608d315] {
  background-color: #EDFF40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  padding: 0px 20px;
  cursor: pointer;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
}
.collapsibles .collapsible p[data-v-2608d315] {
  margin: 0;
}
.collapsibles .collapsible a[data-v-2608d315] {
  color: #000;
}
.gap[data-v-2608d315] {
  background-color: #fff;
  height: 18px;
}
.whats-new[data-v-2608d315] {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.calendar[data-v-2608d315] {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.whats-new-tear[data-v-2608d315] {
  min-height: 40px;
  background: url("../backgrounds/bg_tear_dashboard.png") center no-repeat;
  background-position-y: 100%;
  background-color: #EDFF40;
}
@media screen and (min-width: 860px) {
.whats-new-tear[data-v-2608d315] {
    background-color: transparent;
}
}
.calendar-tear[data-v-2608d315] {
  background: url("../backgrounds/bg_tear_dashboard.png") center no-repeat;
  background-position-y: 100%;
  min-height: 120px;
}
.collapsible-content[data-v-2608d315] {
  position: relative;
  width: auto;
  height: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 45px;
  margin-bottom: -1px;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
}
.no-events[data-v-2608d315] {
  display: flex;
  align-items: center;
  color: #737373;
  font-weight: 500;
}
.gallery-edit[data-v-2608d315] {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.calm-corner[data-v-2608d315] {
  cursor: pointer;
  background-image: url("./btn_calmcorner-cEEUbAYQ.svg");
  background-size: cover;
  width: 163px;
  height: 62px;
  position: absolute;
  left: 85px;
  bottom: 20px;
  display: flex;
  justify-content: center;
}
.commonspace[data-v-2608d315] {
  cursor: pointer;
  background-image: url("./btn_commonspace-B6MN6Gz6.svg");
  background-size: cover;
  width: 189px;
  height: 191px;
  position: absolute;
  left: 30px;
  bottom: 100px;
  display: flex;
  justify-content: center;
}
.commonspace-button[data-v-2608d315] {
  z-index: 1;
  display: flex;
  align-self: center;
  padding-top: 30px;
}
#facilitator[data-v-2608d315] {
  z-index: 0;
  position: absolute;
  left: 14px;
  top: -70px;
}
#girl[data-v-2608d315] {
  z-index: 0;
  position: absolute;
  right: 28px;
  top: -42px;
}
.commonspace-closed[data-v-2608d315] {
  filter: brightness(0.5);
}
.commonspace-closed p[data-v-2608d315] {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
}
.pixi-container[data-v-2608d315] {
  pointer-events: none;
  width: 500px;
  height: 500px;
  position: absolute;
  padding: 0;
  bottom: -125px;
  left: 50px;
}
.avatar-edit[data-v-2608d315] {
  position: absolute;
  bottom: 320px;
  left: 340px;
}
.modal-content[data-v-2608d315] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-content p[data-v-2608d315] {
  font-family: Lato;
  font-size: 14px;
}
.modal-content .modal-buttons[data-v-2608d315] {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.modal-content .modal-buttons .modal-button[data-v-2608d315] {
  padding: 0px 20px;
}
.zoom-ui-container[data-v-2608d315] {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 2;
}
.sort-by[data-v-20a8d088] {
  display: flex;
  border: none;
  background-color: transparent;
  font-family: Lato;
  font-size: 15px;
  height: 100%;
  font-weight: 600;
  color: #000;
}
.select-wrapper[data-v-20a8d088] {
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.select-wrapper select[data-v-20a8d088] {
  outline: none;
  font-size: 14px;
  font-family: Lato;
  color: #565f6f;
  text-align: left;

  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #469db5;

  min-width: 120px;
  padding: 7px;
  padding-left: 10px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper[data-v-20a8d088]::after {
  content: "";
  position: absolute;

  top: 50%;
  right: 12px;
  transform: translateY(-50%);

  width: 12px;
  height: 12px;

  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%3e%3cg%20id='Component_4'%20data-name='Component%204'%20transform='translate(11)%20rotate(90)'%3e%3cpath%20id='Path_36'%20data-name='Path%2036'%20d='M5.2,7.1,0,1.63,1.549,0,5.2,3.841,8.851,0,10.4,1.63Z'%20transform='translate(2%2010.401)%20rotate(-90)'%20fill='%23469db5'/%3e%3crect%20id='Rectangle_1465'%20data-name='Rectangle%201465'%20width='11'%20height='11'%20fill='none'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;

  pointer-events: none;
}
.list-item[data-v-20a8d088] {
  margin-top: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 110px;
  padding: 10px 12px;
  background-color: #FCFCFC;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: Lato;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.list-item[data-v-20a8d088]:hover {
  background-color: #f5f7fa;
}
.list-item.active[data-v-20a8d088] {
  background-color: #e8f0fa;
}
.item-main[data-v-20a8d088] {
  flex: 1;
  min-width: 0;
}
.item-name[data-v-20a8d088] {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-preview[data-v-20a8d088] {
  margin: 2px 0 0;
  font-size: 14px;
  color: #737373;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-time[data-v-20a8d088] {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: lighter;
  margin-left: 8px;
  color: #888;
}

.conversation-list[data-v-defe5e80] {
  background-color: #F4F4EF;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.list-header[data-v-defe5e80] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid #e5e5e5;
}
.list-title[data-v-defe5e80] {
  margin: 0;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
}
.list-state[data-v-defe5e80] {
  font-family: Lato;
  font-size: 14px;
  color: #737373;
  text-align: center;
  padding: 24px;
}
.list-filters[data-v-defe5e80] {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sort-by[data-v-defe5e80] {
  display: flex;
  border: none;
  background-color: transparent;
  font-family: Lato;
  font-size: 15px;
  height: 100%;
  font-weight: 600;
  color: #000;
}
.select-wrapper[data-v-defe5e80] {
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.select-wrapper select[data-v-defe5e80] {
  outline: none;
  font-size: 14px;
  font-family: Lato;
  color: #565f6f;
  text-align: left;

  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #469db5;

  min-width: 120px;
  padding: 7px;
  padding-left: 10px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper[data-v-defe5e80]::after {
  content: "";
  position: absolute;

  top: 50%;
  right: 12px;
  transform: translateY(-50%);

  width: 12px;
  height: 12px;

  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%3e%3cg%20id='Component_4'%20data-name='Component%204'%20transform='translate(11)%20rotate(90)'%3e%3cpath%20id='Path_36'%20data-name='Path%2036'%20d='M5.2,7.1,0,1.63,1.549,0,5.2,3.841,8.851,0,10.4,1.63Z'%20transform='translate(2%2010.401)%20rotate(-90)'%20fill='%23469db5'/%3e%3crect%20id='Rectangle_1465'%20data-name='Rectangle%201465'%20width='11'%20height='11'%20fill='none'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;

  pointer-events: none;
}
.list-items[data-v-defe5e80] {
  flex: 1;
  overflow-y: auto;
  padding: 0px 20px;
  column-gap: 16px;
}

.icon[data-v-a08320de] {
    position: relative;
    min-width: 26.484px;
    padding-top: 5px;
    height: 100%;
    align-self: center;
}
.react-menu[data-v-a08320de] {
    display: flex;
    position: absolute;
    border-radius: 40px;
    padding: 8px 16px;
    background-color: #fff;
    width: 118px;
    height: 55px;
    top: -85px;
    left: -61px;
    z-index: 1;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.reaction[data-v-a08320de] {
    border: none;
    background-color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 10px;
}
.reaction[data-v-a08320de]:hover {
  background-color: #D0F8FF;
}
.selected[data-v-a08320de] {
    background-color: #D0F8FF;
}
.triangle[data-v-a08320de] {
    position: absolute;
    bottom: -19px;
}

.message-row[data-v-07e6a3cb] {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}
.icon[data-v-07e6a3cb] {
  min-width: 26.484px;
  padding-top: 5px;
  height: 100%;
  align-self: center;
}
.message-row.mine[data-v-07e6a3cb] {
  flex-direction: row-reverse;
}
.avatar[data-v-07e6a3cb] {
  min-width: 48px;
  align-self: start;
}
.message-block[data-v-07e6a3cb] {
  position: relative;
  max-width: 70%;
}
.message-row.mine .message-block[data-v-07e6a3cb] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.message-meta[data-v-07e6a3cb] {
  display: flex;
  gap: 6px;
  align-items: baseline;
  font-family: Lato;
}
.sender[data-v-07e6a3cb] {
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: bold;
  color: #444;
}
.time[data-v-07e6a3cb] {
  font-family: Lato;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  opacity: 67%;
}
.bubble[data-v-07e6a3cb] {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  padding: 8px 20px;
  margin-top: 2px;
  min-height: 40px;
  align-content: center;
}
.message-row.mine .bubble[data-v-07e6a3cb] {
  background-color: #469DB5;
}
.text[data-v-07e6a3cb] {
  margin: 0;
  font-family: Lato;
  font-size: 14px;
  word-break: break-word;
}
.message-row.mine .text[data-v-07e6a3cb] {
  color: #fff;
}
.reactions[data-v-07e6a3cb] {
  position: relative;
  display: flex;
  gap: 4px;
  margin-top: -10px;
}
.reaction-btn[data-v-07e6a3cb] {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border: 2px solid #469DB5;
  border-radius: 10px;
  background-color: #D0F8FF;
  cursor: pointer;
  font-family: Lato;
  font-size: 13px;
  padding: 2px 6px;
  color: #555;
  min-height: 32px;
  min-width: 32px;
}
.reaction-btn.active[data-v-07e6a3cb] {
  background-color: #e8f0fa;
}
.tiny-emoji[data-v-07e6a3cb] {
  width: 18px;
  height: 18px;
}
.count[data-v-07e6a3cb] {
  font-size: 14px;
  font-family: Lato;
  color: #000;
  opacity: 67%;
}

.conversation-pane[data-v-9f271f12] {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.date-picker[data-v-9f271f12] {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 12px;
  font-family: Lato;
  color: #333;
  background-color: #fff;
  cursor: pointer;
}
.today-btn[data-v-9f271f12] {
  border: 1px solid #4a90d9;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 11px;
  font-family: Lato;
  font-weight: 600;
  color: #4a90d9;
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
}
.today-btn[data-v-9f271f12]:hover {
  background-color: #e8f0fa;
}
.pane-history-banner[data-v-9f271f12] {
  padding: 6px 12px;
  background-color: #e8f0fa;
  color: #2c5282;
  font-size: 13px;
  text-align: center;
  font-family: Lato;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
}
.pane-empty[data-v-9f271f12] {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Lato;
  font-size: 14px;
  font-style: italic;
  background-image: url('./bg_discover-CQKjvbXO.png');
  color: #000;
}
.pane-body[data-v-9f271f12] {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-image: url('./bg_discover-CQKjvbXO.png');
  background-size: cover;
}
.messages[data-v-9f271f12] {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
}
.date-line[data-v-9f271f12] {
  border-top: 0.5px #000 solid; 
  margin: 0px 20px;
}
.pane-state[data-v-9f271f12] {
  font-family: Lato;
  font-size: 14px;
  color: #737373;
  text-align: center;
  padding: 24px;
}
.blocked-banner[data-v-9f271f12] {
  padding: 6px 12px;
  background-color: #f8d7da;
  color: #842029;
  font-size: 13px;
  text-align: center;
  font-family: Lato;
}
.input-row[data-v-9f271f12] {
  display: flex;
  gap: 6px;
  padding: 8px 12px;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}
.input[data-v-9f271f12] {
  flex: 1;
  min-height: 40px;
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  background-color: #f2f2f2;
  font-family: Lato;
  font-size: 14px;
}
.send[data-v-9f271f12] {
  align-self: center;
}

.new-message[data-v-9ba06c55] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}
.hint[data-v-9ba06c55] {
  margin: 0;
  font-family: Lato;
  font-size: 12px;
  color: #737373;
}
.selected[data-v-9ba06c55] {
  display: flex;
  flex-wrap: wrap;
  min-height: 22px;
  gap: 6px;
}
.selected-chip[data-v-9ba06c55] {
  font-family: Lato;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: #e8f0fa;
  cursor: pointer;
}
.state[data-v-9ba06c55] {
  font-family: Lato;
  font-size: 14px;
  color: #737373;
  text-align: center;
  padding: 16px;
}
.contact-list[data-v-9ba06c55] {
  max-height: 450px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.contact[data-v-9ba06c55] {
  margin-top: 6px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 72px;
  padding: 10px 12px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: Lato;
}
.contact.contactSelected[data-v-9ba06c55] {
  border-color: #4a90d9;
  background-color: #e8f0fa;
}
.contact-name[data-v-9ba06c55] {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.contact-role[data-v-9ba06c55] {
  font-size: 11px;
  text-transform: uppercase;
  color: #888;
}
.actions[data-v-9ba06c55] {
  display: flex;
  justify-content: center;
}
.list-filters[data-v-9ba06c55] {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sort-by[data-v-9ba06c55] {
  display: flex;
  border: none;
  background-color: transparent;
  font-family: Lato;
  font-size: 15px;
  height: 100%;
  font-weight: 600;
  color: #000;
}
.select-wrapper[data-v-9ba06c55] {
  margin-top: 5px;
  position: relative;
  display: inline-block;
}
.select-wrapper select[data-v-9ba06c55] {
  outline: none;
  font-size: 14px;
  font-family: Lato;
  color: #565f6f;
  text-align: left;

  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #469db5;

  min-width: 120px;
  padding: 7px;
  padding-left: 10px;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-wrapper[data-v-9ba06c55]::after {
  content: "";
  position: absolute;

  top: 50%;
  right: 12px;
  transform: translateY(-50%);

  width: 12px;
  height: 12px;

  background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%3e%3cg%20id='Component_4'%20data-name='Component%204'%20transform='translate(11)%20rotate(90)'%3e%3cpath%20id='Path_36'%20data-name='Path%2036'%20d='M5.2,7.1,0,1.63,1.549,0,5.2,3.841,8.851,0,10.4,1.63Z'%20transform='translate(2%2010.401)%20rotate(-90)'%20fill='%23469db5'/%3e%3crect%20id='Rectangle_1465'%20data-name='Rectangle%201465'%20width='11'%20height='11'%20fill='none'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;

  pointer-events: none;
}

.messages-screen[data-v-427eeb66] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #fff;
}
.messages-body[data-v-427eeb66] {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.list-wrap[data-v-427eeb66] {
  width: 400px;
  flex-shrink: 0;
  border-right: 0.5px solid #e5e5e5;
  /* border-top: 0.5px solid #e5e5e5; */
}
@media (max-width: 859px) {
.list-wrap[data-v-427eeb66] {
    width: 100%;
    border-right: none;
}
}
.pane-wrap[data-v-427eeb66] {
  flex: 1;
  min-width: 0;
}
@media (max-width: 859px) {
.pane-wrap[data-v-427eeb66] {
    width: 100%;
}
}

.report-center[data-v-8200ee8c] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.report-body[data-v-8200ee8c] {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.state[data-v-8200ee8c] {
  font-family: Lato;
  font-size: 14px;
  color: #737373;
  text-align: center;
  padding: 24px;
}
.report-list[data-v-8200ee8c] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.report-card[data-v-8200ee8c] {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 12px 16px;
}
.report-meta[data-v-8200ee8c] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.sender[data-v-8200ee8c] {
  font-family: Lato;
  font-size: 13px;
  font-weight: 700;
  color: #444;
}
.time[data-v-8200ee8c] {
  font-family: Lato;
  font-size: 11px;
  color: #888;
}
.text[data-v-8200ee8c] {
  margin: 6px 0;
  font-family: Lato;
  font-size: 14px;
  word-break: break-word;
}
.reported-by[data-v-8200ee8c] {
  margin: 0;
  font-family: Lato;
  font-size: 12px;
  color: #777;
}
.reason[data-v-8200ee8c] {
  margin: 2px 0 0;
  font-family: Lato;
  font-size: 12px;
  color: #a05a00;
}
.resolve-btn[data-v-8200ee8c] {
  margin-top: 8px;
  border: none;
  border-radius: 8px;
  background-color: #4a90d9;
  color: #fff;
  font-family: Lato;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  cursor: pointer;
}
.resolve-actions[data-v-8200ee8c] {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.resolve-btn[data-v-8200ee8c] {
  border: none;
  border-radius: 8px;
  color: #fff;
  font-family: Lato;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  cursor: pointer;
  flex: 1;
}
.remove-btn[data-v-8200ee8c] {
  background-color: #d94a4a;
}
.remove-btn[data-v-8200ee8c]:hover {
  background-color: #c43a3a;
}
.ignore-btn[data-v-8200ee8c] {
  background-color: #4a90d9;
}
.ignore-btn[data-v-8200ee8c]:hover {
  background-color: #3a7cc4;
}

.space-detail[data-v-fb1a691f] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #fff;
}
.space-detail-body[data-v-fb1a691f] {
  flex: 1;
  display: flex;
  overflow: hidden;
}
.join-col[data-v-fb1a691f] {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-right: 1px solid #e5e5e5;
}
.space-name[data-v-fb1a691f] {
  margin: 0;
  font-family: Lato;
  font-size: 22px;
}
.space-meta[data-v-fb1a691f] {
  margin: 0;
  font-family: Lato;
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
}
.space-online[data-v-fb1a691f] {
  margin: 0;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  color: #469db5;
}
.online-list[data-v-fb1a691f] {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: Lato;
  font-size: 14px;
  color: #333;
}
.chat-col[data-v-fb1a691f] {
  flex: 1;
  min-width: 0;
}

.wrapper[data-v-43d6fab9] {
    width: auto;
    height: 100vh;

    background-image:
        linear-gradient(rgba(237, 24, 73, 0.4), rgba(237, 24, 73, 0.4)),
        url('../backgrounds/bg_login.jpg');

    background-size: cover;
    background-position: center;

    font-family: Lato;
    font-size: 14px;
}
#logo[data-v-43d6fab9] {
  position: relative;
  margin: auto;

  display: flex;
  width: fit-content;
  /* flex: 1 1 100%; */
  flex-direction: column;
  align-self: center;
  justify-self: center;

  padding-top: clamp(10px, 3vh, 130px);
  padding-bottom: 40px;
@media screen and (max-height: 750px) {
    padding-top: 10px;
}
}
#logo img[data-v-43d6fab9] {
  height: 20vh;
  margin: auto;
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
}
#logo p[data-v-43d6fab9] {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin: auto;
  margin-left: 0px;
  text-align: left;
  padding: 5px 0px;
  padding-bottom: 10px;
  padding-left: 8px;
  font-size: clamp(16px, 5vh, 44px);
}
#floating-container[data-v-43d6fab9] {
  align-self: center;
  justify-self: center;
  width: 335px;
  background-color: rgba(255, 255, 255, 0.47);
  border-radius: 20px;
  padding: 25px 25px;
  margin: auto;
@media screen and (max-height: 750px) {
    max-width: 280px;
    padding: 15px 11px;
}
}
form[data-v-43d6fab9] {
  width: 100%;
}
form input[data-v-43d6fab9] {
  font-family: Lato;
  font-size: 14px;
  height: 48px;
  width: 100%;
  text-indent: 25px;
  border: 2px solid #ED1849;
  caret-color: #ED1849;
  border-radius: 25px;
  margin-bottom: 25px;
  padding: 0;
  outline: none;
@media screen and (max-height: 750px) {
    margin-bottom: 10px;
}
}
#login-button[data-v-43d6fab9] {
  display: flex;
  justify-content: center;
}
#login-button button[data-v-43d6fab9] {
  border: none;
  border-radius: 10px;
  background-color: #000;
  width: 120px;
  height: 42px;
  color: #fff;
  cursor: pointer;

  font-weight: 700;
}
.login-input-container[data-v-43d6fab9] {
  position: relative;
  width: 100%;
}
.show-password[data-v-43d6fab9] {
  position: absolute;

  width: 25px;
  height: 25px;

  cursor: pointer;
  color: red;
  fill: red;
  stroke: red;

  right: 10px;
  top: 5px;
}
#forgot-links[data-v-43d6fab9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#forgot-links a[data-v-43d6fab9] {
  color: #000;
  font-weight: 700;
}
#sign-up[data-v-43d6fab9] {
  width: 100vw;
  height: 10%;
  padding: 30px 0px;

  position: absolute;
  bottom: 0;

  background-image: url('../backgrounds/bg_tear.png');
  background-position: center center;
  background-repeat: repeat-x;
  background-size: cover;

  display: flex;
  justify-content: center;
@media screen and (max-height: 750px) {
    height: 7%;
    background-position: center 10px;
}
}
#sign-up-container[data-v-43d6fab9] {
  display: flex;

  height: 100%;

  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 10px;
}
#sign-up-container p[data-v-43d6fab9] {
  margin-bottom: 5px;
  font-size: 16px;
  color: #707070;
}
#sign-up-container a[data-v-43d6fab9] {
  color: #ED1849;
  font-size: 19px;
  font-weight: 700;
}
#guest-form[data-v-43d6fab9] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#guest-buttons[data-v-43d6fab9] {
  display: flex;
  gap: 30px;
}
#register-buttons[data-v-43d6fab9] {
  display: flex;
  justify-content: space-evenly;
}
.error[data-v-43d6fab9] {
    color: #ED1849;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
}
