
.word-wrap[data-v-14cea0bc] {
  white-space: pre-wrap;
}


a[data-v-3d64fb36] {
  text-decoration: none;
}
.v-expansion-panel[data-v-3d64fb36] {
  background-color: transparent !important;
  margin: 0 !important;
}
.v-expansion-panel[data-v-3d64fb36]:last-child,[data-v-3d64fb36] .v-navigation-drawer--is-hovering .v-expansion-panel {
  border-bottom: none;
}
.v-expansion-panel.mini[data-v-3d64fb36] {
  border-bottom: none !important;
}
.v-expansion-panel-text__wrap[data-v-3d64fb36],
.v-expansion-panel-text__wrapper[data-v-3d64fb36] {
  padding: 0 !important;
  margin: 0 !important;
}
.v-expansion-panel-text[data-v-3d64fb36] .v-expansion-panel-text__wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.v-expansion-panel--active[data-v-3d64fb36] {
  padding: 0 !important;
  margin: 0 !important;
}
.activeUserItem[data-v-3d64fb36] {
  overflow: hidden;
  white-space: normal;
}
.abbrev-nametag[data-v-3d64fb36],
.abbrev-statusMessage[data-v-3d64fb36] {
  overflow-x: hidden;
  overflow-y: visible;
  line-height: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abbrev-statusMessage[data-v-3d64fb36] {
  font-size: 0.75rem;
}
.v-btn[data-v-3d64fb36]:hover:before {
  background-color: transparent;
}
/*.v-btn__content {
  display: inline-block !important;
  overflow: hidden !important;
  width: 80px !important;
}*/


.v-navigation-drawer[data-v-3ee2482a] {
  position: relative !important;
}
[data-v-3ee2482a] .status-switch-block .v-label {
  font-size: small !important;
}

/* these is-hovering rules cannot be combined they have to come in this order. */
[data-v-3ee2482a] .v-navigation-drawer .hideOnHover {
  display: inherit !important;
}
[data-v-3ee2482a] .v-navigation-drawer--is-hovering .hideOnHover {
  display: none !important;
}
[data-v-3ee2482a] .v-navigation-drawer .hideOnMini {
  display: none !important;
}
[data-v-3ee2482a] .v-navigation-drawer--is-hovering .hideOnMini {
  display: inherit !important;
}
[data-v-3ee2482a] .v-navigation-drawer .v-navigation-drawer--is-hovering .usersList {
  padding-top: 16px; /* TODO MAKE THIS A SASS VALUE */
}
[data-v-3ee2482a] .v-navigation-drawer .usersList {
  padding: 0 !important;
}
[data-v-3ee2482a] .v-navigation-drawer--is-hovering .usersList {
  padding: 0 !important;
}
[data-v-3ee2482a] .v-navigation-drawer .usersList .v-expansion-panel {
  border-bottom-width: 0px !important;
  border-style: none !important;
  height: 38px !important;
  --v-border-opacity: 0;
}
[data-v-3ee2482a] .v-navigation-drawer .usersList .v-expansion-panel:last-of-type {
  margin-bottom: 8px !important;
}
[data-v-3ee2482a] .v-navigation-drawer--is-hovering .usersList .v-expansion-panel {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(var(--v-theme-gray1)) !important;
  --v-border-opacity: 0.2;
  height: auto !important;
  padding-bottom: auto !important;
  margin-bottom: 0px !important;
}
[data-v-3ee2482a] .v-navigation-drawer--is-hovering .usersList {
  /* TODO: convert this to sass variable for correct grid-based padding (currently is 16px, but the grid could change) */
}
[data-v-3ee2482a] .userEntryContainer {
  /* TODO: convert this to sass variable for correct grid-based padding (currently is 16px, but the grid could change) */
  padding-left: 9px;
}
[data-v-3ee2482a] .v-navigation-drawer--is-hovering .userEntryContainer {
  /* TODO: convert this to sass variable for correct grid-based padding (currently is 16px, but the grid could change) */
  padding-left: 16px;
  padding-top: 8px;
}
[data-v-3ee2482a] .v-expansion-panel-title__icon {
  padding-right: 8px;
}

/* custom scrollbar */
[data-v-3ee2482a] .people-drawer .v-navigation-drawer__content {
  overflow-y: overlay;
  scrollbar-width: none;
  /*scrollbar-gutter: stable both-edges;*/
  scrollbar-gutter: unset;
  /* places scrollbar on left */
  direction: rtl;
  border-radius: 8px;
  padding: 0 !important;
  background-color: rgb(var(--v-theme-background));
  width: calc(100%);
  max-width: calc(100vw - 1em);
}
[data-v-3ee2482a] .people-drawer .v-navigation-drawer__content > * {
  /* restores normal layout for content inside scroller */
  direction: ltr;
}
[data-v-3ee2482a] .people-drawer .v-navigation-drawer__content::-webkit-scrollbar {
  width: 5px;
}
[data-v-3ee2482a] .people-drawer .v-navigation-drawer__content::-webkit-scrollbar-track {
  background: transparent !important; /** TODO: use theme colors only */
}
[data-v-3ee2482a] .people-drawer .v-navigation-drawer__content::-webkit-scrollbar-thumb {
  background: #909090 !important; /** TODO: use theme colors only */
  border-radius: 6px !important;
}

/* end custom scrollbar */


/** TODO: might want to address this elsewhere, global theme-level h4 rule? */
h4[data-v-f7e0768e] {
  font-weight: normal !important;
  white-space: nowrap;
}

/** TODO: this could be improved. 
these border lines were v-divider elements before, but with the nesting of elements and looping 
it gets kinda hard to have both top and bottom borders on the UserEntry rows,
using only v-dividers. i just made a css class and various elements get assigned it based on mini mode menu or not */
.top-border[data-v-f7e0768e] {
  border-top: 1px solid rgb(var(--v-theme-default-lighten-2));
}

/*
By default, expansion panels once clicked grow extra height/margins at the top and bottom. 
this height value can control and limit that expansion on the active click state and force the height. 
I set it to a more satisfactory value than the vuetify default which felt like it 'zoomed in' the clicked on panel too much. 
:deep just ensures that this rule applies to all child components
*/
[data-v-f7e0768e] 
    .v-expansion-panel--active > .v-expansion-panel-title {
  min-height: 52px !important;
}
.statusMessageIcon[data-v-f7e0768e] {
  margin: 0.2rem 0.75rem 0 0.3rem;
}


.easy-chat-container[data-v-3b58bf95] {
  display: block;
  max-width: 500px;
  animation: fadeOut-3b58bf95 7s forwards;
}
.easy-text[data-v-3b58bf95] {
  font-family: "Lato", sans-serif !important;
  color: white;
  background-color: rgba(1, 1, 1, 0.8);
  border-radius: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  overflow-wrap: anywhere;
  display: inline-block;
}
@keyframes fadeOut-3b58bf95 {
0% {
    opacity: 1;
}
90% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}


.widget-container[data-v-77cb2c7c] {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.skfb-widget[data-v-77cb2c7c] {
  flex-grow: 1;
  flex-basis: 800px;
  min-height: 400px;
  z-index: 201;
}


.buttonWrapper[data-v-56a7f172] {
  width: 100%;
  top: 0.75rem;
  right: 0.25rem;
}
.cardTextWrapper[data-v-56a7f172] {
  height: 100px;
}
.cardTitleWrapper[data-v-56a7f172] {
  width: 100%;
}
.cardTitle[data-v-56a7f172] {
  line-height: 1.6rem;
}
.thumbnailPlaceholder[data-v-56a7f172] {
  background-color: rgb(var(--v-theme-default-lighten-2));
  height: 150px;
}


#login-container {
  max-width: 460px;
}
.fed-login-btn {
  margin: 3px auto;
  display: block;
  width: 200px;
  height: 50px;
  background-size: contain;
  background-position-y: center;
}
.goog-social-button {
  background-image: url(/assets/googsignin-8d88f515c90534d6.png);
}
.msft-social-button {
  background-image: url(data:image/png;base64,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);
}
.fb-social-button {
  background-image: url(/assets/fblogin-e52328afd39916f7.png);
  /* different aspect ratio made the margins too big */
  height: 40px;
}
.immers-social-button {
  background-image: url("/assets/immers%20login%20button-61363c896be9fbb7.png");
  /* needs exact height for the box shadow to work */
  height: 38px;
  margin-top: 9px;
  margin-bottom: 9px;
}
.immers-social-button[open] {
  opacity: 0.95;
  box-shadow: inset 0 0 2px 2px #666;
  border-radius: 3px;
}


#hud-menus[data-v-ab01e70c] {
  position: fixed;
  z-index: 8;
}
#hud-menus[data-v-ab01e70c],
#hud-menus .row[data-v-ab01e70c],
#hud-menus .col[data-v-ab01e70c] {
  pointer-events: none;
}


