/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


html,
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(#1d1d1d, #000000);
  position: relative;
  color: #777;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 11px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  outline: none !important;
}

model-viewer {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
}

#root {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#container {
  position: absolute;
  z-index: 1;
}

#poster {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 0;
  background: #0e0e0e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#poster img {
  width: 100%;
  height: 100%;
  max-width: 512px;
  max-height: 512px;
  aspect-ratio: 1;
}


.state_holder_color {
  color: rgb(212, 175, 72) !important;
}

.icon_button {
  border: 0;
  background: none;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  border-radius: 99px;
}

.icon_button:hover {
    background: rgba(255,255,255, 0.1);
    color: rgba(255,255,255, 0.6);
}

/* Tooltip container */
.tooltip {
  position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  /* width: 120px; */
  background-color: #1d1d1d;
  color: rgb(153, 153, 153);
  text-align: center;
  padding: 5px 6px;
  border-radius: 3px;
  display: inline-block;

  top: 100%;
  left: 0;
  right: 0;
  margin-top:2px;
  min-width: 54px;
  margin-left: 4px;
 
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 999;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
input[type=range] {
  height: 22px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  background: transparent;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #333333;
  border-radius: 4px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  background: #5C5C5C;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #333333;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #333333;
  border-radius: 4px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  background: #5C5C5C;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #333333;
  border: 0px solid #000000;
  border-radius: 8px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #333333;
  border: 0px solid #000000;
  border-radius: 8px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 50px;
  background: #5C5C5C;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #333333;
}
input[type=range]:focus::-ms-fill-upper {
  background: #333333;
}
.about_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
    padding: 48px;
    color: #000000;
    overflow: auto;
    padding-bottom: 64px;
}

p {
    padding: 0;
    margin: 0;
}


.about_title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
}

.about_center {
    max-width: 450px;
    margin: 0 auto;
}

.about_p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.about_p_small {
    font-size: 11px;
}

.about_p li {
    margin-bottom: 8px;
}

.grayText {
    color: #777;
}

.about_container code {
    background: #e6e6e6;
    border-radius: 3px;
    padding: 2px 4px;
}

.about_close_container {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 16px;
    top: 16px;
}

.about_close_container .icon_button {
    color: #000000;
}

.about_close_container .icon_button:hover {
    color: #0072ff;
}


.codeblock {
    width: 100%;
    background: #f9f9f9;
    padding: 16px;
    font-family: monospace;
    font-size: 13px;
    border-radius: 3px;
}

.codeblock p {
    margin-bottom: 16px;
}

.codeblock .comment {
    color: #b3b3b3;
    display: block;
}

.copyButton {
    border: 0;
    background: none;
    cursor: pointer;
    /* opacity: 0; */
}

.usersList_item:hover .copyButton {
    opacity: 1;
}

.copyButton_done {
    color: #7eca67;
    font-size: 11px;
    line-height: 4px;
}


.hotspot {
    pointer-events: none;
}

:root {
    --progress-bar-color: #e24f6a;
    --progress-bar-height: 3px;
}

