/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.badge {
  border-radius: 50px;
  padding-left: 8px;
  padding-right: 8px; }

.ViewerLoader {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  height: 64px;
  width: 64px;
  transform: translate(-50%, -50%); }
  .ViewerLoader.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.25s linear; }
  .ViewerLoader.hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.25s, opacity 0.25s linear; }
  .ViewerLoader .img_loader {
    top: 0px;
    width: 64px;
    border-radius: 64px;
    opacity: 0.75;
    display: block; }
  .ViewerLoader .svg_container {
    display: block;
    position: absolute;
    top: 0px;
    stroke: white; }
    .ViewerLoader .svg_container svg {
      display: block; }
    .ViewerLoader .svg_container circle {
      stroke-dasharray: 180;
      stroke-dashoffset: 180;
      animation: dash 2.0s infinite; }

@keyframes dash {
  50% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -180; } }

html, body {
  height: 100%; }

body {
  margin: 0; }
  body.cursor_col_resize {
    cursor: col-resize; }
  body.no_user_select {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }

.hide {
  display: none; }

.faded {
  opacity: 0.7; }

.small {
  font-size: 0.85rem; }

.scene_show_page {
  margin-top: 50px; }
  .scene_show_page .player_title_bar {
    margin-bottom: 5px; }
    .scene_show_page .player_title_bar .player_breadcrumb {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      .scene_show_page .player_title_bar .player_breadcrumb a {
        border-bottom: 2px solid #1779ba; }
  .scene_show_page .scene-player-container {
    position: relative;
    height: 400px;
    overflow: hidden; }
    .scene_show_page .scene-player-container polygonjs-viewer {
      height: 100%;
      display: block;
      background-image: linear-gradient(to bottom, #72a5c6, #bec7c7);
      border-radius: 5px;
      overflow: hidden; }
  .scene_show_page .scene-player-controls {
    padding: 10px;
    text-align: center;
    position: relative; }
    .scene_show_page .scene-player-controls .engine-version {
      position: absolute;
      top: 0px;
      right: 0px;
      opacity: 0.7;
      font-size: 0.75rem; }
    .scene_show_page .scene-player-controls i {
      display: inline-block;
      padding: 5px;
      cursor: pointer; }
      .scene_show_page .scene-player-controls i:hover {
        background-color: #e1e1e1; }
  .scene_show_page .scene-player-column .scene-title {
    padding: 10px 5px; }
  .scene_show_page .scene-player-column .scene-player-actions li a {
    display: block;
    padding: 10px 5px;
    color: #cccccc; }
    .scene_show_page .scene-player-column .scene-player-actions li a i {
      margin-right: 5px;
      padding-left: 5px; }
    .scene_show_page .scene-player-column .scene-player-actions li a:hover {
      background-color: #e1e1e1; }
  .scene_show_page .scene-player-column .scene-player-actions li:not(:last-child) {
    border-bottom: 1px solid #d5d5d5; }
  .scene_show_page .scene-page-settings {
    margin-top: 40px;
    background-color: #e1e1e1;
    padding: 10px; }

.export-footer {
  margin-top: 40px;
  border-top: 1px solid #bbbbbb;
  padding: 5px 10px;
  font-size: 0.85rem;
  opacity: 0.7; }

#scene_loading_container {
  pointer-events: none; }
  #scene_loading_container.player {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.5; }
  #scene_loading_container.editor {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed; }
  #scene_loading_container.fading {
    transition: opacity 0.2s;
    opacity: 0; }
  #scene_loading_container #scene_thumbnail_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    transform: scale(1.05);
    filter: blur(8px);
    -webkit-filter: blur(8px);
    opacity: 0.7; }
  #scene_loading_container #scene_loader {
    height: 100%; }
    #scene_loading_container #scene_loader .scene_loader_icon img {
      border-radius: 128px; }
    #scene_loading_container #scene_loader .scene_loader_label {
      margin-top: 10px; }

#thumbnail_static_for_self_contained_export {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  opacity: 0; }

.scene_video .play-button, .scene_video_no_top .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: black;
  color: white;
  border-radius: 8px;
  border: 1px solid lightgray;
  padding: 8px; }
  .scene_video .play-button.hidden, .scene_video_no_top .play-button.hidden {
    display: none; }
  .scene_video .play-button:hover, .scene_video_no_top .play-button:hover {
    background-color: lightgray;
    color: black; }

.scene_video {
  position: relative; }
  .scene_video video {
    position: absolute;
    top: 0px;
    left: 0px; }

.scene_video_no_top {
  position: relative; }
  .scene_video_no_top video {
    position: absolute;
    left: 0px; }

.prose .scene_video video {
  margin-top: 0px;
  margin-bottom: 0px; }

/*
copied this file
from the lite-youtube-embed npm module
as I could not figure out how to import it otherwise

but I edited the following:
- removed the max-width
*/
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  /* max-width: 720px; */ }

/* gradient */
lite-youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1); }

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: '';
  display: block;
  padding-bottom: calc(100% / (16 / 9)); }

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0; }

/* play button */
lite-youtube > .lty-playbtn {
  width: 68px;
  height: 48px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none; }

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none; }

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset; }

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none; }

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

html, body {
  overscroll-behavior-y: contain; }
/*





*/