.darkOutline[data-v-15e561f0] {
  border: 1px solid #000;
}


.tutorialContainer {
  height: auto;
  width: 400px;
  z-index: 8;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 12px;
  padding: 24px 16px 18px 16px;
  background-color: black;
  font-family: Poppins, sans-serif !important;
}
.highTutorialContainer {
  height: auto;
  width: 315px;
  z-index: 8;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 25%;
  left: 80%;
  padding: 18px;
  border-radius: 12px;
  background-color: black;
  font-family: Poppins, sans-serif !important;
}
.tutorialHighlight {
  border-color: rgba(var(--v-theme-primary)) !important;
  border-width: 5px !important;
  border-style: solid;
}
.tutorialTextHighlight {
  color: rgba(var(--v-theme-primary)) !important;
}
.tutorial-text {
  font-size: 19px;
}
.header-26 {
  font-family: Poppins, sans-serif;
  font-weight: 700 !important;
  font-size: 26px !important;
}


#dismiss-caption[data-v-248d2cbc] {
  line-height: normal;
}
/* there's a 1,3,0 specificity rule in frameHome.scss:5 that we have to override here */
#connections-activation-modal #card-actions[data-v-248d2cbc] {
  justify-content: space-evenly;
}


.lower-case[data-v-c04779cc] input {
  text-transform: lowercase;
}


.v-card[data-v-28773373] {
  background-color: rgba(0, 0, 0, 0.7) !important;
  width: 100%;
  height: 100%;
}
.desc[data-v-28773373] {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