body.edit_mode {
    background: #1f171b;
    background: radial-gradient(#0b0a0c, #1f171b);
}

.annotation {
    user-select: none;
}

.annotation:hover .icon_label {
    color: rgba(255, 255, 255, 1);
}

.annotation:hover .icons_container {
    opacity: 1;
}

.icon_label {
    color: rgba(255, 255, 255, 0.5);
}

.viewerControls {
    position: absolute;
    top: 12px;
    /* right: 12px; */
    left: 12px;
    display: flex;
    flex-wrap: wrap;
}

.icons_container {
    display: block;
    position: relative;
    height: 48px;
    min-width: 48px;
    max-width: 64px;
    filter: brightness(1.45);
    opacity: 0.85;
}

.icons_container > .material-icons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.icon_glow {
    filter: blur(4px) brightness(1.55);
}

.icon_glow {
    filter: blur(16px) brightness(1.0);
}

.model-editor-hint {
    margin-left: 24px;
    padding-right: 16px;
    opacity: 0.5;
    display: flex;
    flex: 1;
    margin-top: 12px;
    line-height: 24px;
    font-size: 11px;
    text-align: right;
    color: #fff;
}


.offline_mode_container {
    position: absolute;
    top: 54px;
    left: 8px;
    right: auto;
    bottom: auto;
    width: 240px;
}

.offline_mode_container_surface {
    background-color: rgba(29, 29, 29, 0.55);
    color: rgb(148, 148, 148);
    border-radius: 5px;
    padding: 12px 16px;
    padding-bottom: 8px;
    font-size: 13px;
    color: rgb(117, 117, 117);
}

.offline_mode_title {
    font-size: 13px;
    font-weight: bold;
    color: rgb(121, 121, 121);
    margin-bottom: 8px;
    display: block;
    user-select: none;
}

.offline_mode_button_container {
    margin-left: 0 !important;
    margin-top: 0 !important;
    /* display: block; */
    /* background: red; */
}

.blocked_in_edit_mode .userCounter_button {
    cursor: default !important;
}

.blocked_in_edit_mode .userCounter_button:hover {
    background: none;
}

.offline_mode_button_container .userCounter_button {
    width: 100%;
    justify-content: center;
}

.userCounter {
    margin-left: 4px;
    margin-top: 0;
    opacity: 0.6;
}

.userCounter_button {
    display: flex;
    border: 0;
    background: none;
    border-radius: 999px;
    padding: 6px 8px;
    align-items: center;
    cursor: pointer;
}

.userCounter_button:hover {
    background: rgba(255,255,255, 0.1);
}

.userCounter_button_icon {
    margin-right: 8px;
}

.userCounter_button_label {
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    display: flex;
}

.opacied {
    opacity: 0.15;
}

.userCounter_button:hover > .opacied {
    opacity: 1;
}

.userCounter_button_label__specs {
    display: none;
    font-size: 11px;
    font-weight: normal;
}

.userCounter_button:hover  .userCounter_button_label__specs {
    display: inline;
}

.userCounter_icon {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}

.sharing_container {
    position: absolute;
    top: auto;
    left: 16px;
    right: auto;
    bottom: 32px;
    width: 240px;
    z-index: 1;

    background-color: rgba(29, 29, 29, 0.55);
    color: rgb(148, 148, 148);
    border-radius: 5px;
    padding: 12px 16px;
    padding-bottom: 16px;
    font-size: 13px;
    color: rgb(197, 197, 197);
}

.sharing_title_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sharing_textarea {
    resize: none;
    height: 48px;
    border-radius: 5px;
    background: #212121;
    width: 100%;
    border: 0.5px solid #444;
    outline: none;
    color: #7d7d7d;
    word-break: break-all;
}

.sharing_button_container {
    display: flex;
    justify-content: stretch;
    margin-top: 8px;
}

.sharing_button {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    opacity: 0.6;
}

.sharing_button:active {
    opacity: 1;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 3px;
}

.scroll:hover::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg, #62699E 14%, #B582BD 64%);
}

.scroll::-webkit-scrollbar-track {
    background: #222222;
    border-radius: 3px;
    margin-bottom: 4px;
}

.renderSurface_container {
    margin-top: 2px;

    padding-top: 8px;
    padding-bottom: 8px;
}

.reconnecting_container {
    position: absolute;
    z-index: 999;
    min-height: 60px;
    left: 48px;
    right: 48px;
    top: auto;
    bottom: 64px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

    font-size: 15px;
}

.reconnecting_container .userCounter_button_label {
    font-size: 15px;
    font-weight: normal;
}

.users {

}

.usersList {
    position: absolute;
    top: 84px;
    left: 8px;
    right: auto;
    bottom: auto;
    width: 240px;
}

.usersList_surface {
    background-color: rgba(29, 29, 29, 0.55);
    border-radius: 5px;
    padding: 8px 12px;
    padding-right: 4px;
    padding-bottom: 0;
}



.usersList_scroll {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}

.usersList_scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.usersList_scroll::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 3px;
}

.usersList_scroll:hover::-webkit-scrollbar-thumb,
.usersList_scroll::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg, #62699E 14%, #B582BD 64%);
}

.usersList_scroll::-webkit-scrollbar-track {
    background: #222222;
    border-radius: 3px;
    margin-bottom: 4px;
}

.usersList_title {
    font-weight: normal;
    font-size: 13px;
    user-select: none;
    padding-bottom: 8px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    flex: 1;
}

.usersList_item {
    padding: 12px 0;
    margin-right: 8px;
}

.usersList_item_username {
    font-weight: 600;
    cursor: default;
    font-size: 13px;
}

.usersList_item_username_icon {
    user-select: none;
    margin-right: 4px;
}

.usersList_item_meta {
    font-size: 11px;
    cursor: default;
}

.usersList_item_meta__creator>.usersList_item_username {
    color: rgb(184, 87, 108);
}

.usersList_item_meta__stateHolder>.usersList_item_username {
    color: rgb(212, 175, 72);
}

.usersList_item_meta__me>.usersList_item_username {
    color: rgb(96, 136, 182);
}
